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

Fix bad version check writing Repository nodes #30846

Merged
merged 1 commit into from
May 25, 2018

Commits on May 24, 2018

  1. Fix bad version check writing Repository nodes

    The writeTo method of VerifyRepositoryResponse incorrectly used its
    local version to determine what it was receiving, rather than the
    sender's version. This fixes a bug that ocassionally happened when a 6.4
    master node sent data to a 7.0 client, causing the number of bytes to be
    improperly read. This also unmutes the test.
    
    Closes elastic#30807
    hub-cap committed May 24, 2018
    Configuration menu
    Copy the full SHA
    571ecd9 View commit details
    Browse the repository at this point in the history