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

Disconnecting node during GetRange makes it never end #93

Open
nemanja-boric-sociomantic opened this issue Jul 5, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@nemanja-boric-sociomantic
Copy link
Contributor

Having two nodes, A and B, disconnecting a single node during running GetRange request, makes GetRange request never end. Same happens if the request uses a single node and it disconnects - the request never ends.

Since the DLS node never resumes the request, disconnecting the client should simply count towards finished nodes. In general, I think we should take this in the careful consideration when implementing the Continue after disconnect - this should not be allowed if the client requested stop.

@nemanja-boric-sociomantic
Copy link
Contributor Author

Unrelated to the re-connection problem, there's a problem when the node was not available when the request started - the request will wait in the request's connector to connect to the node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants