SteNicholas commented on code in PR #2521:
URL: https://github.com/apache/celeborn/pull/2521#discussion_r1604688643
##########
master/src/main/scala/org/apache/celeborn/service/deploy/master/MasterSource.scala:
##########
@@ -53,4 +53,8 @@ object MasterSource {
val ACTIVE_SHUFFLE_FILE_COUNT = "ActiveShuffleFileCount"
val OFFER_SLOTS_TIME = "OfferSlotsTime"
+
+ val CELEBORN_TOTAL_CAPACITY = "CelebornTotalBytes"
Review Comment:
```suggestion
val TOTAL_CAPACITY = "TotalCapacity"
```
##########
master/src/main/scala/org/apache/celeborn/service/deploy/master/MasterSource.scala:
##########
@@ -53,4 +53,8 @@ object MasterSource {
val ACTIVE_SHUFFLE_FILE_COUNT = "ActiveShuffleFileCount"
val OFFER_SLOTS_TIME = "OfferSlotsTime"
+
+ val CELEBORN_TOTAL_CAPACITY = "CelebornTotalBytes"
+
+ val CELEBORN_TOTAL_FREE_CAPACITY = "CelebornTotalFreeBytes"
Review Comment:
```suggestion
val TOTAL_FREE_CAPACITY = "TotalFreeCapacity"
```
--
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]