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


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/NodeImpl.java:
##########
@@ -3068,7 +3062,7 @@ public void run(final Status status) {
     private void preVote() {
         long preVoteTerm;
         try {
-            LOG.info("Node {} term {} start preVote.", getNodeId(), 
this.currTerm);
+            LOG.debug("Node {} term {} start preVote.", getNodeId(), 
this.currTerm);

Review Comment:
   Same about getNodeId()



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to