mirror of
https://github.com/talent-plan/tinykv.git
synced 2024-12-26 12:50:11 +08:00
refactor: make split task unbatched (#105)
1. call AskSplit instead of AskBatchSplit on pd/client package 2. use the single split operation to instead of the batchSplit on raftstore package 3. remove definition of AskBatchSplitRequest/Response 4. delete all functions of handling request of BatchReportSplit from scheduler server 5. perform the generate.sh for metapb.proto
This commit is contained in:
parent
3dd1e10a32
commit
6a66855c34