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 |
|
Haojun Liao
|
91ddbbb3c2
|
feat(gpt): add grant check for gpt. (#31708)
|
2025-07-08 18:15:09 +08:00 |
|
Mario Peng
|
808d720c1d
|
feat:insert into subquery (#31401) (#31710)
|
2025-07-08 17:26:34 +08:00 |
|
Haojun Liao
|
4abc6c071d
|
fix(query): fix bug caused by shallow copy. (#31638)
|
2025-07-08 08:49:55 +08:00 |
|
Yihao Deng
|
f142278ec7
|
use no-default-index (#31623)
|
2025-07-04 14:16:26 +08:00 |
|
Kaili Xu
|
a86e09e4e3
|
enh: grant support vnodes and storage size (#31380)
|
2025-07-03 16:44:29 +08:00 |
|
dongming chen
|
68f7094041
|
fix/TS-6785-fix-return-code (#31593)
|
2025-07-03 14:22:12 +08:00 |
|
Zhixiao Bao
|
6df806eb9c
|
fix: update config error while start dnode. (#31567)
|
2025-07-01 17:25:51 +08:00 |
|
xiao-77
|
fee17fa423
|
fix: can not open vnodes while change sub dataDir.
|
2025-06-30 17:07:28 +08:00 |
|
hongzhenliu
|
99b30bf096
|
fix(query) subscriptions memory leak (#31533)
Co-authored-by: hongzhenliu335 <ethanliu@taosdata.com>
|
2025-06-30 13:55:57 +08:00 |
|
Yihao Deng
|
5713f54a5a
|
fix invalid read (#31525)
|
2025-06-28 18:44:00 +08:00 |
|
Hongze Cheng
|
7508267906
|
enh: adjust log level
|
2025-06-26 09:38:45 +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 |
|
Hongze Cheng
|
4340da1e65
|
fix: Out of memory in queue and Sync leader unreachable error (#31420)
|
2025-06-25 15:01:26 +08:00 |
|
Yihao Deng
|
a4909ebe29
|
fix index perf (#31474)
|
2025-06-25 15:00:11 +08:00 |
|
dongming chen
|
b46c54f843
|
refactor: remove unused fileLock mutex from SVnodeMgmt structure (#31441)
|
2025-06-24 16:54:26 +08:00 |
|
dongming chen
|
73261908b5
|
fix: implement retry mechanism for vnodeProcessWriteMsg in vnodeApply… (#31388)
|
2025-06-24 16:53:11 +08:00 |
|
Simon Guan
|
441a2472d7
|
Merge branch '3.0' into merge/3.0tomain2
|
2025-06-19 18:26:02 +08:00 |
|
Hongze Cheng
|
d9e56a61e4
|
enh: make info to debug
|
2025-06-18 16:45:29 +08:00 |
|
Kaili Xu
|
0368159763
|
fix: race condition of update tsDndUpTime (#31399)
|
2025-06-18 09:47:33 +08:00 |
|
Minglei Jin
|
082c1ebfa9
|
relean mutex when returning (#31389)
|
2025-06-18 09:40:14 +08:00 |
|
Minglei Jin
|
4ddfb76cb9
|
relean mutex when returning (#31390)
|
2025-06-18 09:40:03 +08:00 |
|
Hongze Cheng
|
696d29d916
|
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TS-6672-taosd-main
|
2025-06-17 10:37:02 +08:00 |
|
Yihao Deng
|
5f1e6fa4b6
|
update ip -white-list log (#31331)
|
2025-06-16 19:50:42 +08:00 |
|
Hongze Cheng
|
3e68b4cdd4
|
enh: add more check of submit message
|
2025-06-16 14:54:17 +08:00 |
|
Hongze Cheng
|
d17c67a8ae
|
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/hzcheng/check_column_number_alter_table
|
2025-06-16 09:37:27 +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 |
|
Hongze Cheng
|
8924124917
|
fix: check column number when alter table
|
2025-06-12 16:04:18 +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 |
|
Mario Peng
|
cc3fabdc08
|
fix:tsdb select error (#31300)
|
2025-06-06 15:09:54 +08:00 |
|
dongming chen
|
87c969b168
|
fix: [TD-35276] add-log-apply-internal-error (#31274)
|
2025-06-04 17:24:49 +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 |
|