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


##########
modules/replicator/src/main/java/org/apache/ignite/internal/replicator/ReplicaManager.java:
##########
@@ -495,6 +495,8 @@ private CompletableFuture<Replica> startReplicaInternal(
             TopologyAwareRaftGroupService raftClient,
             PendingComparableValuesTracker<Long, Void> storageIndexTracker
     ) {
+        LOG.info("Replica is about to start [replicationGroupId={}].", 
replicaGrpId);

Review Comment:
   I don't think so, replica start is rather rare activity and while our system 
isn't that stable I'd like to have an ability to see given locks as often as 
possible.



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