We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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).
The text was updated successfully, but these errors were encountered:
Should be fixed by apache/opendal#4806
Sorry, something went wrong.
hzxa21
wcy-fdu
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: