JeetKunDoug opened a new pull request, #2578:
URL: https://github.com/apache/cassandra/pull/2578

   CASSANDRA-18725: IsolatedJmx should only remove the endpoints it created 
when stopping
   
       IsolatedJmx previously cleared the entire TCPEndpoint map field, which 
could remove the endpoints from other,
       running instances. Now, we make sure to only clear the endpoints created 
by that instance, which allows for
       other instances to keep running and for this instance to restart without 
issues.
       Also reworked the JMX tests to exercise more of the JMX functionality to 
help find leaks and other
       potential issues like this.
   
       Additional changes include setting up `looperEverythingTest` to add 
increased testing like the JMX looper
       test did, so we can add more extensive exercise of native/gossip/network 
features in the future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to