Commit graph

17357 commits

Author SHA1 Message Date
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
dongming chen
88ec00bdb8
fix: inaccurate memory monitoring for dnode (#33010) 2025-09-18 17:36:14 +08:00
dongming chen
0d6d5265fd
fix: TS-7219-update-in-sdb (#32968) 2025-09-15 15:29:18 +08:00
dongming chen
433bd8f91b
fix: TD-37959-add-log-for-drop-stable (#32940) 2025-09-11 10:16:11 +08:00
Tony Zhang
884d18a225
fix: return tableNotExist error when super table uid mismatches (#32943)
Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-09-11 10:04:17 +08:00
dongming chen
624577ea8c
enh/TD-37682-set-sync-timeout (#32762)
* enh/TD-37682-set-sync-timeout

* add reset vnode sync timeout

* add 4 parameter

* change default

* rename parameter

* refactor: replace strcmp with taosStrncasecmp for syncTimeout checks

* feat: add support for additional sync interval configuration options

* feat: update sync timeout configuration handling in dmProcessConfigReq

* fix: adjust sync interval calculations in dmProcessConfigReq for accuracy

* fix: correct parameter names for sync vnode and mnode election intervals

* fix: update expected row count for 'show variables' in test_show_basic

* fix: update expected row count for 'show variables' in test_valgrind_checkerror1

* feat: add millisecond precision for status intervals and timeouts

* fix: update expected row count for 'show variables' in test_show_basic and test_valgrind_checkerror1

* fix: reduce sleep duration in management threads for improved responsiveness

* feat: add internal parameters for debugging synchronization module in taosd documentation
2025-09-08 09:02:28 +08:00
Tony Zhang
ded3be494b
Revert "fix: the cols function returns incorrect results when fetching multiple timestamps. (#32743)" (#32897) 2025-09-05 19:30:55 +08:00
Haojun Liao
01df64d8b5
fix(query): check for pk for a result block from outside of tsdbreader. (#32837) 2025-09-04 14:02:30 +08:00
Kaili Xu
b671c41e79
enh: destroy mutex of file object (#32851) 2025-09-03 11:25:24 +08:00
Yihao Deng
cac9e13274
fix: ignore error while calc dir size (#32811) 2025-09-01 15:22:54 +08:00
Haojun Liao
8808fbb82c
fix(gpt): fix race-condition in pareparing files for forecast. (#32815) 2025-08-29 18:10:29 +08:00
Tony Zhang
b204ac8a23
fix: the cols function returns incorrect results when fetching multiple timestamps. (#32743) 2025-08-29 18:07:35 +08:00
Haojun Liao
87524f9695
fix(query): set the alias name for _select_value if it is only the parameter of some functions. (#32704) 2025-08-25 16:35:20 +08:00
Jing Sima
7b88b65309
fix: [TD-37537] Fix deadlock cause by incorrect vtable meta response. (#32719) 2025-08-25 09:21:29 +08:00
WANG MINGMING
4615c1c862
fix(tmq): [TD-37592]double free if subplan string decode error (#32707) 2025-08-22 14:52:45 +08:00
dongming chen
975ad17d5a
enh[TD-37558]: add operation name for transaction (#32657) 2025-08-21 16:42:51 +08:00
dongming chen
8c4c183220
enh[TD-37462]: improve error messages for CREATE DATABASE operations (#32581) 2025-08-20 16:46:31 +08:00
Tony Zhang
ec4f2c8a78
fix(TD-37486): crash occurred when querying ins_columns with virtual tables (#32609) 2025-08-18 15:46:06 +08:00
Haojun Liao
b225181dd7
fix(stream): handle source/destination table schema change scenearios. (#32580)
* fix(stream): handle source/destination table schema change scenearios.

* test(stream): update test cases.
2025-08-15 11:33:25 +08:00
Hongze Cheng
4c579d7693
fix: coredump when resize vnode buffer and recycle buffer pool (#32520) 2025-08-12 09:55:47 +08:00
WANG MINGMING
30bc5b09e5
fix(tmq): [td-37265]poll error if insering some cols with stmt (#32438) 2025-08-06 17:34:26 +08:00
kailixu
09110e5cdf fix: update dnode state from offline to online 2025-08-01 10:21:29 +08:00
Hongze Cheng
275c98a73c
fix: wrong table number statistics 2025-07-31 15:49:45 +08:00
Tony Zhang
cc68ac81a1
fix: wrong col_id in ins_columns (#32358) 2025-07-30 14:14:29 +08:00
dongming chen
088ce39370
refactor(TD-36884): adjust sync log (#32308) 2025-07-28 09:27:17 +08:00
dongming chen
644505c219
refactor: add just sync replica2 log (#32310) 2025-07-28 09:23:24 +08:00
hongzhenliu
4963cd68a0
fix(tmq): force drop topic will delete all consumers (#32220)
Co-authored-by: hongzhenliu335 <ethanliu@taosdata.com>
2025-07-25 09:13:59 +08:00
Hongze Cheng
8ae4e50165
enh: refactor tsdb log info (#32160) 2025-07-25 09:12:25 +08:00
Minglei Jin
dceeaf2a92
fix(tsdb/cache): rocks reader for cache entries (#32172) 2025-07-24 13:45:23 +08:00
Kaili Xu
19f05fc2ff
fix: remove user privileges when drop db (#32124) 2025-07-23 09:58:16 +08:00
Mario Peng
41c56f154d
fix memleak of insert into stb subquery (#32121) 2025-07-23 09:45:41 +08:00
dongming chen
2301cd56a4
fix: TD-36560 refactor arbitrator group function name and log (#31852) 2025-07-17 13:55:58 +08:00
dongming chen
cafb1079f5
enh/TD-36466-sync-heartbeat (#31805) 2025-07-14 09:01:09 +08:00
Kaili Xu
b34d9a6f72
fix: the calculation of dnode uptime (#31832) 2025-07-12 13:49:24 +08:00
WANG MINGMING
753624fa03
fix(tmq): [TS-6569]tdb error if write tmq meta data in multi thread (#31808) 2025-07-12 13:43:53 +08:00
Hongze Cheng
bf5e56c3c4 recover log level 2025-07-12 10:34:28 +08:00
Hongze Cheng
e8d67d404d Merge branch 'main' of https://github.com/taosdata/TDengine into fix/hzcheng/TS-6629-main 2025-07-11 17:17:33 +08:00
Zhixiao Bao
95cf8b751a
fix: set lcn before do s3 migrate. (#31782) 2025-07-11 16:24:46 +08:00
Kaili Xu
61ba6634ad
fix: overflow check in snprintf (#31780) 2025-07-11 09:08:47 +08:00
Tony Zhang
83b0fb43dc
fix: taosd crush in query when insufficient memory (#31746)
Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-07-11 08:11:57 +08:00
Hongze Cheng
7340822bb2 recover log level 2025-07-10 18:38:47 +08:00
dongming chen
eb42901b72
enh: TD-36324-improve-sync-heartbeat-log (#31727) 2025-07-10 17:44:53 +08:00
Hongze Cheng
2e223929cd fix: invalid queue 2025-07-10 16:44:35 +08:00
Hongze Cheng
32e4798438 more 2025-07-10 15:01:46 +08:00
Hongze Cheng
60466ed413 simple test 2025-07-10 14:02:36 +08:00
dongming chen
d7c25bba93
enh: add log for snapshot (#31681) 2025-07-10 09:48:18 +08:00