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

Commits on Apr 26, 2016

  1. Don't hold the connection when reply fail

    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]>
    blkart committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    9b7ced5 View commit details
    Browse the repository at this point in the history