SteNicholas commented on code in PR #3360:
URL: https://github.com/apache/celeborn/pull/3360#discussion_r2336593944
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4073,6 +4075,22 @@ object CelebornConf extends Logging {
.intConf
.createWithDefault(3)
+ val WORKER_WRITER_CREATE_INDEX_OR_SUCCESS_MAX_ATTEMPTS: ConfigEntry[Int] =
+ buildConf("celeborn.worker.writer.create.indexOrSuccess.maxAttempts")
Review Comment:
```suggestion
buildConf("celeborn.worker.writer.create.file.maxAttempts")
```
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4073,6 +4075,22 @@ object CelebornConf extends Logging {
.intConf
.createWithDefault(3)
+ val WORKER_WRITER_CREATE_INDEX_OR_SUCCESS_MAX_ATTEMPTS: ConfigEntry[Int] =
+ buildConf("celeborn.worker.writer.create.indexOrSuccess.maxAttempts")
Review Comment:
```suggestion
buildConf("celeborn.worker.writer.create.file.maxAttempts")
```
--
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]