Kimahriman commented on a change in pull request #35085:
URL: https://github.com/apache/spark/pull/35085#discussion_r814714918
##########
File path:
core/src/main/scala/org/apache/spark/storage/BlockManagerMasterEndpoint.scala
##########
@@ -320,7 +322,7 @@ class BlockManagerMasterEndpoint(
// Find all shuffle blocks on executors that are no longer running
val blocksToDeleteByShuffleService =
new mutable.HashMap[BlockManagerId, mutable.HashSet[BlockId]]
- if (externalBlockStoreClient.isDefined) {
+ if (externalShuffleServiceRemoveShuffleEnabled) {
Review comment:
I'm not really sure what you mean. That variable is
`externalBlockStoreClient.isDefined &&
conf.get(config.SHUFFLE_SERVICE_REMOVE_SHUFFLE_ENABLED)`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]