Shengliang Guan
|
f9124dad6c
|
Merge pull request #28623 from taosdata/fix/reset
fix(stream): record the failed checkpointId, after receive reset task info.
|
2024-12-17 18:16:36 +08:00 |
Haojun Liao
|
daecc4a290
|
other: merge main
|
2024-12-17 17:31:56 +08:00 |
Haojun Liao
|
d2146a2efb
|
other: merge main
|
2024-12-17 09:23:13 +08:00 |
Shengliang Guan
|
ebcf538c05
|
Merge branch 'main' into merge/mainto3.0
|
2024-12-11 20:12:50 +08:00 |
Haojun Liao
|
aa12038fc4
|
fix(stream): record the failure of dispatch msg, and set the update node id.
|
2024-12-10 17:58:53 +08:00 |
Shengliang Guan
|
e99b888654
|
Merge branch 'main' into merge/mainto3.0
|
2024-12-09 19:06:06 +08:00 |
yihaoDeng
|
b5642faef5
|
Merge remote-tracking branch 'origin/main' into enh/useSafySysFunc
|
2024-12-09 13:46:45 +08:00 |
Haojun Liao
|
cea647daf6
|
refactor: limit the number of items in inputq to be 5120
|
2024-12-07 12:21:28 +08:00 |
yihaoDeng
|
ffed7a3c67
|
remove unused code
|
2024-12-05 16:28:40 +08:00 |
Haojun Liao
|
187997d5f0
|
fix(stream): record the failed checkpointId, after receive reset task info.
|
2024-11-14 17:40:37 +08:00 |
Haojun Liao
|
b2b5a14d9d
|
fix(stream): reset task add the failed chkptId info.
|
2024-11-14 17:38:40 +08:00 |
Haojun Liao
|
06c02c14c2
|
other: merge main
|
2024-11-11 15:27:53 +08:00 |
54liuyao
|
f452ca47fe
|
delete window state when drop table
|
2024-11-08 09:42:56 +08:00 |
54liuyao
|
ba31bf2c52
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
|
2024-11-06 09:42:50 +08:00 |
Haojun Liao
|
bb05b9b912
|
fix(stream): record the failed checkpointId, after receive reset task info.
|
2024-11-04 10:11:22 +08:00 |
Haojun Liao
|
e7b3a3aec8
|
fix(stream): reset task add the failed chkptId info.
|
2024-11-01 18:58:22 +08:00 |
Haojun Liao
|
cacc7db61c
|
fix(stream): set the correct start ts.
|
2024-10-28 19:33:11 +08:00 |
Haojun Liao
|
c0932d419d
|
fix(stream): fix error in pause/resume for force_window_close
|
2024-10-28 18:07:11 +08:00 |
Haojun Liao
|
380f433499
|
fix(stream): use the refId in stream meta list, in order to avoid access already freed stream tasks.
|
2024-10-27 15:40:17 +08:00 |
54liuyao
|
3365da365f
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
|
2024-10-22 10:17:49 +08:00 |
54liuyao
|
3e49f40c74
|
stream twa
|
2024-10-16 12:16:59 +08:00 |
Jing Sima
|
cf3db4f1a6
|
fix:[TD-32184] fix heap use after free.
|
2024-10-14 11:24:02 +08:00 |
yihaoDeng
|
5aeb1ec2ad
|
add interface
|
2024-10-14 11:00:20 +08:00 |
54liuyao
|
d13819bbf4
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
|
2024-09-30 09:05:46 +08:00 |
Haojun Liao
|
4c98786352
|
fix(stream): use meta id instead of ptr.
|
2024-09-29 16:12:46 +08:00 |
54liuyao
|
e53fafc08f
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
|
2024-09-20 15:31:03 +08:00 |
Haojun Liao
|
c5eca0486e
|
Merge remote-tracking branch 'origin/fix/TD-30837' into fix/TD-30837
# Conflicts:
# source/dnode/vnode/src/tq/tq.c
# source/libs/stream/inc/streamInt.h
# source/libs/stream/src/streamSched.c
|
2024-09-19 16:39:54 +08:00 |
Haojun Liao
|
e1d8e98b11
|
feat(stream): support the force_window_close trigger.
|
2024-09-19 16:23:51 +08:00 |
54liuyao
|
c4566f98b8
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
|
2024-09-18 16:26:37 +08:00 |
Haojun Liao
|
586826c41f
|
refactor: check return value.
|
2024-09-18 15:47:15 +08:00 |
Haojun Liao
|
b494163f28
|
refactor: check return value.
|
2024-09-14 13:39:23 +08:00 |
54liuyao
|
fd0f117544
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
|
2024-08-12 09:37:43 +08:00 |
54liuyao
|
0913802c33
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
|
2024-08-06 16:25:04 +08:00 |
54liuyao
|
bdaf0d419e
|
stream interp force window close
|
2024-08-06 16:14:15 +08:00 |
Haojun Liao
|
e9ac0d6cd4
|
other: merge 3.0
|
2024-08-05 13:38:05 +08:00 |
yihaoDeng
|
093e7ef0bb
|
refactor remve backend code
|
2024-08-05 12:06:01 +08:00 |
yihaoDeng
|
0bcfe11e84
|
refactor remve backend code
|
2024-08-05 11:55:36 +08:00 |
Haojun Liao
|
6ba428fbf8
|
other: merge 3.0.
|
2024-08-01 11:15:49 +08:00 |
54liuyao
|
063b492f72
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
|
2024-07-30 15:13:15 +08:00 |
54liuyao
|
b5f432bd50
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
|
2024-07-26 16:44:18 +08:00 |
Yihao Deng
|
533e3f0da6
|
refactor tq backend
|
2024-07-23 07:40:00 +00:00 |
Haojun Liao
|
7201526674
|
fix(stream): check return value.
|
2024-07-22 09:13:39 +08:00 |
54liuyao
|
5b293e7340
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
|
2024-07-19 14:42:44 +08:00 |
54liuyao
|
7b3b4653a5
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
|
2024-07-19 08:57:23 +08:00 |
Haojun Liao
|
2ca6726922
|
refactor: check return value for each function.
|
2024-07-18 22:52:32 +08:00 |
Haojun Liao
|
fb3fe03c1f
|
fix(stream): to avoid repeatly start checkpoint timer if previous timer is not started yet.
|
2024-07-18 14:57:39 +08:00 |
54liuyao
|
113cb57326
|
adj stream operator result
|
2024-07-17 19:35:35 +08:00 |
Haojun Liao
|
b35d107bf9
|
refactor: check return value for each function.
|
2024-07-17 18:55:04 +08:00 |
Haojun Liao
|
2b00d6549d
|
refactor: check return value for each function.
|
2024-07-17 17:57:08 +08:00 |
Haojun Liao
|
2aa4d6028b
|
refactor: check return value for each function.
|
2024-07-17 16:56:36 +08:00 |