haojinming
haojinming
After some investigation with debug log, the root cause is that `tikv-server` recieves `raw_put` request before becoming leader and no term info is provided in `raw_put` request. Then `raw_put` interface...
Default key size + value size is about 1K(1083 bytes actually). Value size can be changed with `fieldcount`(default 10) and `fieldlength`(default 100), Please see https://github.com/pingcap/go-ycsb/blob/4bd36c735e844a08261f28a10bcf11c7174b7eae/pkg/prop/prop.go#L17-L111
@overvenus @pingyu PTAL~
@pingyu What `revision` is returned from `GetGCMinServiceSafePointByServiceGroup` interface in this scenario? Could gc-worker pass the returned `revision` to `UpdateGCSafePointByServiceGroup` or need hard code to `-1`?
ok, get it.