FMX commented on code in PR #2456:
URL: https://github.com/apache/celeborn/pull/2456#discussion_r1593511484


##########
common/src/main/scala/org/apache/celeborn/common/protocol/message/ControlMessages.scala:
##########
@@ -179,6 +188,7 @@ object ControlMessages extends Logging {
       maxWorkers: Int,
       availableStorageTypes: Int,
       excludedWorkerSet: Set[WorkerInfo] = Set.empty,
+      packed: Boolean = false,

Review Comment:
   Setting this default value to false is to keep compatible with the old 
client. The new server will need to be compatible with the old client.



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

Reply via email to