Commit Graph

16 Commits

Author SHA1 Message Date
ZYFZYF
5c800faefd
load snapshot meta again when the snapshot exists, make sure snapshot is not nil (#404)
* make every store really have a different dbPath

Co-authored-by: Connor <zbk602423539@gmail.com>
2022-07-14 06:05:26 +00:00
ZYFZYF
d732002724
add TestConfChangeRemoveLeader3B (#405)
* add TestConfChangeRemoveLeader3B
2022-07-13 08:25:43 +00:00
guapi
98a65f4d63
fix nil pointer dereference in scheduler.go (#388) 2022-04-15 11:57:29 +00:00
JLDataKu
543f3340df
fix typo (#362)
* fix typo
2022-01-11 17:38:37 +08:00
charstal
7aa7a2099c
Auto temp file delete (#340)
* auto delete tmp file
2021-12-22 09:32:57 +00:00
MichaelDeSteven
556640a39e
fix: TestPersistPartitionUnreliable2B annotation (#343) 2021-12-22 04:30:02 +00:00
Daobing Zhu
077953e2d7
Fix an issue to support unreliable in GenericTest (#265)
* fix an issue to support unreliable in GenericTest
2021-09-01 17:39:01 +08:00
Binacs
6998f4c47a
[kv/util/engine_util] remove dependence on config, making the code more concise and efficient (#215) 2020-08-04 14:00:43 +08:00
Connor1996
abaa565b18 fix concurrent read and write on map
Signed-off-by: Connor1996 <zbk602423539@gmail.com>
2020-07-27 15:30:27 +08:00
Lin ZiHao
3513f5d1b4
MustHavePeer and MustNonePeer should panic after timeout (#207) 2020-06-11 15:50:06 +08:00
xiongjiwei
6f95cf0df4
bug fix: may cause redundant change peer request (#196)
* bug fix: may cause redundant change peer request

Co-authored-by: Connor <zbk602423539@gmail.com>
2020-06-08 13:49:28 +08:00
Connor1996
55c6151c9b rename batchsystem to raftstore
Signed-off-by: Connor1996 <zbk602423539@gmail.com>
2020-04-30 15:31:26 +08:00
Connor
bb9739ae6e try to stable tests (#142)
* try to stable tests

Signed-off-by: Connor <zbk602423539@gmail.com>
2020-04-30 15:31:26 +08:00
Connor
8aa0fa7768 fix key not found and close iter (#132)
Signed-off-by: Connor1996 <zbk602423539@gmail.com>
2020-04-30 15:31:26 +08:00
Connor
b46700aa49 add option and fix raft client (#131)
* add option and fix raft client

Signed-off-by: Connor1996 <zbk602423539@gmail.com>
2020-04-30 15:31:26 +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