Commit 16bfa38
[Bug]Fix FlinkJobStatusWatcher deadlock & NullPointerException (#4327)
* Fix FlinkJobStatusWatcher deadlock
* Fix the issue where completed task status is not being updated
---------
Co-authored-by: liguoliang1 <liguoliang1@hisense.com>1 parent 8dd9217 commit 16bfa38
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- streampark-flink/streampark-flink-kubernetes/src/main/scala/org/apache/streampark/flink/kubernetes/watcher
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
318 | | - | |
| 317 | + | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments