-
Notifications
You must be signed in to change notification settings - Fork 163
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
Mountpoint crashes on reading 1 byte file #218
Labels
bug
Something isn't working
Comments
I suspect this is related to this recent issue in CRT: awslabs/aws-c-s3#272 |
jamesbornholt
added a commit
to jamesbornholt/mountpoint-s3
that referenced
this issue
Apr 28, 2023
This was helpful for debugging awslabs#218 and awslabs#226. Signed-off-by: James Bornholt <bornholt@amazon.com>
jamesbornholt
added a commit
that referenced
this issue
Apr 28, 2023
Merged
jamesbornholt
added a commit
to jamesbornholt/mountpoint-s3
that referenced
this issue
May 1, 2023
This picks up the fix for awslabs#218. Signed-off-by: James Bornholt <bornholt@amazon.com>
jamesbornholt
added a commit
that referenced
this issue
May 2, 2023
This picks up the fix for #218. Signed-off-by: James Bornholt <bornholt@amazon.com>
This was referenced May 3, 2023
passaro
added a commit
that referenced
this issue
May 4, 2023
Improve PartQueue to report an error (rather than blocking indeterminately) when trying to read beyond the body returned by the GetObject request. The previous behavior, compounded with a bug in the CRT (now fixed: #228) where GetObject unexpectedly returned an empty body, manifested in #218. --------- Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mountpoint for Amazon S3 version
mountpoint-s3 0.2.0-70b2b68
AWS Region
eu-west-1
Describe the running environment
Running in EC2 on Amazon Linux 2 using instance profile credentials against an S3 bucket in the same account.
Also same happened on on my Mac using instance profile credentials against an S3 bucket.
What happened?
Mountpoint is constantly crashing when trying to read a 1 byte file. Tried it on several such objects. When they are wriiten to a file using getObject s3api CLI command, output the following result -
.%
(where % is highlighted).I am attaching the trace logs. Prefetcher is able to find the correct range and also finishing the rpefetching task. But it stops working after that.
Relevant log output
The text was updated successfully, but these errors were encountered: