smiklosovic commented on code in PR #4394:
URL: https://github.com/apache/cassandra/pull/4394#discussion_r2377845729
##########
src/java/org/apache/cassandra/gms/GossiperMBean.java:
##########
@@ -43,4 +43,7 @@ public interface GossiperMBean
public boolean getLooseEmptyEnabled();
public void setLooseEmptyEnabled(boolean enabled);
+
+ /** Sends ECHO_REQ messages to all live nodes with timing information */
+ public Map<String, Map<String, Object>> echoAllNodesWithTiming();
Review Comment:
so which is it, _echo_ or _ping_? :)
--
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]