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


##########
src/java/org/apache/cassandra/service/accord/AccordJournal.java:
##########
@@ -765,6 +1323,7 @@ private MessageProvider(TxnId txnId)
         @Override
         public Set<MessageType> test(Set<MessageType> messages)
         {
+            // TODO (expected, correctness): fix other message provider 
methods to account for synonyms too

Review Comment:
   Left-over TODO from before I fixed all `read*` method implementations by 
making `readMessage()` synonym-aware. Cleaned 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