mittalrishabh
mittalrishabh
1. Can we batch the read index if async commit is disabled ? 2. Can we send memory locks along with the writes through raft to the follower. I strongly...
>>It's checking memory locks on the leader peer when receiving ReadIndexRequest to make sure the snapshot isolation >>is guaranteed, but not sending memory locks. Can't we maintain another copy of...
Have you decided the release for this feature ?
Can you elaborate on features those have dependency on data being persisted in raft disk. Is it CDC ?
There are two challenges associated with raft disk jitter: 1. Write latency increases, followed by an increase in the error rate. 2. Follower read latency can increase if a replica...
@tonyxuqqi What is the WAL recovery mode in tikv ? I guess that it should be kTolerateCorruptedTailRecords.
which format is tikv using. Seems like rocksdb wal has two formats : legacy and recycle. Recycle format has more debug information (log number) . https://github.com/facebook/rocksdb/wiki/Write-Ahead-Log-File-Format
Thanks. I will go through the above link. Does it make sense to send batch read index to reduce the number of RPC calls.
I think it needs one more review