Lalant commented on code in PR #7379:
URL: https://github.com/apache/ignite-3/pull/7379#discussion_r2697869767


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/TablePartitionProcessor.java:
##########
@@ -516,6 +529,9 @@ private CommandResult handlePrimaryReplicaChangeCommand(
             return null;
         });
 
+        LOG.info("Successfully applied PrimaryReplicaChangeCommand 
[tableId={}, partId={}, commandIndex={}, leaseStartTime={}]",
+                storage.tableId(), storage.partitionId(), commandIndex, 
cmd.leaseStartTime());

Review Comment:
   Changed both to debug



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