SteNicholas commented on code in PR #2475:
URL: https://github.com/apache/celeborn/pull/2475#discussion_r1575717877


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -2917,12 +2917,12 @@ object CelebornConf extends Logging {
   val WORKER_GRACEFUL_SHUTDOWN_RECOVER_DB_BACKEND: ConfigEntry[String] =
     buildConf("celeborn.worker.graceful.shutdown.recoverDbBackend")
       .categories("worker")
-      .doc("Specifies a disk-based store used in local db. LEVELDB or 
ROCKSDB.")
+      .doc("Specifies a disk-based store used in local db. ROCKSDB or LEVELDB 
(deprecated).")
       .version("0.4.0")
       .stringConf
       .transform(_.toUpperCase(Locale.ROOT))
       .checkValues(Set("LEVELDB", "ROCKSDB"))
-      .createWithDefault("LEVELDB")
+      .createWithDefault("ROCKSDB")

Review Comment:
   @mridulm, you are right. I have removed this cherry pick from branch-0.4. I 
would like to resolve 
[CELEBORN-1380](https://issues.apache.org/jira/browse/CELEBORN-1380) for arm.
   BTW, I have upgraded to v5.0.0 with manually updating the `recoverDbBackend` 
to `LEVELDB` for existing deployments in bilibili.



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