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

[Zen2] Add HandshakingTransportAddressConnector #32643

Commits on Aug 6, 2018

  1. Add HandshakingTransportAddressConnector

    The `PeerFinder`, introduced in elastic#32246, needs to be able to identify, and
    connect to, a remote master node using only its `TransportAddress`. This can be
    done by opening a single-channel connection to the address, performing a
    handshake, and only then forming a full-blown connection to the node. This
    change implements this logic.
    DaveCTurner committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    5a2f3d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    023b22e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a105007 View commit details
    Browse the repository at this point in the history
  4. TestThreadPool

    DaveCTurner committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    dde3bb2 View commit details
    Browse the repository at this point in the history