belliottsmith commented on code in PR #4068:
URL: https://github.com/apache/cassandra/pull/4068#discussion_r2036945269


##########
src/java/org/apache/cassandra/service/accord/JournalKey.java:
##########
@@ -161,6 +161,11 @@ private void serializeTxnId(TxnId txnId, byte[] out)
             ByteArrayUtil.putInt(out, NODE_OFFSET, txnId.node.id);
         }
 
+        private int serializedSizeOffixedWidthTxnId()

Review Comment:
   doesn't look to be used though...



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