Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.16.0, 1.17.0
Description
The flame graph cannot be generated forever when multiple tasks in the same TM. It's caused by FLINK-26074
Root cause:
A Set cannot be converted to an ImmutableSet during the aggregation of ExecutionAttemptIDs. It will cause only the first ExecutionAttemptID of the TM to be added to the set, the second ExecutionAttemptID will fail.
Exception Info:
Attachments
Attachments
Issue Links
- is caused by
-
FLINK-26074 Improve FlameGraphs scalability for high parallelism jobs
- Closed
- links to