yifan-c commented on code in PR #143:
URL: https://github.com/apache/cassandra-sidecar/pull/143#discussion_r1823628935


##########
server/src/main/java/org/apache/cassandra/sidecar/db/RestoreRange.java:
##########
@@ -463,11 +469,11 @@ public long estimatedSpaceRequiredInBytes()
 
     public String shortDescription()
     {
-        return "StartToken: " + startToken + ", EndToken: " + endToken +
-               ", SliceId: " + sliceId +
-               ", Key: " + sliceKey() +
-               ", Bucket: " + sliceBucket() +
-               ", Checksum: " + sliceChecksum();
+        return "RestoreRange{" +

Review Comment:
   I removed checksum as it is not helpful and verbose. The startToken and 
endToken are removed for the same reason. The tokens are part of the sliceKey 
already. 



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