Commit graph

375 commits

Author SHA1 Message Date
lyh250-666
676f8759e2 enh:modify error code passing 2024-10-09 15:37:00 +08:00
Haojun Liao
e2e1490f78 refactor: do some internal refactor. 2024-09-30 15:11:35 +08:00
Haojun Liao
e8ad3f4251 fix(query): return correct error code. 2024-09-30 15:07:16 +08:00
lyh250-666
5f6802e0a1 enh:modify addede rror code passing 2024-09-24 16:29:28 +08:00
Haojun Liao
60308ae844 fix(tsdb): return value if failed. 2024-09-23 14:05:36 +08:00
Haojun Liao
72d44d4207 other: merge 3.0 2024-09-23 11:05:31 +08:00
Haojun Liao
b8f06a06db fix(tsdb): check the return value. 2024-09-23 10:57:19 +08:00
Pan Wei
fa9f8f257b
Merge pull request #27984 from taosdata/enh/TD-31691
enh:modify error code passing
2024-09-20 08:44:07 +08:00
lyh250-666
ae7dde1aa2 enh:modify error code passing 2024-09-19 19:51:51 +08:00
Jinqing Kuang
4b46c4c1fc enh(query)[TD-32130]. Handle return values of memory allocation functions 2024-09-19 09:06:01 +08:00
Haojun Liao
1a90e9612d refactor: check return value. 2024-09-13 23:04:41 +08:00
Pan Wei
c35ec8e07c
Merge pull request #27820 from taosdata/fix/TD-32027-3.0
fix(query)[TD-32027]. Fix null pointer access in exceptional cases
2024-09-13 09:07:08 +08:00
Jinqing Kuang
7b4116b28e fix(query)[TD-32027]. Fix null pointer access in exceptional cases 2024-09-12 19:47:02 +08:00
Haojun Liao
4319cacdc3 fix(query):fix invalid read. 2024-09-11 19:09:17 +08:00
Hongze Cheng
37c12b6c3a enh: error handling 2024-09-10 18:55:02 +08:00
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