[CELEBORN-591] RatisSystem need decrease no leader timeout configuration. (#1495)

This commit is contained in:
Shuang 2023-05-18 14:49:06 +08:00 committed by GitHub
parent 811e192bbd
commit 6eabc519b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1741,7 +1741,7 @@ object CelebornConf extends Logging {
.categories("master")
.version("0.2.0")
.timeConf(TimeUnit.SECONDS)
.createWithDefaultString("120s")
.createWithDefaultString("30s")
val HA_MASTER_RATIS_RPC_SLOWNESS_TIMEOUT: ConfigEntry[Long] =
buildConf("celeborn.ha.master.ratis.raft.server.rpc.slowness.timeout")