https://github.com/apache/spark
Revision 4b1e06be85a78b87562fab8d82a5de260e4944cd authored by Warren Zhu on 04 October 2022, 20:38:17 UTC, committed by Dongjoon Hyun on 04 October 2022, 20:38:37 UTC
### What changes were proposed in this pull request
Fix wrong remained shuffles log in BlockManagerDecommissioner

### Why are the changes needed?
BlockManagerDecommissioner should log correct remained shuffles. Current log used all shuffles num as remained.

```
4 of 24 local shuffles are added. In total, 24 shuffles are remained.
2022-09-30 17:42:15.035 PDT
0 of 24 local shuffles are added. In total, 24 shuffles are remained.
2022-09-30 17:42:45.069 PDT
0 of 24 local shuffles are added. In total, 24 shuffles are remained.
```

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Manually tested

Closes #38078 from warrenzhu25/deco-log.

Authored-by: Warren Zhu <warren.zhu25@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit b39f2d6acf25726d99bf2c2fa84ba6a227d0d909)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent ac772e9
History
Tip revision: 4b1e06be85a78b87562fab8d82a5de260e4944cd authored by Warren Zhu on 04 October 2022, 20:38:17 UTC
[SPARK-40636][CORE] Fix wrong remained shuffles log in BlockManagerDecommissioner
Tip revision: 4b1e06b

README.md

back to top