cfmcgrady commented on code in PR #2609:
URL: https://github.com/apache/celeborn/pull/2609#discussion_r1713617271


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -3995,6 +3996,14 @@ object CelebornConf extends Logging {
       .booleanConf
       .createWithDefault(false)
 
+  val TEST_CLIENT_PUSH_MOCK_RANDOM_PUSH_FOR_STAGE_RERUN: ConfigEntry[Boolean] =
+    buildConf("celeborn.test.client.push.mockRandomPushForStageRerun")
+      .internal
+      .categories("test", "client")
+      .version("0.3.2")

Review Comment:
   ```suggestion
         .version("0.4.3")
   ```



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