Haojun Liao
|
a069cb9b8d
|
Merge pull request #28398 from taosdata/fix/ly_stream
feat(stream):add max delay check
|
2024-10-18 09:29:35 +08:00 |
54liuyao
|
bdfb8ab153
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
|
2024-10-17 17:09:56 +08:00 |
Haojun Liao
|
c8e8cb0697
|
refactor: do some internal refactor.
|
2024-10-17 11:48:00 +08:00 |
54liuyao
|
9aaab9c3b0
|
feat(stream):add max delay check
|
2024-10-17 10:39:59 +08:00 |
Haojun Liao
|
dd05353b74
|
refactor: do some internal refactor.
|
2024-10-16 22:07:37 +08:00 |
Haojun Liao
|
f83993757f
|
other: merge 3.0
|
2024-10-16 18:38:55 +08:00 |
54liuyao
|
10810d48de
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/syntax
|
2024-10-12 15:02:55 +08:00 |
xinsheng Ren
|
d003cfaffb
|
Merge branch '3.0' into enh/TD-32413/snprintf
|
2024-10-11 19:50:48 +08:00 |
Haojun Liao
|
50ceb19cbf
|
fix(stream): reset the activeTrans if pause recv repeatly.
|
2024-10-11 19:46:54 +08:00 |
Jinqing Kuang
|
0199c8dddf
|
fix(query)[TD-32415]. Replace memory-unsafe functions
- Replace memory unsafe functions with secure alternatives
- Fix automatical generation of subtable names
|
2024-10-11 14:34:19 +08:00 |
Haojun Liao
|
a197b20466
|
other: update logs.
|
2024-10-10 19:28:08 +08:00 |
Haojun Liao
|
7e1c6b0739
|
fix(stream): avoid the later pause overwrite the previous pause state.
|
2024-10-10 18:34:52 +08:00 |
Haojun Liao
|
6e43521ba9
|
fix(stream): only keep the latest pause operation status.
|
2024-10-10 18:28:14 +08:00 |
Haojun Liao
|
5c1cffed69
|
fix(stream): add some logs.
|
2024-10-10 15:54:15 +08:00 |
xsren
|
e81e999fc1
|
fix: snprintf
|
2024-10-10 15:40:43 +08:00 |
xsren
|
e03ccdc6e2
|
replace snprintf
|
2024-10-10 10:35:48 +08:00 |
Haojun Liao
|
dfe03572fb
|
Merge pull request #28219 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
|
2024-10-01 15:35:12 +08:00 |
Haojun Liao
|
d7d8ea1b1b
|
refactor: do some internal refactor.
|
2024-09-30 18:33:21 +08:00 |
Haojun Liao
|
8b43aec33d
|
refactor: do some internal refactor.
|
2024-09-30 18:15:22 +08:00 |
Haojun Liao
|
e138cfc1f8
|
Merge pull request #28212 from taosdata/fix/3_liaohj
fix(query): return correct error code.
|
2024-09-30 17:03:59 +08:00 |
Hongze Cheng
|
64d43a5f43
|
Merge pull request #28191 from taosdata/fix/formateQId
formate qid
|
2024-09-30 16:58:22 +08:00 |
Haojun Liao
|
0f28cd1d48
|
refactor: do some internal refactor.
|
2024-09-30 13:53:53 +08:00 |
Haojun Liao
|
84da5eab2e
|
Merge pull request #28187 from taosdata/fix/3_liaohj
fix(stream): use meta id instead of ptr.
|
2024-09-30 09:00:56 +08:00 |
yihaoDeng
|
57f7145878
|
formate qid
|
2024-09-29 17:56:11 +08:00 |
Haojun Liao
|
4c98786352
|
fix(stream): use meta id instead of ptr.
|
2024-09-29 16:12:46 +08:00 |
54liuyao
|
2c0445fff4
|
add check
|
2024-09-29 14:53:47 +08:00 |
54liuyao
|
7517228dde
|
fix(stream):fix issue for stream count window state buff
|
2024-09-29 14:16:16 +08:00 |
Haojun Liao
|
954f378b1f
|
Merge pull request #28159 from taosdata/fix/syntax
fix(stream): fix memory leaks.
|
2024-09-27 22:31:31 +08:00 |
Haojun Liao
|
70c96783c0
|
refactor: remove unused code.
|
2024-09-27 19:23:24 +08:00 |
Haojun Liao
|
75a6645925
|
fix(stream): set the correct res block info.
|
2024-09-27 19:22:53 +08:00 |
Haojun Liao
|
f6f979e6ea
|
fix(stream): fix memory leaks.
|
2024-09-27 16:00:52 +08:00 |
yihaoDeng
|
3214157694
|
valid iter
|
2024-09-27 11:17:03 +08:00 |
Haojun Liao
|
d1c7415f27
|
Merge pull request #28128 from taosdata/fix/TD-32332
fix(stream):set buff size for selectivity function
|
2024-09-27 09:09:53 +08:00 |
Hongze Cheng
|
0ebbd730ed
|
Merge pull request #28126 from taosdata/fix/checkReturnCode
check return code
|
2024-09-27 09:08:50 +08:00 |
yihaoDeng
|
4cd35d76db
|
fix mem leak
|
2024-09-26 15:51:32 +08:00 |
54liuyao
|
8c6dc37533
|
fix(stream):set buff size for selectivity function
|
2024-09-26 14:13:39 +08:00 |
yihaoDeng
|
9e681a2da1
|
check return code
|
2024-09-26 14:01:12 +08:00 |
Hongze Cheng
|
74b0d803ad
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31890-18
|
2024-09-26 08:57:25 +08:00 |
Minglei Jin
|
49a6bf4c23
|
void sync query return val
|
2024-09-25 18:25:40 +08:00 |
Hongze Cheng
|
ea5a2a6946
|
ehn: remove void
|
2024-09-25 17:45:10 +08:00 |
Pan Wei
|
b6ede06707
|
Merge pull request #28076 from taosdata/enh/TD-31691
enh:modify addede rror code passing
|
2024-09-24 18:44:41 +08:00 |
Hongze Cheng
|
c824a70b83
|
Merge pull request #27962 from taosdata/enh/removeVoidOfTransport
remove void
|
2024-09-24 17:12:03 +08:00 |
lyh250-666
|
5f6802e0a1
|
enh:modify addede rror code passing
|
2024-09-24 16:29:28 +08:00 |
yihaoDeng
|
44cac014d6
|
Merge remote-tracking branch 'origin/3.0' into enh/removeVoidOfTransport
|
2024-09-24 14:46:33 +08:00 |
Hongze Cheng
|
370a4e9c63
|
more fix
|
2024-09-24 08:37:15 +08:00 |
Hongze Cheng
|
22b58d03de
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/-TD-31890-15
|
2024-09-24 08:34:08 +08:00 |
Hongze Cheng
|
5ac139f57b
|
Merge pull request #28039 from taosdata/enh/TD-31890-13
enh: handle void
|
2024-09-24 08:29:38 +08:00 |
Hongze Cheng
|
c9da6822e0
|
ehn: handle void
|
2024-09-23 18:02:25 +08:00 |
Hongze Cheng
|
00ef87dd3f
|
enh: handle void
|
2024-09-23 15:33:28 +08:00 |
yihaoDeng
|
aa1fdacf23
|
Merge remote-tracking branch 'origin/3.0' into enh/removeVoidOfTransport
|
2024-09-23 15:24:01 +08:00 |