1996fanrui commented on PR #21447: URL: https://github.com/apache/flink/pull/21447#issuecomment-1352953783
Hi @xintongsong , thanks a lot for your review. > There's a job-vertex cache and an execution-vertex cache. For the operator flame graph, we always use the job-vertex cache. For the subtask flame graph, we first check the job-vertex cache, then the execution-vertex cache. Is it typo? For the subtask flame graph, we should first check the `execution-vertex cache`, then the `job-vertex` cache, right? The `execution-vertex cache` just saves the result when requesting the flame graph for subtask level, right? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org