-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when trying to check if a missing file exists #856
Labels
api: storage
Issues related to the googleapis/java-storage-nio API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Comments
product-auto-label
bot
added
the
api: storage
Issues related to the googleapis/java-storage-nio API.
label
Mar 11, 2022
lbergelson
added a commit
to lbergelson/java-storage-nio
that referenced
this issue
Mar 11, 2022
Fixes a crash that occurred when autoDetectRequesterPays is set and a Files.exists() call is made on a file that doens't exist. Refs: googleapis#856
lbergelson
added a commit
to lbergelson/java-storage-nio
that referenced
this issue
Mar 11, 2022
Fixes a crash that occurred when autoDetectRequesterPays is set and a Files.exists() call is made on a file that doesn't exist. Refs: googleapis#856
4 tasks
cojenco
added
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
and removed
triage me
I really want to be triaged.
labels
Mar 14, 2022
cojenco
added
priority: p2
Moderately-important priority. Fix may not be included in next release.
and removed
triage me
I really want to be triaged.
labels
Mar 14, 2022
lbergelson
added a commit
to lbergelson/java-storage-nio
that referenced
this issue
Mar 15, 2022
Fixes a crash that occurred when autoDetectRequesterPays is set and a Files.exists() call is made on a file that doesn't exist. Refs: googleapis#856
BenWhitehead
pushed a commit
that referenced
this issue
Mar 16, 2022
lbergelson
added a commit
to broadinstitute/gatk
that referenced
this issue
Mar 18, 2022
* The previous attempt to fix requester pays didn't fix it in many cases. This incorporates a newer version of the NIO library with several patches to fix edge cases we were hitting. * googleapis/java-storage-nio#850 * googleapis/java-storage-nio#856 * googleapis/java-storage-nio#857 * upgrade com.google.cloud:google-cloud-nio:0.123.23 ->0.123.25 * fixes #7716
lbergelson
added a commit
to broadinstitute/gatk
that referenced
this issue
Mar 18, 2022
* The previous attempt to fix requester pays didn't fix it in many cases. This incorporates a newer version of the NIO library with several patches to fix edge cases we were hitting. * googleapis/java-storage-nio#849 * googleapis/java-storage-nio#856 * googleapis/java-storage-nio#857 * upgrade com.google.cloud:google-cloud-nio:0.123.23 ->0.123.25 * fixes #7716
lbergelson
added a commit
to broadinstitute/gatk
that referenced
this issue
Mar 18, 2022
* The previous attempt to fix requester pays didn't fix it in many cases. This incorporates a newer version of the NIO library with several patches to fix edge cases we were hitting. * googleapis/java-storage-nio#849 * googleapis/java-storage-nio#856 * googleapis/java-storage-nio#857 * upgrade com.google.cloud:google-cloud-nio:0.123.23 ->0.123.25 * fixes #7716
droazen
added a commit
to broadinstitute/gatk
that referenced
this issue
Apr 7, 2022
* The previous attempt to fix requester pays didn't fix it in many cases. This incorporates a newer version of the NIO library with several patches to fix edge cases we were hitting. * googleapis/java-storage-nio#849 * googleapis/java-storage-nio#856 * googleapis/java-storage-nio#857 * upgrade com.google.cloud:google-cloud-nio:0.123.23 ->0.123.25 fixes #7716 Co-authored-by: David Roazen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: storage
Issues related to the googleapis/java-storage-nio API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
There's a crash if you try to check
Files.exists()
or similar methods on a file that does not exists, and you have autoDetectRequesterPays set.Environment details
Steps to reproduce
Code example
Stack trace
This is a blocker for us since we check for the possible existence of several files to find the one we are looking for.
The text was updated successfully, but these errors were encountered: