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

GetAllocs uses a blocking query #2177

Merged
merged 2 commits into from
Jan 11, 2017
Merged

GetAllocs uses a blocking query #2177

merged 2 commits into from
Jan 11, 2017

Commits on Jan 10, 2017

  1. GetAllocs uses a blocking query

    This PR makes GetAllocs use a blocking query as well as adding a sanity
    check to the clients watchAllocation code to ensure it gets the correct
    allocations.
    
    This PR fixes #2119 and
    #2153.
    
    The issue was that the client was talking to two different servers, one
    to check which allocations to pull and the other to pull those
    allocations.  However the latter call was not with a blocking query and
    thus the client would not retreive the allocations it requested.
    
    The logging has been improved to make the problem more clear as well.
    dadgar committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    925622a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Random wait

    dadgar committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    23e84ec View commit details
    Browse the repository at this point in the history