sklaha opened a new pull request, #303: URL: https://github.com/apache/cassandra-sidecar/pull/303
A specific condition in the sidecar causes a deadlock during JMX reconnection. This deadlock occurs in the ClientCommunicatorAdmin.restart method under the following scenario: - JMX connection undergoes reconnection. - A notification handler for connection status changes executes JMX calls during reconnection. - The JMX call fails due to an IOException. This PR contains a fix for the issue and an integration to reproduce the issue. -- 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]

