denis-chudov commented on code in PR #5779:
URL: https://github.com/apache/ignite-3/pull/5779#discussion_r2080207635


##########
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/PlacementDriverManager.java:
##########
@@ -263,9 +263,11 @@ private void takeOverActiveActorBusy() {
 
     /** Steps down as active actor. */
     private void stepDownActiveActorBusy() {
-        LOG.info("Placement driver active actor is stopping.");
+        if (leaseUpdater.active()) {

Review Comment:
   moved the log messages to LeaseUpdater.



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