paul8263 commented on a change in pull request #16352:
URL: https://github.com/apache/flink/pull/16352#discussion_r664178197
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/JobVertexFlameGraphHandler.java
##########
@@ -63,6 +66,7 @@ public JobVertexFlameGraphHandler(
executionGraphCache,
executor);
this.threadInfoOperatorTracker = threadInfoOperatorTracker;
+ this.isFlameGraphEnabled = isFlameGraphEnabled;
Review comment:
OK, I will determine whether the flame graph is enabled by checking
threadInfoOperatorTracker is null or not. But it might not be better way
self-interpretation. In order to minimize the confusion I added some comments.
--
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]