Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.15.0
Description
The JobVertexFlameGraphHandler relies internally on the JobVertexThreadInfoTracker which calls
ResourceManagerGateway#requestTaskExecutorThreadInfoGateway to get a gateway for requesting the thread info from the task executors. Since this gateway is not serializable it would categorically fail if called from a standby dispatcher.
Instead this should follow the logic of the MetricFetcherImpl, which requests addresses instead and manually connects to the task executors.
Attachments
Issue Links
- relates to
-
FLINK-27933 Savepoint status cannot be queried from standby jobmanager
- Closed
- links to