Commit graph

120 commits

Author SHA1 Message Date
Shengliang Guan
1539e04e8b
Merge pull request #28639 from taosdata/main
merge: from main to 3.0 branch
2024-11-05 09:04:38 +08:00
Shungang Li
c18b26ff9c enh: add more log for arbtrans 2024-10-31 19:04:00 +08:00
dmchen
ff2f2f2b5f fix/TD-32703-add-log 2024-10-29 09:20:02 +00:00
xinsheng Ren
9f645a0879
Merge branch '3.0' into enh/TD-32413/snprintf 2024-10-11 16:07:25 +08:00
xsren
e03ccdc6e2 replace snprintf 2024-10-10 10:35:48 +08:00
dapan1121
0055d9544c fix: use safe function 2024-10-08 19:18:48 +08:00
lyh250-666
dc1d1930c2 enh:modify error code passing 2024-09-23 10:15:20 +08:00
dmchen
df8ded28d5 fix/TD-30734-format-log 2024-09-03 05:02:07 +00:00
dmchen
74126d880e fix/TD-31667-sync-trace-log-rename 2024-08-27 08:22:25 +00:00
dmchen
dd8f5965be fix/TD-31667-sync-trace-log-name 2024-08-27 07:27:00 +00:00
dmchen
cae45eaeed fix/TD-31667-sync-trace 2024-08-27 04:15:01 +00:00
Shengliang Guan
6470e5f6e3 refact: refact function syncUtilNodeInfo2RaftId 2024-08-20 12:24:01 +08:00
Shengliang Guan
660bfde593 refact: adjust util log 2024-08-19 19:20:14 +08:00
kailixu
1cf7744c74 enh: refactor return code 2024-07-29 09:56:56 +08:00
Hongze Cheng
3460a202fc
Merge pull request #26790 from taosdata/enh/TD-30988-3.0
fix: refactor return code
2024-07-26 20:33:50 +08:00
kailixu
87e3c17ada enh: refactor return code 2024-07-25 23:55:35 +08:00
dapan1121
8691908cc3 fix: os return code 2024-07-24 16:37:54 +08:00
Hongze Cheng
ffe2973ade refactor return code 2024-07-19 13:19:01 +08:00
Shungang Li
d0df927dfa feat: arb add version in sarbgroup 2024-03-19 09:31:05 +08:00
Shungang Li
3a656c3595 feat: support 2 replica with arbitrator 2024-03-19 09:30:35 +08:00
Benguang Zhao
1a9b08fa08 refact: relocate func syncSnapInfoDataRealloc 2023-12-07 15:28:14 +08:00
Benguang Zhao
8f1e3197b2 enh: print lastApplyTerm of snap sender in format of int64 2023-11-06 17:31:31 +08:00
Benguang Zhao
ec5b1f2ec1 enh: logging buf info for snapshot reader and sender 2023-10-25 15:04:14 +08:00
Benguang Zhao
4d61e87c0f enh: add signature info in logging msgs of snap replication 2023-10-24 17:28:46 +08:00
dmchen
8a0e9ff0e0 fix/retry_resolve_fqdn 2023-08-01 14:24:28 +08:00
Benguang Zhao
1f21e769e5 enh: adjust logging level of sync-heartbeat to TRACE 2023-06-20 19:49:53 +08:00
Benguang Zhao
55c6f115b0 enh: add applied-index in sync node logging msg 2023-04-20 14:28:56 +08:00
Benguang Zhao
0a1476763a enh: refactor some func names of syncLogReplMgr 2023-04-06 16:26:44 +08:00
Benguang Zhao
99bfc95d54 fix: synchronize access to raftStore 2023-02-13 19:00:10 +08:00
Shengliang Guan
4d20469e2b fix: adjust log formats 2023-02-07 00:12:05 +08:00
Benguang Zhao
043fc8d980 enh: improve logging msgs for sync snapshot repl 2023-02-01 19:26:58 +08:00
Shengliang Guan
2aeda3a941 enh: refact raft store file 2023-01-09 12:01:36 +08:00
Benguang Zhao
4031dc1af4 Merge branch main into FIX/TD-21043-main 2023-01-02 16:41:46 +08:00
Benguang Zhao
2baa71883d enh: logging states of sync log repl mgrs and the ring buffer in syncPrintNodeLog 2023-01-02 11:13:53 +08:00
Shengliang Guan
c2323db00d fix: allow the ip resolved by fqdn different between dnodes 2022-12-30 17:04:14 +08:00
Benguang Zhao
0c4ade9373 fix: update sync node commitIndex only if matchTerm equals currentTerm upon heartbeat 2022-12-28 20:25:52 +08:00
Shengliang Guan
d674c8370b refact: update sync log 2022-12-20 21:30:46 +08:00
Shengliang Guan
6d94afe48f
Revert "refact: adjust some assert cases" 2022-12-07 21:51:17 +08:00
Shengliang Guan
297ba7f7d4
Merge pull request #18775 from taosdata/fix/TD-20045
refact: adjust some assert cases
2022-12-07 21:44:34 +08:00
Shengliang Guan
be227bd6f6
Merge pull request #18783 from taosdata/feature/3.0_mhli
refactor(sync): re send snapshot in timer-routine when response timeout
2022-12-07 21:26:15 +08:00
Minghao Li
c29401edf2 refactor(sync): re send snapshot in timer-routine 2022-12-07 19:46:26 +08:00
Shengliang Guan
4172acf95d git lo 2022-12-07 19:39:53 +08:00
Shengliang Guan
d5126d469a refact: replcase ASSERT with tAssert 2022-12-07 18:42:48 +08:00
Benguang Zhao
50883689e7 enh: check contiguousness of indexes applied to vnode tsdb 2022-12-07 17:30:22 +08:00
Shengliang Guan
fe759c85f3 Merge remote-tracking branch 'origin/3.0' into FIX/TD-19334-3.0 2022-12-01 15:04:55 +08:00
Minghao Li
f5bebc53f1 refactor(sync): add traceId log 2022-12-01 12:53:38 +08:00
Benguang Zhao
55bae49d56 Merge branch 3.0 to FIX/TD-19334-3.0 2022-11-30 23:47:30 +08:00
Minghao Li
8ec0b42456 refactor(sync): modify some trace log to info 2022-11-29 20:04:04 +08:00
Minghao Li
f87b9fa7fe refactor(sync): add interface syncSnapshotSending, syncSnapshotRecving 2022-11-29 19:41:03 +08:00
Benguang Zhao
470441c541 Merge branch 3.0 to FIX/TD-19334-3.0 2022-11-29 18:24:01 +08:00