Skip to content
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

bug: gcs write data failed due to range exceed #17407

Closed
Tracked by #17409
wcy-fdu opened this issue Jun 24, 2024 · 1 comment
Closed
Tracked by #17409

bug: gcs write data failed due to range exceed #17407

wcy-fdu opened this issue Jun 24, 2024 · 1 comment
Assignees
Labels
type/bug Something isn't working
Milestone

Comments

@wcy-fdu
Copy link
Contributor

wcy-fdu commented Jun 24, 2024

Describe the bug

gcs backend failed to write data but the record exist in hummock version, this bug is similar to what we encountered during the upgrade of opendal.

Error message/log

2024-06-20T11:07:19.123657681Z ERROR opendal::services: service=gcs operation=Writer::close path=xxx written=19233060B -> data close failed: Unexpected (temporary) at Writer::close, context: { uri: xxx, response: Parts { status: 503, version: HTTP/1.1, headers: {"content-type": "text/plain; charset=utf-8", "content-length": "152", "date": "Thu, 20 Jun 2024 11:07:19 GMT", "server": "UploadServer", "connection": "close"} }, service: gcs, path: xxx, written: 19233060 } => Invalid request.  According to the Content-Range header, the upload offset is 16807225 byte(s), which exceeds already uploaded size of 16777216 byte(s).
@wcy-fdu wcy-fdu added the type/bug Something isn't working label Jun 24, 2024
@github-actions github-actions bot added this to the release-1.10 milestone Jun 24, 2024
@wcy-fdu wcy-fdu mentioned this issue Jun 24, 2024
3 tasks
@wcy-fdu
Copy link
Contributor Author

wcy-fdu commented Jun 27, 2024

Should be fixed by apache/opendal#4806

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants