dcapwell commented on code in PR #2660:
URL: https://github.com/apache/cassandra/pull/2660#discussion_r1336143906


##########
src/java/org/apache/cassandra/config/DatabaseDescriptor.java:
##########
@@ -1899,6 +1899,11 @@ public static IFailureDetector newFailureDetector()
         return newFailureDetector.get();
     }
 
+    public static void setFailureDetector(Supplier<IFailureDetector> fn)

Review Comment:
   I can remove... I remember that I added this as something was failing as 
being down, but since I didn't document in this code I don't remember if its 
still an issue or not... I should listen to the advice I am actively giving 
@aratno ... :sigh:



-- 
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