Yingchun Lai

Results 153 comments of Yingchun Lai

> > What's the relationship between the newly added config and `duplicate_log_batch_bytes`? > > `duplicate_log_batch_bytes` is the batch size you can set,always set to 4096. The 'newly' added config `max_allowed_write_size`...

Is it necessary to add the new config? Can the issue be resolved by adjust `duplicate_log_batch_bytes` on master cluster or `max_allowed_write_size` on backup cluster?

> 3.It's not easy for master cluster get the value of `duplicate_log_batch_bytes` config by backup cluster. I don't think it's necessary for master cluster to get this value,because when we...

> > Is it necessary to add the new config? Can the issue be resolved by adjust `duplicate_log_batch_bytes` on master cluster or `max_allowed_write_size` on backup cluster? > > If the...

Good job! Consider to use a LRU cache, thers is an implementation exported from RocksDB, see https://github.com/facebook/rocksdb/blob/main/include/rocksdb/cache.h#L270

# Tasks Feel free to leave a message in the task link if you want to assign it to yourself. ## Translating It's recommand to update the Chinese docs at...

@limowang Please keep in mind that the PR title will be cut if it's too long.