iamaleksey commented on code in PR #4392:
URL: https://github.com/apache/cassandra/pull/4392#discussion_r2382368918


##########
src/java/org/apache/cassandra/replication/MutationJournal.java:
##########
@@ -240,22 +407,30 @@ public int compareWithKeyAt(ShortMutationId id, 
ByteBuffer buffer, int position,
         @Override
         public int compare(ShortMutationId id1, ShortMutationId id2)
         {
+            if (id1 == null || id2 == null)
+            {
+                System.out.println(id1 + " " + id2);
+                System.out.println(id1 + " " + id2);
+            }

Review Comment:
   Flagging so it's 100% not forgotten to clean up.



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