attilapiros commented on a change in pull request #31102:
URL: https://github.com/apache/spark/pull/31102#discussion_r558341991



##########
File path: 
core/src/main/scala/org/apache/spark/storage/BlockManagerDecommissioner.scala
##########
@@ -33,7 +33,7 @@ import org.apache.spark.util.ThreadUtils
 
 /**
  * Class to handle block manager decommissioning retries.
- * It creates a Thread to retry offloading all RDD cache and Shuffle blocks
+ * It creates a Thread to retry migrating all RDD cache and Shuffle blocks

Review comment:
       There are a few more places where offload is used in the 
`BlockManagerSuite`:
   - 
https://github.com/apache/spark/blob/d562aaf4ff350b66aef354ca4493c60e75d2b04b/core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala#L1895
   - 
https://github.com/apache/spark/blob/d562aaf4ff350b66aef354ca4493c60e75d2b04b/core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala#L1913
   - 
https://github.com/apache/spark/blob/d562aaf4ff350b66aef354ca4493c60e75d2b04b/core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala#L1929
   
   - 
https://github.com/apache/spark/blob/d562aaf4ff350b66aef354ca4493c60e75d2b04b/core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala#L1931




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to