SteNicholas commented on code in PR #3695:
URL: https://github.com/apache/celeborn/pull/3695#discussion_r3417853477
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -1368,6 +1364,14 @@ class CelebornConf(loadDefaults: Boolean) extends
Cloneable with Logging with Se
def workerGracefulShutdownRecoverPath: String =
get(WORKER_GRACEFUL_SHUTDOWN_RECOVER_PATH)
def workerGracefulShutdownRecoverDbBackend: String =
get(WORKER_GRACEFUL_SHUTDOWN_RECOVER_DB_BACKEND)
+ def metadataAutoRecoveryEnabled: Boolean =
Review Comment:
```suggestion
def workerRecoverDbRocksDBAutoRecoveryEnabled: Boolean =
```
--
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]