dongming chen
|
270ee9a686
|
enh[TS-6480]: auto weight balance leader (#33030)
|
2025-09-24 16:49:09 +08:00 |
|
dmchen
|
486aca36a0
|
Merge branch '3.3.6' into merge/3.3.6tomain
|
2025-09-08 10:09:21 +08:00 |
|
dongming chen
|
624577ea8c
|
enh/TD-37682-set-sync-timeout (#32762)
* enh/TD-37682-set-sync-timeout
* add reset vnode sync timeout
* add 4 parameter
* change default
* rename parameter
* refactor: replace strcmp with taosStrncasecmp for syncTimeout checks
* feat: add support for additional sync interval configuration options
* feat: update sync timeout configuration handling in dmProcessConfigReq
* fix: adjust sync interval calculations in dmProcessConfigReq for accuracy
* fix: correct parameter names for sync vnode and mnode election intervals
* fix: update expected row count for 'show variables' in test_show_basic
* fix: update expected row count for 'show variables' in test_valgrind_checkerror1
* feat: add millisecond precision for status intervals and timeouts
* fix: update expected row count for 'show variables' in test_show_basic and test_valgrind_checkerror1
* fix: reduce sleep duration in management threads for improved responsiveness
* feat: add internal parameters for debugging synchronization module in taosd documentation
|
2025-09-08 09:02:28 +08:00 |
|
Kaili Xu
|
dc2b021778
|
feat: support mount data path (#31677)
|
2025-07-12 15:39:29 +08:00 |
|
Zhixiao Bao
|
62d8b35fd0
|
feat: add write metrics. (#31198)
|
2025-06-30 10:33:34 +08:00 |
|
Zhixiao Bao
|
6748fe8235
|
enh: reduce the amount of logs printed when the apply queue is full. (#30796)
|
2025-04-16 15:59:03 +08:00 |
|
Zhixiao Bao
|
e71c03a90f
|
Merge branch '3.0' into feat/3.0/TS-5584
|
2025-02-13 10:17:58 +08:00 |
|
xiao-77
|
fbe65197d6
|
Feat(sync):Add restore progress to the "show vnodes" command, and add the applied index to the "show vgroups" command.
|
2025-02-10 15:58:25 +08:00 |
|
dongming chen
|
240a8b5d5b
|
Merge pull request #29723 from taosdata/3.0
3.0
|
2025-02-10 09:56:12 +08:00 |
|
xiao-77
|
77359f26b3
|
Fix(cfg): resolve dynamic configuration update failure after rolling upgrade to 3.3.5.0
|
2025-01-07 15:26:01 +08:00 |
|
dmchen
|
0da606c7fb
|
show code
|
2024-12-24 12:14:47 +00:00 |
|
dmchen
|
d24c9f4691
|
fix/TD-32321-change-snap-timeout
|
2024-09-29 07:01:03 +00:00 |
|
Shengliang Guan
|
1f1a2d9f6c
|
fix: handle error code
|
2024-08-20 10:04:46 +08:00 |
|
Haojun Liao
|
94f596c4ce
|
refactor: remove the invalid return value.
|
2024-07-16 18:52:01 +08:00 |
|
Shungang Li
|
3a656c3595
|
feat: support 2 replica with arbitrator
|
2024-03-19 09:30:35 +08:00 |
|
Benguang Zhao
|
2526df745e
|
enh: adjust threshold of snap replication timeout
|
2023-12-28 17:15:09 +08:00 |
|
Benguang Zhao
|
c74c4fe208
|
enh: clean WAL logs based on size if one follower is offline.
|
2023-12-13 10:10:02 +08:00 |
|
Benguang Zhao
|
1a9b08fa08
|
refact: relocate func syncSnapInfoDataRealloc
|
2023-12-07 15:28:14 +08:00 |
|
Benguang Zhao
|
42fa8e818b
|
enh: adjust timeout threshold of snapshot replication
|
2023-11-20 20:28:34 +08:00 |
|
Benguang Zhao
|
70e261f662
|
enh: terminate snap replication on timeout
|
2023-10-30 10:14:26 +08:00 |
|
Benguang Zhao
|
7d9d1c6877
|
enh: terminate snap replication on timeout
|
2023-10-25 14:50:53 +08:00 |
|
Benguang Zhao
|
a2e0480839
|
refact: rename as SYNC_FSM_STATE_COMPLETE
|
2023-10-19 11:18:57 +08:00 |
|
Benguang Zhao
|
eb4e2aa58f
|
feat: restore incomplete fsm state with maxVerValid via snapshot replication
|
2023-10-19 11:04:36 +08:00 |
|
Benguang Zhao
|
e1c03118ab
|
enh: extract snapshot info for both of snap reader and writer
|
2023-10-19 10:51:13 +08:00 |
|
Benguang Zhao
|
410ced8320
|
feat: use TLV format to encode data of snapshot info
|
2023-10-19 10:51:13 +08:00 |
|
Benguang Zhao
|
083dd148be
|
feat: exchange difference of snapshot info for replication
|
2023-10-19 10:37:34 +08:00 |
|
dm chen
|
e393a98ee9
|
Merge branch '3.0' into feat/TD-22970
|
2023-08-18 13:37:18 +08:00 |
|
dmchen
|
fee4b875d1
|
error code
|
2023-08-16 17:49:17 +08:00 |
|
dmchen
|
de5aedd8f3
|
vnode.json
|
2023-08-16 10:20:48 +08:00 |
|
Benguang Zhao
|
239a79d405
|
enh: add some vnode info in SStatusReq
|
2023-08-15 17:06:33 +08:00 |
|
dm chen
|
5b03ab1705
|
Merge branch '3.0' into feat/TD-22970
|
2023-08-03 17:43:51 +08:00 |
|
Shungang Li
|
167ecea705
|
fix: check term for role time
1. time of mnode becomes current role in this term
2. show 0 for offline mnodes
|
2023-07-27 14:16:54 +08:00 |
|
dmchen
|
7d480cf3ac
|
compatible old sync config
|
2023-07-21 10:31:53 +08:00 |
|
dmchen
|
3711fdd865
|
feat/TD-22970
|
2023-07-18 16:09:38 +08:00 |
|
Benguang Zhao
|
28efd7dcd7
|
enh: check trans conflicts in mndTransValidate
|
2023-05-31 10:53:36 +08:00 |
|
cadem
|
a781d43577
|
fix/block-check-to-async-check
|
2023-04-24 10:23:43 +08:00 |
|
cadem
|
3b78d4382b
|
add learner
|
2023-04-18 19:03:45 +08:00 |
|
Xiaoyu Wang
|
e9d7a099cc
|
merge main
|
2023-04-04 14:50:58 +08:00 |
|
cadem
|
86ca5ce210
|
fix/trigger election by sync msg
|
2023-03-24 09:13:20 +08:00 |
|
Benguang Zhao
|
9be09492f0
|
enh: disable timely vnodeCommit
|
2023-03-24 09:05:06 +08:00 |
|
dapan1121
|
5b02af6a91
|
fix: merge main to 3.0
|
2023-03-22 16:08:16 +08:00 |
|
cadem
|
ea35f0ae11
|
feat/balance vgroup leader
|
2023-03-22 09:36:59 +08:00 |
|
Benguang Zhao
|
5e53b1225b
|
enh: finish restore with commit and applied indexes instead of num of items in apply queue
|
2023-03-09 19:35:42 +08:00 |
|
Benguang Zhao
|
1392711e66
|
enh: add fsm FpAppliedIndexCb to get the current applied index
|
2023-03-09 18:14:04 +08:00 |
|
Benguang Zhao
|
b91734cf91
|
enh: sync log retention of mnode configurable with mndLogRetention
|
2023-03-04 09:51:34 +08:00 |
|
Benguang Zhao
|
767080922a
|
fix: set SYNC_VNODE_LOG_RETENTION as TSDB_SYNC_LOG_BUFFER_RETENTION + 1
|
2023-02-13 14:16:19 +08:00 |
|
Benguang Zhao
|
5a4cc36079
|
enh: skip WAL forceSync for single replica vgroup
|
2023-01-12 09:25:55 +08:00 |
|
Shengliang Guan
|
ef3e60c387
|
Merge branch 'fix/TD-21746' into FIX/TD-21043-main
|
2023-01-05 15:58:30 +08:00 |
|
Shengliang Guan
|
7e5d97f0da
|
fix: stop snapshot receiver on sync post close
|
2023-01-05 12:00:35 +08:00 |
|
Benguang Zhao
|
4031dc1af4
|
Merge branch main into FIX/TD-21043-main
|
2023-01-02 16:41:46 +08:00 |
|