Commit Graph

323 Commits

Author SHA1 Message Date
Simon Guan 43ca6d5f9e refactor: adjust some logs 2025-02-28 16:49:46 +08:00
Simon Guan 76ad364b93 enh: adjust some logs 2025-02-27 09:55:11 +08:00
dapan1121 2bd493f77b fix: return code issues 2024-12-11 19:18:50 +08:00
dapan1121 011ff04234 fix: scheduler dead lock issue 2024-12-05 18:07:37 +08:00
wangjiaming0909 2ddd07142a remove logs 2024-11-08 09:50:32 +08:00
wangjiaming0909 9a92c136ce fix drop child table with tsma 2024-11-08 09:47:47 +08:00
54liuyao ba31bf2c52 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 09:42:50 +08:00
Jing Sima 355aa885de fix:[TD-32506] fix mem leak in percentile function. 2024-11-04 09:35:15 +08:00
54liuyao de92e455a6 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-04 09:11:43 +08:00
54liuyao 2a24805646 add block data capacity 2024-11-01 11:34:18 +08:00
54liuyao d13819bbf4 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-30 09:05:46 +08:00
54liuyao 370fb56a0d add ci 2024-09-27 18:24:28 +08:00
Haojun Liao 09600132ec other: merge 3.0 2024-09-26 09:59:29 +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
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
Haojun Liao 3c7f718210 fix(query): check for null ptr. 2024-09-25 09:37:23 +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
Jing Sima 122b707ac8 enh:[TD-32158] Free memory allocated in function setup. 2024-09-24 11:35:36 +08:00
Jing Sima 23b525458e fix:[TD-32262] Avoid mem leak when error occurs. 2024-09-23 13:50:55 +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
lyh250-666 116844208d enh:modify error code passing 2024-09-20 13:23:44 +08:00
54liuyao f71b14da13 fix(stream):set correct primary key column index 2024-09-19 18:39:00 +08:00
Haojun Liao 0236db51f6 fix(query): fix memory leak and do some internal refactor. 2024-09-06 15:44:25 +08:00
lyh250-666 9c8f630759 enh:modify error code passing in libs/executor/ 2024-09-03 11:01:02 +08:00
Pan Wei a22025ea00
Merge pull request #27553 from taosdata/fix/TD-31775/memLeak
fix: free operator
2024-08-30 09:26:53 +08:00
Pan Wei 759ab30366
Merge pull request #27545 from taosdata/fix/removeassert
fix: remove asserts
2024-08-30 08:47:08 +08:00
xsren d43df78537 fix: free operator 2024-08-29 19:43:59 +08:00
dapan1121 feb1c8518e fix: remove asserts 2024-08-29 15:08:38 +08:00
Haojun Liao c118df0ec4 fix(query): fix memory leak. 2024-08-27 17:04:44 +08:00
dapan1121 99cca75128
Merge pull request #27425 from taosdata/fix/adj_assert
ehn(query): remove query executor assert
2024-08-26 11:22:01 +08:00
xsren bc0ad2d461 fix: check blockEncode result 2024-08-23 15:51:18 +08:00
54liuyao de4f09b8fd ehn(query): remove query executor assert 2024-08-23 11:01:45 +08:00
54liuyao a82c220645 fix issue 2024-08-15 17:38:29 +08:00
54liuyao cf796a45c1 fix issue 2024-08-15 17:03:32 +08:00
54liuyao db0c2e4be4 free operator 2024-08-07 15:53:23 +08:00
Haojun Liao 9e8038b020
Merge pull request #27022 from taosdata/fix/TD-31270
fix mem leak
2024-08-07 09:30:19 +08:00
54liuyao 372c0f21f2 fix mem leak 2024-08-06 19:36:39 +08:00
Haojun Liao e0fc36ce97 fix(query):check return code 2024-08-06 17:32:20 +08:00
Haojun Liao 59d190508d fix(query):check return code 2024-08-06 16:46:40 +08:00
54liuyao 143745d023 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31212 2024-08-06 10:41:12 +08:00
Haojun Liao 3772f25840 fix(stream): check return value. 2024-08-05 18:02:32 +08:00
54liuyao 5c50970cca Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-08-05 16:37:08 +08:00
Haojun Liao 666e813b5f
Merge pull request #26969 from taosdata/fix/TD-31209
fix issue for function res
2024-08-05 16:24:05 +08:00
54liuyao 57068232ff fix res issue 2024-08-05 16:09:01 +08:00
54liuyao 5dc49af3c4 Merge branch '3.0' of github.com:taosdata/TDengine into fix/TD-31209 2024-08-05 13:49:23 +08:00
54liuyao 2b70c1332b Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31220 2024-08-05 13:38:10 +08:00
54liuyao f0e4d2f085 fix malloc issue 2024-08-05 12:22:25 +08:00
Haojun Liao 40537001a2 fix(stream): check return value. 2024-08-05 11:57:18 +08:00
54liuyao 1b5cf65ab9 fix issue for function res 2024-08-05 11:17:49 +08:00