yifan-c commented on code in PR #96:
URL: https://github.com/apache/cassandra-sidecar/pull/96#discussion_r1473699301
##########
src/main/java/org/apache/cassandra/sidecar/config/RestoreJobConfiguration.java:
##########
@@ -48,4 +48,11 @@ public interface RestoreJobConfiguration
* @return time to live for restore job tables: restore_job and
restore_slice
*/
long restoreJobTablesTtlSeconds();
+
+ /**
+ * Controls whether the feature to allow server-side the slice assignment
and verification based on the token range
Review Comment:
The goal is to having a boolean flag to toggle the "server-side the slice
assignment and verification based on the token range". Server side slice
assignment is to select and download the slices based on its owning token
range. Verification is to check whether the slices imported can satisfy the
specified consistency level.
--
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]