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

Don't hold the connection when reply fail #10

Open
wants to merge 1 commit into
base: eayunstack-1.1
Choose a base branch
from

Conversation

blkart
Copy link

@blkart blkart commented Apr 6, 2017

This change moves the reply retry code to upper layer to be able to release the connection while we wait between two retries.

In the worse scenario, a client waits for more than 30 replies and died/restart, the server tries to send this 30 replies to this th
lient and can wait too 60s per replies. During this replies for other clients are just stuck.

This change fixes that.

Related-bug: #1477914
Closes-bug: #1521958

Related upstream commit: daddb82

Signed-off-by: blkart [email protected]

This change moves the reply retry code to upper layer to be able to release the connection while we wait between two retries.

In the worse scenario, a client waits for more than 30 replies and died/restart, the server tries to send this 30 replies to this th
lient and can wait too 60s per replies. During this replies for other clients are just stuck.

This change fixes that.

Related-bug: #1477914
Closes-bug: #1521958

Related upstream commit: daddb82

Signed-off-by: blkart <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant