arjunashok commented on code in PR #87:
URL: https://github.com/apache/cassandra-sidecar/pull/87#discussion_r1439867355


##########
adapters/base/src/main/java/org/apache/cassandra/sidecar/adapters/base/TokenRangeReplicas.java:
##########
@@ -219,7 +219,7 @@ public static List<TokenRangeReplicas> 
normalize(List<TokenRangeReplicas> ranges
 
         if (ranges.stream().noneMatch(r -> 
r.partitioner.minToken.compareTo(r.start()) == 0))
         {
-            LOGGER.warn("{} based minToken does not exist in the token 
ranges", Partitioner.class.getName());
+            LOGGER.warn("Partitioner based minToken does not exist in the 
token ranges");

Review Comment:
   We could extract a single range to get the partitioner to log here. I'll 
make that change.



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