dcapwell commented on code in PR #38:
URL: https://github.com/apache/cassandra-accord/pull/38#discussion_r1153595793
##########
accord-core/src/test/java/accord/utils/MessageTask.java:
##########
@@ -70,6 +71,7 @@ public String toString()
private final List<Node.Id> recipients;
private final String desc;
private final Request request;
+ private final CommandStore commandStore;
Review Comment:
need to debug this class as it looks like its crossing stores often... ATM I
try to avoid that as I added a check to block that case (this is the only
section that hit it)
--
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]