Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When a job is started using cluster mode (-m yarn-cluster) and a Yarn session is running on the same cluster, the job accidentally registers it's worker tasks with the ongoing Yarn session. This happens because the same Zookeeper namespace is used.
We should consider isolating Flink applications from another by using UUIDS, e.g. based on their application ids, in their Zookeeper paths.
Attachments
Issue Links
- relates to
-
FLINK-4166 Generate automatic different namespaces in Zookeeper for Flink applications
- Closed