Commit graph

3919 commits

Author SHA1 Message Date
Shungang Li
8924df6175 enh: (last) handle LRU overwrite errorcode 2024-09-10 09:52:32 +08:00
Shungang Li
bdb85e640d enh: (last) add check for taosLRUCacheInsert 2024-09-09 16:51:45 +08:00
Hongze Cheng
f2d044fb72
Merge pull request #27734 from taosdata/fix/TS-5390-3.0
fix: (last) mergeLastCid add check for iCol
2024-09-09 08:37:03 +08:00
Haojun Liao
46246c47bb
Merge pull request #27729 from taosdata/fix/3_liaohj
fix(query): fix memory leak and do some internal refactor.
2024-09-08 18:24:05 +08:00
Shungang Li
03b1ec08d1 fix: (last) mergeLastCid add check for iCol 2024-09-07 17:45:16 +08:00
Hongze Cheng
6722b7788c
Merge pull request #27721 from taosdata/fix/TD-31915
fix(tsdb/file2): free fobj if appending failed
2024-09-07 08:55:53 +08:00
Haojun Liao
370ba19062 fix(query): fix memory leak. 2024-09-06 17:30:31 +08:00
Haojun Liao
6af9f279bc fix(query): fix memory leak. 2024-09-06 17:01:17 +08:00
Haojun Liao
0236db51f6 fix(query): fix memory leak and do some internal refactor. 2024-09-06 15:44:25 +08:00
Hongze Cheng
44c19e9da8 fix more 2024-09-06 15:36:57 +08:00
Minglei Jin
0614bc47a8 fix(tsdb/file2): free fobj if appending failed 2024-09-06 14:47:50 +08:00
Shungang Li
a02acd7383 fix: add null check for getTableLoadInfo 2024-09-06 14:01:55 +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
Hongze Cheng
9810df98c6
Merge pull request #27642 from taosdata/fix/TD-31845
fix(tsdb/cache): copy entry before transfering to lru
2024-09-03 19:01:00 +08:00
kailixu
6ee90da1d6 fix(query): skip primary ts col for agg query 2024-09-03 17:07:49 +08:00
Minglei Jin
1bd0702a48 fix(tsdb/cache): copy entry before transfering to lru 2024-09-03 15:45:54 +08:00
Jinqing Kuang
b8e286b40c fix(query)[TD-31827]. Add warning log for tolerable error messages 2024-09-03 13:42:30 +08:00
Hongze Cheng
9147ad6074
Merge pull request #27584 from taosdata/fix/TD-31728-new
fix: (last) use insert to update LRU entry
2024-09-03 13:15:30 +08:00
Haojun Liao
1240cc4791 fix(tsdb): init merge if get the initial pschema failed. 2024-09-02 16:49:47 +08:00
Shungang Li
5147dc582a fix: (last) use insert to update LRU entry 2024-09-02 10:10:29 +08:00
Pan Wei
c5cf448730
Merge pull request #27577 from taosdata/fix/TD-31798-3.0
fix(query)[TD-31798]: Cleanup temporary object on array append failure
2024-08-31 18:35:54 +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
392dc35102 fix(query)[TD-31798]: Cleanup temporary object on array append failure 2024-08-30 15:35:39 +08:00
Pan Wei
dad85d0cde
Merge pull request #27561 from taosdata/fix/TD-31797-3.0
fix(query)[TD-31797]: Cleanup iterator on fileblock brininfo load failure
2024-08-30 14:22:48 +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
Jinqing Kuang
9f7087ffbc fix(query)[TD-31791]: fix null pointer access after memory allocation failure 2024-08-30 09:25:32 +08:00
Haojun Liao
fb8867f403 refactor: remove assert. 2024-08-29 19:55:09 +08:00
Jinqing Kuang
e182c10ce9 fix(query)[TD-31499]. Fix double free on certain field memory allocation failure 2024-08-29 14:22:58 +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
f510f2961b fix(query): fix memory leak. 2024-08-27 18:45:20 +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
Haojun Liao
d3f6892345 fix(tsdb): fix memory leak. 2024-08-27 17:57:16 +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
afca8eb914 fix: error handle 2024-08-27 13:36:27 +08:00
Hongze Cheng
5b68cc1dd3 fix: error log 2024-08-26 19:20:30 +08:00
Hongze Cheng
b60e2ed8ca Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31538-6 2024-08-26 19:20:21 +08:00
Minglei Jin
19f461c06b fix simple hash put retval 2024-08-26 17:40:59 +08:00
Hongze Cheng
f4916211ca enh: clear more asserts 2024-08-26 16:56:48 +08:00
Minglei Jin
d3b3fdb498 array/retval: fix array return values 2024-08-26 15:54:47 +08:00
Hongze Cheng
8dcc59495b ehn: remote some asserts 2024-08-26 10:23:21 +08:00
Hongze Cheng
c8f88a4c06
Merge pull request #27438 from taosdata/fix/TD-31504-3.0-1
fix: (last) memleak in mergeLastCid
2024-08-26 09:00:04 +08:00
dapan1121
b0338a1a6b
Merge pull request #27329 from taosdata/TD-31547
remove asserts of nodes/planner/parser/tsdbread
2024-08-24 15:05:48 +08:00
Shungang Li
23365f1cf6 fix: (last) memleak in mergeLastCid 2024-08-23 16:58:05 +08:00
Hongze Cheng
5d1efa9478
Merge pull request #27404 from taosdata/fix/TD-31504-3.0
fix: (pk) memleak in tsdbRetrieveCacheRows
2024-08-23 13:31:31 +08:00
wangjiaming0909
043a8a8cfc use internal error 2024-08-22 19:15:57 +08:00