You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the commit message of googleapis/google-http-java-client@8ae9cef, the JDK's HttpUrlConnection fails to notify clients when the connection is lost when reading a response (eg. a server gets restarted).
When this happens during a skip, we spin indefinitely. The fix is simple, detect this condition and throw an error.
The text was updated successfully, but these errors were encountered:
In
hadoop-connectors/gcsio/src/main/java/com/google/cloud/hadoop/gcsio/GoogleCloudStorageReadChannel.java
Line 1054 in b0fff1c
contentStream.skip
can return 0 bytes.See the commit message of
googleapis/google-http-java-client@8ae9cef, the JDK's
HttpUrlConnection
fails to notify clients when the connection is lost when reading a response (eg. a server gets restarted).When this happens during a
skip
, we spin indefinitely. The fix is simple, detect this condition and throw an error.The text was updated successfully, but these errors were encountered: