Commit graph

278 commits

Author SHA1 Message Date
Shengliang Guan
d02e9b0dc7
Merge pull request #29239 from taosdata/feat/main/TS-5649
Feat(cfg):support dyn alter disable create file.
2024-12-21 09:51:42 +08:00
Shengliang Guan
d34c6cc1e5 Merge branch 'main' into merge/3.0tomain 2024-12-20 18:13:02 +08:00
xiao-77
93500cf96e Feat support alter dataDir disable. 2024-12-20 09:16:54 +08:00
Hongze Cheng
288dc33f97 enh: seperate tsdb async tasks to different thread pools 2024-12-19 17:48:11 +08:00
xiao-77
4edc23057d Fix err update at free pMgmt. 2024-12-19 14:15:42 +08:00
xiao-77
2f2de2978d Fix core at dmConfigThreadFp. 2024-12-19 14:12:55 +08:00
yihaoDeng
10f2094bd4 Merge remote-tracking branch 'origin/main' into enh/TD-32951 2024-12-17 08:33:43 +08:00
yihaoDeng
0922b28123 update test case 2024-12-15 12:16:24 +08:00
Hongze Cheng
37c1be4818 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0 2024-12-14 23:51:25 +08:00
yihaoDeng
cd4f92ebf2 telemetry refactor 2024-12-14 21:27:37 +08:00
Hongze Cheng
7905c80fd4 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0 2024-12-13 18:12:53 +08:00
xiao-77
a6e1af6b42 Merge branch '3.0' into enh/3.0/TS-5007 2024-12-13 15:04:36 +08:00
Hongze Cheng
8bf5f3f62b Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0 2024-12-13 13:54:45 +08:00
xiao-77
cdb4bbc23b Fix macos ut failed. 2024-12-12 13:37:56 +08:00
dapan1121
ca15163215 Merge remote-tracking branch 'origin' into feat/TD-30268 2024-12-12 11:41:00 +08:00
xiao-77
a79fbfd318 Merge branch '3.0' into enh/3.0/TS-5007 2024-12-12 09:49:17 +08:00
Shengliang Guan
ebcf538c05 Merge branch 'main' into merge/mainto3.0 2024-12-11 20:12:50 +08:00
xiao-77
2abb383ec0 Fix ci problems. 2024-12-11 15:11:08 +08:00
xiao-77
40478a9bfa Fix ci problems. 2024-12-11 14:00:38 +08:00
xiao-77
28ea9b9f60 Fix review errors. 2024-12-10 20:13:53 +08:00
kailixu
eaf5978b2c Merge branch '3.0' into feat/TD-30268 2024-12-10 18:49:15 +08:00
xiao-77
ea767b28fe Fix merge errors. 2024-12-10 15:12:01 +08:00
Zhixiao Bao
405d924a6f
Merge branch '3.0' into enh/3.0/TS-5007 2024-12-10 14:32:43 +08:00
xiao-77
430cf9a806 Fix some review errors. 2024-12-10 14:07:31 +08:00
xiao-77
1ced6069ee Fix some review problems. 2024-12-10 10:39:50 +08:00
xiao-77
23415cc6d7 Fix some review errors. 2024-12-09 19:07:27 +08:00
yihaoDeng
a5e3f54ca2 remove invalid ptr 2024-12-09 15:44:57 +08:00
dapan1121
aa7b0e1a61 fix: async launch trim 2024-12-05 18:41:38 +08:00
xiao-77
cb50b1e52c Fix some mem errors and add dmstop while verify failed. 2024-12-05 09:16:10 +08:00
xiao-77
eb202e556a Fix sdb lost val while kill taosd. 2024-12-04 19:32:21 +08:00
xiao-77
e846c5e47b Fix ci errors. 2024-11-28 19:06:27 +08:00
xiao-77
8610a85878 Fix config thread leak. 2024-11-28 16:56:00 +08:00
xiao-77
e67db0f301 Add null check. 2024-11-28 15:47:14 +08:00
xiao-77
377461152b Fix some ci case failed. 2024-11-28 09:52:55 +08:00
wangmm0220
2ca9f9c8ce feat:[TD-32642] merge from 3.0 2024-11-26 00:13:43 +08:00
xiao-77
1451cfb076 Fix ci file check error. 2024-11-25 16:45:06 +08:00
xiao-77
5d2bc35569 Add more log info. 2024-11-25 16:23:34 +08:00
Hongze Cheng
ef2e694a36 more code 2024-11-25 16:05:32 +08:00
xiao-77
cf8cea4c2d Merge branch '3.0' into enh/3.0/TS-5007 2024-11-25 14:47:38 +08:00
xiao-77
a63c132fba Add config item alter lazy mode. 2024-11-25 10:37:12 +08:00
xiao-77
8ffa8811f5 Rename persistLocalConfig to taosPersistLocalConfig. 2024-11-25 10:24:44 +08:00
wangmm0220
69da972796 feat:[TD-32642] add timezone logic 2024-11-22 18:31:51 +08:00
xiao-77
db67245af0 Add more dyn configs and fix vesion in mnd bug. 2024-11-22 15:57:18 +08:00
xiao-77
1089f323e4 Add logic to set configs while init dnode. 2024-11-21 16:43:58 +08:00
xiao-77
f46037870d Add version control and persist. 2024-11-21 15:34:32 +08:00
Hongze Cheng
9e484be276 feat: support alter dnode max_compact_tasks 2024-11-20 14:17:50 +08:00
wangmm0220
7aef49638e feat:[TD-32642] add timezone logic 2024-11-15 19:44:03 +08:00
xiao-77
748bb000b0 fix some error and rename some functions 2024-11-13 16:51:26 +08:00
xiao-77
90a2dac7d6 Add decode for local/global.json 2024-11-13 13:56:39 +08:00
xiao-77
9758cd7825 fix some errors. 2024-11-12 13:40:19 +08:00