HolyLow commented on code in PR #3568:
URL: https://github.com/apache/celeborn/pull/3568#discussion_r2639110842


##########
cpp/celeborn/conf/CelebornConf.cpp:
##########
@@ -267,6 +271,41 @@ long CelebornConf::clientPushLimitInFlightSleepDeltaMs() 
const {
       optionalProperty(kClientPushLimitInFlightSleepDeltaMs).value());
 }
 
+int CelebornConf::clientPushBufferMaxSize() const {
+  return toCapacity(
+      optionalProperty(kClientPushBufferMaxSize).value(), CapacityUnit::BYTE);
+}
+
+bool CelebornConf::clientPushMaxBytesSizeInFlightEnabled() const {
+  return optionalProperty(kClientPushMaxBytesSizeInFlightEnabled).value() ==

Review Comment:
   I think this is not consistent to existing code.



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