you06
you06
ref https://github.com/tikv/tikv/issues/16291 Now the locks of rollback pipelined DML need to be cleaned up by GC. With this PR, the locks can be cleanup faster.
Currently, the region error is handled in a long long function `onRegionError` and the retry policies of different error types are mixed. It makes the code hard to maintain and...
As [comment](https://github.com/tikv/client-go/pull/843#discussion_r1241789152) says, the current `accessFollower` handle all non-leader-read in the same code, which makes it complex and hard to maintain.
go-ycsb currently support only one database node. For modern distributed database system, there are usually several nodes. Multiple nodes support will make go-ycsb more suitable for distributed database without a...
implement tikv/rfcs#108
[Rendered](https://github.com/you06/rfcs/blob/reduce-traffic-resolved-ts/text/0108-reduce-traffic-resolved-ts.md)
This command would be `/merge-without-tests` which should be used after the committer re-trigger some failed tests. - If the all tests haven't been triggered yet for the current commit, this...
Signed-off-by: you06 ### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What is changed and how it works? What's Changed: How it Works: ### Release...
Auto merge will failed by some unexpected errors like the following which is caused by bot do not have permission accessing the head repository. ``` PUT https://api.github.com/repos/.../.../pulls/.../update-branch: 422 user doesn't...
https://github.com/tikv/tikv/pull/7502 This PR is cherry picked by `git cherry-pick -m 1 {SHA}`, but the DCO seems failed because we don't use the GitHub username.