Commit graph

6505 commits

Author SHA1 Message Date
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
54liuyao
df8cfa65c2 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-27 11:37:37 +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
dapan1121
8be15d5b13 enh: add plan test cases 2024-09-26 16:29:57 +08:00
54liuyao
459a53c20b enh:optimize code 2024-09-26 14:51:57 +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
54liuyao
818a1f6a81 adj code 2024-09-25 16:53:06 +08:00
54liuyao
d44529e62f Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-25 15:12:15 +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
54liuyao
cc3ec61089 add ci and fix issue 2024-09-25 10:29:55 +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
Haojun Liao
922b0681ea fix(query): check for null ptr. 2024-09-24 19:38:49 +08:00
54liuyao
2d56c8f058 fix issue & add log 2024-09-24 19:34:34 +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
Haojun Liao
cc6daa0855 Merge branch '3.0' into fix/3_liaohj 2024-09-24 19:14:50 +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
Haojun Liao
c1333a920d fix(query): check for null. 2024-09-24 18:58:49 +08:00
Haojun Liao
4e4003c5a7 Merge branch '3.0' into fix/3_liaohj 2024-09-24 18:36:18 +08:00
Haojun Liao
2b78b660bd refactor: update the error logs. 2024-09-24 18:19:47 +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
db50c9230a fix issue 2024-09-24 16:58:46 +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
54liuyao
a0e7791e49 fix issue 2024-09-23 10:13:42 +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
54liuyao
e53fafc08f Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-20 15:31:03 +08:00
54liuyao
ecaa66e53f set watermark and interval 2024-09-20 15:30:44 +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
dapan1121
7bbe197e47 enh: add query plan test 2024-09-20 08:49:02 +08:00
54liuyao
a032de131b fix issue 2024-09-19 19:42:23 +08:00
54liuyao
2938233519 Merge branch 'fix/TD-30837' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-19 19:07:41 +08:00
54liuyao
f71b14da13 fix(stream):set correct primary key column index 2024-09-19 18:39:00 +08:00
Haojun Liao
c5eca0486e Merge remote-tracking branch 'origin/fix/TD-30837' into fix/TD-30837
# Conflicts:
#	source/dnode/vnode/src/tq/tq.c
#	source/libs/stream/inc/streamInt.h
#	source/libs/stream/src/streamSched.c
2024-09-19 16:39:54 +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
e1d8e98b11 feat(stream): support the force_window_close trigger. 2024-09-19 16:23:51 +08:00
54liuyao
813cab6e33 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-19 14:45:38 +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
442bf96b87 add check 2024-09-18 17:24:00 +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
54liuyao
c4566f98b8 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-18 16:26:37 +08:00
dapan1121
41f8f211f0 fix: group cache retrive block failed issue 2024-09-18 14:17:02 +08:00
54liuyao
b8cd739383 add ci and fix issue 2024-09-18 11:08:47 +08:00
Pan Wei
7a33fb7c9f
Merge pull request #27900 from taosdata/fix/memCheck
pointer check
2024-09-18 11:01:50 +08:00
54liuyao
19a51d82eb fix(stream):fix mem leak and malloc res 2024-09-18 10:58:27 +08:00
Pan Wei
eb32a41c29
Merge pull request #27902 from taosdata/fix/memoryAllocCheck
Fix: memory alloc check
2024-09-18 08:55:41 +08:00
xsren
f684e12c27 pointer check 2024-09-14 18:11:36 +08:00
Haojun Liao
5f486d6976 Merge branch '3.0' into fix/3_liaohj 2024-09-14 17:29:29 +08:00
dapan1121
1ccc74d768 fix: add memory alloc validation 2024-09-14 17:28:24 +08:00
Shungang Li
0fd4928dc2 enh: retrieveRows no more if got all data 2024-09-14 17:02:38 +08:00
Haojun Liao
b78cbb7dc5
Merge pull request #27888 from taosdata/fix/ly_stream
fix(stream):adj build file state res
2024-09-14 13:50:51 +08:00
Haojun Liao
b494163f28 refactor: check return value. 2024-09-14 13:39:23 +08:00
Pan Wei
42abc16774
Merge pull request #27816 from taosdata/enh/TD-31903-3.0
enh(query)[TD-31903]. Handle return values for function calls
2024-09-14 11:28:19 +08:00
54liuyao
b649f1f1c4 fix(stream):adj build file state res 2024-09-14 10:51:57 +08:00
Haojun Liao
1a90e9612d refactor: check return value. 2024-09-13 23:04:41 +08:00
Pan Wei
571a704cdc
Merge pull request #27805 from taosdata/fix/TD-31962
fix:[TD-31962]memory leak by crash_gen
2024-09-13 15:34:16 +08:00
Jinqing Kuang
0cb4c927ec enh(query)[TD-31903]. Handle return values for function calls 2024-09-13 11:45:59 +08:00
54liuyao
de44c5dc5e Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-13 11:13:04 +08:00
Pan Wei
12d8dfc801
Merge pull request #27829 from taosdata/fix/TD-31870/os2
semphore
2024-09-13 10:59:53 +08:00
wangmm0220
3c8ae1fc9f fix:[TD-31962]memory leak by crash_gen 2024-09-13 09:27:11 +08:00
Pan Wei
527283a7e8
Merge pull request #27824 from taosdata/fix/ly_res
fix(query):use window start key when ts column is null
2024-09-13 08:50:23 +08:00
Pan Wei
446d3ab97c
Merge pull request #27849 from taosdata/fix/TD-31896
fix: function return code issue
2024-09-13 08:41:28 +08:00
Haojun Liao
c13248dd4e refactor: remove void. 2024-09-12 19:23:05 +08:00
dapan1121
007b64a3c1 fix: void function call issue 2024-09-12 15:48:07 +08:00
54liuyao
aa80aa39bc fix(query):use window start key when ts column is null 2024-09-12 15:34:57 +08:00
dapan1121
a7269e4536 fix: remove void function call 2024-09-12 14:17:14 +08:00
Hongze Cheng
3cbe6cfce1
Merge pull request #27817 from taosdata/fix/TD-31991
fix meta dead lock
2024-09-12 09:43:41 +08:00
54liuyao
7c32cc7796 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-12 09:08:40 +08:00
Pan Wei
b795638456
Merge pull request #27760 from taosdata/fix/3.0/TD-31974
fix:[TD-31974] fix memory leak when error occurs after mode function init
2024-09-12 08:44:08 +08:00
Haojun Liao
3297c59dcd
Merge pull request #27821 from taosdata/fix/syntax
fix(query): fix race condition for table group list.
2024-09-12 00:28:57 +08:00
xsren
e226898e17 semphore 2024-09-11 20:36:03 +08:00
Pan Wei
e4d218cddf
Merge pull request #27811 from taosdata/fix/TS-5400
fix(query):fix the issue of return db error when the timestamp is 0
2024-09-11 18:51:04 +08:00
Haojun Liao
2bb9dc609a fix(query): fix race condition for table group list. 2024-09-11 18:18:44 +08:00
Pan Wei
8b7b5b7c6d
Merge pull request #27752 from taosdata/fix/TD-31870/OSFileRetCode
osDir
2024-09-11 17:52:14 +08:00
yihaoDeng
9b418bee78 fix meta dead lock 2024-09-11 16:37:06 +08:00
Pan Wei
798718e903
Merge pull request #27793 from taosdata/fix/TD-31948
fix: block data shrink issue
2024-09-11 16:32:58 +08:00
54liuyao
5cfe7b8ec9 fix(query):fix the issue of return db error when the timestamp is 0 2024-09-11 14:58:06 +08:00
Jing Sima
d670778802 fix:[TD-31974] fix memory leak when error occurs after mode function init. 2024-09-11 14:47:14 +08:00
wangmm0220
1850f3fb52 fix:[TD-31962]memory leak by crash_gen 2024-09-11 11:51:02 +08:00
xsren
aea768d2c0 osFile 2024-09-10 17:40:19 +08:00
dapan1121
dc983b9a39 fix: add block data check 2024-09-10 16:56:36 +08:00
xsren
aa5683cfd9 osfile 2024-09-10 14:55:14 +08:00
54liuyao
bb785ce53e fix(query):set scan flag info 2024-09-10 14:47:42 +08:00
xsren
2a3917029f osFile 2024-09-10 11:29:50 +08:00
dapan1121
b57cd27827 enh: add block check 2024-09-09 18:20:00 +08:00
54liuyao
dc0b2fb614 remove assert 2024-09-09 18:00:55 +08:00
54liuyao
75727e47b5 remove assert 2024-09-09 17:58:40 +08:00
54liuyao
88d01d8980 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-09 11:21:23 +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
Haojun Liao
dfcff062e3
Merge pull request #27741 from taosdata/fix/syntax
fix(stream): reset error code.
2024-09-08 18:23:47 +08:00
Haojun Liao
199de25410 fix(stream): fix syntax error. 2024-09-08 15:17:08 +08:00
Haojun Liao
23ccbbdda5 fix(stream): fix syntax error. 2024-09-08 15:10:54 +08:00
Haojun Liao
b3e5997336 fix(stream): reset error code. 2024-09-08 14:54:08 +08:00
dapan1121
cbafc37880 fix: memory leak in dispatcher 2024-09-07 17:19:20 +08:00
Haojun Liao
370ba19062 fix(query): fix memory leak. 2024-09-06 17:30:31 +08:00
Haojun Liao
6470cfc26e fix(query): fix memory leak. 2024-09-06 15:58:52 +08:00
Haojun Liao
7bf9ca8e82 refactor: remove invalid code. 2024-09-06 15:48:28 +08:00
Haojun Liao
0236db51f6 fix(query): fix memory leak and do some internal refactor. 2024-09-06 15:44:25 +08:00
Haojun Liao
8a1d527da9 refactor: adjust log. 2024-09-06 13:58:03 +08:00
Haojun Liao
482eab9666 refactor: adjust log. 2024-09-06 13:45:15 +08:00
54liuyao
7501c5a865 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-06 13:26:23 +08:00
Haojun Liao
f67e7d2b63 refactor: do some internal refactor. 2024-09-06 11:32:54 +08:00
Pan Wei
87476b3ffc
Merge pull request #27627 from taosdata/fix/TD-31830_debug
fix: tag scan return code issue
2024-09-06 09:59:41 +08:00
Haojun Liao
2544f0313e
Merge pull request #27672 from taosdata/fix/ly_res
enh(query):remove void for operator
2024-09-06 09:49:10 +08:00
Haojun Liao
1e57724533
Merge pull request #27688 from taosdata/fix/3_liaohj
fix(stream): handle continuous retrieve during checkpoint procedure.
2024-09-06 09:11:08 +08:00
54liuyao
7cd34dddf5 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-05 17:52:55 +08:00
54liuyao
ff3db4cd9e fix(stream):set null for invalid column 2024-09-05 17:32:27 +08:00
Haojun Liao
277528996e fix(stream): handle continuous retrieve during checkpoint procedure. 2024-09-05 16:04:36 +08:00
yihaoDeng
2e3e5d0a99 fix mem leak 2024-09-05 14:40:14 +08:00
54liuyao
27446f8df1 fix(query):free data block 2024-09-04 19:01:14 +08:00
54liuyao
d3e4203dcb enh(query):remove void for operator 2024-09-04 18:37:41 +08:00
54liuyao
a9fe796484 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/ly_res 2024-09-04 16:15:06 +08:00
54liuyao
f5b6e800f3 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-04 10:56:36 +08:00
Pan Wei
7ada20aa8e
Merge pull request #27617 from taosdata/fix/TD-31838/freeError
fix: free invalid mem
2024-09-04 09:24:10 +08:00
54liuyao
43390b1c36 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-04 09:20:11 +08:00
Pan Wei
1e977a324e
Merge pull request #27654 from taosdata/fix/3.0/TD-31818
fix:[TD-31818] fix memory leak allocated by mode function.
2024-09-04 09:16:12 +08:00
facetosea
73fb43de2a only for memLeak 2024-09-04 07:11:51 +08:00
54liuyao
4e27f5f9d5 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/ly_res 2024-09-03 19:12:16 +08:00
Pan Wei
aeb6fa9b25
Merge pull request #27613 from taosdata/fix/3.0/TD-31682-TD-31793
fix querytask.c memory leak when random malloc error
2024-09-03 18:30:22 +08:00
Pan Wei
090e8d9921
Merge pull request #27630 from taosdata/enh/TD-31691
enh:modify error code passing in libs/executor/
2024-09-03 18:23:21 +08:00
54liuyao
2b6dc42d0e fix fill next's issue 2024-09-03 17:54:07 +08:00
Jing Sima
02dd9c9160 fix:[TD-31818] fix memory leak allocated by mode function. 2024-09-03 17:34:23 +08:00
54liuyao
e2b2085052 fix(query):check scan operator error code 2024-09-03 13:44:35 +08:00
54liuyao
aaad472f58 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-03 13:38:07 +08:00
lyh250-666
9c8f630759 enh:modify error code passing in libs/executor/ 2024-09-03 11:01:02 +08:00
54liuyao
54f81fa1f8 add log 2024-09-03 09:49:37 +08:00
54liuyao
d4062efa1c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-03 09:29:41 +08:00
54liuyao
a0a1414af5 fix issue 2024-09-03 09:23:42 +08:00
wangjiaming0909
38e8d9f2fa fix querytask.c memory leak when random malloc error
remove (void)
2024-09-03 09:13:40 +08:00
dapan1121
b939a9daab fix: return code issue 2024-09-03 08:35:24 +08:00
dapan1121
cd04e9e39d fix: downstream free issue 2024-09-02 18:52:11 +08:00
54liuyao
ae158487b7 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31833 2024-09-02 16:00:50 +08:00
xsren
a673f500b8 fix: free invalid mem 2024-09-02 15:12:47 +08:00
Pan Wei
51678350cd
Merge pull request #27595 from taosdata/fix/3.0/TD-31828
fix:[TD-31828] fix crash in mode function.
2024-09-02 14:16:22 +08:00
54liuyao
f1cbd426d6 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-02 13:53:32 +08:00
54liuyao
983962238e fix(query):fix query operator memory leak 2024-09-02 13:46:21 +08:00
Jing Sima
c2d9178bf0 fix:[TD-31828] fix crash in mode function. 2024-09-02 10:25:23 +08:00
dapan1121
39293899e3 fix: cache value double free issue 2024-09-02 10:22: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
dapan1121
d1013b20f9 Merge remote-tracking branch 'origin/3.0' into feat/TD-30268 2024-08-30 18:26:26 +08:00
54liuyao
9d8e8892b4 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-30 16:04:09 +08:00
Haojun Liao
82ad1958f4 fix(query): fix memory leak. 2024-08-30 10:30:16 +08:00
Haojun Liao
9aac625068 Merge branch '3.0' into fix/3_liaohj 2024-08-30 10:20:37 +08:00
Haojun Liao
5a5bfa5b8c fix(query): fix memory leak. 2024-08-30 10:19:16 +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
Haojun Liao
fb8867f403 refactor: remove assert. 2024-08-29 19:55:09 +08:00
xsren
d43df78537 fix: free operator 2024-08-29 19:43:59 +08:00
54liuyao
694a454f40 Merge branch '3.0' of github.com:taosdata/TDengine into fix/ly_res 2024-08-29 16:20:25 +08:00
Hongze Cheng
222979402d
Merge pull request #27441 from taosdata/fix/TD-31163-3.0
fix: memory leak of geos
2024-08-29 16:20:14 +08:00
54liuyao
925b288945 limit the number of stream results 2024-08-29 16:00:40 +08:00
54liuyao
01e8fc583d fix(query):adj error code for aggretate operator 2024-08-29 16:00:26 +08:00
dapan1121
feb1c8518e fix: remove asserts 2024-08-29 15:08:38 +08:00
Hongze Cheng
3342dcf43c
Merge pull request #27492 from taosdata/enh/TD-31603
change log qid
2024-08-29 09:30:05 +08:00
kailixu
31ac2c26ce Merge branch '3.0' into fix/TD-31163-3.0 2024-08-28 19:12:46 +08:00
Pan Wei
7d97190b33
Merge pull request #27506 from taosdata/fix/TD-31754
fix(query):init SExprInfo instance first
2024-08-28 15:41:44 +08:00
54liuyao
7361d95516 adj error code 2024-08-28 14:07:55 +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
54liuyao
1aa2d87f8a add log 2024-08-28 11:11:45 +08:00
Haojun Liao
21f60d1784 fix(query): set correct result ptr check. 2024-08-28 10:52:14 +08:00
54liuyao
af18b6669e fix(query):init SExprInfo instance 2024-08-28 10:11:54 +08:00
Haojun Liao
89647ced74
Merge pull request #27499 from taosdata/fix/TD-31730
fix(stream):fix mem leak for stream interval operator
2024-08-28 09:26:32 +08:00
Haojun Liao
466d8cb321
Merge pull request #27483 from taosdata/fix/ly_res
fix(query):clear meta reader
2024-08-28 09:26:07 +08:00
Haojun Liao
adca73d237 fix(query): fix error in merge sort scan 2024-08-27 19:47:39 +08:00
dapan1121
de0dff6c63
Merge pull request #27487 from taosdata/fix/TD-31711/returnVal
fix: return
2024-08-27 18:56:49 +08:00
Haojun Liao
f510f2961b fix(query): fix memory leak. 2024-08-27 18:45:20 +08:00
Haojun Liao
25bfcb7908 fix(query): fix error in test. 2024-08-27 18:44:42 +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
kailixu
c301fe3940 fix: memory leak of geos 2024-08-27 18:16:32 +08:00
54liuyao
d6580a2e65 fix(stream):fix mem leak for stream interval operator 2024-08-27 17:11:50 +08:00
xsren
4b872f849c fmFuncDynDataRequired: only return state 2024-08-27 17:07:13 +08:00
Haojun Liao
b2c254817b fix(query): check return value. 2024-08-27 17:07:10 +08:00
Haojun Liao
c118df0ec4 fix(query): fix memory leak. 2024-08-27 17:04:44 +08:00
Haojun Liao
62ad276113
Merge pull request #27490 from taosdata/fix/syntax
fix(query): fix memory leak.
2024-08-27 17:04:04 +08:00
Yihao Deng
7b09a9f8b1 change log qid 2024-08-27 08:25:28 +00:00
dapan1121
0b1ec9c69d
Merge pull request #27472 from taosdata/fix/ly_mem
fix(query):fix mem leak for fill op && function
2024-08-27 15:13:03 +08:00
Haojun Liao
5f23ba709a fix(query): fix memory leak. 2024-08-27 15:09:49 +08:00
Haojun Liao
86da2cb913 fix(query): fix syntax error. 2024-08-27 15:07:34 +08:00
Haojun Liao
a99783ba66 fix(query): release lock when errors occuring. 2024-08-27 13:46:30 +08:00
Haojun Liao
403d46b77b other: merge 3.0 2024-08-27 11:19:03 +08:00
54liuyao
bcb1057e80 fix(query):clear meta reader 2024-08-27 10:50:28 +08:00
Haojun Liao
19e40e8bee fix(query): fix reader not release when error occuring. 2024-08-27 10:41:38 +08:00
54liuyao
ff1f75bd33 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-27 09:17:17 +08:00
dapan1121
f2507366be
Merge pull request #27467 from taosdata/fix/TD-31674
fix: remove asserts and memory issue
2024-08-26 19:16:06 +08:00
Hongze Cheng
3a5a3172f7
Merge pull request #27443 from taosdata/enh/TD-31603-update
Enh/TD-31603-update
2024-08-26 17:16:53 +08:00
dapan1121
90f4add224
Merge pull request #27464 from taosdata/fix/ly_res
fix(query): check error code for tsort
2024-08-26 17:11:34 +08:00
54liuyao
dc941cb704 fix(query):fix mem leak for function 2024-08-26 16:53:19 +08:00
54liuyao
42a31d4ca1 fix(query):fix mem leak for fill 2024-08-26 15:32:50 +08:00
dapan1121
2eccbc3e28 Merge remote-tracking branch 'origin/3.0' into fix/TD-31674 2024-08-26 15:24:50 +08:00
dapan1121
a944dd0d8b fix: remove asserts and memory issue 2024-08-26 15:16:07 +08:00
dapan1121
7d2e28fd1d
Merge pull request #27455 from taosdata/fix/TD-31664
fix(query):fix mem leak for fill operator
2024-08-26 15:09:14 +08:00
54liuyao
a706c4d49d fix(query): check error code for tsort 2024-08-26 14:58:12 +08:00
yihaoDeng
e786901316 fix merge error 2024-08-26 14:49:02 +08:00
Yihao Deng
101ae682bc
Merge branch '3.0' into enh/TD-31603-update 2024-08-26 14:46:29 +08:00
54liuyao
f54e28bd5e fix(query):fix mem leak for fill operator 2024-08-26 11:31:26 +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
kailixu
c97f01a023 Merge branch '3.0' into fix/TD-31163-3.0 2024-08-24 21:03:11 +08:00
Yihao Deng
e1998d151b update qid log 2024-08-24 10:19:25 +00: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
dapan1121
bf9e5f349d
Merge pull request #27413 from taosdata/fix/3.0/TD-31524-TD-31523
fix error not reported in sort operator
2024-08-24 15:00:50 +08:00
kailixu
7ec5ecf8fc Merge branch '3.0' into fix/TD-31163-3.0 2024-08-24 06:50:42 +08:00
dapan1121
0f91df1b68
Merge pull request #27435 from taosdata/fix/blockEncodeReturnVal
fix: check blockEncode result
2024-08-23 17:57:50 +08:00
xsren
bc0ad2d461 fix: check blockEncode result 2024-08-23 15:51:18 +08:00
kailixu
b24f2a35aa Merge branch '3.0' into fix/TD-31163-3.0 2024-08-23 15:37:56 +08:00
54liuyao
7efb648a5f Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-23 14:49:32 +08:00
dapan1121
676ad15e19
Merge pull request #27427 from taosdata/fix/TD-31623
fix: meta cache insert freed issue
2024-08-23 14:36:52 +08:00
dapan1121
89198c820d
Merge pull request #27389 from taosdata/fix/TS-5311
fix(query):set group id for the results of event and count operators
2024-08-23 14:36:20 +08:00
54liuyao
41220ef3db fix mem leak 2024-08-23 13:23:01 +08:00
dapan1121
b40735baae fix: meta cache insert freed issue 2024-08-23 11:43:08 +08:00
54liuyao
bcba018324 fix mem leak 2024-08-23 11:36:47 +08:00
dapan1121
c998f31044
Merge pull request #27406 from taosdata/fix/TD-31619
fix: operator param free issue
2024-08-23 11:32:45 +08:00
54liuyao
ee26b61eb6 add log 2024-08-23 11:13:36 +08:00
54liuyao
de4f09b8fd ehn(query): remove query executor assert 2024-08-23 11:01:45 +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
wangjiaming0909
9ae951621b fix error not reported in sort operator 2024-08-22 19:09:25 +08:00
dapan1121
099beff1cc fix: operator param free issue 2024-08-22 17:07:00 +08:00
54liuyao
c89bebbae2 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/ly_res 2024-08-22 16:47:39 +08:00
54liuyao
167a385b64 adj functioin res 2024-08-22 16:47:23 +08:00
dapan1121
1faebe3712
Merge pull request #27395 from taosdata/fix/TD-31581
fix: return code issue
2024-08-22 16:07:00 +08:00
54liuyao
2d4ff65509 adj state cache 2024-08-22 15:59:42 +08:00
54liuyao
3583237942 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-22 14:47:16 +08:00
dapan1121
ed9666595c
Merge pull request #27392 from taosdata/fix/TD-31569/setDelFileOnWindows
Fix/td 31569/set del file on windows
2024-08-22 14:41:03 +08:00
54liuyao
6936c9aacd fix(query):remove null pointer 2024-08-22 14:04:39 +08:00
dapan1121
24737cf32d
Merge pull request #27381 from taosdata/fix/TD-31591
fix: local policy memory leak
2024-08-22 13:55:41 +08:00
dapan1121
c5291c2d1f fix: return code issue 2024-08-22 13:49:38 +08:00
xsren
acdb14aefb opeCFile with w+b mode 2024-08-22 12:53:55 +08:00
54liuyao
939342b3de fix(query):seset group id for the results of event and count operators 2024-08-22 11:11:40 +08:00
Haojun Liao
2d478d3896 refactor: update logs. 2024-08-22 10:16:16 +08:00
54liuyao
472d03f118 fix(query):adjust error log 2024-08-22 10:09:31 +08:00
dapan1121
da72fca693 fix: local policy memory leak 2024-08-22 10:03:09 +08:00
dapan1121
852d8fccd8
Merge pull request #27369 from taosdata/fix/3.0/TD-31588
fix:[TD-31588] Handle error when initFunc failed .
2024-08-22 09:18:02 +08:00
Haojun Liao
5f95ee2644
Merge pull request #27374 from taosdata/fix/3_liaohj
refactor: update logs.
2024-08-22 09:10:58 +08:00
Haojun Liao
4dc81efb8b refactor: update logs. 2024-08-21 20:00:34 +08:00
Jing Sima
16d314a6ae fix:[TD-31588] Handle error when initFunc failed . 2024-08-21 18:50:08 +08:00
dapan1121
d31b94f267
Merge pull request #27322 from taosdata/enh/TD-31548
enh:[TD-31548] Remove ASSERT in multi files.
2024-08-21 18:21:18 +08:00
dapan1121
dd391636ef
Merge pull request #27364 from taosdata/fix/TD-31546
fix: remove assert
2024-08-21 17:13:35 +08:00
kailixu
b072a83bbd fix: memory leak of geos 2024-08-21 15:45:57 +08:00
dapan1121
044f7d6658 fix: remove assert 2024-08-21 14:41:14 +08:00
sima
726f41697d enh:[TD-31548] Remove ASSERT in multi files. 2024-08-21 14:35:45 +08:00
Hongze Cheng
87e56d3d67
Revert "fix: memory leak of geos" 2024-08-21 10:23:22 +08:00
Hongze Cheng
5c376d4629
Merge pull request #27314 from taosdata/fix/TD-31163-3.0
fix: memory leak of geos
2024-08-21 10:18:31 +08:00
54liuyao
c867f93e0e fix compile error 2024-08-20 19:41:07 +08:00
54liuyao
bd37547994 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/adj_assert 2024-08-20 19:35:36 +08:00
Haojun Liao
c1df349d4e
Merge pull request #27325 from taosdata/fix/TD-31552
fix(stream):fix mem leak for max delay
2024-08-20 18:46:20 +08:00
54liuyao
1f8e712a64 fix compile error 2024-08-20 16:47:22 +08:00
dapan1121
a15e82dd40
Merge pull request #27331 from taosdata/fix/TD-31545
fix: data sink memory leak
2024-08-20 16:37:11 +08:00
54liuyao
99bdcb3f58 enh(stream):remove assert of stream operator 2024-08-20 15:02:09 +08:00
Shengliang Guan
7c64afca11
Merge pull request #27324 from taosdata/feat/sync
enh: make some simple adjustments to the sync log
2024-08-20 15:01:41 +08:00
dapan1121
557dbd8838 fix: data sink memory leak 2024-08-20 14:53:28 +08:00
dapan1121
b70ad8d3bb fix: return code check issue 2024-08-20 14:13:06 +08:00
kailixu
fe3415c602 Merge branch '3.0' into fix/TD-31163-3.0 2024-08-20 13:55:35 +08:00
Shengliang Guan
7261f5249c Merge remote-tracking branch 'origin/3.0' into feat/sync 2024-08-20 13:33:53 +08:00
54liuyao
54dbf92517 fix mem leak for max delay 2024-08-20 13:28:53 +08:00
Haojun Liao
17c941fc32
Merge pull request #27289 from taosdata/fix/3_liaohj
fix(query): return error code.
2024-08-20 10:59:07 +08:00
dapan1121
21d7820bb5
Merge pull request #27283 from taosdata/fix/3.0/exchange_block
fix exchange operator blocked
2024-08-20 09:39:35 +08:00
kailixu
3ee206b781 Merge branch '3.0' into fix/TD-31163-3.0 2024-08-20 09:04:12 +08:00
kailixu
0531a4f4bd fix: memory leak of geos 2024-08-19 18:36:39 +08:00
Shengliang Guan
5ce7bcad1e refact: remove the return value of function taosCloseRef 2024-08-19 17:30:10 +08:00
dapan1121
5035b3a624 fix: merge join destroy table issue 2024-08-19 17:13:27 +08:00
Haojun Liao
215a665497
Merge pull request #27271 from taosdata/fix/ly_mem_leak
fix mem leak
2024-08-19 14:18:37 +08:00
Haojun Liao
6c3c93d7d3 other: merge 3.0 2024-08-19 14:01:48 +08:00
Haojun Liao
d4dc632d6f fix(tsdb): fix syntax error. 2024-08-19 13:39:30 +08:00
54liuyao
6f2a78a4bb fix issue 2024-08-19 13:23:09 +08:00
Haojun Liao
ee36bd741f fix(query): return error code. 2024-08-19 09:50:38 +08:00
dapan1121
72da4be830 fix: create operator failed issue 2024-08-19 09:15:36 +08:00
54liuyao
1b654c5a9a Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/ly_mem_leak 2024-08-19 08:54:43 +08:00
Haojun Liao
7c3ac51a05
Merge pull request #27275 from taosdata/fix/syntax
fix(query): if the return value of addTagPseudoColumnData is not success, not jump out.
2024-08-16 22:32:59 +08:00
Haojun Liao
b5dd25a9ad fix(query): return directly. 2024-08-16 19:34:08 +08:00
wangjiaming0909
f7d4c274a8 fix exchange operator blocked 2024-08-16 18:03:16 +08:00
54liuyao
4fe68034cf fix issue 2024-08-16 17:46:14 +08:00
Haojun Liao
bfbe687d2a fix(query): return directly. 2024-08-16 17:04:26 +08:00
54liuyao
2a66a89adc add ci 2024-08-16 16:54:45 +08:00
Haojun Liao
0cbbdf1b88 fix(query): if the return value of addTagPseudoColumnData is not success, not jump out. 2024-08-16 15:42:53 +08:00
54liuyao
bb0aa6839f fix mem leak 2024-08-16 14:30:35 +08:00
54liuyao
d59eb19c37 add ci 2024-08-16 10:54:52 +08:00
54liuyao
76f56d940b fix issue 2024-08-16 10:26:09 +08:00
Haojun Liao
5e2b0ee299
Merge pull request #27232 from taosdata/fix/TD-31459
fix issue
2024-08-16 09:35:43 +08:00
Haojun Liao
7ec6206cdf
Merge pull request #27241 from taosdata/fix/3_liaohj
fix(query): release lock when error occurs.
2024-08-15 17:49:21 +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
e40f91f8a3 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31459 2024-08-15 15:57:42 +08:00
dapan1121
cbf5f231be fix: group cache log issue 2024-08-15 15:38:09 +08:00
Hongze Cheng
4b03430712
Merge pull request #27221 from taosdata/fix/TD-31440
fix meta deadlock
2024-08-15 15:26:36 +08:00
Haojun Liao
fd53940b33 fix(query): release lock when error occurs. 2024-08-15 14:55:29 +08:00
54liuyao
e0178f2871 add ci 2024-08-15 14:16:40 +08:00
54liuyao
ef5f69e3cf fix issue 2024-08-15 14:13:08 +08:00
54liuyao
ebb5c41d7f Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-15 13:20:54 +08:00
54liuyao
6ab21a0d17 fix issue 2024-08-15 13:20:42 +08:00
54liuyao
5589799e90 fix issue 2024-08-15 10:58:53 +08:00
yihaoDeng
ecb48dd317 fix meta deadlock 2024-08-14 21:09:24 +08:00
54liuyao
141de6e19b Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-14 19:21:59 +08:00
54liuyao
057f09ffbf fix issue && add ci 2024-08-14 19:20:21 +08:00
54liuyao
70eb66604d fix issue 2024-08-14 19:11:34 +08:00
54liuyao
235a082406 fix issue 2024-08-14 18:17:22 +08:00
54liuyao
9a7ffe38ac fix issue 2024-08-14 16:11:48 +08:00
54liuyao
216c53f0ae fix issue 2024-08-14 15:22:42 +08:00
dapan1121
a3ec3d167b
Merge pull request #27177 from taosdata/fix/3.0/TD-31337
fix exec task memory leaks
2024-08-14 14:57:49 +08:00
Haojun Liao
97d284eaf7
Merge pull request #27211 from taosdata/fix/3_liaohj
fix(query): release the reader when returning error.
2024-08-14 14:31:02 +08:00
Haojun Liao
9f5f571fad
Merge pull request #27207 from taosdata/fix/TD-31436
check error code
2024-08-14 13:46:03 +08:00
Haojun Liao
d3a0634d4a refactor: do some internal refactor. 2024-08-14 13:10:11 +08:00
Haojun Liao
7d7072651b fix(query): release the reader when returning error. 2024-08-14 13:06:08 +08:00
54liuyao
a560f13c95 check error code 2024-08-14 11:12:50 +08:00
54liuyao
bc11c1bd02 fix issue 2024-08-13 14:35:49 +08:00
54liuyao
5a2b89c357 fix issue 2024-08-13 14:05:16 +08:00
Haojun Liao
f4927bb873
Merge pull request #27167 from taosdata/fix/TD-31386
adj function res
2024-08-13 13:51:11 +08:00
Haojun Liao
12d6375de7
Merge pull request #27153 from taosdata/fix/TD-31372
adj copyPkVal error code
2024-08-13 13:47:52 +08:00
wangjiaming0909
7c6be8c357 fix exec task memory leaks 2024-08-13 11:23:00 +08:00
54liuyao
f0af495a5d adj function res 2024-08-13 10:31:24 +08:00
dapan1121
40af7fb836 Merge remote-tracking branch 'origin/3.0' into feat/TD-30268 2024-08-13 09:36:28 +08:00
54liuyao
4fa67bd6cc Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-13 09:21:25 +08:00
dapan1121
3790a1f415
Merge pull request #26959 from taosdata/feat/TS-3718
feat:[TS-3718]save slow log file one day one file
2024-08-13 09:18:07 +08:00
54liuyao
5d9101b28d adj res 2024-08-12 18:23:45 +08:00
54liuyao
3ec51c77c4 adj res 2024-08-12 18:21:35 +08:00
Haojun Liao
8d751ca5e3
Merge pull request #27148 from taosdata/fix/3.0/TD-31362-TD-31359-TD-21481
1. lock not released when return
2024-08-12 17:34:25 +08:00
54liuyao
cac4648b09 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-12 15:53:05 +08:00
wangjiaming0909
19952995af fix fill order by returned wrong values 2024-08-12 15:27:15 +08:00
Haojun Liao
4a98782a38
Merge pull request #27150 from taosdata/fix/TD-31368
adj error code
2024-08-12 14:32:36 +08:00
54liuyao
91e987b25a fix issue 2024-08-12 14:01:55 +08:00
54liuyao
9b4b74e80f adj error code 2024-08-12 10:42:18 +08:00
54liuyao
fd0f117544 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-12 09:37:43 +08:00
wangjiaming0909
882cfb7deb 1. lock not released when return
2. fix tsma err msg
3. fix fill prev wrong results
2024-08-12 08:53:27 +08:00
54liuyao
30f3fa29b9 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-08-09 17:36:48 +08:00
54liuyao
5d4e30de3f ignore delete res since res is empty 2024-08-09 17:36:19 +08:00
wangjiaming0909
4fd8688795 postfix exchange operator blocking due to addref failed 2024-08-09 14:43:50 +08:00
Haojun Liao
6532b8a534
Merge pull request #27091 from taosdata/fix/3.0/TD-31275-TD-31310
1. fix exchange operator dead lock due to no ret check for add ref
2024-08-09 13:56:18 +08:00
wangjiaming0909
aa4b4a609f fix ret check caused crash 2024-08-09 11:46:53 +08:00
54liuyao
3491396d92 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-08 19:30:46 +08:00
54liuyao
3a14454fb5 add ci 2024-08-08 19:30:18 +08:00
wangjiaming0909
efd1ece152 1. fix exchange operator dead lock due to no ret check for add ref
2. fix null pointer of FetchRpcHandle of exchangeoperator
2024-08-08 18:07:43 +08:00
wangmm0220
e7b990f3dd feat:[TS-3718]merge from 3.0 2024-08-08 17:35:24 +08:00
54liuyao
340886b9be fix issue 2024-08-08 17:23:25 +08:00
54liuyao
fe75c72666 fix issue 2024-08-08 16:24:18 +08:00
Haojun Liao
27586ef650
Merge pull request #27074 from taosdata/fix/TD-31288-2
check function res
2024-08-08 13:27:22 +08:00
54liuyao
3515af8099 check function res 2024-08-08 11:36:36 +08:00
54liuyao
4bebadd000 fix issue 2024-08-08 11:23:50 +08:00
wangmm0220
3ef942bf4b Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-3718 2024-08-08 10:59:45 +08:00
54liuyao
5c859554d0 Merge branch '3.0' of github.com:taosdata/TDengine into fix/TD-31288 2024-08-08 10:36:09 +08:00
Hongze Cheng
1124741163 fix more 2024-08-08 10:27:39 +08:00
54liuyao
91ccd23f63 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31297 2024-08-08 10:13:05 +08:00
54liuyao
3b9eda95fc add ci 2024-08-08 09:40:13 +08:00
54liuyao
77c0324e20 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-08 09:12:26 +08:00
54liuyao
2039bb5934 fix issue 2024-08-08 08:53:43 +08:00
54liuyao
bd5452c60c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31270 2024-08-08 08:40:38 +08:00
54liuyao
c91595c2cc Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31297 2024-08-08 08:40:07 +08:00
54liuyao
f180cf091c free operator 2024-08-08 08:38:17 +08:00
54liuyao
531dfbb135 fix issue 2024-08-07 17:08:50 +08:00
54liuyao
3a7c4ab5a1 Merge branch '3.0' of github.com:taosdata/TDengine into fix/TD-31288 2024-08-07 16:59:45 +08:00
54liuyao
8ab78009a9 fix issue 2024-08-07 16:59:19 +08:00
dapan1121
dd28770bf7
Merge pull request #26914 from taosdata/fix/TD-31167
add new interface
2024-08-07 16:41:17 +08:00
54liuyao
db0c2e4be4 free operator 2024-08-07 15:53:23 +08:00
dapan1121
6303f9e664
Merge pull request #27017 from taosdata/fix/TS-4236/assert
assert
2024-08-07 15:37:06 +08:00
54liuyao
7559c1e131 fix mem leak 2024-08-07 15:33:09 +08:00
54liuyao
3b71401e96 fix issue 2024-08-07 15:09:21 +08:00
54liuyao
08c838f0a6 fix issue 2024-08-07 14:02:55 +08:00
54liuyao
e6cc6a47e4 fix mem leak 2024-08-07 10:06:04 +08:00
wangjiaming0909
2b8115d308 fix exchangeoperator ret check 2024-08-07 09:33:11 +08:00
xinsheng Ren
1599cdc00c
Merge branch '3.0' into fix/TS-4236/assert 2024-08-07 09:32:46 +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
Haojun Liao
a8eedcfdc6
Merge pull request #27012 from taosdata/fix/syntax
fix(query):check return code
2024-08-07 09:17:56 +08:00
Haojun Liao
ef41c0dcf9 fix(query): fix syntax error. 2024-08-06 23:57:29 +08:00
54liuyao
372c0f21f2 fix mem leak 2024-08-06 19:36:39 +08:00
xsren
600d152a8d fix: assert 2024-08-06 19:36:33 +08:00
xsren
b9e0d0bdd5 refreeOperator 2024-08-06 18:22:59 +08:00
xsren
8a478ca258 assert 2024-08-06 18:10:46 +08:00
Haojun Liao
6fd580e476
Merge pull request #27000 from taosdata/fix/TD-31245
adj operator res
2024-08-06 17:46: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
c7f9440095 adj function 2024-08-06 16:25:37 +08:00
54liuyao
0913802c33 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-06 16:25:04 +08:00
54liuyao
bdaf0d419e stream interp force window close 2024-08-06 16:14:15 +08:00
wangjiaming0909
8dd11f9a09 fix exchange operator caused rpc conn not freed 2024-08-06 16:13:07 +08:00
yihaoDeng
f2a3951c23 refact code 2024-08-06 16:12:41 +08:00
54liuyao
5be03c23c0 fix ci issue 2024-08-06 14:27:14 +08:00
54liuyao
9ece780c15 fix ci issue 2024-08-06 14:17:36 +08:00
Haojun Liao
2f1b353fea fix(query):check return code 2024-08-06 14:05:46 +08:00
Haojun Liao
c8dd0e90a9 fix(query):check return code 2024-08-06 14:02:58 +08:00
Haojun Liao
26f21cf071 fix(query):check return code 2024-08-06 13:22:14 +08:00
54liuyao
389adc9083 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-08-06 13:12:31 +08:00
Haojun Liao
abe0ff6e78 other: merge 3.0 2024-08-06 10:46:59 +08:00
54liuyao
351779024d Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-08-06 10:46:03 +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
77097dc14f fix: check return value and fix bugs. 2024-08-06 10:39:51 +08:00
Haojun Liao
cd407950e7 fix: check return value and fix bugs. 2024-08-06 10:33:13 +08:00
Haojun Liao
5524d42c2d fix: check return value and fix bugs. 2024-08-06 10:19:22 +08:00
54liuyao
1edcd654d4 adj operator res 2024-08-06 09:24:31 +08:00
54liuyao
6ab776d822 fix ci issue 2024-08-05 19:41:15 +08:00
54liuyao
5737d638a1 fix ci issue 2024-08-05 19:36:33 +08:00
Haojun Liao
6645192ff3 fix(stream): fix syntax error. 2024-08-05 19:12:42 +08:00
54liuyao
6742ece997 fix ci issue 2024-08-05 19:10:54 +08:00
54liuyao
eab41873f2 add log 2024-08-05 18:36:45 +08:00
Haojun Liao
6297d238e0 fix: check return values. 2024-08-05 18:34:56 +08:00
54liuyao
a08379729e add log 2024-08-05 18:18:13 +08:00
Haojun Liao
3772f25840 fix(stream): check return value. 2024-08-05 18:02:32 +08:00
54liuyao
a9f1cff14f fix issue 2024-08-05 17:08:21 +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
bfe3662d03 fix issue 2024-08-05 13:37:07 +08:00
54liuyao
573ab11314 fix malloc issue 2024-08-05 13:28:27 +08:00
54liuyao
9d64202f02 adj res 2024-08-05 13:18:54 +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
yihaoDeng
cf8e2dc6f9 add debug log 2024-08-05 09:50:08 +08:00
dapan1121
1a2dbe53a1 Merge remote-tracking branch 'origin/3.0' into feat/TD-30268 2024-08-05 09:47:28 +08:00
dapan1121
37fc4f5674
Merge pull request #26533 from taosdata/enh/3.0/TD-26258
fix asc/desc fill windows
2024-08-05 09:00:14 +08:00
dapan1121
f4c68d6f3d
Merge pull request #26958 from taosdata/fix/TD-30741/memLeak
mem leak
2024-08-02 18:27:42 +08:00
yihaoDeng
0bb727824b support query db size 2024-08-02 17:46:11 +08:00
xsren
a2e0532c54 mem leak 2024-08-02 16:50:01 +08:00
wangmm0220
4d19f48d8a feat:[TS-3718]save slow log file one day one file 2024-08-02 16:29:48 +08:00
dapan1121
1831deb2f0 Merge remote-tracking branch 'origin/3.0' into feat/TD-30268 2024-08-02 16:12:39 +08:00
xsren
9a8e74e0ed fix: mem leak 2024-08-02 15:02:12 +08:00
54liuyao
1309749c92 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-02 13:22:33 +08:00
54liuyao
b26750c200 add ci 2024-08-02 13:22:14 +08:00
dapan1121
81e88d9762
Merge pull request #26917 from taosdata/fix/TD-31001
fix: PkOrder Mem
2024-08-02 10:57:24 +08:00
Haojun Liao
e37811ee28
Merge pull request #26930 from taosdata/fix/ly_stream_3.0
fix issue
2024-08-02 10:50:41 +08:00
yihaoDeng
9ddb6d1393 support query db size 2024-08-02 10:31:28 +08:00
Haojun Liao
6650c6b325
Merge pull request #26931 from taosdata/fix/syntax
fix(stream): check return value.
2024-08-01 22:18:12 +08:00
yihaoDeng
115b626f4f support query db size 2024-08-01 20:34:43 +08:00
dapan1121
dd6674fe38
Merge pull request #26543 from taosdata/fix/3.0/TD-30951
fix project with bool condition node
2024-08-01 19:11:57 +08:00
Haojun Liao
2075bfd0f6 fix(stream): check return value. 2024-08-01 17:17:32 +08:00
54liuyao
c482e83fbe fix issue 2024-08-01 15:50:21 +08:00
xsren
86b06d0a7a fix: PkOrder Mem 2024-08-01 09:42:55 +08:00
dapan1121
07034ce28c enh: optimize source code 2024-07-31 19:28:17 +08:00
54liuyao
521603c3c0 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-07-31 08:58:02 +08:00
54liuyao
745f14d140 stream interp 2024-07-31 08:57:42 +08:00
dapan1121
ffc09562fa
Merge pull request #26880 from taosdata/fix/TD-31136
fix issue
2024-07-31 08:51:57 +08:00
54liuyao
8b182cac9b Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-07-30 19:13:59 +08:00
Haojun Liao
ec670dc8f6
Merge pull request #26874 from taosdata/fix/syntax
fix(query): check the return value.
2024-07-30 17:14:35 +08:00
54liuyao
5737544e11 fix issue 2024-07-30 17:13:30 +08:00
54liuyao
18ade9c106 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-07-30 16:43:53 +08:00
54liuyao
3ff0256145 steam interp 2024-07-30 16:06:40 +08:00
Haojun Liao
41617e42a5 fix(query): check the return value. 2024-07-30 15:44:29 +08:00
dapan1121
2a5bb9d06d
Merge pull request #26866 from taosdata/opti/TD-31097
fix:[TD-31097]process return value
2024-07-30 15:19:34 +08:00
54liuyao
063b492f72 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-07-30 15:13:15 +08:00
wangjiaming0909
2c3cddb8b4 add tests for fix fill asc/desc 2024-07-30 14:59:08 +08:00
wangjiaming0909
e1e5a7780c revise fill start and end timestamp 2024-07-30 14:59:08 +08:00
wangjiaming0909
f3698adebf fix project with bool condition node 2024-07-30 14:56:55 +08:00
Haojun Liao
e74b7bd99c
Merge pull request #26847 from taosdata/fix/create_tb
fix(query): add the table uid after check if it is existed
2024-07-30 12:35:33 +08:00
wangmm0220
1d98b32721 fix:[TD-31097]process return value 2024-07-30 10:47:46 +08:00
Haojun Liao
d89dac8697 other: merge 3.0 2024-07-29 18:16:04 +08:00
Haojun Liao
fe7f945b3b fix(query): add the table uid after check if it is existed hash map in the first place. 2024-07-29 17:26:35 +08:00
54liuyao
fe9d61b243 add node to json 2024-07-29 14:14:34 +08:00
54liuyao
80003a4f90 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-07-29 13:46:27 +08:00
54liuyao
94bd1fbe6b Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967-3 2024-07-29 13:22:59 +08:00
54liuyao
1ce6f1c1c7 adj operator res 2024-07-29 13:22:46 +08:00
dapan1121
dfc3fc4987 Merge remote-tracking branch 'origin/3.0' into feat/TD-30268 2024-07-29 11:16:36 +08:00
54liuyao
cf489cb442 adj operator res 2024-07-29 10:44:56 +08:00
54liuyao
d999c00227 adj operator res 2024-07-29 10:35:06 +08:00
Haojun Liao
79ad7585ef fix(stream): check return value. 2024-07-29 10:29:40 +08:00
dapan1121
98c6541427 fix: array push issue 2024-07-29 09:48:04 +08:00
54liuyao
0bd8c57049 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-07-29 09:24:40 +08:00
Haojun Liao
a60c30dbba fix(query): fix error. 2024-07-28 23:19:03 +08:00
Haojun Liao
dc8e2e9e0d fix(query):fix error. 2024-07-28 18:03:13 +08:00
Haojun Liao
848b4aab4f fix(util): fix error 2024-07-28 15:46:19 +08:00
Haojun Liao
75c121c18a fix(query): check return value. 2024-07-28 14:29:56 +08:00
Haojun Liao
bf3b2e8dde fix(query): fix error. 2024-07-28 01:26:47 +08:00
Haojun Liao
7be2ecbe1f fix(common): check the return value. 2024-07-27 18:55:34 +08:00
Haojun Liao
777c3898db other: merge 3.0 2024-07-27 16:17:38 +08:00
dapan1121
21f6ddf3d0
Merge pull request #26773 from taosdata/opti/TD-31017-tq-server
fix:[TD-31017]process return value in vnode for tmq
2024-07-27 15:35:39 +08:00
Haojun Liao
8876b2602d fix(stream): check return value. 2024-07-27 11:02:35 +08:00
Haojun Liao
e3415199f5 fix(stream): check return value. 2024-07-27 01:17:50 +08:00
Haojun Liao
3073d6d067 other: merge 3.0 2024-07-27 00:03:28 +08:00
Haojun Liao
dac9a5ae9b fix(stream): allowed null value for input 2024-07-26 23:38:51 +08:00
54liuyao
58c4c54711 adj operator result 2024-07-26 20:51:01 +08:00
54liuyao
607f210821 adj operator result 2024-07-26 20:48:06 +08:00
dapan1121
97dc483680
Merge pull request #26799 from taosdata/TD-31000
Td 31000
2024-07-26 18:29:56 +08:00
wangjiaming0909
6d283470fc util simplehash/tpagedbuf/losertree add ret check 2024-07-26 17:57:29 +08:00
wangjiaming0909
1994c3339b nodes add ret check 2024-07-26 17:55:48 +08:00
54liuyao
b5f432bd50 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-07-26 16:44:18 +08:00
54liuyao
efa65256da adj operator result 2024-07-25 19:11:32 +08:00
WANG MINGMING
de7d7bcb4f
Merge branch '3.0' into opti/TD-31017-tq-server 2024-07-25 17:29:22 +08:00
wangmm0220
e0483d00fe fix:[TD-31017]process return value in vnode for tmq 2024-07-25 13:31:18 +08:00
54liuyao
d7a4094d8e Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967-3 2024-07-25 11:35:46 +08:00
54liuyao
6397d7a81d fix issue 2024-07-25 10:41:50 +08:00
Haojun Liao
3dc23b363f fix(query): set correct error code. 2024-07-25 09:55:27 +08:00
54liuyao
f43915b74e fix issue 2024-07-25 08:54:48 +08:00
Hongze Cheng
eaa3634764 enh: refactor error code 2024-07-25 08:51:19 +08:00
54liuyao
b1a4ea9472 adj operator result 2024-07-24 19:10:39 +08:00
Haojun Liao
d2d7fdfa61 fix(query): ignore one return value. 2024-07-24 18:43:35 +08:00
Haojun Liao
6eaa8d55cf fix(test): fix error in ut. 2024-07-24 18:02:42 +08:00
wangmm0220
3f2278ebcf fix:[TD-31017]process return value in vnode for tmq 2024-07-24 17:56:29 +08:00
54liuyao
58853d342d adj operator result 2024-07-24 17:34:33 +08:00
Haojun Liao
b228151d8e other: merge 3.0 2024-07-24 17:29:35 +08:00
Haojun Liao
aacf1c3e9a fix(stream): check return value. 2024-07-24 17:08:08 +08:00
54liuyao
19467bc902 adj operator result 2024-07-24 16:37:10 +08:00
54liuyao
5a34a1142f adj operator result 2024-07-24 16:17:28 +08:00
Haojun Liao
a09ad7a81e
Merge pull request #26743 from taosdata/fix/syntax
fix(stream): check return value, and do some internal refactor.
2024-07-24 15:47:45 +08:00
Haojun Liao
cd000ba981 fix(stream): set correct check return value. 2024-07-24 00:08:39 +08:00
54liuyao
9a0f0d8829 fix udf ci error 2024-07-23 19:31:43 +08:00
54liuyao
c5853ed720 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-23 18:35:26 +08:00
54liuyao
bf76f5a483 fix ci issue 2024-07-23 18:32:03 +08:00
Haojun Liao
eefee54c6a fix(stream): check return value. 2024-07-23 17:31:41 +08:00
Haojun Liao
cd0722fe1f fix(stream): check return value. 2024-07-23 16:38:05 +08:00
54liuyao
d2af00c139 fix ci issue 2024-07-23 16:34:28 +08:00
sima
1285100f68 enh:[TD-31043] Handling return value in functionMgt.c 2024-07-23 15:37:17 +08:00
sima
6a9441528a enh:[TD-31043] Handling return value in builtinsimpl.c 2024-07-23 15:37:17 +08:00
Haojun Liao
7497f193c7 fix(stream): check return value, and do some internal refactor. 2024-07-23 14:47:29 +08:00
54liuyao
432731b776 fix ci issue 2024-07-23 14:19:04 +08:00
54liuyao
aa103d6a85 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-23 13:24:14 +08:00
Haojun Liao
12ffdef6b0
Merge pull request #26723 from taosdata/fix/TD-31071
fix(stream):fix issue
2024-07-23 11:38:21 +08:00
54liuyao
2522e9d3b8 adj query operator result 2024-07-23 11:33:00 +08:00
54liuyao
1d35ea137a adj query operator result 2024-07-23 10:50:16 +08:00
dapan1121
26c7943279
Merge pull request #26711 from taosdata/fix/TS-5181/interp_crash
fix: interp crash
2024-07-23 10:23:26 +08:00
dapan1121
53c386526c
Merge pull request #26720 from taosdata/fix/TD-31059.2
fix: function return code validation
2024-07-23 08:49:51 +08:00
xsren
bf03c2b3d8 fix: tupleData 2024-07-22 20:26:55 +08:00
dapan1121
adfd7b4504 Merge remote-tracking branch 'origin/3.0' into feat/TD-30268 2024-07-22 19:24:56 +08:00
dapan1121
14383a32a3 fix: sink function return code processing 2024-07-22 18:42:43 +08:00
54liuyao
f589cc6894 fix issue 2024-07-22 15:58:46 +08:00
54liuyao
6f77049c1f fix issue 2024-07-22 15:57:10 +08:00
dapan1121
ef96d37c1f fix: return code validation 2024-07-22 15:07:01 +08:00
54liuyao
d02617aaf6 adj operator result 2024-07-22 14:42:50 +08:00
dapan1121
64ad240773 fix: crash issue 2024-07-22 14:35:12 +08:00
54liuyao
3660b6cede adj operator res 2024-07-22 13:55:00 +08:00
54liuyao
e3a89571ff adj operator res 2024-07-22 13:40:35 +08:00
54liuyao
b43dcf2a26 adj operator res 2024-07-22 13:38:30 +08:00
54liuyao
951283fc44 adj operator res 2024-07-22 13:15:24 +08:00
54liuyao
6e70da62fb adj operator res 2024-07-22 12:51:25 +08:00
54liuyao
d8e4f2d743 operator 2024-07-22 11:34:25 +08:00
xsren
2a675ccf6b group const value func 2024-07-22 11:19:11 +08:00
dapan1121
45348b15be fix: return code validation 2024-07-22 11:06:24 +08:00
54liuyao
b038b655da Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-22 09:27:41 +08:00
dapan1121
acafca8841
Merge pull request #26685 from taosdata/opti/TD-31017
fix:[TD-31017]process return value in clientRawBlockWrite.c
2024-07-22 09:08:26 +08:00
xsren
ebe0074da4 fix: interp crash 2024-07-22 00:06:47 +08:00
dapan1121
558d22dff4 fix: function return code validation 2024-07-19 18:27:49 +08:00
54liuyao
60699c7895 adj operator result 2024-07-19 17:53:56 +08:00
dapan1121
e5fde30635 fix: function return code validation 2024-07-19 17:37:48 +08:00
54liuyao
a618667a5e adj stream op result 2024-07-19 16:23:52 +08:00
54liuyao
13b75ba72a adj operator result 2024-07-19 16:15:37 +08:00
wangmm0220
195fe9b6cc fix:[TD-31017]process return value in clientRawBlockWrite.c 2024-07-19 15:11:33 +08:00
54liuyao
6a71994570 adj stream op result 2024-07-19 14:50:31 +08:00
wangmm0220
6b9c00cb9b fix:[TD-31017]process return value in clientRawBlockWrite.c 2024-07-19 14:49:25 +08:00
54liuyao
5b293e7340 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-19 14:42:44 +08:00
Haojun Liao
2e0b829004
Merge pull request #26669 from taosdata/fix/syntax
refactor: check return value for each function.
2024-07-19 14:31:21 +08:00
Haojun Liao
c36d6d44cd fix(stream): fix syntax error. 2024-07-19 11:49:05 +08:00
sima
434fd97615 enh:[TD-30998] Handling return value in filter.c 2024-07-19 11:28:21 +08:00
Haojun Liao
852dd833d0 fix(stream): fix syntax error. 2024-07-19 00:09:28 +08:00
Haojun Liao
2ca6726922 refactor: check return value for each function. 2024-07-18 22:52:32 +08:00
54liuyao
f161514c19 adj stream operator result 2024-07-18 17:24:36 +08:00
54liuyao
afa7d04aaf adj stream operator result 2024-07-18 16:39:01 +08:00
54liuyao
0497224fe7 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-18 16:08:30 +08:00
54liuyao
cc9233fdb3 adj stream operator result 2024-07-18 16:08:01 +08:00
54liuyao
455c9d32c4 adj stream operator result 2024-07-18 11:44:15 +08:00
54liuyao
99f4484328 adj stream operator result 2024-07-18 11:26:50 +08:00
54liuyao
4e6b898c9a adj stream operator result 2024-07-18 10:37:14 +08:00
54liuyao
ab642b245c adj stream operator result 2024-07-18 10:09:15 +08:00
54liuyao
d5873aa1b2 adj log 2024-07-18 09:01:35 +08:00
54liuyao
113cb57326 adj stream operator result 2024-07-17 19:35:35 +08:00
Hongze Cheng
35606a5658 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3 2024-07-17 13:07:07 +08:00
Haojun Liao
665fbd6f22
Merge pull request #26551 from taosdata/fix/TD-30967
feat: adj result of function
2024-07-17 09:09:23 +08:00
Haojun Liao
94f596c4ce refactor: remove the invalid return value. 2024-07-16 18:52:01 +08:00
Hongze Cheng
64363627fe enh: refact tqueue code 2024-07-16 17:30:32 +08:00
54liuyao
29381075c5 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-16 08:54:12 +08:00
Haojun Liao
25f5c9dc5e other: merge 3.0 2024-07-15 19:41:54 +08:00
Haojun Liao
51e9723d66 refactor: do some refactor. 2024-07-15 19:37:52 +08:00
54liuyao
3cdb957f22 adj function of stream operator result 2024-07-15 15:32:11 +08:00
54liuyao
503822a9c5 adj ut 2024-07-15 14:24:09 +08:00
54liuyao
9b067d075f adj stream function return 2024-07-15 13:38:34 +08:00
dapan1121
4c2c9a71d5 fix: table info issue 2024-07-15 10:05:57 +08:00
dapan1121
e527f2fd0b fix: validate function return value 2024-07-12 15:22:39 +08:00
54liuyao
6c84d926ab Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-07-12 11:04:44 +08:00
54liuyao
1c9011e820 stream time slice 2024-07-12 11:03:45 +08:00
dapan1121
e4c624f286
Merge pull request #26489 from taosdata/fix/3.0/TD-30819
feat:[TD-30819] Reduce memory usage when use percentile with interval.
2024-07-11 13:35:39 +08:00
dapan1121
3e3e7e3808
Update timewindowoperator.c 2024-07-11 13:35:25 +08:00
Haojun Liao
e273173d20
Merge pull request #26499 from taosdata/fix/3_liaohj
fix(stream): fix race-condition during expand stream tasks.
2024-07-11 00:06:57 +08:00
sima
f17c535ca0 feat:[TD-30819] Reduce memory usage when using percentile with interval. 2024-07-10 19:43:19 +08:00
dapan1121
076fd07a26
Merge pull request #26492 from taosdata/enh/3.0/bigger_tsma_interval
Enh/3.0/bigger tsma interval
2024-07-10 18:30:40 +08:00
Haojun Liao
7214cea808 fix(stream): check if task is killed during generated interval results. 2024-07-10 18:16:51 +08:00
sima
154ef739d9 fix:[TD-30819] fix memory leak in SqlFunctionCtx. 2024-07-10 10:59:51 +08:00
54liuyao
dcb8673063 set key for session window state 2024-07-10 09:01:39 +08:00
dapan1121
92089e2d86
Merge pull request #26417 from taosdata/enh/TD-29154/diff
Enh/td 29154/diff
2024-07-10 08:38:32 +08:00
wangjiaming0909
64f3d11783 add tests for month/year tsma interval 2024-07-09 17:39:44 +08:00
Haojun Liao
9f4f4f7f9f fix(stream): set the null column when extracting data from submit data. 2024-07-09 00:01:54 +08:00
factosea
28dc3c85ea type overflow 2024-07-08 20:38:23 +08:00
factosea
99f9c28e77 fix: return code 2024-07-05 08:07:00 +08:00
Haojun Liao
799f61c2db other: fix coverity issue. 2024-07-04 19:20:07 +08:00
factosea
593d8adc42 test case 2024-07-04 15:56:12 +08:00
factosea
5f0ac46029 diff 2024-07-04 11:04:59 +08:00
dapan1121
a8a725936e
Merge pull request #26342 from taosdata/fix/TD-30725
fix:[TD-30725]modify error code & fix potential memory leaks
2024-07-04 11:00:49 +08:00
dapan1121
55ba9054ea enh: add stat info 2024-07-02 19:25:33 +08:00
dapan1121
6d0b8eeed4
Merge pull request #26302 from taosdata/TD-26483
feat(query):add thread pool
2024-07-01 19:04:52 +08:00
dapan1121
b3eb938527 enh: add query memory pool 2024-07-01 17:22:43 +08:00
wangjiaming0909
6c6f322a83 change vnode/qnode query threads min value 2024-07-01 11:08:40 +08:00
wangjiaming0909
5040ff5bd9 mnode/qnode support QueryAutoQWorkerPool 2024-07-01 11:08:40 +08:00
wangjiaming0909
11a98ffab2 QueryAutoQWorker 2024-07-01 11:08:39 +08:00
wangmm0220
304460f452 fix:[TD-30725] fix potential memory leaks 2024-07-01 10:49:24 +08:00
wangjiaming0909
d03a14506e fix fill wrong timestamp value 2024-06-28 17:31:49 +08:00
sima
6282ebef22 fix:[TD-30755] fix heap-buffer-overflow when no qualified data in pk's data block. 2024-06-28 09:20:42 +08:00
sima
96e3222726 fix:[TD-30730] fix mergejoin operator's timetruncate caculation on timezone. 2024-06-27 08:42:59 +08:00
Hongze Cheng
b761bd2e38 enh: port main change to 3.0 2024-06-26 10:32:15 +08:00
54liuyao
25b150af10 fix(stream):fill result immediately after delete data 2024-06-25 17:24:59 +08:00
Haojun Liao
c2ad0a6ec5
Revert "fix(stream):fill result immediately after delete data" 2024-06-25 16:53:32 +08:00
Haojun Liao
156e3ce109
Merge pull request #26267 from taosdata/fix/TD-30585
fix(stream):fill result immediately after delete data
2024-06-25 16:46:52 +08:00
54liuyao
4235045d72 adj delete range 2024-06-25 14:36:21 +08:00
54liuyao
41a85e80a3 calc end key 2024-06-24 17:19:38 +08:00
54liuyao
4f8dfe7522 fix(stream):fill dresultim mediately after delete data 2024-06-24 15:52:27 +08:00
54liuyao
2d7d144ca2 fix(stream):fill dresultimmediately after delete data 2024-06-24 10:56:26 +08:00
Hongze Cheng
9a97f976e9
Merge pull request #26178 from taosdata/feat/TS-4954-3.0
Feat/ts-4954-3.0-2
2024-06-20 15:07:13 +08:00
54liuyao
ecfb5e5f4c adj par name catch 2024-06-20 09:28:04 +08:00
dmchen
ec1e7c77d6 fix case 2024-06-17 12:40:23 +00:00
dmchen
e59e52d343 fix case 2024-06-17 10:44:53 +00:00
dapan1121
52060f5fba
Merge pull request #26144 from taosdata/fix/TD-30039/unexpectedUdfCreate
Fix/td 30039/unexpected udf create
2024-06-17 08:35:02 +08:00
dapan1121
e34a8b48df
Merge pull request #26008 from taosdata/fix/TS-4833/dataloaded
partition interval and limimt, dataload error
2024-06-17 08:32:19 +08:00
“happyguoxy”
65044b3964 colId init 2024-06-15 20:56:58 +08:00
factosea
19f6766c9a fix: blockAgg 2024-06-15 18:08:25 +08:00
facetosea
2044cec6ca test 2024-06-13 21:06:58 +08:00
factosea
d9043d6984 fix: unexpected udf function 2024-06-13 16:57:49 +08:00
facetosea
6da1215573 fix blockid 2024-06-13 14:48:02 +08:00
facetosea
ff24eaf94d fix: code review 2024-06-13 14:13:44 +08:00
dapan1121
13a0bf3fdf fix: count empty table with group by issue 2024-06-12 16:18:22 +08:00
dapan1121
e17cdf84c2 fix: count always true for group by tbname performance issue 2024-06-11 18:08:34 +08:00
Haojun Liao
895ee30cf3
Merge branch '3.0' into enh/opt_prj 2024-06-09 23:51:38 +08:00
“happyguoxy”
16ceacac2b fix: no tag value 2024-06-07 20:12:18 +08:00
“happyguoxy”
6d98a56778 fix group count 2024-06-07 16:49:29 +08:00
Haojun Liao
cbd9f86a34
Merge pull request #26065 from taosdata/fix/3_liaohj
fix(stream): always load the data for fill-history scan.
2024-06-07 14:01:50 +08:00
Haojun Liao
52e090634e fix(stream): transfer state before send checkpoint-trigger msg to downstream tasks. 2024-06-06 17:21:23 +08:00
Haojun Liao
29d34200b5 other: fix coverity issues. 2024-06-05 13:39:46 +08:00
Haojun Liao
c529ecc7d2
Merge pull request #25734 from taosdata/fix/3_liaohj
fix(stream): update the checkpoint info for followers, and some internal refactor.
2024-06-05 13:38:51 +08:00
Haojun Liao
8f1e999638
Merge pull request #26029 from taosdata/feat/ly_stream
set scan mode for stream
2024-06-05 10:51:38 +08:00
factosea
7a8e87f8cd fix: slot id 2024-06-04 19:05:19 +08:00
Haojun Liao
2ff79c81d7 enh(query): allocate the compress buffer before compress data. 2024-06-04 17:47:50 +08:00
Haojun Liao
3fc20f761f
Merge pull request #26021 from taosdata/fix/TD-30303
coverity scan for stream
2024-06-04 16:55:06 +08:00
Haojun Liao
6d7e1eb576 fix(query): check for the server ep and client ep to set the compress flag. 2024-06-04 15:07:02 +08:00
factosea
c42e627a41 test 2024-06-04 11:39:47 +08:00
54liuyao
5ab81da4a0 set scan mode for stream 2024-06-04 09:50:26 +08:00
Haojun Liao
0c8e9046f6
Merge pull request #26015 from taosdata/fix/TD-3036
adj stream count state buff
2024-06-03 19:03:24 +08:00
54liuyao
3e38c1f973 coverity scan for 2024-06-03 19:01:24 +08:00
54liuyao
1ad25599ca init delete mark 2024-06-03 16:41:38 +08:00
dapan1121
3c98aa1b3d
Merge pull request #26006 from taosdata/fix/3.0/TS-4879
fix exchange operator memory access problem
2024-06-03 16:30:18 +08:00
Haojun Liao
5a575dc53f
Merge pull request #25998 from taosdata/fix/TD-30343
when dst table has composite primary key, need to delete result
2024-06-03 16:25:32 +08:00
Haojun Liao
927e2237de Merge branch '3.0' into fix/3_liaohj 2024-06-03 15:56:02 +08:00
wangjiaming0909
6fcd071144 fix exchange operator memory access problem 2024-06-03 13:57:35 +08:00
dapan1121
affdeed944
Merge pull request #25909 from taosdata/feat/ly_tmq_batch_meta
optimize tmq snapshot meta
2024-06-03 10:19:57 +08:00
factosea
a6217eec03 partition interval and limimt, dataload error 2024-05-31 18:58:35 +08:00
54liuyao
a77c6940da when dst table has composite primary key, need to delete result 2024-05-31 15:22:38 +08:00
Haojun Liao
bd514fe4d3 other: merge rows. 2024-05-28 11:13:09 +08:00
54liuyao
7fc2e8cc26 batch meta 2024-05-28 10:17:20 +08:00
Haojun Liao
a9ca820b06 fix(query): check if pSliceIno->pPrevGroupKey is initialized or not. 2024-05-27 22:31:02 +08:00
Haojun Liao
d001a87a58 Merge remote-tracking branch 'origin/fix/3_liaohj' into fix/3_liaohj 2024-05-24 11:42:04 +08:00
Haojun Liao
89fb56e77d other: merge 3.0 2024-05-24 11:41:51 +08:00
54liuyao
441a150d66 optimize tmq snapshot meta 2024-05-23 17:35:54 +08:00
54liuyao
8ccfa728f8 set pk column 2024-05-23 16:17:15 +08:00
Haojun Liao
3baa4169e6 Merge branch '3.0' into fix/3_liaohj 2024-05-20 10:31:53 +08:00
wangjiaming0909
9ae476c147 fix event window operator forget filting having clause 2024-05-20 10:30:51 +08:00
Haojun Liao
d69d11a74f fix(query): fix bugs caused by refactor. 2024-05-19 12:30:18 +08:00
Haojun Liao
8f4da7f308 fix(query): fix bugs caused by refactor. 2024-05-18 23:11:18 +08:00
Haojun Liao
93292d8149 other: merge 3.0 2024-05-18 09:58:36 +08:00
Haojun Liao
937ded9f70 refactor(query): tune sink param. 2024-05-18 09:54:22 +08:00
Haojun Liao
43bec6c00f fix(query): fix error in refactor. 2024-05-18 09:47:31 +08:00
Haojun Liao
e7aa0ca177 fix(query): fix error. 2024-05-17 18:39:34 +08:00
Haojun Liao
a2692dbba4 refactor(query): opt memory prepare. 2024-05-17 17:51:41 +08:00
Haojun Liao
27c4e3634c refactor: do some internal refactor. 2024-05-17 17:04:05 +08:00
Haojun Liao
6e1fe0ae38 refactor: do some internal refactor. 2024-05-16 23:30:35 +08:00
Haojun Liao
5307f15766 refactor: do some internal refactor. 2024-05-16 19:54:29 +08:00
Haojun Liao
66254c96a7 fix(query):remove invalid assert. 2024-05-16 19:26:07 +08:00
54liuyao
7b50663240 optimize stream operator checkpoint 2024-05-16 16:24:58 +08:00
Haojun Liao
92b247e5b4 refactor: move compress data in query threads. 2024-05-16 15:55:48 +08:00
Haojun Liao
45d78aff8c enh(query): compress msg before sending. 2024-05-16 11:35:34 +08:00
54liuyao
4be4a04621 fix(meta scan):check system table scan result 2024-05-16 09:56:07 +08:00
Haojun Liao
4eacf86843 fix(tsdb): fix deadlock when stopping reader. 2024-05-14 19:20:19 +08:00
Haojun Liao
241f8b3d2e fix(tsdb): fix deadlock when stopping reader. 2024-05-14 18:05:13 +08:00
Haojun Liao
56a1e7e01f
Merge pull request #25727 from taosdata/fix/xftan/TD-29988-3.0
fix: build fails on macOS and Windows
2024-05-13 09:44:19 +08:00
Haojun Liao
d32a80a872 fix(query): set correct row index. 2024-05-11 17:05:56 +08:00
t_max
f030af3aab fix: build fails on macOS and Windows 2024-05-11 14:59:05 +08:00
Haojun Liao
c54751e7e2 fix(query): set the pk for interp query. 2024-05-11 11:11:09 +08:00
Haojun Liao
f8d8061260 refactor: do some internal refactor. 2024-05-11 11:08:51 +08:00
Shungang Li
7ae4415890 fix: refactor lastcache ser/des for compatibility 2024-05-09 19:04:11 +08:00
Haojun Liao
cbf994f04f fix(query): set correct length for json value. 2024-05-08 22:28:49 +08:00
Haojun Liao
81abf3fe6d refactor: do some internal refactor. 2024-05-08 19:04:50 +08:00
Haojun Liao
25d84ab7d3 refactor: do some internal refactor. 2024-05-08 18:41:57 +08:00
Haojun Liao
75e0ce8cbc fix(query): calculate the correct dst row length. 2024-05-08 18:25:56 +08:00
Haojun Liao
ca022259a0 fix(query): set correct row length for rowid sort. 2024-05-08 18:17:22 +08:00
Haojun Liao
6e832b68bd refactor: do some internal refactor. 2024-05-08 16:40:51 +08:00
Haojun Liao
f120a62434 refactor: do some internal refactor. 2024-05-08 16:37:31 +08:00
Haojun Liao
4f59754a63 refactor: do some internal refactor. 2024-05-08 16:22:02 +08:00
Haojun Liao
dc9452fb0a fix(sort): set correct output row index. 2024-05-08 16:21:48 +08:00
dapan1121
48296447ce
Merge pull request #25586 from taosdata/fix/3.0/TD-29870
fix scanoperator using sma info of last group
2024-04-29 21:45:00 +08:00
Haojun Liao
ed73617cc3
Merge pull request #25575 from taosdata/fix/3_liaohj
fix(tsdb): set the correct start pos for binary search.
2024-04-29 16:48:01 +08:00
wangjiaming0909
94fc209d7d fix scanoperator using sma info of last group 2024-04-29 16:17:04 +08:00
Haojun Liao
b0ef022e87 fix(tsdb): set the correct start pos for binary search. 2024-04-29 15:13:52 +08:00
wangjiaming0909
5bab2db71f fix count return negative value when loading sma 2024-04-29 10:43:26 +08:00
Haojun Liao
b3d2ccec83
Merge pull request #25483 from taosdata/fix/3_liaohj
fix(query): add ts in cache_scan_operator if pk exists and only retri…
2024-04-25 22:32:26 +08:00
Hongze Cheng
e6db086365
Merge pull request #25478 from taosdata/fix/TD-29781-3.0
fix: sys scan user tags
2024-04-25 11:38:36 +08:00
Haojun Liao
ac860f7fe8 fix(query): add ts in cache_scan_operator if pk exists and only retrieve ts column. 2024-04-25 09:29:42 +08:00
54liuyao
403a877564 set pk length 2024-04-25 08:52:29 +08:00
kailixu
1348a98118 fix: sys scan user tags 2024-04-24 19:16:25 +08:00
54liuyao
2a72ceadd1 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-04-24 18:57:22 +08:00
Haojun Liao
3b08ee3d16
Merge pull request #25458 from taosdata/fix/3_liaohj
fix(stream): add task update trans conflict level.
2024-04-24 18:54:06 +08:00
54liuyao
85cd290aa5 opt bloom filter 2024-04-24 18:40:39 +08:00
54liuyao
3300bf04c1 opt bloom filter 2024-04-24 17:27:24 +08:00
Haojun Liao
e5c679d280
Merge pull request #25453 from taosdata/fix/TD-29701
fix(stream):mem leak
2024-04-23 19:50:07 +08:00
Haojun Liao
ace5e12e65 fix(tsdb): set the correct lflag when creating tsdbCache reader. 2024-04-23 19:25:51 +08:00
54liuyao
cdaa5f9801 fix(stream):mem leak 2024-04-23 15:40:50 +08:00
Haojun Liao
7fda9d9fcb Merge branch '3.0' into fix/3_liaohj 2024-04-23 15:08:43 +08:00
Haojun Liao
b0f68a9147 refactor: do some internal refactor. 2024-04-23 14:58:51 +08:00
Haojun Liao
cda0087d40
Merge pull request #25437 from taosdata/fix/TD-29721
fix(stream):save invalid delete info for final interval op
2024-04-23 14:13:48 +08:00
dapan1121
07e01b3e97
Merge pull request #25386 from taosdata/fix/3.0/TD-29631
fix cancel create tsma memory use after free
2024-04-23 13:17:55 +08:00
54liuyao
0c62f5417a save invalid delete info for final interval op 2024-04-22 18:05:35 +08:00
Haojun Liao
b6316c2692
Merge pull request #25432 from taosdata/fix/TD-29688
fix(stream):add option for update data
2024-04-22 14:57:28 +08:00
wangjiaming0909
f971cfb778 1. fix stream wrong group id for new child tables.
2. fix md5 function wrong bytes returned
2024-04-22 14:00:06 +08:00
54liuyao
2d48c2c993 fix(stream):add option for update data 2024-04-22 10:41:01 +08:00
Haojun Liao
00fa4e7f0c fix(tsdb): set correct pk info when creating cache scan operator. 2024-04-22 09:26:12 +08:00
Haojun Liao
b75e77cb15 refactor: do some internal refactor. 2024-04-19 19:13:07 +08:00
dapan1121
5936d3a1b0
Merge pull request #25300 from taosdata/draft/tsma_before_ci
feat: support tsma
2024-04-17 10:00:17 +08:00
dapan1121
e7a43b4e58 fix: projection limit 0 issue 2024-04-16 18:47:03 +08:00
wangjiaming0909
d1101a0325 support filter out tsma res tbs when show stables/tables 2024-04-16 14:23:26 +08:00
wangjiaming0909
fa85d1caa7 support other tsma funcs 2024-04-16 14:23:25 +08:00
wangjiaming0909
70ca830378 support recursive tsma creation 2024-04-16 14:17:12 +08:00
wangjiaming0909
1509ce04cf test tsma 2024-04-16 14:17:12 +08:00
dapan1121
7621d72e04
Merge branch '3.0' into feat/TD-27337 2024-04-16 13:33:25 +08:00
dapan1121
29243ea839 fix: windows compile issue 2024-04-16 11:29:19 +08:00
dapan1121
55d118d17c Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-04-16 09:12:04 +08:00
Haojun Liao
13bd296d58 Merge branch '3.0' into fix/3_liaohj 2024-04-15 18:53:48 +08:00
Haojun Liao
1ac192c069 fix(stream): keep the original tsdb scan version range. 2024-04-15 18:41:38 +08:00
dapan1121
6d4f0b2ceb fix: asof jlimit issue 2024-04-15 16:12:12 +08:00
dapan1121
168769830f fix: invalid read issue 2024-04-15 09:52:35 +08:00
dapan1121
319ab5f2c2 enh: support hash join 2024-04-12 15:44:23 +08:00
yihaoDeng
e3acb10acd Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq 2024-04-12 11:10:00 +08:00
Haojun Liao
27dd0349bc
Merge branch '3.0' into feat/TS-4243-3.0 2024-04-12 09:17:06 +08:00
Haojun Liao
5372988bb4
Merge pull request #25341 from taosdata/fix/3_liaohj
fix(query): check the rows before apply the agg in session window.
2024-04-12 09:15:52 +08:00
Haojun Liao
f2ccb8aa7e fix(stream): add lock when retrieving info from the tableGroup struct 2024-04-11 22:54:35 +08:00
Haojun Liao
efdd0c8a2a refactor: do some internal refactor. 2024-04-11 22:34:47 +08:00
Haojun Liao
b60cc321f3 fix(tsdb):add some logs. 2024-04-11 19:35:14 +08:00
Haojun Liao
8f92dc614d fix(tsdb):add some logs. 2024-04-11 19:01:23 +08:00
Haojun Liao
14242331b9 fix(tsdb): fix error in decode key. 2024-04-11 17:25:58 +08:00
wangmm0220
2478519c5d Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq 2024-04-11 17:16:16 +08:00
Haojun Liao
b4ea80b637 fix(tsdb): prepare the pk buf for blocks generated by reader. 2024-04-11 17:09:07 +08:00
Haojun Liao
a951af2492 fix(query): check the rows before apply the agg in session window. 2024-04-11 16:21:41 +08:00
wangmm0220
f609a45dd2 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq 2024-04-11 16:21:14 +08:00
wangmm0220
14531fbf7b fix:filter data error & add test case 2024-04-11 16:20:28 +08:00
Haojun Liao
1320c1c0e1 Merge remote-tracking branch 'origin/feat/TS-4243-3.0' into feat/TS-4243-3.0 2024-04-11 15:57:18 +08:00
Haojun Liao
eaf44ec603 fix(tsdb):set the initial size of pk in ssdatablock. 2024-04-11 15:57:04 +08:00
54liuyao
1d42e927c6 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-04-11 15:35:42 +08:00
Haojun Liao
a2a237a4b0 fix(query): avoid process data that belongs to the next session window. 2024-04-11 14:31:48 +08:00
dapan1121
86db8efcda enh: support hash join 2024-04-10 19:27:36 +08:00
kailixu
507e40ddb7 enh: primary key column should not be null 2024-04-10 18:56:55 +08:00
kailixu
7f11a3682b enh: primary key column should not be null 2024-04-10 18:41:20 +08:00
54liuyao
c6d492d3fd set ts column index for function 2024-04-10 17:41:59 +08:00
Haojun Liao
ded66fc4e5 Merge branch 'feat/TS-4243-3.0' of github.com:taosdata/tdengine into feat/TS-4243-3.0 2024-04-10 16:43:54 +08:00
wangmm0220
539d1f441f Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq 2024-04-10 16:41:15 +08:00
54liuyao
26fb2ee2b8 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-04-10 15:36:01 +08:00
54liuyao
e161556f51 set ts column index for function 2024-04-10 15:35:25 +08:00
Minglei Jin
dcd9901d5f Merge branch '3.0' into feat/TS-4243-3.0 2024-04-10 11:18:19 +08:00
Haojun Liao
980382d433 fix(tsdb): fix memory error. 2024-04-10 11:18:08 +08:00
dapan1121
5091247957
Merge pull request #25232 from taosdata/feat/TD-29093/2
Feat/td 29093/2
2024-04-10 09:18:15 +08:00
wangmm0220
da6eda6912 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq 2024-04-09 13:44:09 +08:00
54liuyao
9ed74085d8 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-04-09 09:16:57 +08:00
kailixu
fcb605cac6 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-04-08 18:23:23 +08:00
kailixu
7d34c767e9 fix: insert from select and sort merge 2024-04-08 18:23:16 +08:00
Haojun Liao
5ed81f9cab fix(tsdb): prepare pk buf 2024-04-08 18:04:06 +08:00
54liuyao
53265e9e09 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-04-08 17:24:09 +08:00
54liuyao
858d61072e check preversion data 2024-04-08 17:23:46 +08:00
54liuyao
3ba45df0a0 check pk column 2024-04-08 09:22:05 +08:00
54liuyao
3b00729cf0 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-04-08 09:10:34 +08:00
Haojun Liao
96fc85017b fix(query): fix error in interp 2024-04-07 16:51:40 +08:00
Haojun Liao
16c17bbf72 fix(tsdb): fix error in tsdbread. 2024-04-07 14:46:22 +08:00
dapan1121
b7de83b086
Merge pull request #25253 from taosdata/fix/3.0/TS-4624
fix taosd crash query ins_tags with empty nchar tag
2024-04-07 14:06:15 +08:00
dapan1121
6d52120bf7 Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-04-07 13:54:39 +08:00
dapan1121
337f39191e fix: eliminate project issue 2024-04-03 18:35:50 +08:00
yihaoDeng
a0bf82878d free handle 2024-04-03 09:11:49 +00:00
wangjiaming0909
c2afd95c4e fix taosd crash query ins_tags with empty nchar tag 2024-04-03 10:07:02 +08:00
dapan1121
4217223a6a fix: join merge block issue 2024-04-03 09:54:49 +08:00
54liuyao
537395e845 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-04-03 09:54:10 +08:00
kailixu
cc660de9d0 chore: error prompt for null primary key column 2024-04-03 08:14:30 +08:00
kailixu
f6dc3205ee Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-04-02 17:33:19 +08:00
kailixu
adb6de0595 fix: null value check for target column with pk 2024-04-02 17:33:11 +08:00
Haojun Liao
5a546e37d7 fix(query): set correct forward step for twa query. 2024-04-02 16:10:42 +08:00
dapan1121
5934a137dd fix: group cache fetch issue 2024-04-02 16:09:32 +08:00
Haojun Liao
94e6f96a75 other: merge 3.0 2024-04-02 13:39:26 +08:00
54liuyao
204c5acefe Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-04-02 09:10:52 +08:00
factosea
3257c7c082 fix: tag is null when table is empty 2024-04-01 19:44:26 +08:00
54liuyao
2e11f3674d Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-04-01 18:35:44 +08:00
54liuyao
5369448bda adj log 2024-04-01 16:43:36 +08:00
54liuyao
a65ce818de add ci 2024-04-01 16:20:45 +08:00
wangmm0220
862015d261 fix:add pk flag for table condition in tsdb reader 2024-04-01 16:15:34 +08:00
dapan1121
0fb672d8a6 enh: optimize join performance 2024-04-01 15:24:12 +08:00
wangmm0220
fe7a42b118 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq 2024-04-01 09:11:39 +08:00
54liuyao
1405b30677 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-04-01 09:09:48 +08:00
Haojun Liao
55bb6ab341 fix(tsdb): set correct initial value for compare 2024-03-29 18:15:03 +08:00
slzhou
b504627830 fix: new group block to reset func input iter hasPrev 2024-03-29 17:01:56 +08:00
54liuyao
ea33f08d02 add ic 2024-03-29 13:52:56 +08:00
dapan1121
26a93847c3 enh: optimize outer join 2024-03-29 08:28:33 +08:00
54liuyao
28cda4dc81 add ci 2024-03-28 15:07:26 +08:00
54liuyao
65457d2cf4 delete data for scalar function 2024-03-28 14:16:19 +08:00
dapan1121
74cef4ac6b fix: window join filter issue 2024-03-28 13:45:55 +08:00
54liuyao
0a206f5819 add log 2024-03-28 09:32:24 +08:00
54liuyao
3dd7f0731e Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-28 09:11:36 +08:00
slzhou
43cefb9d55 feat: find pk col from interp func node for interp operator 2024-03-27 16:26:47 +08:00
54liuyao
715489e22d Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-27 09:14:50 +08:00
54liuyao
93edc9d1ff read preversion data of primary key 2024-03-26 17:36:37 +08:00
Haojun Liao
f61596706d fix(tsdb): add attributes for cache scan optr. 2024-03-26 17:34:30 +08:00
54liuyao
aa9962318f read preversion data of primary key 2024-03-26 16:38:24 +08:00
dapan1121
b688f328d1 Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-03-26 08:42:53 +08:00
kailixu
e5abe34c84 fix: replace strdup for release build 2024-03-25 21:34:31 +08:00
54liuyao
aad3a43530 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-25 16:30:47 +08:00
dapan1121
42b0d00575 enh:support join type 2024-03-25 15:19:16 +08:00
slzhou
4d3eb6824c feat: add pk support for last/first/last_row dynDataRequired 2024-03-25 13:38:34 +08:00
54liuyao
a02535c3ab Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-25 11:15:21 +08:00
dapan1121
61fa803085 fix: windows compile issue 2024-03-23 20:28:17 +08:00
dapan1121
91d3848c71 fix: case issue 2024-03-23 20:24:50 +08:00
wangmm0220
912cb09839 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq 2024-03-22 18:22:13 +08:00
Haojun Liao
ef6ea16d64 other: merge 3.0 2024-03-22 17:57:25 +08:00
Haojun Liao
9f492a8962 other: merge 3.0 2024-03-22 17:53:11 +08:00
wangmm0220
f1853ced26 feat:[TS-4243] add logic for primark key in tmq 2024-03-22 17:48:59 +08:00
slzhou
3426bb2870 fix: free the supplementy blocks array of merge tree 2024-03-22 15:58:39 +08:00
slzhou
4231b87158 feat: para_tables_sort table merge scan support ordering by ts and pk 2024-03-22 15:49:05 +08:00
slzhou
fdff529860 feat: the table merge scan operator supports order by ts and pk 2024-03-22 14:19:43 +08:00
kailixu
fb2667d92d fix: sys table scan and meta query 2024-03-22 10:33:46 +08:00
Haojun Liao
ecd09059f5 fix(tsdb): fix error in reading data from file block 2024-03-22 10:16:56 +08:00
dapan1121
3835a5b349 fix: error log and union issue 2024-03-22 08:47:07 +08:00
54liuyao
680f96156f Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-22 08:37:42 +08:00
Haojun Liao
8bdd12c3a8 refactor: do some internal refactor. 2024-03-21 17:47:40 +08:00
Haojun Liao
f58902180a fix(query): fix syntax error. 2024-03-21 15:51:39 +08:00
Haojun Liao
6b2821cd28 fix(query): not lock when reading meta, and do some internal refactor. 2024-03-21 15:45:28 +08:00
kailixu
e18f056c9f enh: meta pause/resume for sys table scan 2024-03-21 10:52:00 +08:00
54liuyao
7a0ec25912 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-21 10:50:29 +08:00
54liuyao
a60f390cdc stream primary key 2024-03-21 10:50:07 +08:00
Haojun Liao
b12e65d144 fix(tsdb): set pk column index. 2024-03-21 09:37:46 +08:00
slzhou
bb24a8e3ca feat: add pk as default col and add pk as sortinfo for table merge scan 2024-03-20 15:46:54 +08:00
dapan1121
1c0d20a2a4 enh: add test cases 2024-03-20 15:45:24 +08:00
slzhou
1da0def82d fix: add isPk to SColumnNode 2024-03-20 13:09:59 +08:00
dapan1121
2ce880f48c fix: memory leak issues 2024-03-19 17:05:44 +08:00
dapan1121
dcc650521a Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-03-19 16:04:15 +08:00
dapan1121
abd36b0b1a enh: support timeline processing 2024-03-19 16:01:14 +08:00
shenglian zhou
cee96e2048 feat: begin coding function 2024-03-19 13:57:12 +08:00
kailixu
12a111d7dd Merge branch '3.0' into fix/TS-4421-3.0 2024-03-18 00:24:33 +08:00
dapan1121
062bdf686e
Merge pull request #25102 from taosdata/fix/TS-4563
fix:[TS-4563]retrieve data error from wal if colid is bigger in tmq
2024-03-17 16:52:29 +08:00
Haojun Liao
74d7a0bd3e
Merge pull request #25112 from taosdata/fix/3_liaohj
fix(meta): fix repeatly reader lock for tsdb meta.
2024-03-16 23:57:55 +08:00
Haojun Liao
93c808326b fix(meta): fix repeatly reader lock for tsdb meta. 2024-03-16 22:03:46 +08:00
dapan1121
6e674bc1de Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-03-15 18:11:37 +08:00
dapan1121
1c8dcaf46c enh: support timeline functions 2024-03-15 18:10:08 +08:00
wangmm0220
5f687f0d88 fix:[TS-4563]retrieve data error from wal if colid is bigger in tmq 2024-03-15 15:59:03 +08:00
kailixu
a5f06114fd Merge branch '3.0' into fix/TS-4421-3.0 2024-03-15 13:17:32 +08:00
Haojun Liao
f4d01bcab6
Merge pull request #24811 from taosdata/fix/TD-28627
mid agg operator
2024-03-15 12:46:54 +08:00
kailixu
33405b67b6 fix: show tags for varbinary 2024-03-15 07:02:11 +08:00
kailixu
569d8e6d33 chore: test case for insert syntax and fix of show tags for varbinary/geometry 2024-03-15 02:18:19 +08:00
Haojun Liao
8e2d6d52f9
Merge pull request #25080 from taosdata/fix/ly_event_mem_leak
stream event window mem leak
2024-03-14 10:16:28 +08:00
54liuyao
9de0643566 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-28627 2024-03-14 09:56:16 +08:00
Haojun Liao
2466e169a0
Merge pull request #25067 from taosdata/fix/TD-29073
open operator after resume stream
2024-03-13 17:43:13 +08:00
54liuyao
c13338d965 stream event window mem leak 2024-03-13 16:16:44 +08:00
Hongze Cheng
d9db5b015c Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-03-13 13:31:59 +08:00
dapan1121
b96cfab82f
Merge pull request #24998 from taosdata/szhou/tms/region-block
feat: tms region block
2024-03-13 09:12:35 +08:00
slzhou
5c691685ba fix: review comments 2024-03-12 16:53:56 +08:00
dapan1121
ceb96856f8
Merge pull request #25038 from taosdata/fix/TD-28961
ignore ouput group id for project
2024-03-12 16:38:25 +08:00
54liuyao
3835e0c156 open operator after resume stream 2024-03-12 16:35:55 +08:00
Hongze Cheng
6189ebabef Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-03-12 15:19:02 +08:00
54liuyao
9ba7221910 use non sort merge 2024-03-12 15:05:54 +08:00
54liuyao
14c6dbd2af use non sort merge 2024-03-12 11:45:54 +08:00
54liuyao
4b9d74cf45 add some log 2024-03-11 19:12:29 +08:00
dapan1121
3f36f7ea52 enh: support desc join 2024-03-08 16:23:41 +08:00
shenglian zhou
3db2c1edf5 feat: add hint smalldata_ts_sort to disable row id sort 2024-03-08 14:36:55 +08:00
Hongze Cheng
fbc52d2a9c Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-03-08 13:15:11 +08:00
slzhou
a42a897c85 enhance: assert the region offset is keep increasing 2024-03-08 10:47:32 +08:00
54liuyao
37071e0cfb do some stream fill refactor 2024-03-07 18:43:35 +08:00
Hongze Cheng
8853522131 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-03-07 14:41:03 +08:00
slzhou
f690e5cfb9 fix: add error processing 2024-03-07 14:26:46 +08:00
slzhou
53aa45e225 Revert "feat: use tdfile api"
This reverts commit ffc8c8d148.
2024-03-07 11:31:02 +08:00
Haojun Liao
f4265092ce
Merge pull request #25012 from taosdata/fix/TD-28997
load operator checkpoint
2024-03-07 11:06:55 +08:00
slzhou
ffc8c8d148 feat: use tdfile api 2024-03-07 09:52:56 +08:00
Hongze Cheng
57d065e380 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-03-07 09:07:14 +08:00
dapan1121
46ea22eecb Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-03-06 13:12:01 +08:00
dapan1121
7045126aa6 fix: inner join issue 2024-03-06 11:18:57 +08:00
dapan1121
3afec5e224 fix: join table fetch error 2024-03-06 10:46:38 +08:00
slzhou
4f8ff5b1a6 feat: remove seek when write to file and use a small write buf 2024-03-06 09:44:14 +08:00
54liuyao
bd430a031a load operator checkpoint 2024-03-05 19:37:54 +08:00
54liuyao
57baceeeaf load operator checkpoint 2024-03-05 19:14:20 +08:00
54liuyao
4d1b556bc5 load operator checkpoint 2024-03-05 18:54:07 +08:00
Hongze Cheng
5103880397 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-03-04 19:25:34 +08:00
facetosea
aaa1c1d4a8 fix: memleak 2024-03-04 16:32:37 +08:00
shenglian zhou
b6095261f2 feat: ordered region and blocks 2024-03-04 15:42:14 +08:00
Hongze Cheng
c8280e05dd Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-03-03 16:01:34 +08:00
WANG MINGMING
64656a1db9
Merge branch '3.0' into fix/TD-28627 2024-03-01 18:03:28 +08:00
dapan1121
f13c9d2ca4 fix: merge join timetruncate issue 2024-03-01 09:49:59 +08:00
dapan1121
e17518e07f Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-02-29 17:55:17 +08:00
dapan1121
85cca872a5 enh: support timetruncate function 2024-02-29 17:52:53 +08:00
dapan1121
0a627e7be8
Merge pull request #24947 from taosdata/fix/ly_count
fix count window issue
2024-02-29 16:42:05 +08:00
Hongze Cheng
a6c7d5fcf4 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-02-29 15:00:25 +08:00
54liuyao
fa45a5abd2 fix count window issue 2024-02-29 14:04:59 +08:00
dapan1121
25872193b3
Merge pull request #24939 from taosdata/szhou/fix/td-28900
fix: no memory trim when no para tables scan
2024-02-29 14:02:08 +08:00
54liuyao
02379524a1 fix count window issue 2024-02-29 11:30:16 +08:00
slzhou
049f27bf3e fix: use C File API 2024-02-29 09:47:16 +08:00
slzhou
e81afaf0a2 fix: no memory trim when no para tables scan 2024-02-29 09:12:15 +08:00
WANG MINGMING
bf17556c59
Merge branch '3.0' into fix/TD-28627 2024-02-28 17:07:52 +08:00
slzhou
2fb0c1a00f feat: check temp space availability 2024-02-28 14:31:31 +08:00
slzhou
67559afcae fix: check ret value of lseek 2024-02-28 14:29:30 +08:00
slzhou
4474fcdd69 fix: add error processing related to files 2024-02-28 11:11:42 +08:00
dapan1121
479279b75e fix: block data load issue 2024-02-27 18:55:21 +08:00
dapan1121
521c96913e Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-02-27 18:20:45 +08:00
dapan1121
8a2b4e2d86 enh: support group join 2024-02-27 18:18:25 +08:00
54liuyao
0e522fbf5a set history task param 2024-02-27 16:30:38 +08:00
slzhou
d021138f3b remove sort by row id and comments 2024-02-27 09:47:55 +08:00
Hongze Cheng
2c1f978fd2 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-02-27 09:26:37 +08:00
dapan1121
2a00b154e7
Merge pull request #24875 from taosdata/szhou/fix/td-28544
fix: return error code instead of just out of memory
2024-02-27 08:31:29 +08:00
slzhou
dc6d96da70 fix: remove taosMemoryTrim when free write buf 2024-02-26 16:45:15 +08:00
Hongze Cheng
98eeef9d07 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-02-26 16:40:05 +08:00
Hongze Cheng
8a669d3adc Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-02-26 10:48:14 +08:00
54liuyao
5c4f0ae053 set max delay info 2024-02-26 10:26:28 +08:00
shenglian zhou
ca6ed89f6f fix: return error code instead of just out of memory 2024-02-26 10:24:59 +08:00
Haojun Liao
ac47fc693c
Merge pull request #24871 from taosdata/fix/TD-28813-bk
reset close window state
2024-02-26 10:14:05 +08:00
dapan1121
93ffdd856a
Merge pull request #24845 from taosdata/feat/ly_count_window
count window support having
2024-02-26 09:35:31 +08:00
54liuyao
176afbb74a reset close window state 2024-02-25 20:07:04 +08:00
54liuyao
9d560c494d reset close window state 2024-02-25 19:56:38 +08:00
54liuyao
27219f70af reset close window state 2024-02-25 19:30:56 +08:00
54liuyao
24ec06bfe4 reset close window state 2024-02-25 19:28:46 +08:00
dapan1121
97aca25633 enh: support group join 2024-02-23 17:59:45 +08:00
Hongze Cheng
a6423b7816 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-02-23 14:47:10 +08:00
slzhou
830de66111 fix: compilation error and force sort by row id for CI 2024-02-23 13:55:10 +08:00
slzhou
ca6d10cdda Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms-wc/save-row-simplebuf 2024-02-23 11:29:12 +08:00
dapan1121
fb953e439d
Merge pull request #24831 from taosdata/szhou/fix/3.0/td-28742
fix: free datablocks that is skipped decided by firt row ts
2024-02-23 11:18:42 +08:00
54liuyao
d3dd15e621 count window support having 2024-02-23 11:18:29 +08:00
slzhou
754a15cac8 feat: change from FILE* to TDFilePtr 2024-02-23 10:55:19 +08:00
54liuyao
c7a50acd63 rebuild sliding window 2024-02-23 09:05:30 +08:00
dapan1121
a745319b81 Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-02-23 08:59:16 +08:00
slzhou
3fb6ed8a42 feat: free write buf after reading all blocks 2024-02-23 08:35:01 +08:00
slzhou
fbc1d6244f Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms-wc/save-row-simplebuf 2024-02-23 08:26:22 +08:00
slzhou
0ae2e2905d fix: change fseek to fseeko for 64 bit offset 2024-02-23 08:24:16 +08:00
dapan1121
807bba9215 fix: window join issues 2024-02-22 18:59:10 +08:00