Commit ff2e93b
[CELEBORN-1577][BUG] Quota cancel shuffle should use app shuffle id
### What changes were proposed in this pull request?
- Added a new mapping for celebornShuffleId -> appShuffleId
- cancelAllActiveStages should passing appShuffleId not celebornShuffleId
### Why are the changes needed?
`shuffleAllocatedWorkers` worker contains celebornShuffleId, we need to use `appShuffleId` because DAGScheduler only understand app shuffle id.
### Does this PR resolve a correctness bug?
No
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
NA
Closes #3662 from s0nskar/fix_quota_shuffle_id.
Authored-by: Sanskar Modi <sanskarmodi97@gmail.com>
Signed-off-by: SteNicholas <programgeek@163.com>
(cherry picked from commit 149f3b9)
Signed-off-by: SteNicholas <programgeek@163.com>1 parent 31492b1 commit ff2e93b
1 file changed
Lines changed: 7 additions & 3 deletions
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
977 | 978 | | |
978 | 979 | | |
979 | 980 | | |
| 981 | + | |
980 | 982 | | |
981 | 983 | | |
982 | 984 | | |
| |||
1033 | 1035 | | |
1034 | 1036 | | |
1035 | 1037 | | |
| 1038 | + | |
1036 | 1039 | | |
1037 | 1040 | | |
1038 | 1041 | | |
| |||
1238 | 1241 | | |
1239 | 1242 | | |
1240 | 1243 | | |
1241 | | - | |
| 1244 | + | |
1242 | 1245 | | |
1243 | 1246 | | |
1244 | 1247 | | |
| |||
2026 | 2029 | | |
2027 | 2030 | | |
2028 | 2031 | | |
2029 | | - | |
2030 | | - | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
2031 | 2035 | | |
2032 | 2036 | | |
2033 | 2037 | | |
| |||
0 commit comments