-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.0
-
Fix Version/s: 1.9.3
-
Component/s: Runtime / Coordination
-
Labels:
@Override public void putJobGraph(SubmittedJobGraph jobGraph) throws Exception { if (!jobGraph.getJobId().equals(jobGraph.getJobId())) { //this always returns false. throw new FlinkException("Cannot put additional jobs into this submitted job graph store."); } }
The code is there since 1.5 but fixed in the master branch (1.10). It's also better to add unit test for this.
- links to