Commit graph

4277 commits

Author SHA1 Message Date
Simon Guan
da142fb2c1 Merge branch '3.3.6' into merge/3.3.6tomain 2025-11-22 08:50:36 +08:00
Minglei Jin
680dda7440
fix(TS-7689): fix s3 grant update when restoring (#33670) 2025-11-22 08:38:35 +08:00
Simon Guan
d2cffa3e87 Merge branch '3.3.6' into merge/3.3.6tomain 2025-11-20 15:15:31 +08:00
Hongze Cheng
43f2fe8291
fix(tsdb): convert time precision for file set reader (#33644) 2025-11-20 10:12:40 +08:00
WANG MINGMING
3e4371f196
enh(stream): optimize first/las ts interface (#33602)
* enh(stream): optimize first/las ts interface

* enh(stream): optimize first/las ts interface

* enh(stream): optimize first/las ts interface

* enh(stream): optimize first/last interface

* enh(stream): fix memory leak

* enh(stream): fix some errors

* enh(stream): fix memory leak
2025-11-20 09:39:26 +08:00
wangmm0220
d29bb66323 enh(stream): fix conflicts; 2025-11-15 19:00:42 +08:00
Jing Sima
bd2a897765 merge: from main to 3.3.6tomain 2025-11-14 18:52:53 +08:00
Jing Sima
35dddeec0c merge: from 3.3.6 to main 2025-11-14 18:49:41 +08:00
Haojun Liao
2291b4a98f
fix(query): fix memory leak and update the caculation of cached content. (#33590) 2025-11-14 16:29:35 +08:00
Haojun Liao
ca3ac9827c fix: update cache size value. 2025-11-14 11:14:57 +08:00
Haojun Liao
d97221a216 fix: update calculate the cash size. 2025-11-14 11:11:38 +08:00
Hongze Cheng
9e2fd29b0b
fix: Invalid snapshot data size estimation (#33589) 2025-11-14 11:05:53 +08:00
Simon Guan
18fd87f2f5 Merge commit '4c4706619093a5b4a8738563849c4146d2b3f5c8' into merge/3.3.6tomain 2025-11-14 10:15:39 +08:00
Haojun Liao
86f3d326d5 fix: fix invalid opt . 2025-11-13 16:55:00 +08:00
Haojun Liao
a2b19abbcf fix: add free pk flag 2025-11-13 15:20:15 +08:00
Pan Wei
a7fda6d478
Merge pull request #33568 from taosdata/feat/opt_last
feat(query): retrieve first/last for the child table in a given uid list.
2025-11-13 13:48:14 +08:00
Haojun Liao
0ad0f8add9 fix: check return value. 2025-11-13 10:48:33 +08:00
Haojun Liao
23a4efa5ec feat(query): retrieve first/last for the child table in a given uid list. 2025-11-13 10:29:33 +08:00
Haojun Liao
a37f3a3f6f refactor: opt free ploadInfo 2025-11-12 11:25:50 +08:00
Haojun Liao
cf2267a324 feat: support query first/last. 2025-11-12 11:02:17 +08:00
Hongze Cheng
225f24dbc0 enh: clear dangling files even file system is corrupted 2025-11-11 16:57:55 +08:00
Haojun Liao
595e325608 fix: free failed items. 2025-11-11 16:51:56 +08:00
Haojun Liao
f4b7a762b8 fix: remove assert. 2025-11-11 16:51:13 +08:00
Haojun Liao
dcf5701326 fix: fix error in log 2025-11-11 16:27:21 +08:00
Haojun Liao
fc7a28e74d Merge branch 'enh/addStreamLatency-marks' of github.com:taosdata/tdengine into enh/addStreamLatency-marks 2025-11-11 16:26:03 +08:00
Haojun Liao
0eab833372 fix: fix memory leak. 2025-11-11 16:25:42 +08:00
wangmm0220
a6cb6d4266 enh(stream): fix errors in ci 2025-11-11 11:20:49 +08:00
Haojun Liao
54a7cdb850 feat: read first/last ts. 2025-11-11 11:08:02 +08:00
wangmm0220
7694dfab50 Merge branch 'main' into enh/addStreamLatency-marks 2025-11-11 10:17:40 +08:00
wangmm0220
9806d9c7a9 enh(stream): fix compile errors in ci 2025-11-10 18:30:25 +08:00
Hongze Cheng
984cc947a6 fix: possible snapshot message size error and log info 2025-11-10 17:12:23 +08:00
Hongze Cheng
e4cf92af61 fix: possible snapshot message size error and log info 2025-11-10 17:06:28 +08:00
Haojun Liao
1b35654e51 Merge branch 'enh/addStreamLatency-marks' of github.com:taosdata/tdengine into enh/addStreamLatency-marks 2025-11-10 15:47:06 +08:00
Haojun Liao
299fe0ae90 fix(query): release after opening iter completed. 2025-11-10 15:45:50 +08:00
wangmm0220
83419fe9fa enh(stream): fix compile errors in ci 2025-11-10 15:22:07 +08:00
Haojun Liao
599298dae1 fix: fix syntax error. 2025-11-10 15:10:30 +08:00
Haojun Liao
a5441b436b fix(query): fix memory leak. 2025-11-10 11:46:38 +08:00
Haojun Liao
1ec71f4469 refactor: use lru instead of hash map. 2025-11-10 00:48:05 +08:00
Haojun Liao
a9a9e795d5 feat: support retrieve first/last ts. 2025-11-07 15:45:12 +08:00
Haojun Liao
f4c87241aa refactor: remove unused api. 2025-11-07 14:01:44 +08:00
Haojun Liao
716c421643 refactor: opt load stt statistics. 2025-11-07 09:43:46 +08:00
Simon Guan
e457d1c3d4 Merge branch '3.3.6' into merge/3.3.6tomain 2025-10-27 09:42:34 +08:00
Zhixiao Bao
e40db18519
fix: query last failed case invalid ptr. (#33364) 2025-10-27 09:29:55 +08:00
Haojun Liao
9ed4c92176
fix(query): early filter for stt reader init. (#33352) 2025-10-24 11:43:14 +08:00
Haojun Liao
9a1e05b2c5
fix(query): early filter for stt reader init. (#33351) 2025-10-24 10:15:58 +08:00
Jing Sima
6dd1664315
enh: optimize vtable scan (#33232) 2025-10-17 13:18:37 +08:00
Kaili Xu
6241cce3a1
enh(rsma): support alter/decimal/composite key (#33177) 2025-10-10 11:24:13 +08:00
Kaili Xu
83563509cf
fix: dead lock caused by pthread_cond_destroy (#33168) 2025-10-01 12:06:11 +08:00
Kaili Xu
da32f297a2
enh: support rollup vgroups and show create rsma (#33128) 2025-09-29 17:04:05 +08:00
Bomin Zhang
a6f7260fef
fix: crash in migrate when vgroup has no fileset (#33120) 2025-09-29 13:45:36 +08:00