Jing Sima
5a2c78daa2
fix:[TD-32385] Return true errcode when error occurs.
2024-09-29 10:09:15 +08:00
Pan Wei
b9df867479
Merge pull request #28155 from taosdata/fix/ly_res
...
adjust log level
2024-09-27 15:48:04 +08:00
Pan Wei
1be93844ef
Merge pull request #28153 from taosdata/fix/TD-32353-3.0
...
fix(query)[TD-32353]. Fix error handling during tag scan
2024-09-27 15:20:51 +08:00
Pan Wei
dc7f309f85
Merge pull request #28130 from taosdata/fix/3.0/TD-32334
...
fix:[TD-32334] Generate correct time window when using interp with fill next and linear.
2024-09-27 15:06:51 +08:00
Haojun Liao
5780740623
Merge pull request #28149 from taosdata/fix/syntax
...
fix(query): fix memory leak.
2024-09-27 14:55:16 +08:00
54liuyao
c52da5ab33
adjust log level
2024-09-27 14:21:51 +08:00
Jinqing Kuang
03c33e77aa
fix(query)[TD-32353]. Fix error handling during tag scan
...
Correct the row count in the result data block when the tag scan
tolerates partial errors. This prevents upper-layer operators from
accessing invalid memory address.
2024-09-27 13:55:11 +08:00
xinsheng Ren
8ee207881f
Merge branch '3.0' into enh/TD-32203/taosndup
2024-09-27 09:52:40 +08:00
Haojun Liao
b1942889d8
refactor: remove unused code.
2024-09-27 09:34:46 +08:00
Haojun Liao
64cb7a1d5e
fix(query): fix memory leak.
2024-09-27 09:27:58 +08:00
Jing Sima
77e63d0922
fix:[TD-32334] Generate correct time window when using interp with fill next and linear.
2024-09-27 09:08:17 +08:00
xsren
9972357c17
file function result
2024-09-26 18:13:52 +08:00
54liuyao
459a53c20b
enh:optimize code
2024-09-26 14:51:57 +08:00
Pan Wei
6d8ab955cf
Merge pull request #28094 from taosdata/fix/3.0/TD-32310
...
fix:[TD-32310] Avoid access null pointer when error occurs..
2024-09-26 09:50:13 +08:00
Jing Sima
8d02e3e310
fix:[TD-32310] Avoid access null pointer when error occurs..
2024-09-25 11:15:48 +08:00
Haojun Liao
c2ff609c5f
Merge pull request #28068 from taosdata/fix/TD-32265
...
fix(stream):rebuild stream event window
2024-09-25 10:49:11 +08:00
Pan Wei
159a625cc1
Merge pull request #28051 from taosdata/fix/TD-32258-3.0
...
fix(query)[TD-32258]. Fix error handling in operator interface functions
2024-09-25 09:45:08 +08:00
54liuyao
72bd34a6b2
Merge branches '3.0' and 'fix/TD-32265' of https://github.com/taosdata/TDengine into fix/TD-32265
2024-09-24 19:25:05 +08:00
Jinqing Kuang
7f3c6c5e97
fix(query)[TD-32259]. Fix error handling in merge sort
...
- Ensure proper release of allocated datablocks on error
- Address potential double free issue
2024-09-24 19:06:20 +08:00
Jinqing Kuang
83f1a590b0
fix(query)[TD-32258]. Fix error handling in operator interface functions
...
- Contain errors within individual operators, preventing error
propagation to upper-level operators
- Use longjmp to jump directly to the outermost error handler
for unresolvable issues, avoiding unnecessary error code
returns through multiple layers
- Simplify error-handling logic for better maintainability
2024-09-24 18:15:14 +08:00
54liuyao
9764d210a8
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-32265
2024-09-24 16:30:01 +08:00
lyh250-666
5f6802e0a1
enh:modify addede rror code passing
2024-09-24 16:29:28 +08:00
54liuyao
8eff35cd77
fix(stream):rebuild stream event window
2024-09-24 14:33:53 +08:00
Jing Sima
ad7b2ddc1b
enh:[TD-32158] Free memory only when function need cleanup.
2024-09-24 11:35:36 +08:00
Jing Sima
122b707ac8
enh:[TD-32158] Free memory allocated in function setup.
2024-09-24 11:35:36 +08:00
Pan Wei
c26385d19f
Merge pull request #28025 from taosdata/fix/3.0/TD-32262
...
fix:[TD-32262] Avoid mem leak when error occurs.
2024-09-23 16:09:50 +08:00
Pan Wei
5d83ea76dc
Merge pull request #28022 from taosdata/fix/TD-32256
...
fix: memory leak in group cache issue
2024-09-23 15:33:07 +08:00
Jing Sima
23b525458e
fix:[TD-32262] Avoid mem leak when error occurs.
2024-09-23 13:50:55 +08:00
dapan1121
5bdb9ce563
fix: compile issue
2024-09-23 11:35:43 +08:00
Haojun Liao
2f698f525e
Merge pull request #28003 from taosdata/fix/ly_stream_3.0
...
fix(stream):fix issue for stream operator decode
2024-09-23 11:11:41 +08:00
dapan1121
d2d6a6078a
fix: memory leak in group cache issue
2024-09-23 10:23:41 +08:00
Hongze Cheng
ec143691ef
Merge pull request #28012 from taosdata/fix/fixMemleak
...
Fix/fixMemleak
2024-09-23 10:19:08 +08:00
Pan Wei
3a7c03e2d8
Merge pull request #28005 from taosdata/fix/TD-32196-3.0
...
fix(query)[TD-32196]. Fix error code handling in group sort
2024-09-23 09:53:06 +08:00
yihaoDeng
962d77db62
fix mem leak
2024-09-20 18:24:46 +08:00
54liuyao
b9c39b59fc
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
2024-09-20 18:03:32 +08:00
Pan Wei
918a20a9fd
Merge pull request #27993 from taosdata/enh/TD-31691
...
enh:modify error code passing
2024-09-20 17:26:58 +08:00
54liuyao
681b20bdfb
fix(stream):fix issue for stream operator decode
2024-09-20 16:41:14 +08:00
Jinqing Kuang
0dacdff1f3
fix(query)[TD-32196]. Fix error code handling in group sort
2024-09-20 16:37:50 +08:00
lyh250-666
e45edbbda2
enh:modify error code passing
2024-09-20 15:20:04 +08:00
lyh250-666
116844208d
enh:modify error code passing
2024-09-20 13:23:44 +08:00
54liuyao
a032de131b
fix issue
2024-09-19 19:42:23 +08:00
54liuyao
f71b14da13
fix(stream):set correct primary key column index
2024-09-19 18:39:00 +08:00
Pan Wei
380470bceb
Merge pull request #27918 from taosdata/enh/TD-32130-3.0
...
enh(query)[TD-32130]. Handle return values of memory allocation functions
2024-09-19 16:32:08 +08:00
Haojun Liao
eb5ee966a3
Merge pull request #27915 from taosdata/fix/TD-32138
...
fix(stream):fix mem leak and adj malloc res
2024-09-19 13:51:48 +08:00
Pan Wei
c40d31a105
Merge pull request #27925 from taosdata/fix/TD-32131
...
fix: group cache retrieve block failed issue
2024-09-19 10:20:15 +08:00
Pan Wei
9742c11039
Merge pull request #27943 from taosdata/fix/TD-32162
...
fix: memory init issue
2024-09-19 10:20:06 +08:00
Hongze Cheng
c0b3cc17fc
Merge pull request #27899 from taosdata/enh/TD-32121-3.0
...
enh: retrieveRows no more if got all data
2024-09-19 09:12:14 +08:00
Jinqing Kuang
4b46c4c1fc
enh(query)[TD-32130]. Handle return values of memory allocation functions
2024-09-19 09:06:01 +08:00
dapan1121
315aad8834
fix: memory init issue
2024-09-18 18:36:21 +08:00
54liuyao
bfb66d5486
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
2024-09-18 16:55:30 +08:00