SteNicholas commented on code in PR #2535:
URL: https://github.com/apache/celeborn/pull/2535#discussion_r1630564102
##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/WorkerSource.scala:
##########
@@ -211,4 +211,7 @@ object WorkerSource {
// active shuffle
val ACTIVE_SHUFFLE_SIZE = "ActiveShuffleSize"
val ACTIVE_SHUFFLE_FILE_COUNT = "ActiveShuffleFileCount"
+
+ // decommission
+ val IS_DECOMMISSIONING_WORKER = "isDecommissioningWorker"
Review Comment:
```suggestion
val IS_DECOMMISSIONING_WORKER = "IsDecommissioningWorker"
```
--
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]