Haojun Liao
|
0cf0ff3bbf
|
Merge pull request #23455 from taosdata/fix/liaohj
refactor: do some internal refactor.
|
2023-11-01 12:01:54 +08:00 |
Haojun Liao
|
0fb4cfd94f
|
fix(stream): remove invalid assert.
|
2023-11-01 00:33:17 +08:00 |
Haojun Liao
|
639d5cde47
|
fix(stream): add unsupport trans.
|
2023-10-31 23:14:02 +08:00 |
Haojun Liao
|
4694859325
|
fix(stream): add jump out loop by checking task status.
|
2023-10-31 19:31:00 +08:00 |
Haojun Liao
|
4c0242a58d
|
fix(stream): fix error in finishing event handling.
|
2023-10-31 16:39:14 +08:00 |
Haojun Liao
|
e01c7f3cfd
|
fix(stream): adjust the stop condition for stream tasks.
|
2023-10-31 11:51:47 +08:00 |
Haojun Liao
|
72f3e4446d
|
fix(stream): handle failure during checkpoint
|
2023-10-31 10:38:17 +08:00 |
Haojun Liao
|
fdf3f210ac
|
refactor: do some internal refactor.
|
2023-10-30 14:39:24 +08:00 |
Haojun Liao
|
93232a0e14
|
fix(stream): enable the set of fill-history task to be un-init.
|
2023-10-30 11:48:51 +08:00 |
Haojun Liao
|
19c5882cbe
|
fix(stream): add event check when handling the end of event.
|
2023-10-30 10:22:24 +08:00 |
Haojun Liao
|
f708ddb792
|
fix(stream): pause the task when they are still in uninit status.
|
2023-10-30 09:09:21 +08:00 |
Haojun Liao
|
790d869494
|
fix(stream): add more check.
|
2023-10-29 22:57:33 +08:00 |
Haojun Liao
|
3c07c3ec2f
|
fix(stream): fix race condition when state transferring.
|
2023-10-29 02:27:27 +08:00 |
Haojun Liao
|
4c267b538f
|
fix(stream): add expired epset node list for stream tasks in hb to mnode.
|
2023-10-27 23:05:41 +08:00 |
Haojun Liao
|
62cc33715c
|
fix(stream): fix deadlock.
|
2023-10-27 15:05:36 +08:00 |
Haojun Liao
|
afe7fdf672
|
fix(stream): avoid clear the restart flag .
|
2023-10-27 14:12:06 +08:00 |
Haojun Liao
|
f549ce3578
|
refactor: do some internal refactor.
|
2023-10-27 09:49:16 +08:00 |
Haojun Liao
|
f36b24ed24
|
fix(stream): disable follower nodes exec reset.
|
2023-10-25 14:16:36 +08:00 |
Haojun Liao
|
985371e841
|
fix(stream): resolve the nodeUpdate msg compatible issue.
|
2023-10-25 10:01:20 +08:00 |
Haojun Liao
|
03165d5327
|
fix(stream): handle the repeatly issued nodeUpdate msg from dnode.
|
2023-10-25 09:55:02 +08:00 |
Haojun Liao
|
26aaa4a83c
|
other: merge main.
|
2023-10-25 00:39:14 +08:00 |
Haojun Liao
|
5b42204dba
|
fix(stream): not clear role flag.
|
2023-10-25 00:32:46 +08:00 |
Haojun Liao
|
13d979a2ee
|
fix(stream): add some logs.
|
2023-10-25 00:03:46 +08:00 |
Haojun Liao
|
8cde39eebd
|
fix(stream): fix dead lock when shutdown all tasks.
|
2023-10-24 19:11:24 +08:00 |
Haojun Liao
|
6ffb5ee476
|
fix(stream): do send check info if downstream is not leader.
|
2023-10-24 15:49:50 +08:00 |
Haojun Liao
|
f1498f8929
|
fix(stream): fix the invalid write in sma
|
2023-10-24 15:24:34 +08:00 |
Haojun Liao
|
0f9328330b
|
fix(stream): disable continue check for downstream tasks.
|
2023-10-24 11:56:36 +08:00 |
Haojun Liao
|
7a8b046a35
|
fix(sma): fix bugs in sma and do some internal refactor.
|
2023-10-24 09:40:38 +08:00 |
yihaoDeng
|
09192acf96
|
fix mem leak
|
2023-10-23 10:20:57 +08:00 |
Haojun Liao
|
059e94e428
|
fix(stream): clear flag for checkpoint.
|
2023-10-22 01:25:00 +08:00 |
Haojun Liao
|
4826b34a2b
|
refactor: do some internal refactor.
|
2023-10-21 16:32:44 +08:00 |
Haojun Liao
|
06cd67e26e
|
refactor: do some internal refactor.
|
2023-10-21 16:20:03 +08:00 |
Haojun Liao
|
21e98e358e
|
fix(stream): clear the flag.
|
2023-10-21 02:41:03 +08:00 |
Haojun Liao
|
d1095e2c4c
|
Merge remote-tracking branch 'origin/refact/streamsm' into refact/streamsm
|
2023-10-21 01:42:59 +08:00 |
Haojun Liao
|
49014d4b68
|
fix(stream): update the nodeEp even during checkpoint trans.
|
2023-10-21 01:42:43 +08:00 |
yihaoDeng
|
aaf7e070ee
|
Merge branch 'refact/streamsm' of https://github.com/taosdata/TDengine into refact/streamsm
|
2023-10-20 20:49:17 +08:00 |
yihaoDeng
|
e95735eea4
|
fix mem leak
|
2023-10-20 20:49:01 +08:00 |
Haojun Liao
|
c68c0eda79
|
fix(stream): fix bugs caused by refactor sm.
|
2023-10-20 16:27:39 +08:00 |
Haojun Liao
|
4feebffb05
|
refactor: add ref in log.
|
2023-10-20 15:59:43 +08:00 |
Haojun Liao
|
c4268ca395
|
fix(stream): fix bugs caused by refactor.
|
2023-10-20 15:54:30 +08:00 |
Haojun Liao
|
3b8c85f632
|
fix(stream): fix bugs caused by refactor sm.
|
2023-10-20 14:19:57 +08:00 |
Haojun Liao
|
270a847809
|
fix(stream): fix bugs caused by refactor sm.
|
2023-10-20 10:23:48 +08:00 |
Haojun Liao
|
4d5d078fbe
|
fix(stream): fix bugs caused by refactor.
|
2023-10-19 18:00:54 +08:00 |
Haojun Liao
|
d5059826a8
|
fix(stream): fix bugs caused by refactor.
|
2023-10-19 17:59:04 +08:00 |
Haojun Liao
|
c1cebae6ba
|
fix(stream): fix error in stream.
|
2023-10-19 16:20:27 +08:00 |
Haojun Liao
|
402aefd95d
|
refactor(stream): do some internal refactor.
|
2023-10-19 15:09:47 +08:00 |
Haojun Liao
|
f4caeca24a
|
refactor(stream): add state machine to manage the state of stream tasks.
|
2023-10-19 10:34:20 +08:00 |
Haojun Liao
|
54ec679b58
|
refactor(stream): do some internal refactor.
|
2023-10-18 15:34:53 +08:00 |
Haojun Liao
|
2904cfd4d5
|
Merge branch 'main' into refact/streamsm
|
2023-10-18 10:29:09 +08:00 |
Haojun Liao
|
5115a1ac88
|
Merge pull request #23304 from taosdata/fix/TD-26771
double free
|
2023-10-18 10:09:17 +08:00 |