Commit graph

17402 commits

Author SHA1 Message Date
Kaili Xu
dbe0c8a56f
fix(timer): periodic latency in timer (#34285) 2026-01-15 14:55:30 +08:00
Zhixiao Bao
6212436901
fix: taosd core while duplicate exec trim database wal. (#34267) 2026-01-13 17:33:57 +08:00
Haojun Liao
fa7e8ec861
fix(query): init the stt block reader when returning the clean stt/datablock. (#34076) 2026-01-09 18:01:01 +08:00
WANG MINGMING
75fef7196e
fix(client): heartbeat msg incompatible (#34207) 2026-01-08 19:24:18 +08:00
Zhixiao Bao
91ef62e476
fix: cacheload may bigger than int_32. (#34101) 2025-12-29 19:17:01 +08:00
WANG MINGMING
c08c6a2d59
feat(tmq): support show connections for tmq (#33930) 2025-12-25 17:09:04 +08:00
dongming chen
e0ff824498
fix/6604279540: add more log for save raft config (#34010) 2025-12-24 09:07:42 +08:00
WANG MINGMING
9cf0850bf2
fix(tmq): optimize tablelist in tmq when alter tag & modify tag if ne… (#33988) 2025-12-22 18:14:39 +08:00
Zhixiao Bao
c2966a0ba4
fix: crash occurs occasionally for decimal-type data with NULL values when caching is enabled (#33919) 2025-12-16 10:54:05 +08:00
Kaili Xu
c51febc8dc
fix: compat of mountVgId and keepVersion when decode vgroup (#33933) 2025-12-16 10:47:19 +08:00
Simon Guan
e363cd1302
fix: downgrade the log output level while dnode not exist (#33875) 2025-12-11 09:33:35 +08:00
dongming chen
a41e515a77
fix(6507074515): vgroup is ready (#33823) 2025-12-05 17:41:44 +08:00
dongming chen
7a66e4fafa
enh/redefine-show-vnodes-restored (#33773) 2025-12-04 14:37:22 +08:00
Zhixiao Bao
22716053d1
fix: update config transaction is stuck. (#33793) 2025-12-03 16:39:55 +08:00
Zhixiao Bao
a558aec68b
feat: add more log for get value from last cache. (#33716) 2025-12-01 09:14:47 +08:00
Tony Zhang
ca19c28412
enh: fix error in optimizer for ins_tables (#33725) 2025-11-28 14:41:38 +08:00
Minglei Jin
680dda7440
fix(TS-7689): fix s3 grant update when restoring (#33670) 2025-11-22 08:38:35 +08:00
dongming chen
edf3e101b9
enh/TD-38668-remove-incorrect-error-log (#33667) 2025-11-21 14:07:03 +08:00
dongming chen
c85dc1258e
fix/TD-38654-improve-sync-election-log (#33656) 2025-11-20 15:09:12 +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
3713359f19
fix(tmq): [TS-7662] fix getting more creating table message because o… (#33639) 2025-11-19 17:31:16 +08:00
Hongze Cheng
9e2fd29b0b
fix: Invalid snapshot data size estimation (#33589) 2025-11-14 11:05:53 +08:00
dongming chen
51017f2e54
enh/TD-38561-remove-error-log (#33547) 2025-11-13 11:53:23 +08:00
Hongze Cheng
4c47066190
Merge pull request #33542 from taosdata/fix/hzcheng/3.3.6/TS-7623
enh: clear dangling files even file system is corrupted
2025-11-13 11:12:16 +08:00
WANG MINGMING
1ced706b9d
enh(wal): [TS-7567]set wal keep version to avoid deleting (#33517) 2025-11-13 09:28:26 +08:00
Hongze Cheng
225f24dbc0 enh: clear dangling files even file system is corrupted 2025-11-11 16:57:55 +08:00
Hongze Cheng
e4cf92af61 fix: possible snapshot message size error and log info 2025-11-10 17:06:28 +08:00
dongming chen
b721e14bb4
fix/TD-38495-snapshot-start-receiver-writer-error (#33477) 2025-11-07 15:54:06 +08:00
Mario Peng
93c1a388ba
feat:auth server (#33469) 2025-11-07 14:02:06 +08:00
dongming chen
fd77b1b4ef
fix/TD-38490-reset-heartbeat-after-mnode-leader-restart (#33473) 2025-11-06 09:17:27 +08:00
WANG MINGMING
101c8c6745
feat(taos): add connector info for perf_connections (#33458) 2025-11-05 17:48:58 +08:00
dongming chen
2e1be8f777
enh(TD-38474): modify sdb data (#33457) 2025-11-04 09:26:24 +08:00
dongming chen
5671fe95d6
fix: TD-38395 memory leak 3.3.6 (#33430) 2025-10-30 15:57:10 +08:00
Zhixiao Bao
d084bc5f87
fix: change sdb config before send req to dnode. (#33408) 2025-10-30 09:53:08 +08:00
dongming chen
7afc169360
fix(TS-7542): fix use after free (#33387) 2025-10-28 15:04:52 +08:00
Zhixiao Bao
e40db18519
fix: query last failed case invalid ptr. (#33364) 2025-10-27 09:29:55 +08:00
Haojun Liao
9a1e05b2c5
fix(query): early filter for stt reader init. (#33351) 2025-10-24 10:15:58 +08:00
Zhixiao Bao
320f6dc2dc
fix: use trans to alter global config. (#33324) 2025-10-23 08:24:34 +08:00
Hongze Cheng
49d018a25b
enh: add error logging when scan meta entry fails to decode (#33279) 2025-10-21 10:25:11 +08:00
Hongze Cheng
ad9ebf0198
enh: optimize log in vnodeQuery.c for better debug info (#33267) 2025-10-21 10:02:17 +08:00
dongming chen
87116894d7
fix: TS-7219-handle-status-req-timeout (#33210) 2025-10-13 19:01:21 +08:00
Yihao Deng
da0048086c
fix: clearing user_ip in taos_options_connection does not take effect (#33229) 2025-10-13 16:57:47 +08:00
Simon Guan
d54b04d2b3
enh: TD-38163-mnode-open-log (#33160) 2025-10-13 16:51:54 +08:00
WANG MINGMING
3dadce88b3
fix(stream): [TD35698]decimal data error if snapshot is true (#33189) 2025-10-10 09:37:00 +08:00
WANG MINGMING
482cc5392e
fix(tmq): [ts7402]tag filter do not work if topic is stable with filter (#33191) 2025-10-10 09:30:37 +08:00
Yihao Deng
811b200853
fix: resolved incorrect end_point information in perf_connections (#33159) 2025-09-30 15:11:32 +08:00
Kaili Xu
2f4981e2c4
enh: check privilege for show stables (#33097) 2025-09-29 14:31:03 +08:00
Haojun Liao
fdca8db8a8
fix(query): don't free rowkey when suspending tsdb reader. (#33103) 2025-09-28 15:49:22 +08:00
dongming chen
1baca080bf
fix: TS-7385-report-statusinterval (#33047) 2025-09-24 08:57:53 +08:00
WANG MINGMING
5bef48744b
fix(tmq): set pointer = NULL to avoid double free (#32726) 2025-09-22 13:53:29 +08:00