Commit graph

4986 commits

Author SHA1 Message Date
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
Jing Sima
4c2c0378fd
fix: [6487976526] Fix virtual table does not support using same column as reference. (#33780) 2025-12-03 16:42:21 +08:00
Tony Zhang
ca19c28412
enh: fix error in optimizer for ins_tables (#33725) 2025-11-28 14:41:38 +08:00
Mario Peng
daa2ded20a
feat:add client config maxSQLLength (#33719) 2025-11-26 17:38:29 +08:00
Zhixiao Bao
fe79685f0e
enh: support restart taosd while wal corrupted. (#33618) 2025-11-25 09:31:15 +08:00
Yihao Deng
a47f2c8292
feat: add taosGetFqdnWithTimeCost function to measure FQDN retrieval time (#33582) 2025-11-13 19:39:52 +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
Mario Peng
47c45f3471
fix: auth config (#33528) 2025-11-11 18:48:55 +08:00
Mario Peng
93c1a388ba
feat:auth server (#33469) 2025-11-07 14:02:06 +08:00
WANG MINGMING
101c8c6745
feat(taos): add connector info for perf_connections (#33458) 2025-11-05 17:48:58 +08:00
xinsheng Ren
a05eaf3243
fix: memleak (#33280) 2025-10-17 09:49:52 +08:00
Yihao Deng
244af19f33
feat: add rpcRecvLogThreshold configuration for logging threshold (#33277) 2025-10-17 09:16:47 +08:00
dongming chen
0d6d5265fd
fix: TS-7219-update-in-sdb (#32968) 2025-09-15 15:29:18 +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
Pan Wei
7046542d2d
fix: join tbname filter issue (#32828) 2025-09-02 09:14:43 +08:00
Haojun Liao
8808fbb82c
fix(gpt): fix race-condition in pareparing files for forecast. (#32815) 2025-08-29 18:10:29 +08:00
Bomin Zhang
6859af0cec
enh: add syncApplyQueueSize configuration option to control the size of sync apply queue (#32576) 2025-08-22 11:17:21 +08:00
Kaili Xu
1eca00217e
fix: merge sort in column insert mode (#32527) 2025-08-12 09:52:27 +08:00
Yihao Deng
156cd9f543
update default retry parameter (#32500) 2025-08-11 10:50:47 +08:00
Tony Zhang
cc68ac81a1
fix: wrong col_id in ins_columns (#32358) 2025-07-30 14:14:29 +08:00
hongzhenliu
cf1de8a715
fix: show table distributed with null column (#32164) 2025-07-26 18:04:11 +08:00
Minglei Jin
dceeaf2a92
fix(tsdb/cache): rocks reader for cache entries (#32172) 2025-07-24 13:45:23 +08:00
dongming chen
de4838f89b
enh: TS-5926-force-repair-wal (#31828) 2025-07-14 10:55:11 +08:00
Mario Peng
503f1128cc
fix stmt2 alter table schema bind (#31694) 2025-07-08 13:47:16 +08:00
Kaili Xu
a86e09e4e3
enh: grant support vnodes and storage size (#31380) 2025-07-03 16:44:29 +08:00
Yihao Deng
170c941518
valid ipv6 addr and port (#31449) 2025-07-01 11:31:46 +08:00
Yihao Deng
5713f54a5a
fix invalid read (#31525) 2025-06-28 18:44:00 +08:00
Haojun Liao
bbeffc59b7
fix(gpt): dynamic allocate the option buffer and remove the limitation on the option serialization. (#31482) 2025-06-26 10:13:38 +08:00
dongming chen
e049ae82bd
enh: print sync heartbeat count (#31421) 2025-06-24 17:32:43 +08:00
Simon Guan
441a2472d7 Merge branch '3.0' into merge/3.0tomain2 2025-06-19 18:26:02 +08:00
Haojun Liao
b6c12b04b6 refactor: not wait if stream is disabled. 2025-06-18 20:06:03 +08:00
Yihao Deng
5f1e6fa4b6
update ip -white-list log (#31331) 2025-06-16 19:50:42 +08:00
Haojun Liao
60ae7913c1
fix(query): check the trimmed string length before memcpy. (#31366) 2025-06-14 16:09:47 +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
Haojun Liao
e725e4ab24
fix(gpt): update the timeout parameter. (#31267) 2025-06-06 17:22:46 +08:00
Kaili Xu
a0e68dbda2
enh: grant support vnode/storage_size and TDasset items (#31289)
* enh: grant support vnode/storage_size and TDasset items

* enh: grant support vnode/storage_size

* test: test case of grant for TDasset and vnode/storage_size

* fix: error code check for exceeded vnodes

* fix: update TDasset display name
2025-06-06 15:08:47 +08:00
Mario Peng
3c21c93b82
enh:add stmt interlace defined col insert (#31257) 2025-05-30 14:43:04 +08:00
Mario Peng
293d36dad7
fix:defined col bind in interlace mode (#31246) 2025-05-30 11:55:47 +08:00
dongming chen
4b0ec00b75
enh: [TS-6089] trans-parallel (#30265) 2025-05-29 16:49:43 +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
11665b6efe fix(stream): control the global parameters. 2025-05-23 14:36:20 +08:00
Haojun Liao
773238fa99 refactor(stream): add parameters to config the stream queue size. 2025-05-23 01:16:27 +08:00
Haojun Liao
04d6aefde4 refactor(stream): add parameters to config the write queue size. 2025-05-22 19:01:16 +08:00
Simon Guan
556e426880 Merge branch 'main' into merge/mainto3.0 2025-05-17 12:55:32 +08:00
Pan Wei
46baaaac7f
Merge pull request #31095 from taosdata/doc/gpt
refactor(stream): print some logs.
2025-05-16 09:49:10 +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