Skip to content
Snippets Groups Projects
Commit 9a8467b4 authored by Michael Eischer's avatar Michael Eischer
Browse files

Fix hanging execution with delayed checkpoint processing

parent 66c337ba
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ public class REFITExecutionStage extends REFITExecutionStageBase {
REFITProgressNotification progress = (REFITProgressNotification) message;
if (progress.agreementSeqNr > newestCheckpointSeqNr) {
newestCheckpointSeqNr = progress.agreementSeqNr;
checkpointProgress = true;
requestProgress = true;
}
} else if (message.getClass() == REFITExecuteRequest.class) {
REFITExecuteRequest operation = (REFITExecuteRequest) message;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment