rmatharu commented on a change in pull request #1021: Adding writing of 
container.metadata file, and moving exception writing logic to 
DiagnosticsManager
URL: https://github.com/apache/samza/pull/1021#discussion_r284380201
 
 

 ##########
 File path: 
samza-core/src/main/java/org/apache/samza/clustermanager/ContainerProcessManager.java
 ##########
 @@ -186,7 +208,18 @@ public boolean shouldShutdown() {
 
   public void start() {
     log.info("Starting the container process manager");
-    metrics.start();
+
+    if (jvmMetrics != null) {
+      jvmMetrics.start();
 
 Review comment:
   Because someone decided to have JVMetrics with their own executor pool

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to