smiklosovic commented on PR #4825: URL: https://github.com/apache/cassandra/pull/4825#issuecomment-4534294240
@netudima currently there is no check if a tool operates against Cassandra turned off or not. It just fails or the behavior is unpredictable, in general. I was commenting on that here. https://issues.apache.org/jira/browse/CASSANDRA-21133?focusedCommentId=18053921&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-18053921 From my perspective this is the correct solution to disparity of the functionality regardless whether this tool is run against online or offline Cassandra. If you want to not make it functionally on par, then we should prevent offline tools to run against running Cassandra. -- 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]

