Commit Graph

2204 Commits

Author SHA1 Message Date
wangmm0220 e517db6462 fix:add db configuration that not reportted 2024-06-24 19:19:46 +08:00
wangmm0220 ed16b1e8db fix:conflict from 3.0 2024-06-24 12:03:10 +08:00
kailixu 431c0cf331 fix: compatibility for msg and error code 2024-06-22 23:04:56 +08:00
wangmm0220 65fac20367 fix:[TS-4921] merge from 3.0 2024-06-22 15:02:34 +08:00
wangmm0220 5dcfed2d51 feat:[TS-4921]add logic for slow log 2024-06-19 18:54:26 +08:00
kailixu 809c691b22 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-18 16:47:51 +08:00
Minglei Jin 356f6645ad
Merge branch '3.0' into fix/TD-30545 2024-06-18 11:28:29 +08:00
kailixu 92713ec8c5 fix: version output of taos/taosd 2024-06-18 08:44:57 +08:00
kailixu 4ed3b30352 tfs: support disable create new file 2024-06-17 06:14:49 +08:00
Minglei Jin 4311309d51 clear wal files for fake leve 1 2024-06-12 15:52:39 +08:00
kailixu e7754a0b3e Merge branch '3.0' into enh/TD-30554-3.0 2024-06-12 15:40:01 +08:00
Minglei Jin 568799a6a3 fix(wal/level): enable alter replica from fake walLevel 1 2024-06-12 15:16:58 +08:00
kailixu f2401f32a2 enh: support enable/disable tfs config entries 2024-06-12 15:14:38 +08:00
Haojun Liao 00eb621825 fix(stream): do scan checkpoint-report in write queue. 2024-06-11 14:09:50 +08:00
Haojun Liao 50f6829894 Merge remote-tracking branch 'origin/fix/3_liaohj' into fix/3_liaohj 2024-06-11 10:53:50 +08:00
Haojun Liao 6effeabc8e fix(stream): handle checkpoint-info-update in write queue. 2024-06-11 10:53:32 +08:00
Haojun Liao 20bade24c3
Merge branch '3.0' into fix/3_liaohj 2024-06-10 01:34:55 +08:00
Haojun Liao cbf8b363fc fix(stream): update checkpoint info by using trans. 2024-06-10 00:46:01 +08:00
kailixu 4beaf871b7 Merge branch '3.0' into feat/TD-30053-3.0 2024-06-06 08:33:48 +08:00
Haojun Liao c529ecc7d2
Merge pull request #25734 from taosdata/fix/3_liaohj
fix(stream): update the checkpoint info for followers, and some internal refactor.
2024-06-05 13:38:51 +08:00
kailixu ee9ccdea86 Merge branch '3.0' into feat/TD-30053-3.0 2024-06-05 12:38:09 +08:00
dmchen e1b32e12a1 TD-30422 2024-06-04 05:07:56 +00:00
Haojun Liao bd514fe4d3 other: merge rows. 2024-05-28 11:13:09 +08:00
Haojun Liao be107b204c enh(stream): support retrieve checkpoint data remotely when start stream tasks in vnodes. 2024-05-28 09:54:22 +08:00
wangjiaming0909 22aad41810 fix smaTest failed caused by mnode not inited 2024-05-24 11:42:01 +08:00
Haojun Liao 89fb56e77d other: merge 3.0 2024-05-24 11:41:51 +08:00
kailixu 585ec14fea feat(grant): support industry edition 2024-05-23 17:17:18 +08:00
kailixu c632a64294 Merge branch '3.0' into feat/TD-30053-3.0 2024-05-23 14:39:57 +08:00
dmchen 5055dad3cf fix/TD-30106 2024-05-23 04:22:52 +00:00
dmchen a297a38818 fix/TD-29772 2024-05-21 01:57:33 +00:00
Haojun Liao 3baa4169e6 Merge branch '3.0' into fix/3_liaohj 2024-05-20 10:31:53 +08:00
kailixu cb5bdd29b5 feat(grant): support industry edition 2024-05-16 17:30:03 +08:00
Hongze Cheng f4a9c5e3c8
Merge pull request #25669 from taosdata/enh/TD-29953
Enh/TD-29953
2024-05-15 17:26:26 +08:00
Hongze Cheng 9dd3f326ea
Merge pull request #25731 from taosdata/enh/TD-29968-3.0
enh: grant support s3/active-active/dual-replica/db_encryption
2024-05-15 15:52:28 +08:00
Minglei Jin b6eec20dfb fix(s3/grant): checking grant when doing migrate 2024-05-14 11:01:06 +08:00
kailixu 6f07e48826 Merge branch '3.0' into enh/TD-29968-3.0 2024-05-13 10:35:53 +08:00
dmchen 939183d3df fix/TD-29772 2024-05-13 01:56:49 +00:00
Haojun Liao 56a1e7e01f
Merge pull request #25727 from taosdata/fix/xftan/TD-29988-3.0
fix: build fails on macOS and Windows
2024-05-13 09:44:19 +08:00
kailixu 60e02eb3e6 Merge branch '3.0' into enh/TD-29968-3.0 2024-05-12 23:15:40 +08:00
t_max f030af3aab fix: build fails on macOS and Windows 2024-05-11 14:59:05 +08:00
Haojun Liao 7f93ec2c53 fix(stream): update the checkpoint info for followers, and some internal refactor. 2024-05-11 09:37:02 +08:00
Minglei Jin 41eb82c4de enh(s3/grant): disable s3 with expired grant 2024-05-09 15:19:50 +08:00
yihaoDeng 697ca8914e enh compress 2024-06-22 11:35:47 +08:00
wangmm0220 5f6d3fcf7e fix:[TD-29893]avoid returning 0 if vnode init error 2024-05-06 10:09:53 +08:00
Hongze Cheng 13cd60f17f
Merge pull request #25524 from taosdata/feat/TD-29823
Feat/TD-29823
2024-04-28 17:51:39 +08:00
Hongze Cheng 0253aed220
Merge pull request #25522 from taosdata/enh/TD-29801-3.0
enh: batch create table
2024-04-28 17:16:23 +08:00
kailixu 4eb1763b52 enh: batch create table 2024-04-28 13:52:17 +08:00
kailixu 4d572ebe88 enh: batch create table 2024-04-28 11:25:40 +08:00
kailixu bc1f9bca93 enh: batch create table 2024-04-28 11:07:53 +08:00
kailixu e392b39323 enh: batch create table 2024-04-28 10:24:16 +08:00