sanpwc commented on code in PR #6278:
URL: https://github.com/apache/ignite-3/pull/6278#discussion_r2215968383


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/NodeImpl.java:
##########
@@ -1608,7 +1602,7 @@ else if (this.state.compareTo(State.STATE_TRANSFERRING) 
<= 0) {
             this.electionTimer.restart();
         }
         else {
-            LOG.info("Node {} is a learner, election timer is not started.", 
this.nodeId);
+            LOG.debug("Node {} is a learner, election timer is not started.", 
this.nodeId);

Review Comment:
   this.nodeId contains groupId
   `this.nodeId = new NodeId(this.groupId, this.serverId);`



-- 
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]

Reply via email to