Commit Graph

360 Commits

Author SHA1 Message Date
Hongze Cheng 63b64a90c0 enh: remove void with error code handle 2024-09-10 13:12:05 +08:00
Haojun Liao 3540ec9d44
Merge pull request #27742 from taosdata/fix/syntax
refactor: remove void.
2024-09-10 12:57:14 +08:00
Jinqing Kuang 1ef8574429 fix(query)[TD-31971]. Fix potential wild pointer access in tsdbReaderClose
Resolved an issue in tsdbReaderClose where wild pointer access could
occur in cases of insufficient memory or other exceptions.
2024-09-09 18:11:52 +08:00
Pan Wei 07424b7a06
Merge pull request #27719 from taosdata/fix/TD-31790/errCheck
fix: distinguish the calling scenarios of the metaGetTbTSchema function
2024-09-09 14:10:20 +08:00
Haojun Liao 31ab46f210 other: merge 3.0 2024-09-08 22:52:17 +08:00
Haojun Liao 06f42443cb refactor: remove void. 2024-09-08 22:49:05 +08:00
Haojun Liao 0236db51f6 fix(query): fix memory leak and do some internal refactor. 2024-09-06 15:44:25 +08:00
xsren 3fb89fb814 fix: distinguish the calling scenarios of the metaGetTbTSchema function 2024-09-06 14:16:58 +08:00
Jinqing Kuang ad5aa4b032 fix(query)[TD-31929]. Fix mem-leak caused by redundant allocations 2024-09-05 16:58:20 +08:00
Hongze Cheng e6bb7bb531
Merge pull request #27651 from taosdata/fix/TS-5299-3.0
fix(query): skip primary ts col for agg query
2024-09-04 18:50:25 +08:00
kailixu 6ee90da1d6 fix(query): skip primary ts col for agg query 2024-09-03 17:07:49 +08:00
Jinqing Kuang b8e286b40c fix(query)[TD-31827]. Add warning log for tolerable error messages 2024-09-03 13:42:30 +08:00
Haojun Liao 1240cc4791 fix(tsdb): init merge if get the initial pschema failed. 2024-09-02 16:49:47 +08:00
Haojun Liao 4c91928db3
Merge pull request #27554 from taosdata/fix/syntax
refactor: remove assert
2024-08-31 15:57:27 +08:00
Jinqing Kuang 9e3f694cae fix(query)[TD-31797]: Cleanup iterator on fileblock brininfo load failure 2024-08-30 09:59:50 +08:00
Haojun Liao 9fc493f221 fix(stream): fix syntax error. 2024-08-30 09:35:08 +08:00
Haojun Liao fb8867f403 refactor: remove assert. 2024-08-29 19:55:09 +08:00
Haojun Liao 09e31670ce
Merge pull request #27495 from taosdata/fix/syntax
fix(query): fix memory leak.
2024-08-28 11:58:03 +08:00
Pan Wei 8b0a040c64
Merge pull request #27500 from taosdata/enh/TD-31691
Modify error code passing for taosMemoryCalloc function in vnode
2024-08-28 11:24:26 +08:00
Haojun Liao c950b684a5
Merge pull request #27488 from taosdata/fix/3_liaohj
fix(query): fix reader not release when error occuring.
2024-08-27 18:41:14 +08:00
lyh250-666 06daf85130 Modify error code passing for taosMemoryCalloc function in vnode 2024-08-27 17:37:01 +08:00
Haojun Liao d89806970e fix(tsdb): update log. 2024-08-27 17:27:15 +08:00
Haojun Liao 0207f9689a fix(tsdb): fix race condition during set table list and drop tsdbreader. 2024-08-27 13:45:39 +08:00
Hongze Cheng f4916211ca enh: clear more asserts 2024-08-26 16:56:48 +08:00
wangjiaming0909 043a8a8cfc use internal error 2024-08-22 19:15:57 +08:00
wangjiaming0909 e6a35dd34d remove asserts of nodes/planner/parser/tsdbread 2024-08-22 19:15:18 +08:00
Haojun Liao 051763e71f fix(tsdb): return if get data. 2024-08-20 09:14:50 +08:00
Haojun Liao a760ede4ae refactor: update logs. 2024-08-19 19:16:40 +08:00
Haojun Liao 2b68e110e5 fix(tsdb): check return value. 2024-08-19 19:01:26 +08:00
Haojun Liao 1b59d4a8d7 fix(tsdb): pass the error code out. 2024-08-19 18:54:42 +08:00
Haojun Liao 28b9611f38 fix(tsdb): return if no data. 2024-08-19 18:33:39 +08:00
Haojun Liao d4dc632d6f fix(tsdb): fix syntax error. 2024-08-19 13:39:30 +08:00
Haojun Liao f2f0bad021 fix(tsdb): return code for tMergeTreeNext 2024-08-19 11:06:43 +08:00
Haojun Liao d0e31f711f fix(tsdb): return code for tMergeTreeNext 2024-08-19 11:01:54 +08:00
Haojun Liao 5b82556ff5 fix(query): reset the errno code. 2024-08-16 22:31:21 +08:00
Hongze Cheng 76c961dafd Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31320-3.0a 2024-08-16 14:08:12 +08:00
Haojun Liao 4e8d5e21a1 fix(tsdb): check tables number. 2024-08-16 10:34:39 +08:00
kailixu ab45ab1459 fix(tsdb/read): memory leak 2024-08-14 16:40:12 +08:00
Haojun Liao 27b0e285c7 fix(tsdb): release the reader when encountering errors. 2024-08-13 18:39:07 +08:00
Haojun Liao b253742155 fix(tsdb): check return value. 2024-08-13 15:49:20 +08:00
Haojun Liao 90862b1df4 other: merge 3.0 2024-08-13 15:48:11 +08:00
Haojun Liao 14a2360f5e fix(tsdb): check null ptr when un-referencing snapshot. 2024-08-13 15:22:06 +08:00
Haojun Liao 3ff42c5225
Merge pull request #27173 from taosdata/fix/syntax
fix(query): check return value.
2024-08-13 12:45:33 +08:00
Haojun Liao fdfc8d8310 fix(query): check return value. 2024-08-13 09:17:49 +08:00
kailixu 7e57747bee fix: null pointer check when clearing tsdb reader 2024-08-12 15:51:00 +08:00
54liuyao 9b4b74e80f adj error code 2024-08-12 10:42:18 +08:00
54liuyao 3826fec13d adj error code 2024-08-09 09:28:13 +08:00
54liuyao fe75c72666 fix issue 2024-08-08 16:24:18 +08:00
Haojun Liao b21cc86ce3 fix(query): check return value. 2024-08-06 17:48:28 +08:00
Haojun Liao 59d190508d fix(query):check return code 2024-08-06 16:46:40 +08:00