Skip to content

Commit e6f2b61

Browse files
committed
Fix the name
1 parent cc74727 commit e6f2b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/shuffle/src/main/java/org/apache/spark/network/shuffle/ExternalShuffleBlockManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class ExternalShuffleBlockManager {
6363
public ExternalShuffleBlockManager(TransportConf conf) {
6464
this(conf, Executors.newSingleThreadExecutor(
6565
// Add `spark` prefix because it will run in NM in Yarn mode.
66-
NettyUtils.createThreadFactory("spark-shuffle-directory-clean")));
66+
NettyUtils.createThreadFactory("spark-shuffle-directory-cleaner")));
6767
}
6868

6969
// Allows tests to have more control over when directories are cleaned up.

0 commit comments

Comments
 (0)