belliottsmith commented on code in PR #183: URL: https://github.com/apache/cassandra-accord/pull/183#discussion_r2022621353
########## accord-core/src/main/java/accord/coordinate/tracking/FastPathTracker.java: ########## @@ -116,7 +116,7 @@ public final ShardOutcome<? super FastPathTracker> onDelayed(@Nonnull Node.Id fr ++fastPathDelayed; if (isFastPathDelayed() && hasReachedQuorum()) - return complete(Success); + return complete(hasMetMediumPathCriteria() ? NewMediumPathSuccess : Success); Review Comment: > why is that I think an oversight; have fixed. Have also factored out the logic to do this as requested. -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org