sanpwc commented on a change in pull request #147:
URL: https://github.com/apache/ignite-3/pull/147#discussion_r639478402
##########
File path:
modules/raft-client/src/main/java/org/apache/ignite/raft/client/service/impl/RaftGroupServiceImpl.java
##########
@@ -88,6 +92,9 @@
/** */
private final ScheduledExecutorService executor =
Executors.newScheduledThreadPool(1);
+ /** */
+ private final boolean reuse;
Review comment:
Could you please clarify why we need 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.
For queries about this service, please contact Infrastructure at:
[email protected]