mridulm commented on code in PR #2471:
URL: https://github.com/apache/celeborn/pull/2471#discussion_r1573950428
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -87,13 +87,22 @@ class CelebornConf(loadDefaults: Boolean) extends Cloneable
with Logging with Se
this
}
+ private def warnIfInternalTransportModule(module: String, key: String): Unit
= {
+ // for now, assert false to test
Review Comment:
Should remove it - I had an assertion here earlier to test/validate I was
not missing anything :-)
--
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]