belliottsmith commented on code in PR #113:
URL: https://github.com/apache/cassandra-accord/pull/113#discussion_r1745969332


##########
accord-core/src/main/java/accord/coordinate/CoordinateGloballyDurable.java:
##########
@@ -80,7 +80,7 @@ public void onSuccess(Node.Id from, DurableBeforeReply reply)
     public void onFailure(Node.Id from, Throwable failure)
     {
         if (tracker.recordFailure(from) == RequestStatus.Failed)
-            tryFailure(new Exhausted(null, null));
+            tryFailure(new Exhausted(null, null, null));

Review Comment:
   Oh, I'm not sure it should. That looks to maybe be a remnant of the old 
journal logic. I will take a closer look.



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