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

connection_write_error received periodically when calling delete/rename #293

Closed
stewartie4 opened this issue Aug 5, 2021 · 5 comments
Closed
Assignees
Labels
bug Something isn't working mainnet
Milestone

Comments

@stewartie4
Copy link
Contributor

stewartie4 commented Aug 5, 2021

Multiple blobbers are experiencing this issue periodically across multiple networks.

Given a rename request to /v1/file/rename such as
image

Or a delete request to /v1/file/upload such as
image

We are periodically getting returned the following 400 response:
image

{
"code": "connection_write_error",
"error": "connection_write_error: Error writing the connection meta data"
}

This is periodic - the exact same request will pass after a few retries.

See: https://0chain.github.io/0chain/dev/2021-08-04_23.22.14/index.html for details

@stewartie4 stewartie4 added the bug Something isn't working label Aug 5, 2021
@stewartie4
Copy link
Contributor Author

stewartie4 commented Aug 23, 2021

This no longer seems to be periodic and is filing consistently
image
https://0chain.github.io/0chain/beta/2021-08-23_17.05.29/index.html

@kushthedude
Copy link
Contributor

This is fixed in grpc deployment @stewartie4 , we will soon make grpc as the default branch so this is gonna be fixed as well

@stewartie4
Copy link
Contributor Author

Nice! What was the issue?

@kushthedude
Copy link
Contributor

I guess its this PR only #273 . I didnt merge this PR into my grpc because it doesn't had any unit tests, I made a review on to add unit-tests but seemed like change was too trivial for author. So I left it until the unit tests for the change were added.

@cnlangzi cnlangzi added this to the v1.0.1 milestone Oct 2, 2021
@cnlangzi cnlangzi assigned iamrz1 and unassigned cnlangzi Oct 5, 2021
@moldis moldis added the mainnet label Oct 25, 2021
@moldis moldis assigned kushthedude and unassigned iamrz1 Oct 25, 2021
@kushthedude
Copy link
Contributor

The PR was reverted so shall the issue too, do check again if it occuers

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

No branches or pull requests

5 participants