vldpyatkov commented on a change in pull request #399:
URL: https://github.com/apache/ignite-3/pull/399#discussion_r733175063
##########
File path: modules/raft/src/main/java/org/apache/ignite/internal/raft/Loza.java
##########
@@ -80,6 +81,9 @@
/** Executor for raft group services. */
private final ScheduledExecutorService executor;
+ /** Raft group IDs which was started locally. */
+ private final ConcurrentHashSet<String> localGroups = new
ConcurrentHashSet<>();
Review comment:
Removed it.
--
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]