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

DAOS-7198 control: Use join request context instead of timeout #5398

Merged
merged 1 commit into from
Apr 12, 2021

Commits on Apr 9, 2021

  1. DAOS-7198 control: Use join request context instead of timeout

    In the MS joinLoop, a short timeout was used to avoid blocking
    the loop if a join request handler exited before receiving the
    batched join response. Rather than relying on an arbitrary
    timeout value, we should instead pass in the join request's
    context so that we can correctly wait for the handler to receive
    the request or for the context to be canceled. Either way, it
    won't block the join loop indefinitely.
    
    Master-PR: #5380
    
    Signed-off-by: Michael MacDonald <mjmac.macdonald@intel.com>
    mjmac committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    c912b24 View commit details
    Browse the repository at this point in the history