DBZ-8177 Don't apply flush wait for nodes that are not connected

This commit is contained in:
Chris Cranford 2024-09-05 07:35:09 -04:00 committed by Chris Cranford
parent 7301011f53
commit df725cd87f

View File

@ -112,9 +112,6 @@ public void flush(Scn currentScn) throws InterruptedException {
allNodesFlushed = false;
}
}
else {
allNodesFlushed = false;
}
}
if (!allNodesFlushed) {