Commit Graph

22300 Commits

Author SHA1 Message Date
yihaoDeng 3027e377fa support update multi tag 2024-11-23 22:18:30 +08:00
Haojun Liao 96d4a2908e fix(stream): check failedId before sending checkpoint msg 2024-11-23 02:12:15 +08:00
Shengliang Guan 877dbd8e90 fix: complie errors 2024-11-22 22:19:42 +08:00
Haojun Liao d397c9a9b7 fix(stream): remove failed task in hash table and array list. 2024-11-22 19:22:37 +08:00
factosea 266958b29e enh: error code 2024-11-22 17:53:50 +08:00
Pengrongkun 09a9298de7 TD-32797:fix array realloc problem 2024-11-22 17:43:54 +08:00
factosea 8f1eda88ad enh: error code 2024-11-22 17:18:42 +08:00
Shengliang Guan f733583117 Merge branch 'main' into doc/internal 2024-11-22 16:30:48 +08:00
Shengliang Guan 2d13ce5105 refact: rename taos lib name 2024-11-22 15:33:55 +08:00
yihaoDeng b8112ff3a0 refactor code 2024-11-22 14:58:44 +08:00
yihaoDeng 407eeb6620 Unable to 2024-11-22 14:43:11 +08:00
Shengliang Guan 7798e2f2bb Merge branch '3.0' into merge/mainto3.0 2024-11-22 13:39:48 +08:00
Shengliang Guan a607951115 Merge branch 'main' into merge/mainto3.0 2024-11-22 13:39:44 +08:00
Shengliang Guan 6186efeca1
Merge pull request #28864 from taosdata/merge/mainto3.0
merge: from main to 3.0 branch
2024-11-22 13:37:43 +08:00
Shengliang Guan a414df1d31
Merge pull request #28870 from taosdata/fix/TD-32943/groupbyvalue
fix: group by value
2024-11-22 13:29:40 +08:00
Hongze Cheng e4fd979185
Merge pull request #28877 from taosdata/fix/fixConnTimeout
increase conn timeout parameter
2024-11-22 11:31:48 +08:00
factosea 58b8e45a10 fix: rewrit groupby function 2024-11-22 09:56:40 +08:00
Shengliang Guan 36deebdde9
Merge pull request #28873 from taosdata/fix/liaohj
fix(analytics): do some internal refactor and fix the error in parse options.
2024-11-22 09:06:13 +08:00
yihaoDeng 59b63d5642 fix conn timeout 2024-11-22 08:26:07 +08:00
Haojun Liao 91ce69e6af fix(analytics): check the null ptr. 2024-11-21 20:02:23 +08:00
yihaoDeng 72b95fa316 fix compile error 2024-11-21 19:48:15 +08:00
dmchen 246a375cc2 ehn/vnode-open-log-fix-review 2024-11-21 18:28:37 +08:00
yihaoDeng af149f41ed fix conn timeout 2024-11-21 18:26:18 +08:00
Shengliang Guan 76ab0cdc84
Merge pull request #28872 from taosdata/fix/TS-5669
fix double compress when retry
2024-11-21 18:23:55 +08:00
yihaoDeng 8838ea4d38 fix conn timeout 2024-11-21 18:15:26 +08:00
Haojun Liao e103d3963b fix(analytics): check return value. 2024-11-21 16:40:06 +08:00
Shengliang Guan 967cfa59f8
Merge pull request #28856 from taosdata/fix/main/TD-32950
Enh modify wal print fileInfo from info to trace.
2024-11-21 16:31:56 +08:00
Shengliang Guan 53d9ee5012
Merge pull request #28810 from taosdata/ehn/add-sync-heartbeat-sent-time-to-log
ehn:add-sync-heartbeat-sent-time-to-log
2024-11-21 15:36:36 +08:00
yihaoDeng 37d79af7b9 fix compile error 2024-11-21 15:28:40 +08:00
Haojun Liao af1c0c98bb fix(analytics): do some internal refactor and fix the error in parse the option string. 2024-11-21 15:14:37 +08:00
yihaoDeng a5c1f11b04 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TS-5669 2024-11-21 15:00:16 +08:00
yihaoDeng 2a26f48a1b fix double compress when retry 2024-11-21 14:59:51 +08:00
Shengliang Guan 6b4d966bf8
Merge pull request #28854 from taosdata/fix/TD-32942
fix(stream):fix issue for streamscan
2024-11-21 14:47:02 +08:00
facetosea bd9b20d30f delete unused code 2024-11-21 14:44:27 +08:00
factosea 2077c9e561 fix: group by value 2024-11-21 14:20:08 +08:00
Shengliang Guan ba15fb0644 Merge branch '3.0' into merge/mainto3.0 2024-11-21 11:04:36 +08:00
Shengliang Guan cfa7d275f2 Merge branch 'main' into merge/mainto3.0 2024-11-21 11:00:00 +08:00
Hongze Cheng 65862b9837
Merge pull request #28859 from taosdata/fix/TS-5672
unify the format of qId in the logging macros,
2024-11-21 10:59:51 +08:00
Shengliang Guan e8d663809d
Merge pull request #28756 from taosdata/fix/main/tsbs_perf_optimization
fix tsbs perf issue
2024-11-21 10:40:47 +08:00
54liuyao 6464077cec add log 2024-11-21 09:50:45 +08:00
xiao-77 6f0279d603 Enh modify wal print fileInfo from info to trace. 2024-11-20 19:46:08 +08:00
54liuyao 5ace9b1d90 fix issue 2024-11-20 19:33:46 +08:00
54liuyao 53ae014354 fix issue for streamscan 2024-11-20 19:13:05 +08:00
dmchen a7fdabb6d7 ehn/vnode-open-log 2024-11-20 17:27:35 +08:00
yihaoDeng 6461bb0474 unify the format of qId in the logging macros, 2024-11-20 17:03:13 +08:00
Shengliang Guan 3cada2032f
Merge pull request #28823 from taosdata/fix/3.0/TD-32587
fix:[TD-32587]fix stmt segmentation fault
2024-11-20 15:11:01 +08:00
dongming chen 5ef52a1a5f
Merge branch '3.0' into ehn/add-sync-heartbeat-sent-time-to-log 2024-11-20 09:15:35 +08:00
dmchen 828f01f5ae ehn/add-sync-heartbeat-sent-time-to-log 2024-11-20 08:57:27 +08:00
yihaoDeng 3ef53505b8 fix merge error 2024-11-20 08:30:11 +08:00
Pengrongkun 6b2846f941 fix segmentation fault 2024-11-19 22:25:46 +08:00
factosea 04af5f4b94 enh: check param 2024-11-19 19:38:40 +08:00
Shengliang Guan 899e5acb99
Merge pull request #28777 from taosdata/fix/3.0/TD-32366
fix:TD-32366/stmt add geometry datatype check
2024-11-19 18:42:27 +08:00
Shengliang Guan afcdd4e4b3
Merge pull request #28803 from taosdata/fix/main/TD-32915
fix:skip begin&end snapshot while wal level = 0.
2024-11-19 17:44:55 +08:00
Pengrongkun f3b4aa14be add checkWKBGeometry function 2024-11-19 16:44:28 +08:00
factosea f3acf49e22 enh: include 2024-11-19 16:23:46 +08:00
Shengliang Guan a4b6d9dee0
Merge pull request #28797 from taosdata/enh/TD-32907-3.0
enh: add bypassFlag to facilitate performance testing
2024-11-19 14:24:09 +08:00
Shengliang Guan 686c20cd9f
Merge pull request #28779 from taosdata/fix/3_liaohj
fix(stream): update the msg encoder.
2024-11-19 11:23:08 +08:00
Shengliang Guan 46e93820d9
Merge pull request #28790 from taosdata/ehn/add-sync-msg-statisd
Ehn:add sync msg statis
2024-11-19 10:54:30 +08:00
Hongze Cheng 8b5664f185
Merge pull request #28787 from taosdata/fix/optReturnCode
opt return code
2024-11-19 10:33:09 +08:00
Shengliang Guan 99bebacd8e
Merge pull request #28784 from taosdata/fix/TD-32861-main
fix(query)[TD-32861]. fix that WHERE condition not work in statements with INTERP function
2024-11-19 09:40:28 +08:00
Pengrongkun ff2d0e6d67 fix CI problem 2024-11-19 09:22:34 +08:00
kailixu ca49a3eaf0 chore: restore the code change 2024-11-19 09:01:45 +08:00
dmchen fde7a7aeaf ehn/add-sync-heartbeat-sent-time-to-log-fix-check 2024-11-19 08:23:43 +08:00
Shengliang Guan 6044bb06f1
Merge pull request #28793 from taosdata/fix/main/TD-32883
remove duplicate group by cols
2024-11-18 19:32:16 +08:00
yihaoDeng 45df3ee3b2 reset return code 2024-11-18 18:43:15 +08:00
dmchen 472e8361ea ehn/add-sync-heartbeat-sent-time-to-log 2024-11-18 18:25:52 +08:00
kailixu 3ebb664953 enh: add bypassFlag to facilitate performance testing 2024-11-18 18:12:39 +08:00
wangjiaming0909 cb44efd329 fix comments 2024-11-18 17:26:07 +08:00
Jinqing Kuang f5c66cec19 fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function
Previously, a statement with INTERP would force underlying TABLE SCAN
operator to scan all data within the RANGE clause, causing the time
range constraint in the WHERE condition to be ignored. This fix ensures
that the TABLE SCAN respects both the RANGE clause and WHERE condition,
improving query accuracy and performance.
2024-11-18 16:08:27 +08:00
dmchen daa3c6bbf4 ehn/add-sync-msg-statis 2024-11-18 15:57:06 +08:00
kailixu 3225c381e2 enh: add bypassFlag to facilitate performance testing 2024-11-18 15:41:08 +08:00
Haojun Liao 1c66f22c2b refactor: move to msg. 2024-11-18 15:00:30 +08:00
yihaoDeng dbb5c9e864 change return code 2024-11-18 14:44:18 +08:00
wangjiaming0909 a6ab76b02e fix lastrow function tests 2024-11-18 14:11:21 +08:00
wangjiaming0909 6c18289de0 fix tsbs perf issue 2024-11-18 14:11:21 +08:00
xiao-77 f0c182988c Add test case for begin&end snapshot while wal_level =0 . 2024-11-18 13:49:03 +08:00
xiao-77 c954d0ac7a fix:skip begin&end snapshot while wal level = 0. 2024-11-18 11:23:06 +08:00
wangjiaming0909 b589f9089c add test case 2024-11-18 09:33:43 +08:00
Pengrongkun a774d3b428 fix some review problem 2024-11-16 09:27:52 +08:00
Pengrongkun 8d5508a7a6 fix compile problem 2024-11-16 08:52:57 +08:00
Haojun Liao 55239964a9 refactor: injection error. 2024-11-16 01:56:33 +08:00
Haojun Liao 20ad165ae3 Merge branch 'main' into fix/liaohj 2024-11-16 01:31:50 +08:00
wangjiaming0909 2be0ca15d8 fix group_partition test 2024-11-15 18:10:44 +08:00
wangjiaming0909 09fe252a31 remove duplicate group by cols 2024-11-15 17:52:06 +08:00
Haojun Liao b1981d309f fix(stream): return error code. 2024-11-15 17:41:14 +08:00
Haojun Liao 628808c9a4 fix(stream): fix dead lock. 2024-11-15 17:16:47 +08:00
Haojun Liao 9cc2aec9d6 fix(stream): set correct value and open inputQ for stream if reset checkpoint. 2024-11-15 17:12:01 +08:00
dmchen e57a914f00 ehn/add-sync-msg-statisd 2024-11-15 16:34:04 +08:00
yihaoDeng 2b2377869f Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage 2024-11-15 15:36:05 +08:00
yihaoDeng 88253b627e opt return code 2024-11-15 14:50:20 +08:00
Haojun Liao b74a1bc726 refactor: update logs, and set correct vgId. 2024-11-15 13:48:42 +08:00
Shengliang Guan 59c755b7b1
Merge pull request #28759 from taosdata/fix/ly_stream_main
fix(stream):fix bloom filter decode issue
2024-11-15 10:37:57 +08:00
yihaoDeng 69710517e0 fix invalid fiter 2024-11-15 10:31:31 +08:00
Haojun Liao a79f63caeb Merge branch '3.0' into fix/3_liaohj 2024-11-15 10:28:13 +08:00
Shengliang Guan 527def388d
Merge pull request #28778 from taosdata/main
merge: from main to 3.0 branch
2024-11-15 10:14:22 +08:00
54liuyao 87e1f8da47 fix(stream):fix bloom filter decode issue 2024-11-15 09:13:18 +08:00
Haojun Liao 2e3196cfdc fix(stream): fix syntax error. 2024-11-15 08:57:00 +08:00
Haojun Liao fd1996a1d1 fix(stream): fix error in build msg. 2024-11-15 01:27:31 +08:00
Haojun Liao f65651f6ef fix(stream): update the msg encoder. 2024-11-15 00:19:35 +08:00
yihaoDeng e8045e6270 update interface 2024-11-14 21:35:36 +08:00