dongjoon-hyun commented on a change in pull request #30968:
URL: https://github.com/apache/spark/pull/30968#discussion_r550280215
##########
File path:
core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedClusterMessage.scala
##########
@@ -102,9 +102,9 @@ private[spark] object CoarseGrainedClusterMessages {
// It's used for Standalone's cases, where decommission is triggered at
MasterWebUI or Worker.
object DecommissionExecutor extends CoarseGrainedClusterMessage
- // A message that sent to the executor itself when it receives PWR signal,
+ // A message that sent to the executor itself when it receives a signal,
// indicating the executor starts to decommission.
- object ExecutorSigPWRReceived extends CoarseGrainedClusterMessage
+ object ExecutorDecomSigReceived extends CoarseGrainedClusterMessage
Review comment:
ditto. `ExecutorDecommissionSignalReceived`?
----------------------------------------------------------------
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]