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 RemoteClusterConnection close race #45898

Commits on Aug 23, 2019

  1. Fix RemoteClusterConnection close race

    Closing a `RemoteClusterConnection` concurrently with trying to connect
    could result in double invoking the listener.
    
    This fixes
    RemoteClusterConnectionTest#testCloseWhileConcurrentlyConnecting
    
    Closes elastic#45845
    henningandersen committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    eb62c58 View commit details
    Browse the repository at this point in the history