Make balance works (#881)
* Implement member change * Address wadeliuyi's comments * Add Balance UT * Fix failed Meta http Uts * Add balance data and balance data id command in console * Fix bugs * Fix stale peers when add part * Fix bugs * Remove retry logic and fix stale log response * Address cirtical27's comments * Fix snapshot_test * Fix bug in snapshot * Remove check in commitTransferLeader
Showing
- src/executor/BalanceExecutor.cpp 106 additions, 0 deletionssrc/executor/BalanceExecutor.cpp
- src/executor/BalanceExecutor.h 6 additions, 0 deletionssrc/executor/BalanceExecutor.h
- src/parser/AdminSentences.h 13 additions, 0 deletionssrc/parser/AdminSentences.h
- src/parser/parser.yy 8 additions, 1 deletionsrc/parser/parser.yy
- src/parser/scanner.lex 2 additions, 0 deletionssrc/parser/scanner.lex
Please register or sign in to comment