dcapwell commented on code in PR #2339:
URL: https://github.com/apache/cassandra/pull/2339#discussion_r1195688234


##########
src/java/org/apache/cassandra/service/accord/AccordKeyspace.java:
##########
@@ -156,12 +174,33 @@ ImmutableSortedMap<Timestamp, ByteBuffer> 
getValues(CommandsForKey cfk)
         }
     }
 
+    private enum TokenType
+    {
+        Murmur3((byte) 1),

Review Comment:
   TODO add more partitioner support... our tests only use murmur3 so did this 
just for place holder



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