Hongze Cheng
|
4b75755af1
|
more change
|
2024-09-24 16:48:07 +08:00 |
|
Hongze Cheng
|
645160d251
|
ehn: remove void
|
2024-09-24 10:06:30 +08:00 |
|
Haojun Liao
|
68e3beac0e
|
fix(stream): fix syntax error.
|
2024-09-09 15:51:25 +08:00 |
|
Haojun Liao
|
a29903101a
|
refactor: remove void and do some internal refactor.
|
2024-09-09 14:49:05 +08:00 |
|
Hongze Cheng
|
6ddce80e91
|
enh: refactor the log
|
2024-08-23 11:30:57 +08:00 |
|
Hongze Cheng
|
720ab67431
|
enh: clear useless asserts
|
2024-08-22 17:28:05 +08:00 |
|
Hongze Cheng
|
9792683b7d
|
handle some of return -1
|
2024-08-14 17:50:20 +08:00 |
|
Hongze Cheng
|
8ef31bc186
|
enh: refactor return code
|
2024-07-29 20:14:15 +08:00 |
|
Hongze Cheng
|
cc10d70e5e
|
enh: refactor return code
|
2024-07-29 13:54:50 +08:00 |
|
Hongze Cheng
|
ded23d4b08
|
enh: refactor return code
|
2024-07-27 18:28:26 +08:00 |
|
Hongze Cheng
|
c4d31e7737
|
enh: refactor error code
|
2024-07-22 19:40:07 +08:00 |
|
Haojun Liao
|
6898eba6ed
|
fix(stream): expand stream tasks are divided into two phase, the first is to build stream task and then expand stream task before start stream tasks.
|
2024-05-14 14:34:31 +08:00 |
|
Haojun Liao
|
b7e7de0354
|
fix(stream): set the stream task load flag.
|
2024-05-13 16:45:38 +08:00 |
|
Haojun Liao
|
3dfffe9113
|
fix(stream): async load and start stream tasks.
|
2024-05-13 15:31:26 +08:00 |
|
Haojun Liao
|
ac84a5f82b
|
refactor: do some internal refactor.
|
2024-04-17 21:57:09 +08:00 |
|
Minglei Jin
|
a407f76165
|
Merge branch '3.0' into enh/TD-28945
|
2024-04-08 10:55:47 +08:00 |
|
Shungang Li
|
3a656c3595
|
feat: support 2 replica with arbitrator
|
2024-03-19 09:30:35 +08:00 |
|
Minglei Jin
|
60ef86da6d
|
vnd/clusterId: new interface to get cluster id for vnode
|
2024-03-06 14:35:44 +08:00 |
|
Minglei Jin
|
d2ae4a6e26
|
enh(s3/writing): enable writing to s3 always
|
2024-03-05 09:52:26 +08:00 |
|
Benguang Zhao
|
d5eda8c0a9
|
enh: adjust an error logging msg in process sync msg
|
2024-02-29 10:42:27 +08:00 |
|
Shungang Li
|
5bd14b4866
|
enh: errcode for message has been processed in preprocess
|
2024-01-23 13:53:51 +08:00 |
|
Haojun Liao
|
3d98fc6a67
|
other: merge 3.0
|
2024-01-16 18:29:33 +08:00 |
|
Haojun Liao
|
80793c94c2
|
fix(stream): reset the tasks status before start all tasks, and do some other internal refactor.
|
2024-01-16 14:32:45 +08:00 |
|
Haojun Liao
|
ea0ea09b0f
|
Merge pull request #24409 from taosdata/opt/optMsgOnMnode
opt msg on mnd
|
2024-01-12 09:36:37 +08:00 |
|
Yihao Deng
|
b5e5167b8f
|
split sync/status channel
|
2024-01-10 09:57:08 +00:00 |
|
Haojun Liao
|
9d0d0d9ddc
|
Merge branch '3.0' into fix/3_liaohj
|
2024-01-10 09:57:46 +08:00 |
|
Haojun Liao
|
a024fe960c
|
fix(stream): fix deadlock.
|
2024-01-07 14:53:17 +08:00 |
|
Haojun Liao
|
29219ba9f4
|
fix(stream): add task number check.
|
2024-01-07 01:32:50 +08:00 |
|
Hongze Cheng
|
13834802ef
|
Merge pull request #24269 from taosdata/FIX/TD-28101-3.0
enh: send rsp msg on rejecting snap replication due to smaller term
|
2024-01-04 10:15:09 +08:00 |
|
Haojun Liao
|
453d3e8a30
|
fix(stream): fix dead lock on windows.
|
2024-01-03 10:50:38 +08:00 |
|
Haojun Liao
|
4368bfb20a
|
fix(stream): fix dead lock.
|
2024-01-02 11:40:29 +08:00 |
|
Haojun Liao
|
d217412691
|
fix(stream): avoid race condition in starting threads.
|
2024-01-02 10:33:25 +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 |
|
Haojun Liao
|
b175a4b7b3
|
refactor(stream): async stop tasks, and do some internal refactor.
|
2023-12-22 17:56:16 +08:00 |
|
Haojun Liao
|
fee198f9ad
|
refactor: do some internal refactor.
|
2023-12-19 16:21:11 +08:00 |
|
Benguang Zhao
|
f68804322c
|
refact: improve code of tsdbSnapGetDetails as tsdbSnapPrepDescription
|
2023-12-07 15:28:14 +08:00 |
|
wangmm0220
|
70c5d36103
|
opti:extract common logic from snode & vnode to tqCommon
|
2023-11-27 17:49:09 +08:00 |
|
wangmm0220
|
9a09e318ca
|
opti:common message process logic in vnode and snode
|
2023-11-22 16:53:33 +08:00 |
|
Haojun Liao
|
2674698b36
|
fix(stream): restart tasks in stream threads, instead of write thread.
|
2023-11-07 18:51:46 +08:00 |
|
Haojun Liao
|
7cf90dde5c
|
refactor: do some internal refactor.
|
2023-11-01 19:38:13 +08:00 |
|
Haojun Liao
|
00f029e44f
|
refactor: add some logs.
|
2023-11-01 19:38:12 +08:00 |
|
Haojun Liao
|
a1aa2380ae
|
other: merge 3.0
|
2023-10-31 16:42:51 +08:00 |
|
Haojun Liao
|
0b18192b23
|
fix(stream): fix error in finishing event handling.
|
2023-10-31 16:40:16 +08:00 |
|
Haojun Liao
|
635243f01a
|
refactor: do some internal refactor.
|
2023-10-31 10:45:12 +08:00 |
|
Benguang Zhao
|
4163a3be7c
|
feat: resend snap replication of data on timeout
|
2023-10-27 17:58:26 +08:00 |
|
Benguang Zhao
|
a2e0480839
|
refact: rename as SYNC_FSM_STATE_COMPLETE
|
2023-10-19 11:18:57 +08:00 |
|
Benguang Zhao
|
b80f8201ce
|
feat: detect fs incompleteness of RSMA tsdbs
|
2023-10-19 11:04:39 +08:00 |
|
Benguang Zhao
|
29bbebc323
|
enh: refactor a func name as tsdbSnapGetDetails
|
2023-10-19 11:04:39 +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 |
|