sklaha commented on code in PR #265:
URL: https://github.com/apache/cassandra-sidecar/pull/265#discussion_r2493424151


##########
server-common/src/main/java/org/apache/cassandra/sidecar/common/server/StorageOperations.java:
##########
@@ -174,4 +174,11 @@ default void outOfRangeDataCleanup(@NotNull String 
keyspace, @NotNull String tab
      * @return the current compaction throughput in megabytes per second, or 0 
if throughput cannot be determined
      */
     int getCompactionThroughputMbPerSec();
+
+    /**
+     * Triggers the node move operation to move the node to a new token.
+     *
+     * @param newToken the new token for the node to move to
+     */
+    void move(String newToken);

Review Comment:
   I accidentally deleted the commits in the PR from my fork, which 
automatically closed the PR. I’m unable to reopen it. I’ve created a new PR 
that addresses this comment: 
https://github.com/apache/cassandra-sidecar/pull/275



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