wangmm0220
|
ef87b9c571
|
fix:conflicts from 3.0
|
2023-09-05 16:19:04 +08:00 |
wangmm0220
|
4e46ce4c03
|
fix:wait pHandle idle if vnode receives subscribe msg
|
2023-09-05 16:04:44 +08:00 |
Haojun Liao
|
aeea699c9c
|
Merge branch '3.0' into fix/3_liaohj
|
2023-09-04 15:53:39 +08:00 |
wangmm0220
|
fd85d5885a
|
fix:add limit time for consume in 1 seconds
|
2023-09-01 16:57:49 +08:00 |
wangmm0220
|
02ac3eac5a
|
fix:logic error
|
2023-09-01 16:51:44 +08:00 |
Haojun Liao
|
4fee5ba59a
|
fix(stream): even in ck, start stream tasks.
|
2023-09-01 14:40:30 +08:00 |
dapan1121
|
228e6c6acd
|
Merge remote-tracking branch 'origin/main' into 3.0
|
2023-09-01 10:01:10 +08:00 |
Haojun Liao
|
e8294ed8dc
|
fix(stream): fix bug in multi-replica vnode redistribute.
|
2023-09-01 03:10:12 +08:00 |
Haojun Liao
|
e2bb64eb18
|
refactor: do some internal refactor.
|
2023-08-31 14:23:46 +08:00 |
Haojun Liao
|
3fc3dafca6
|
refactor: do some internal refactor.
|
2023-08-31 13:46:48 +08:00 |
Haojun Liao
|
e53b5d4392
|
refactor: do some internal refactor.
|
2023-08-31 11:01:53 +08:00 |
wangmm0220
|
23c4d7eb0a
|
fix:dead lock
|
2023-08-30 18:10:19 +08:00 |
Haojun Liao
|
d99d8875e1
|
fix(stream): if stream task is running, do not recheck its status.
|
2023-08-30 17:24:13 +08:00 |
Haojun Liao
|
c5b279f045
|
Merge remote-tracking branch 'origin/enh/triggerCheckPoint2' into enh/triggerCheckPoint2
|
2023-08-30 16:01:08 +08:00 |
Haojun Liao
|
24b1a050fc
|
other: merge 3.0
|
2023-08-30 16:00:14 +08:00 |
liuyao
|
0a72e576bd
|
op stream pause
pause data dispatch
opt stream pause
|
2023-08-30 14:53:49 +08:00 |
dapan1121
|
f6321d0c4f
|
Merge remote-tracking branch 'origin/main' into fix/m23.1
|
2023-08-30 11:03:33 +08:00 |
Haojun Liao
|
3a7a220d43
|
fix(stream): fix error found by ci.
|
2023-08-30 10:14:01 +08:00 |
Haojun Liao
|
6e4acddd96
|
Merge pull request #22603 from taosdata/fix/TD-25962
fix:unregister push manager if delete subscribe to avoid tqProcessPol…
|
2023-08-29 10:58:49 +08:00 |
wangmm0220
|
2e04d513a4
|
fix:unregister push manager if delete subscribe to avoid tqProcessPollPush
|
2023-08-28 16:41:28 +08:00 |
Haojun Liao
|
05bb164675
|
fix(stream): release tasks.
|
2023-08-28 15:56:02 +08:00 |
Haojun Liao
|
391103bc5a
|
fix(stream): do dome internal refactor.
|
2023-08-28 15:54:01 +08:00 |
Haojun Liao
|
33672f2f35
|
fix(stream): release stream tasks.
|
2023-08-28 15:52:54 +08:00 |
Haojun Liao
|
b75ae217f6
|
fix(stream): notify close for snode.
|
2023-08-28 09:53:08 +08:00 |
dapan1121
|
1f40da6fef
|
Merge remote-tracking branch 'origin/main' into 3.0
|
2023-08-28 09:28:55 +08:00 |
Haojun Liao
|
6b327886e9
|
fix(stream): add null ptr check.
|
2023-08-27 00:27:04 +08:00 |
Haojun Liao
|
e013ba6795
|
fix(stream): fix the counter.
|
2023-08-25 17:32:34 +08:00 |
Haojun Liao
|
ab2aad2b2c
|
fix(stream): update the task status even it is in stop status.
|
2023-08-25 15:32:55 +08:00 |
Haojun Liao
|
4c7ad54c9c
|
fix(stream): not restart tasks when in restoring procedure.
|
2023-08-25 11:28:28 +08:00 |
Haojun Liao
|
38bb123701
|
fix(stream): release task.
|
2023-08-25 10:33:15 +08:00 |
Haojun Liao
|
ce1a3a379c
|
fix(stream): handle the case when the task not in ready state, and the checkpoint msg arrived.
|
2023-08-25 10:12:12 +08:00 |
Haojun Liao
|
f7ea875af1
|
fix(stream): add some logs.
|
2023-08-24 23:27:48 +08:00 |
Haojun Liao
|
82e356a9b5
|
Merge remote-tracking branch 'origin/enh/triggerCheckPoint2' into enh/triggerCheckPoint2
# Conflicts:
# source/dnode/vnode/src/tq/tq.c
|
2023-08-24 18:04:44 +08:00 |
Haojun Liao
|
70396aa5a5
|
fix(stream): wakeup the hb timer every 200ms, to speeup the close db procedure.
|
2023-08-24 17:54:50 +08:00 |
yihaoDeng
|
090515c684
|
refactor code
|
2023-08-24 17:20:04 +08:00 |
wangmm0220
|
b83cc11043
|
fix:[TD-25651] reset epoch if consumer changed to avoid consumeing no data
|
2023-08-24 16:38:53 +08:00 |
wangmm0220
|
49216ffa54
|
fix:transaction in tmq
|
2023-08-24 16:32:15 +08:00 |
Haojun Liao
|
230d8c2d80
|
fix(stream): fix error in stream computing after vnode is transferred to other dnodes.
|
2023-08-23 17:50:44 +08:00 |
Haojun Liao
|
b0c5fa8290
|
fix(stream): reset the task status.
|
2023-08-23 14:10:41 +08:00 |
Haojun Liao
|
af80d94a88
|
refactor: do some internal refactor.
|
2023-08-22 15:43:50 +08:00 |
Haojun Liao
|
cc8b2263cb
|
fix(stream): fix error in heartbeat from vnode.
|
2023-08-22 13:37:38 +08:00 |
Haojun Liao
|
def0877980
|
fix(stream): add timer to check stream task status.
|
2023-08-22 10:46:49 +08:00 |
Haojun Liao
|
873c22abb1
|
fix(stream): reset update stream tasks.
|
2023-08-21 19:32:27 +08:00 |
Haojun Liao
|
8b27f98ee4
|
refactor: do some internal refactor.
|
2023-08-21 19:08:27 +08:00 |
yihaoDeng
|
387b4d365e
|
refactor checkpoint
|
2023-08-21 19:07:15 +08:00 |
Haojun Liao
|
29bb5854cc
|
fix(stream): fix error in check stream state.
|
2023-08-21 11:48:55 +08:00 |
Haojun Liao
|
b8101afbe2
|
fix(stream): refactor the tasks restart mechanism.
|
2023-08-18 22:36:38 +08:00 |
Haojun Liao
|
edbad45772
|
other: add logs.
|
2023-08-18 13:45:08 +08:00 |
Haojun Liao
|
a8b53c2e69
|
other: add logs.
|
2023-08-18 10:51:59 +08:00 |
Haojun Liao
|
633ecf66e5
|
other: add logs.
|
2023-08-18 10:39:32 +08:00 |