client-go
client-go copied to clipboard
txn-file: Fix missing txn chunks in prewrite
Close #1349
Changes
- Sort chunks by both region & chunks.
- Remove success ranges.
- Group batches by { regionID, regionVer } (remove
conf_ver) to avoid group chunks to different batch ifconf_verchanged during grouping.