133tosakarin commented on code in PR #1145:
URL: https://github.com/apache/ratis/pull/1145#discussion_r1744702877
##########
ratis-server/src/main/java/org/apache/ratis/server/impl/SnapshotInstallationHandler.java:
##########
@@ -68,6 +68,7 @@ class SnapshotInstallationHandler {
new AtomicReference<>(INVALID_TERM_INDEX);
private final AtomicBoolean isSnapshotNull = new AtomicBoolean();
private final AtomicLong installedIndex = new AtomicLong(INVALID_LOG_INDEX);
+ private final AtomicBoolean isSnapshotInstallSuccess = new
AtomicBoolean(true);
Review Comment:
Great idea! Great idea! Thank you for your suggestions
--
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]