smiklosovic commented on code in PR #2189:
URL: https://github.com/apache/cassandra/pull/2189#discussion_r1123416456
##########
src/java/org/apache/cassandra/service/DefaultFSErrorHandler.java:
##########
@@ -60,6 +60,7 @@ public void handleFSError(FSError e)
switch (DatabaseDescriptor.getDiskFailurePolicy())
{
+ case die:
Review Comment:
@Runtian can you actually explain where what does this change do? Because to
my understanding it will just stop transports? But the objective is to kill the
whole jvm? What are we stopping the transports for when we kill the jvm anyway?
--
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]