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


##########
modules/metrics/src/main/java/org/apache/ignite/internal/metrics/MetricManagerImpl.java:
##########
@@ -165,6 +165,7 @@ public void beforeNodeStop() {
     @Override
     public CompletableFuture<Void> stopAsync(ComponentContext 
componentContext) {
         enabledMetricExporters.clear();
+        log.warn("metric manager stopped", new Exception());

Review Comment:
   removed



##########
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java:
##########
@@ -158,7 +155,8 @@ public class LeaseUpdater {
             LeaseTracker leaseTracker,
             ClockService clockService,
             AssignmentsTracker assignmentsTracker,
-            ReplicationConfiguration replicationConfiguration
+            ReplicationConfiguration replicationConfiguration,
+            MetricManager metricManager

Review Comment:
   removed



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