Commit Graph

104 Commits

Author SHA1 Message Date
LittleDriver
6a66855c34 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
2020-04-30 15:29:07 +08:00
yuzhao.jyz
3dd1e10a32 Add comments to region_task (#106)
* Add comments to `region_task`

Co-authored-by: Connor <zbk602423539@gmail.com>
2020-04-30 15:28:31 +08:00
LittleDriver
c6d73254bc Remove the building parameter of ldflags from Makefile (#93)
Signed-off-by: fengzixu <hnustphoenix@gmail.com>

Co-authored-by: Connor <zbk602423539@gmail.com>
2020-04-30 15:27:54 +08:00
Connor
5e089a2cd1 init course framework
Signed-off-by: Connor <zbk602423539@gmail.com>
Co-authored-by: Nick Cameron <nrc@ncameron.org>
Co-authored-by: linning <linningde25@gmail.com>
Co-authored-by: YangKeao <keao.yang@yahoo.com>
Co-authored-by: andylokandy <andylokandy@hotmail.com>
Co-authored-by: Iosmanthus Teng <myosmanthustree@gmail.com>
2020-04-30 15:25:07 +08:00