arjunashok opened a new pull request, #73: URL: https://github.com/apache/cassandra-sidecar/pull/73
…ses without 'status' ### Details This is a fix to look for the host status in ‘Status’ and ‘StatusWithPort’ attributes in GossipInfo response to determine the ‘state’ of the node. Currently, we only check for ‘status’ which can be missing from gossipInfo in some cases, which will result in a replacement node status to be reported as `Joining` instead of `Replacing`. ### Testing - Added related unit tests to reproduce and validate fix -- 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]

