kailixu
92471c5834
feat: add time range list for auto compact
2024-12-03 17:51:41 +08:00
Hongze Cheng
25b9de5d51
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0
2024-12-03 14:32:03 +08:00
yihaoDeng
3d92cbb691
Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage
2024-12-02 19:05:33 +08:00
Hongze Cheng
0e1d731954
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0
2024-12-02 17:29:37 +08:00
Shengliang Guan
fb8a10e717
Merge pull request #28958 from taosdata/fix/TD-33037
...
fix(meta/commit): make begin return code instead of 0
2024-12-02 16:43:02 +08:00
Hongze Cheng
9f6f82ff98
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0
2024-11-29 15:10:27 +08:00
yihaoDeng
e495d39220
Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage
2024-11-29 13:50:09 +08:00
Shengliang Guan
fb4486cedb
Merge branch 'main' into merge/mainto3.0
2024-11-28 19:21:25 +08:00
yihaoDeng
95a1005e1f
update test case and remove invalid code
2024-11-28 15:09:20 +08:00
Shengliang Guan
ab604c18f9
Merge pull request #28925 from taosdata/feat/updateMultiTag
...
Feat/updateMultiTag
2024-11-28 14:24:23 +08:00
Minglei Jin
cd22ddbdd2
fix(meta/commit): make begin return code instead of 0
2024-11-28 10:53:23 +08:00
Shengliang Guan
26ba4b1f29
Merge branch '3.0' into merge/mainto3.0
2024-11-27 22:32:50 +08:00
Shengliang Guan
6db8a25c98
Merge branch 'main' into merge/mainto3.0
2024-11-27 22:31:17 +08:00
Hongze Cheng
df8a4ea6dc
more code
2024-11-27 18:49:48 +08:00
Hongze Cheng
3ae5a72a4c
more code
2024-11-27 17:53:53 +08:00
Shengliang Guan
642a5152f7
Merge pull request #28900 from taosdata/fix/liaohj
...
fix(stream): check whether dispatch trigger block is expired or not
2024-11-27 15:47:47 +08:00
yihaoDeng
221eac50ca
refactor code
2024-11-27 09:28:01 +08:00
yihaoDeng
a84a849ef7
add test case
2024-11-27 09:12:17 +08:00
yihaoDeng
2aac26e0a9
fix partial failure
2024-11-27 07:56:24 +08:00
yihaoDeng
e87570c036
fix invalid free
2024-11-26 20:50:37 +08:00
Hongze Cheng
9ec73f6ca6
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0
2024-11-26 13:23:54 +08:00
Shengliang Guan
135131fb3a
Merge pull request #28921 from taosdata/fix/TD-33008-main
...
fix(query)[TD-33008]. fix error handling in tsdbCacheRead
2024-11-26 11:56:41 +08:00
Shengliang Guan
7e8ef8ed98
Merge pull request #28920 from taosdata/fix/TD-33008-3.0
...
fix(query)[TD-33008]. fix error handling in tsdbCacheRead
2024-11-26 11:56:32 +08:00
Shengliang Guan
c8c208be2f
Merge pull request #28918 from taosdata/fix/TD-33006-3.0
...
fix(query)[TD-33006]. resolve wild pointer release issue in tsdbCreateReader
2024-11-26 11:55:28 +08:00
Hongze Cheng
9bac4f4da2
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0
2024-11-25 16:39:22 +08:00
Shengliang Guan
ed3cc87575
Merge pull request #28851 from taosdata/ehn/vnode-open-log
...
ehn/vnode-open-log
2024-11-25 16:07:24 +08:00
Hongze Cheng
ef2e694a36
more code
2024-11-25 16:05:32 +08:00
yihaoDeng
4d857b0149
fix mem leak
2024-11-25 15:22:53 +08:00
Jinqing Kuang
513ccaaad8
fix(query)[TD-33008]. fix error handling in tsdbCacheRead
...
Fix an issue that a freed null pointer was accessed during error
handling in tsdbCacheRead, which would cause a crash.
2024-11-25 15:11:53 +08:00
Jinqing Kuang
7bbda0c92a
fix(query)[TD-33008]. fix error handling in tsdbCacheRead
...
Fix an issue that a freed null pointer was accessed during error
handling in tsdbCacheRead, which would cause a crash.
2024-11-25 15:09:11 +08:00
Jinqing Kuang
ab7badb0c0
fix(query)[TD-33006]. resolve wild pointer release issue in tsdbCreateReader
...
Initialize pointer member variables in tsdbCreateReader to prevent
random memory errors. It addresses a bug where uninitialized pointers
are freed during error cleanup.
2024-11-25 15:01:49 +08:00
Jinqing Kuang
fbc77d1e71
fix(query)[TD-33006]. resolve wild pointer release issue in tsdbCreateReader
...
Initialize pointer member variables in tsdbCreateReader to prevent
random memory errors. It addresses a bug where uninitialized pointers
are freed during error cleanup.
2024-11-25 14:58:42 +08:00
yihaoDeng
97e08abe8c
support update multi tag
2024-11-25 10:55:28 +08:00
yihaoDeng
3027e377fa
support update multi tag
2024-11-23 22:18:30 +08:00
Haojun Liao
d397c9a9b7
fix(stream): remove failed task in hash table and array list.
2024-11-22 19:22:37 +08:00
yihaoDeng
407eeb6620
Unable to
2024-11-22 14:43:11 +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
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
dmchen
a7fdabb6d7
ehn/vnode-open-log
2024-11-20 17:27:35 +08:00
wangjiaming0909
9314dfb80c
fix not setting step in tsdbread
2024-11-20 14:29:27 +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
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
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
kailixu
3ebb664953
enh: add bypassFlag to facilitate performance testing
2024-11-18 18:12:39 +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
kailixu
3225c381e2
enh: add bypassFlag to facilitate performance testing
2024-11-18 15:41:08 +08:00
wangjiaming0909
6c18289de0
fix tsbs perf issue
2024-11-18 14:11:21 +08:00
kailixu
748c7f9cf2
enh: add bypassFlag to facilitate performance testing
2024-11-15 19:26:12 +08:00
wangjiaming0909
2be0ca15d8
fix group_partition test
2024-11-15 18:10:44 +08:00