adityamukho commented on code in PR #7488:
URL: https://github.com/apache/ignite-3/pull/7488#discussion_r2757989018
##########
modules/workers/src/main/java/org/apache/ignite/internal/worker/CriticalSingleThreadExecutor.java:
##########
@@ -34,6 +40,9 @@ public class CriticalSingleThreadExecutor extends
ThreadPoolExecutor implements
private volatile Thread lastSeenThread;
private volatile long heartbeatNanos = NOT_MONITORED;
+ private @Nullable MetricSource metricSource;
+ private @Nullable MetricManager metricManager;
Review Comment:
This executor might be used elsewhere in future, where metrics may not be
required.
--
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]