dcapwell commented on code in PR #38:
URL: https://github.com/apache/cassandra-accord/pull/38#discussion_r1163283526
##########
accord-core/src/test/java/accord/utils/MessageTask.java:
##########
@@ -119,7 +118,7 @@ public void onSuccess(Node.Id from, Reply reply)
Invariants.checkArgument(reply == SUCCESS || reply == FAILURE);
if (reply == FAILURE)
{
- originator.send(from, request, commandStore, this);
+ originator.send(from, request, MoreExecutors.directExecutor(),
this);
Review Comment:
This is a testing class that is used for burn test to change epoch over the
run. I could change this to run in the new global executor that the burn test
creates, but we are already running there, so went with direct just to simplify
the diff.
I pushed a patch that uses the burn test executor, and in the tracker test
to use the same delay simulation executor
--
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]