GitHub user git-hulk added a comment to the discussion: Master node got unresponsive after restart one of the replicas
You can increase the [rocksdb.wal_size_limit_mb](https://github.com/apache/incubator-kvrocks/blob/unstable/kvrocks.conf#L497) to reduce the possibility of full sync, but it will also use more disk space. For the network usage, can use `max-replication-mb` to limit the speed of replication, this configuration can be changed online by using `config set max-replication-mb xxx`. GitHub link: https://github.com/apache/incubator-kvrocks/discussions/728#discussioncomment-3145899 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
