Skip to content

Commit b153fee

Browse files
blank space
1 parent 4144625 commit b153fee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/scala/org/apache/spark/storage/BlockManagerMasterEndpoint.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class BlockManagerMasterEndpoint(
9494

9595
private val askThreadPool =
9696
ThreadUtils.newDaemonCachedThreadPool("block-manager-ask-thread-pool", 100)
97-
private implicit val askExecutionContext: ExecutionContextExecutorService =
97+
private implicit val askExecutionContext: ExecutionContextExecutorService =
9898
ExecutionContext.fromExecutorService(askThreadPool)
9999

100100
private val topologyMapper = {

core/src/main/scala/org/apache/spark/storage/BlockManagerStorageEndpoint.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class BlockManagerStorageEndpoint(
3838

3939
private val asyncThreadPool =
4040
ThreadUtils.newDaemonCachedThreadPool("block-manager-storage-async-thread-pool", 100)
41-
private implicit val asyncExecutionContext: ExecutionContextExecutorService =
41+
private implicit val asyncExecutionContext: ExecutionContextExecutorService =
4242
ExecutionContext.fromExecutorService(asyncThreadPool)
4343

4444
// Operations that involve removing blocks may be slow and should be done asynchronously

0 commit comments

Comments
 (0)