Commit Graph

1379 Commits

Author SHA1 Message Date
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
kailixu 73bb3cef13 enh: refactor return code 2024-07-25 19:07:25 +08:00
kailixu 90ff2b34ba enh: refactor return code 2024-07-25 17:29:04 +08:00
kailixu a7ad94a42c Merge branch '3.0' into enh/TD-30988-3.0 2024-07-25 16:20:26 +08:00
kailixu 9de0e4ee64 fix: refactor return code 2024-07-25 16:20:10 +08:00
dapan1121 39dbf7eec6 Merge remote-tracking branch 'origin/3.0' into fix/TD-31073.3 2024-07-25 14:04:13 +08:00
Minglei Jin 5caa366464 update sync vote & reply 2024-07-25 12:15:00 +08:00
Minglei Jin 970a5f31a3 update sync replication 2024-07-25 12:09:51 +08:00
Minglei Jin a5cd3444d1 update sync raft store 2024-07-25 12:05:38 +08:00
Minglei Jin aa921c9870 update sync raft log 2024-07-25 11:13:04 +08:00
dapan1121 8691908cc3 fix: os return code 2024-07-24 16:37:54 +08:00
Hongze Cheng 31dbb1a48f
Merge pull request #26629 from taosdata/fix/TD-30990
terrno/wal: remove walWrite which is only used in unit testing
2024-07-24 14:11:30 +08:00
Hongze Cheng 83746f52e2 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-8 2024-07-23 15:14:16 +08:00
Minglei Jin 56691f2e0b Merge branch '3.0' into fix/TD-30990 2024-07-23 14:04:48 +08:00
Hongze Cheng c4d31e7737 enh: refactor error code 2024-07-22 19:40:07 +08:00
Minglei Jin fcce9ebafa return wal fsync error code 2024-07-19 15:20:38 +08:00
Hongze Cheng ffe2973ade refactor return code 2024-07-19 13:19:01 +08:00
Minglei Jin e6c86f5586 fix(wal/write): remove walWrite which is only used in unit testing 2024-07-17 14:45:23 +08:00
Haojun Liao 94f596c4ce refactor: remove the invalid return value. 2024-07-16 18:52:01 +08:00
Shungang Li 1f73bb106e enh: add more log for restore 2024-06-04 17:14:59 +08:00
t_max f030af3aab fix: build fails on macOS and Windows 2024-05-11 14:59:05 +08:00
Benguang Zhao b0f7355d11 enh: check snap begin index against commit index on leader 2024-05-06 16:57:22 +08:00
Benguang Zhao d2f8410586 enh: propagate code of vnodeSnapRead as terrno upwards 2024-04-28 16:47:30 +08:00
Shungang Li c39fcc5194 fix: arb assigned step down need to reset token 2024-04-11 16:56:45 +08:00
Shungang Li 16e0fc44e2 fix: arb reply to set-assigned no matter what error 2024-04-08 19:56:22 +08:00
Benguang Zhao ced7c19943 enh: not to start snap replication if too many open files already 2024-03-25 17:01:23 +08:00
Shungang Li acf42a3d7a fix: arb append noop after become assigned 2024-03-21 18:13:25 +08:00
Shungang Li 4180eea091 enh: arb add more log 2024-03-21 18:13:04 +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 dd7f375d8e enh: use reference id of sync node in timer callbacks of sync 2024-02-28 19:01:22 +08:00
Alex Duan ed4a7b0719 coverage: comment no call file syncMain.c 2024-02-16 21:48:01 +08:00
Benguang Zhao 57714dff65 fix: reset sync timer although failed to enqueue since Out of Memory in rpc queue 2024-02-01 11:07:17 +08:00
Yihao Deng 663b5b4ecf sort epset 2024-01-23 09:09:29 +00:00
Yihao Deng 62e6b5ca31 sort epset 2024-01-23 06:23:34 +00:00
Yihao Deng 04538f9049 add test case 2024-01-22 08:59:40 +00:00
Yihao Deng aa14e67da9 refactor retry 2024-01-22 07:21:14 +00:00
Yihao Deng a20845ec69 refactor retry 2024-01-22 01:04:06 +00:00
Yihao Deng 6c732a14a3 refactor retry 2024-01-19 06:20:16 +00:00
Benguang Zhao 84810185c7 fix: skip acked msg in snapshotReSend 2024-01-18 11:16:18 +08:00
Haojun Liao 3d98fc6a67 other: merge 3.0 2024-01-16 18:29:33 +08:00
Haojun Liao 9a4b7a6d82 fix(stream): remove invalid lock, and fix a typo. 2024-01-16 14:52:27 +08:00
Benguang Zhao 485bad1ebd refact: use config syncSnapReplMaxWaitN instead 2024-01-10 11:31:00 +08:00
Benguang Zhao 7979d4532b enh: let max num of concurrent msgs of snap replication be configurable 2024-01-09 16:49:27 +08:00
Benguang Zhao a811a60ad4 enh: restore sync log store from snap on fsm state incomplete 2024-01-04 20:15:17 +08:00
Benguang Zhao baa7f9c895 enh: adjust error msg as warn for not ready to propose etc 2023-12-28 17:29:49 +08:00
Benguang Zhao d83f85bf26 enh: send rsp msg on rejecting snap replication due to smaller term 2023-12-28 17:26:46 +08:00
Benguang Zhao 0e6ea7af71 enh: check snapshot begin index for unexpected change in syncNodeOnSnapshotBegin 2023-12-26 10:54:40 +08:00
Benguang Zhao 7b967ffdc6 enh: retry on fsm commit when rpc out of memory in syncFsmExecute 2023-12-25 20:34:38 +08:00