Gerrrr commented on a change in pull request #1232:
URL: https://github.com/apache/cassandra/pull/1232#discussion_r720676056



##########
File path: src/java/org/apache/cassandra/hints/HintsServiceMBean.java
##########
@@ -40,4 +42,11 @@
      * being dispatched right now, or being written to).
      */
     void deleteAllHintsForEndpoint(String address);
+
+    /**
+     * Lists all the endpoints that this node has hints for.
+     *
+     * @return a list of endpoints with relevant hint information - total 
number of files, newest and oldest timestamps.
+     */
+    List<PendingHintsInfo> listPendingHints();

Review comment:
       Changed in 
https://github.com/apache/cassandra/pull/1232/commits/8787a817ca6b646cf7be10d70f65e0beb5be69bf.




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