rpuch commented on code in PR #4361:
URL: https://github.com/apache/ignite-3/pull/4361#discussion_r1756257972
##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/impl/MetaStorageLeaderElectionListener.java:
##########
@@ -94,7 +98,8 @@ public class MetaStorageLeaderElectionListener implements
LeaderElectionListener
CompletableFuture<MetaStorageServiceImpl> metaStorageSvcFut,
ClusterTimeImpl clusterTime,
CompletableFuture<MetaStorageConfiguration>
metaStorageConfigurationFuture,
- List<ElectionListener> electionListeners
+ List<ElectionListener> electionListeners,
+ BooleanSupplier leaderSecondaryDutiesPaused
Review Comment:
Added a description to the field
--
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]