Minghao Li
|
6586f78599
|
refactor(sync): add last config index
|
2022-06-11 12:44:58 +08:00 |
Minghao Li
|
972fee7fbc
|
refactor(sync): add rpcMsg to reconfig callback
|
2022-06-10 17:39:30 +08:00 |
Minghao Li
|
e9d466ec82
|
refactor(sync) delete some trace log
|
2022-06-10 16:51:17 +08:00 |
Minghao Li
|
736862541e
|
fix(sync): restart with config change
|
2022-06-10 15:19:11 +08:00 |
Minghao Li
|
d81f5e9f77
|
fix(sync): add detail log flag
|
2022-06-09 11:18:48 +08:00 |
Minghao Li
|
e86ee68f8b
|
refactor(sync): sync snapshot
|
2022-06-08 22:43:58 +08:00 |
Minghao Li
|
98a2451c15
|
refactor(sync): sync snapshot
|
2022-06-08 21:55:36 +08:00 |
Minghao Li
|
d72d2d698c
|
refactor(sync): SyncAppendEntries
|
2022-06-08 17:44:32 +08:00 |
Minghao Li
|
687caac2bf
|
refactor(sync): add raft log test
|
2022-06-08 16:45:40 +08:00 |
Minghao Li
|
2547e8d02e
|
refactor: sync index
|
2022-06-08 11:03:28 +08:00 |
Minghao Li
|
eba8f2b543
|
fix(sync) send snapshot multi-times
|
2022-06-07 19:20:05 +08:00 |
Minghao Li
|
0e41ab7f99
|
Merge branch 'feature/sync-refactor' of https://github.com/taosdata/TDengine into feature/sync-refactor
|
2022-06-07 18:34:07 +08:00 |
Minghao Li
|
31b54e7462
|
enh(sync): add privateTerm into SyncSnapshotRsp, SyncSnapshotSend, SSyncSnapshotReceiver
|
2022-06-07 18:33:06 +08:00 |
Shengliang Guan
|
a047d4a559
|
Merge remote-tracking branch 'origin/feature/sync-refactor' into fix/mnode
|
2022-06-07 16:37:50 +08:00 |
Minghao Li
|
8680da282a
|
fix(sync): snapshot maybe change when sending
|
2022-06-07 15:36:41 +08:00 |
Minghao Li
|
2071c5a74e
|
fix(sync): sending snapshot
|
2022-06-06 20:02:27 +08:00 |
Minghao Li
|
84a67e850e
|
fix(sync): sending snapshot
|
2022-06-06 17:23:59 +08:00 |
Minghao Li
|
af27303a4c
|
enh(sync): update raft core functions
|
2022-06-06 16:02:25 +08:00 |
Shengliang Guan
|
30da7560f8
|
Merge remote-tracking branch 'origin/3.0' into fix/mnode
|
2022-06-04 11:50:47 +08:00 |
Minghao Li
|
44994201b6
|
fix(sync): sending snapshot
|
2022-06-02 19:47:06 +08:00 |
Minghao Li
|
ac90f61b63
|
fix(sync): wal write from middle
|
2022-06-02 13:53:19 +08:00 |
Minghao Li
|
d04c12713a
|
fix: send snapshot
|
2022-06-02 11:36:26 +08:00 |
Minghao Li
|
ae06cc3696
|
refactor: after review raft 6 cb
|
2022-06-01 19:11:31 +08:00 |
Minghao Li
|
057fda21ce
|
enh(sync): syncNodeOnAppendEntriesSnapshotCb
|
2022-05-31 19:46:49 +08:00 |
Minghao Li
|
cdc0dc487f
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli
|
2022-05-30 21:24:05 +08:00 |
Minghao Li
|
b9e4543a40
|
enh(sync): add SyncSnapshotRsp SyncSnapshotSend
|
2022-05-30 21:21:51 +08:00 |
Minghao Li
|
d6c57bd372
|
enh(sync): add snapshotEnable2
|
2022-05-30 13:14:48 +08:00 |
Cary Xu
|
f2b4cca23d
|
fix: init buffer to avoid invalid write
|
2022-05-29 01:10:32 +08:00 |
Minghao Li
|
d45221c863
|
enh(sync) logStoreGetEntry -> pLogStore->getEntry
|
2022-05-27 15:41:19 +08:00 |
Minghao Li
|
b7be03898c
|
enh(sync) snapshot sender, receiver
|
2022-05-27 15:35:26 +08:00 |
Minghao Li
|
1a22de765c
|
fix(sync) add multi mnodes
|
2022-05-26 18:03:38 +08:00 |
Minghao Li
|
4e1aa6b5c5
|
refactor: config change
|
2022-05-26 14:21:24 +08:00 |
Minghao Li
|
9a2eddda4c
|
fix(sync), call FpCommitCb twice when FOLLOWER
|
2022-05-26 11:02:35 +08:00 |
Minghao Li
|
104a207579
|
FpReConfigCb
|
2022-05-25 14:43:45 +08:00 |
Minghao Li
|
aa85781560
|
enh(sync): add mndSnapshotRead mndSnapshotApply
|
2022-05-24 15:28:12 +08:00 |
Minghao Li
|
1d7bdbc351
|
fix(sync) sync/mnode integration dead lock
|
2022-05-23 21:37:13 +08:00 |
Minghao Li
|
102a08f44b
|
enh(sync) sync/mnode integration, add log
|
2022-05-23 20:26:12 +08:00 |
Minghao Li
|
ee4b694a35
|
enh(sync) sync/mnode integration, syncStart async -> sync
|
2022-05-23 18:10:04 +08:00 |
Minghao Li
|
4535722957
|
enh(sync) sync/mnode integration, syncStart async -> sync
|
2022-05-23 15:41:04 +08:00 |
Minghao Li
|
97b1e95ad8
|
enh(sync) sync/mnode integration, add term, currentTerm in cbMeta
|
2022-05-23 12:14:53 +08:00 |
Minghao Li
|
956ab45a30
|
enh(sync): raft config change
|
2022-05-16 14:10:18 +08:00 |
Minghao Li
|
a2d43fb96f
|
enh(sync): add syncStartStandBy
|
2022-05-14 18:12:53 +08:00 |
Minghao Li
|
b69a26678c
|
enh(sync): raft config change
|
2022-05-12 15:23:41 +08:00 |
Minghao Li
|
7066274cc7
|
add sync format code
|
2022-04-18 21:50:56 +08:00 |
Minghao Li
|
16b44c9e28
|
sync refactor
|
2022-03-25 10:37:26 +08:00 |
Minghao Li
|
e58812aab5
|
sync refactor
|
2022-03-24 11:40:36 +08:00 |
Minghao Li
|
d5188f14f9
|
sync refactor
|
2022-03-23 17:56:32 +08:00 |
Minghao Li
|
996886e726
|
sync refactor
|
2022-03-23 17:08:07 +08:00 |
Minghao Li
|
f7432337fd
|
sync refactor
|
2022-03-22 16:43:30 +08:00 |
Minghao Li
|
944bb33156
|
sync refactor
|
2022-03-22 15:29:32 +08:00 |
Minghao Li
|
aea4e0f472
|
sync refactor
|
2022-03-18 19:09:22 +08:00 |
Minghao Li
|
59ae887e30
|
sync refactor
|
2022-03-18 15:24:38 +08:00 |
Minghao Li
|
b5547c7a3d
|
sync refactor
|
2022-03-18 15:05:56 +08:00 |
Minghao Li
|
4d4fabf403
|
sync refactor
|
2022-03-16 21:11:20 +08:00 |
Minghao Li
|
fda9803c17
|
sync refactor
|
2022-03-16 20:03:22 +08:00 |
Minghao Li
|
17e6071033
|
sync index
|
2022-03-15 10:47:11 +08:00 |
Minghao Li
|
f924c1b879
|
sync index
|
2022-03-14 20:43:35 +08:00 |
Minghao Li
|
fa8284af73
|
sync refactor
|
2022-03-07 16:17:41 +08:00 |
Minghao Li
|
25af19bd24
|
sync refactor
|
2022-03-07 16:06:07 +08:00 |
Minghao Li
|
551d7cfa6d
|
sync refactor
|
2022-03-06 12:25:12 +08:00 |
Minghao Li
|
b55cf2bc7e
|
add sync code
|
2022-02-27 02:24:50 +08:00 |
Minghao Li
|
e8780cebed
|
add sync code
|
2022-02-26 18:30:58 +08:00 |
Minghao Li
|
296d9abe2a
|
add sync code
|
2022-02-25 15:34:24 +08:00 |
Minghao Li
|
0e0af1de05
|
add sync code
|
2022-02-23 15:17:49 +08:00 |
Minghao Li
|
be375fa143
|
add sync code
|
2022-02-22 11:28:15 +08:00 |