Benguang Zhao
|
2aa7afe7fa
|
Merge branch '3.0' into FIX/TD-19593-3.0
|
2022-10-19 16:31:13 +08:00 |
Shengliang Guan
|
881db69feb
|
Merge pull request #17453 from taosdata/feature/sync2-merge
refactor(sync): add sync ctrl queue in vnode
|
2022-10-19 15:50:09 +08:00 |
Benguang Zhao
|
00a066443f
|
Merge branch '3.0' into FIX/TD-19593-3.0
|
2022-10-19 09:38:36 +08:00 |
Benguang Zhao
|
3b0968d7f9
|
enh: enable the -Wformat=2 compiler option
|
2022-10-19 09:24:15 +08:00 |
Minghao Li
|
4c9f10b6f3
|
refactor(sync): add sync ctrl queue in vnode
|
2022-10-18 19:12:34 +08:00 |
Shengliang Guan
|
9e0feee081
|
enh: sync propose return at once if replica is 1
|
2022-10-18 17:06:03 +08:00 |
Shengliang Guan
|
f76261dcb5
|
fix: become leader if replica num is 1
|
2022-10-18 12:31:15 +08:00 |
Shengliang Guan
|
8fe672feab
|
fix: crash whle reconfig mnode will cause taosd reboot failure
|
2022-10-17 14:34:51 +08:00 |
Benguang Zhao
|
616eb5f903
|
Merge branch '3.0' into FIX/TD-19239-3.0
|
2022-10-16 00:29:01 +08:00 |
Benguang Zhao
|
c70d10334c
|
enh: print vgId in error msg within syncNodeCommit
|
2022-10-15 23:57:37 +08:00 |
Benguang Zhao
|
63b13db10f
|
fix: eliminate asserts on getting and committing log entries
|
2022-10-14 22:57:27 +08:00 |
Benguang Zhao
|
715f53a856
|
fix: eliminate asserts on errors of appending or getting log entry
|
2022-10-14 22:46:35 +08:00 |
Shengliang Guan
|
fc090a1a4a
|
enh: refactor the code to create and delete mnodes
|
2022-10-14 22:19:10 +08:00 |
Benguang Zhao
|
36bf800e15
|
fix: improve fault tolerance on disk space full with error handling enhanced
|
2022-10-14 22:02:27 +08:00 |
Shengliang Guan
|
78fb1911d4
|
enh: refactor the code to create and delete mnodes
|
2022-10-14 17:59:09 +08:00 |
Hongze Cheng
|
c79cc7e454
|
more code format
|
2022-10-13 14:06:27 +08:00 |
Shengliang Guan
|
3be4a2ed9c
|
Merge remote-tracking branch 'origin/3.0' into fix/TD-19245
|
2022-09-29 19:42:09 +08:00 |
Shengliang Guan
|
e94646ca70
|
fix: coverity issues
|
2022-09-29 19:41:54 +08:00 |
Shengliang Guan
|
c56dd86399
|
fix: do not process query and fetch msg until vnode restore finished
|
2022-09-29 14:29:30 +08:00 |
Shengliang Guan
|
4df3303514
|
fix: do not process query and fetch msg until vnode restore finished
|
2022-09-29 14:24:45 +08:00 |
Benguang Zhao
|
b71a9e3483
|
enh: improve error handling in syncNodeOpen
|
2022-09-28 13:34:13 +08:00 |
Minglei Jin
|
8bc6a6297f
|
enh(sync): log entry cache for sync
|
2022-09-20 19:57:02 +08:00 |
Minghao Li
|
c151dd3b92
|
fix(sync): mem leak
|
2022-09-07 10:35:44 +08:00 |
Minghao Li
|
8da7950282
|
refactor(sync): close receiver when become leader
|
2022-08-22 15:40:28 +08:00 |
Minghao Li
|
8a32c0c189
|
refactor(sync): adjust strategy for dynamic quorum
|
2022-08-18 14:55:57 +08:00 |
Minghao Li
|
2ca5bdc708
|
refactor(sync): add syncNodeDynamicQuorum
|
2022-08-17 15:39:38 +08:00 |
Minghao Li
|
4164d14637
|
refactor(sync): add syncIsReadyForRead
|
2022-08-15 18:50:14 +08:00 |
Minghao Li
|
6cff4dcfd8
|
refactor(sync): add syncIsReadyForRead
|
2022-08-15 14:42:40 +08:00 |
Minghao Li
|
8f0361bf75
|
refactor(sync): delete expired config index
|
2022-08-11 17:42:04 +08:00 |
Minghao Li
|
dc42544e9e
|
refactor(sync): add leader, follower call back2
|
2022-08-10 20:45:36 +08:00 |
Minghao Li
|
b4c8685766
|
refactor(sync): add leader, follower call back
|
2022-08-10 17:17:30 +08:00 |
Li Minghao
|
7722f88093
|
Merge pull request #15861 from taosdata/feature/3.0_mhli
refactor(sync): speed up replicate
|
2022-08-08 20:36:49 +08:00 |
Minghao Li
|
df18cc5f47
|
refactor(sync): speed up replicate
|
2022-08-08 19:46:37 +08:00 |
Li Minghao
|
4c775b118a
|
Merge pull request #15843 from taosdata/feature/3.0_mhli
refactor(sync): speed up replicate
|
2022-08-08 17:26:34 +08:00 |
Minghao Li
|
62b07dbe5d
|
refactor(sync): speed up replicate
|
2022-08-08 15:10:32 +08:00 |
Li Minghao
|
ad55155897
|
Merge pull request #15838 from taosdata/feature/3.0_mhli
refactor(sync): make leader life longer
|
2022-08-08 14:03:33 +08:00 |
Minghao Li
|
d9b8417d7b
|
refactor(sync): make leader life longer
|
2022-08-08 14:01:31 +08:00 |
Minghao Li
|
0f63837e69
|
refactor(sync): make leader life longer
|
2022-08-08 13:25:02 +08:00 |
Li Minghao
|
363a4f38e3
|
Merge pull request #15821 from taosdata/feature/3.0_mhli
refactor(sync): make leader life longer
|
2022-08-08 10:32:55 +08:00 |
Minghao Li
|
f83ca89ea2
|
refactor(sync): make leader life longer
|
2022-08-06 19:40:10 +08:00 |
Zhiqiang Wang
|
0f13d640b9
|
Merge pull request #15798 from taosdata/fix/ZhiqiangWang/TD-15311-fix-win-sync-compile-error
os: fix win sync compile error
|
2022-08-06 14:34:39 +08:00 |
afwerar
|
d42c9b0eae
|
os: fix win sync compile error
|
2022-08-06 13:44:01 +08:00 |
Minghao Li
|
e628b70726
|
refactor(sync): make leader life longer
|
2022-08-06 13:17:08 +08:00 |
afwerar
|
240a4a197c
|
os: fix win sync compile error
|
2022-08-06 13:10:01 +08:00 |
afwerar
|
457cae2561
|
os: fix win sync compile error
|
2022-08-06 11:46:05 +08:00 |
Minghao Li
|
27d72283bc
|
refactor(sync): make leader life longer
|
2022-08-05 16:45:21 +08:00 |
Minghao Li
|
327b938cbb
|
refactor(sync): make leader life longer
|
2022-08-05 15:33:44 +08:00 |
Minghao Li
|
e23c969d26
|
refactor(sync): make leader life longer
|
2022-08-05 13:33:49 +08:00 |
Minghao Li
|
9be864a6be
|
refactor(sync): make leader life longer
|
2022-08-04 20:36:12 +08:00 |
Shengliang Guan
|
f7e8341457
|
fix: adjust logs
|
2022-08-03 10:56:37 +08:00 |