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
320f6dc2dc
fix: use trans to alter global config. ( #33324 )
2025-10-23 08:24:34 +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
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
WANG MINGMING
5bef48744b
fix(tmq): set pointer = NULL to avoid double free ( #32726 )
2025-09-22 13:53:29 +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
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
Haojun Liao
8808fbb82c
fix(gpt): fix race-condition in pareparing files for forecast. ( #32815 )
2025-08-29 18:10: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
kailixu
09110e5cdf
fix: update dnode state from offline to online
2025-08-01 10:21:29 +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
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
Kaili Xu
19f05fc2ff
fix: remove user privileges when drop db ( #32124 )
2025-07-23 09:58:16 +08:00
dongming chen
2301cd56a4
fix: TD-36560 refactor arbitrator group function name and log ( #31852 )
2025-07-17 13:55:58 +08:00
Haojun Liao
91ddbbb3c2
feat(gpt): add grant check for gpt. ( #31708 )
2025-07-08 18:15:09 +08:00
Kaili Xu
a86e09e4e3
enh: grant support vnodes and storage size ( #31380 )
2025-07-03 16:44:29 +08:00
Zhixiao Bao
6df806eb9c
fix: update config error while start dnode. ( #31567 )
2025-07-01 17:25:51 +08:00
WANG MINGMING
cb6ae5fb3d
fix(sml): change soure flag of alteing stable to avoid error in tmq ( #31494 )
2025-06-25 15:07:55 +08:00
Simon Guan
441a2472d7
Merge branch '3.0' into merge/3.0tomain2
2025-06-19 18:26:02 +08:00
Yihao Deng
5f1e6fa4b6
update ip -white-list log ( #31331 )
2025-06-16 19:50:42 +08:00
Kaili Xu
56cdb4ca97
fix: add vnode/storage_size for show grants ( #31353 )
2025-06-14 11:48:37 +08:00
Simon Guan
2838d2f063
Merge branch '3.0' into merge/mainto3.0
2025-06-14 10:41:12 +08:00
Simon Guan
f691365426
Merge branch 'main' into merge/mainto3.0
2025-06-14 10:32:34 +08:00
Yihao Deng
dc6dba0e06
feat: database engine (taosd) supports IPV6 ( #31101 )
2025-06-10 09:18:58 +08:00
dongming chen
4aff5c9b06
fix/fix-ci-build ( #31248 )
2025-05-29 17:37:12 +08:00
dongming chen
4b0ec00b75
enh: [TS-6089] trans-parallel ( #30265 )
2025-05-29 16:49:43 +08:00
dongming chen
7126f40688
feat: [TD-29445] add error handling for offline vnode state ( #31232 )
2025-05-29 16:44:08 +08:00
WANG MINGMING
3006ee87ed
fix: avoid using : in consumer group ( #31225 )
2025-05-29 16:29:07 +08:00
Hongze Cheng
430da1f872
enh: add memory usage monitor for vnode ( #31212 )
2025-05-27 16:40:03 +08:00
Simon Guan
309f4ffa5c
Merge branch 'main' into merge/mainto3.0
2025-05-26 13:46:33 +08:00
Haojun Liao
8bb4979e53
refactor: remove some comments.
2025-05-22 09:55:56 +08:00
Haojun Liao
231d8b416e
fix(stream): fix memory leak.
2025-05-22 09:55:18 +08:00
Haojun Liao
a05b023c3e
fix(stream): fix memory leak.
2025-05-21 19:13:23 +08:00
Haojun Liao
e04f81385a
fix(stream): collect involved tasks firstly.
2025-05-21 18:41:47 +08:00
Simon Guan
556e426880
Merge branch 'main' into merge/mainto3.0
2025-05-17 12:55:32 +08:00
WANG MINGMING
40216c6143
opti(tmq): save tmq offset in vnode commit time & change log level ( #30993 )
2025-05-15 18:15:01 +08:00
Yihao Deng
c61c087e98
feat: Refresh user IP white list when drop-dnode finished ( #31089 )
2025-05-15 16:03:41 +08:00
Haojun Liao
d02b17be0e
fix(stream): extends the node update check interval. ( #31048 )
2025-05-14 10:15:17 +08:00
Simon Guan
75e2b3917f
Merge branch 'main' into merge/mainto3.0
2025-05-12 11:33:33 +08:00
Haojun Liao
e439569455
test(stream): update the test cases. ( #31044 )
2025-05-12 11:25:07 +08:00
Simon Guan
3cfdb304e8
Merge branch 'main' into merge/mainto3.0
2025-05-12 09:01:48 +08:00
Zhixiao Bao
338072e262
enh: add more feat for stb keep. ( #31019 )
2025-05-10 15:17:22 +08:00
Jing Sima
84016904ff
fix: [TS-6445] Fix virtual tables not detecting schema changes. ( #30999 )
...
Ensure virtual tables invalidate cached schema metadata and reload it when a schema change (e.g., ALTER VTABLE) is detected. This prevents stale schema references and query errors after structural updates.
2025-05-10 10:34:54 +08:00
dongming chen
7840f361dd
enh: update database fetch functions to include status in JSON output ( #31005 )
2025-05-09 15:58:31 +08:00