waitinfuture commented on code in PR #2235:
URL:
https://github.com/apache/incubator-celeborn/pull/2235#discussion_r1456715217
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -3325,6 +3326,15 @@ object CelebornConf extends Logging {
.booleanConf
.createWithDefault(false)
+ val TEST_WORKER_UNDER_TEST: ConfigEntry[Boolean] =
Review Comment:
The reason is that WithShuffleClientSuite#registerAndFinishPartition
repeatedly called mapPartitionMapperEnd twice. I reverted the config and
removed the duplicate invocation. PTAL @RexXiong
--
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]