wzhfy commented on a change in pull request #35441:
URL: https://github.com/apache/spark/pull/35441#discussion_r802214641
##########
File path: core/src/main/scala/org/apache/spark/storage/BlockManagerMaster.scala
##########
@@ -56,8 +57,9 @@ class BlockManagerMaster(
driverEndpoint.askSync[Seq[ReplicateBlock]](GetReplicateInfoForRDDBlocks(blockManagerId))
}
- /** Request removal of a dead executor from the driver endpoint.
- * This is only called on the driver side. Non-blocking
+ /**
+ * Request removal of a dead executor from the driver endpoint.
+ * This is only called on the driver side. Non-blocking.
Review comment:
It's a very minor change, I just can't find a suitable place to fix it.
If you think it's not worthy, I can close it.
--
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]