Commit Graph

2204 Commits

Author SHA1 Message Date
Haojun Liao 384efdc185
Merge pull request #25531 from taosdata/fix/3_liaohj
fix(stream):add ref for task in check rsp monitor timer.
2024-04-28 09:22:00 +08:00
kailixu 53e9e0b3af enh: batch create table 2024-04-28 04:58:05 +08:00
kailixu 3b504e6e96 enh: batch create table 2024-04-28 04:47:00 +08:00
kailixu 504263315d enh: batch create table 2024-04-28 04:37:30 +08:00
kailixu 0b5e35643c Merge branch '3.0' into enh/TD-29801-3.0 2024-04-28 04:27:25 +08:00
Haojun Liao 8e47adba09 fix(util): fix syntax error. 2024-04-27 17:46:23 +08:00
Hongze Cheng 63a735a546
Merge pull request #25512 from taosdata/fix/TD-29713
fix: arb reduce duplicate updates
2024-04-26 16:33:04 +08:00
Yihao Deng ac15015cb8 Add RpcNoDelayfp function to handle specific message types 2024-04-26 08:10:39 +00:00
kailixu 55ec5f164c enh: batch create table 2024-04-26 15:09:53 +08:00
Shungang Li 21f508fe58 fix: arb reduce duplicate updates 2024-04-26 11:40:06 +08:00
Haojun Liao c7806ebca2 fix(util): fix race condition. 2024-04-25 13:58:02 +08:00
kailixu 74afb8deae chore: solve conflicts 2024-04-17 10:52:34 +08:00
wangjiaming0909 a8e00f7410 drop tb in transaction 2024-04-16 14:23:26 +08:00
wangjiaming0909 3d77e8432d support rm ttl tb 2024-04-16 14:23:26 +08:00
wangjiaming0909 e947a2fb0d catalog cache get stream progress 2024-04-16 14:18:10 +08:00
wangjiaming0909 6324d1293a drop tsma 2024-04-16 14:13:10 +08:00
wangjiaming0909 8e2977d083 create tsma request 2024-04-16 14:13:10 +08:00
wangjiaming0909 5589cf0309 server handle tsma creation 2024-04-16 14:13:10 +08:00
dmchen b2bc5d4df1 fix/TD-29612 2024-04-16 03:37:41 +00:00
kailixu 91215d7cc0 enh: code optimization 2024-04-16 09:10:21 +08:00
kailixu 8ea9c8b879 enh: code optimization 2024-04-16 09:04:33 +08:00
dmchen 9a99b8526d resolve conflict 2024-04-15 08:24:40 +00:00
kailixu 123090e18a fix: solve conflicts 2024-04-15 16:12:15 +08:00
dmchen f1d7d79c24 tdb break, try revert 2024-04-11 03:01:05 +00:00
dmchen e68ae8f756 tdb break, try remove 2024-04-10 08:54:01 +00:00
dmchen 5f31575624 refactor 2024-04-09 06:55:01 +00:00
dmchen e80d6c810b key len check 2024-04-08 07:07:19 +00:00
Minglei Jin a407f76165 Merge branch '3.0' into enh/TD-28945 2024-04-08 10:55:47 +08:00
Minglei Jin d5e9169769 cos/multi-write: dnode part including mnode/vnode/tsdb 2024-04-08 10:31:49 +08:00
kailixu b4c8375cb9 chore: solve conflicts 2024-04-07 14:53:05 +08:00
dmchen c43e937538 write config lock 2024-04-07 02:24:41 +00:00
dmchen 463a5da0d9 checksum len 2024-04-01 09:50:42 +00:00
dmchen a1b7444a48 refactor 2024-04-01 09:39:29 +00:00
dmchen 0a4556984c merge 2024-04-01 09:19:29 +00:00
kailixu c4aba0ac37 feat: encryption key optimize and test case adjust 2024-04-01 16:14:55 +08:00
kailixu 717c4b3d9c chore: restore codes 2024-04-01 14:01:09 +08:00
kailixu 6eaa99bb2d feat: encryption algorithm 2024-04-01 13:58:13 +08:00
kailixu 9e4d692d6b feat: support encryption 2024-04-01 00:49:25 +08:00
dmchen d6ae4d37cc add function for sql 2024-03-29 06:19:44 +00:00
kailixu 8dce61b68f chore: merge TD-29280-3.0 2024-03-29 11:39:46 +08:00
kailixu 9d59fb53f4 feat: support create encrypt key 2024-03-29 11:37:40 +08:00
dmchen b9deb71fc5 basic function 2024-03-29 02:48:49 +00:00
kailixu a3398f791e enh: dnodes status optimization 2024-03-28 16:17:35 +08:00
kailixu d64594932b feat: support database encryption 2024-03-27 20:03:38 +08:00
Shungang Li 3a656c3595 feat: support 2 replica with arbitrator 2024-03-19 09:30:35 +08:00
yihaoDeng e0b1b5a1c6 fix mem leak while taosd quit 2024-02-29 10:54:35 +00:00
yihaoDeng a0c77f5baa fix mem leak while taosd quit 2024-02-29 18:40:21 +08:00
Haojun Liao 4fb9595744
Merge pull request #24948 from taosdata/fix/nullcheck
fix(util): fix the new size remaining bug.
2024-02-29 13:59:29 +08:00
Hongze Cheng 09a04ed0a4
Merge pull request #24911 from taosdata/fix/TD-28877
fix: config global debugflag
2024-02-28 13:55:04 +08:00
Shungang Li 2021eda22d fix: config global debugflag 2024-02-27 19:45:39 +08:00
kailixu bd77aff696 enh: cloud edition check 2024-02-27 17:45:52 +08:00
Haojun Liao 6bc12c8728 refactor: do some internal refactor. 2024-02-27 16:27:59 +08:00
Haojun Liao 9762c53cf9
Merge pull request #24895 from taosdata/fix/nullcheck
enh(stream):rsp the checkpoint ready msg.
2024-02-27 14:42:00 +08:00
Haojun Liao aee0460daf enh(stream):rsp the checkpoint ready msg. 2024-02-27 11:15:09 +08:00
Haojun Liao dafac591f7 enh(stream): add rsp for req-checkpoint 2024-02-27 10:53:25 +08:00
Hongze Cheng 2ea5903132
Merge pull request #23373 from taosdata/feat/TD-26529-3.0
TD-26529
2024-02-26 13:22:56 +08:00
kailixu 4afd45992a fix: sysinfo of dnode variables 2024-02-26 09:30:33 +08:00
chenhaoran ab07900895 Merge branch '3.0' into feat/TD-26529-3.0 2024-02-23 20:54:19 +08:00
kailixu a34402a11f Merge branch '3.0' into feat/TD-27463-3.0 2024-02-22 17:35:34 +08:00
dmchen 607971b514 uptime unit 2024-02-22 06:54:06 +00:00
dm chen 271e997438
Merge pull request #24823 from taosdata/3.0
merge 3.0
2024-02-22 12:47:42 +08:00
dmchen ee84e2d75e uptime unit 2024-02-22 02:00:33 +00:00
Haojun Liao b361eb4a7c fix(stream): add hb rsp handle function for vnode and snode. 2024-02-21 15:16:07 +08:00
kailixu c7932675ce enh: get machine id 2024-02-21 09:07:38 +08:00
dm chen 6d2d37d964
Merge pull request #24751 from taosdata/3.0
merge 3.0
2024-02-06 19:16:53 +08:00
kailixu 9458b86b41 feat: support uniq grant 2024-01-31 16:09:06 +08:00
kailixu 93c0890f68 feat: support uniq grant 2024-01-31 09:13:10 +08:00
kailixu 2b1a0cdbfe feat: support uniq grant 2024-01-31 08:53:45 +08:00
Haojun Liao bfbd61a02f
Merge pull request #24634 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-01-26 18:08:54 +08:00
Haojun Liao ac08f659c3 refactor: remove invalid procedure in fill-history. 2024-01-26 16:20:43 +08:00
Haojun Liao 834f08a2e0
Merge pull request #24552 from taosdata/fix/3_liaohj
fix(stream): do checkpoint after fill-history task completed.
2024-01-25 16:53:11 +08:00
dmchen f6ecd8d204 keep old protocal 2024-01-25 01:37:32 +00:00
kailixu 4d345b819a feat: support uniq grant 2024-01-24 19:08:19 +08:00
dmchen d9af07de6f new table structure 2024-01-24 09:44:44 +00:00
kailixu e13e61f4d5 Merge branch '3.0' into feat/TD-27463-3.0 2024-01-24 14:26:17 +08:00
Hongze Cheng 82f3b3a931
Merge pull request #24589 from taosdata/fix/ttlnoretry-3.0
fix: no retry for ttl drop table
2024-01-24 14:03:18 +08:00
wade zhang 86272dee4e
Merge pull request #24542 from taosdata/fix/refactorRetry1
refactor retry
2024-01-24 09:57:55 +08:00
dmchen e65c80d495 fix/TD-28431 2024-01-23 09:43:23 +00:00
dmchen 74fdc14ed3 fix/TD-28430 2024-01-23 08:33:12 +00:00
Yihao Deng 2479df3b1e sort epset 2024-01-23 06:42:42 +00:00
Shungang Li 6c823efc60 fix: no retry for ttl drop table 2024-01-22 19:55:27 +08:00
Haojun Liao 2cc584ff44 fix(stream): fix error in check vgId. 2024-01-22 11:05:42 +08:00
Haojun Liao 4a5ab10b3d fix(stream): fix memory leak. 2024-01-19 20:28:43 +08:00
Haojun Liao d973f66cea fix(stream): do checkpoint after fill-history task completed. 2024-01-19 16:18:02 +08:00
Haojun Liao f8d0c52483 fix(stream): remove this unused drop history task msg and corresponding functions. 2024-01-18 14:32:48 +08:00
kailixu 414e15a810 chore: merge 3.0 2024-01-15 10:42:45 +08:00
Haojun Liao ea0ea09b0f
Merge pull request #24409 from taosdata/opt/optMsgOnMnode
opt msg on mnd
2024-01-12 09:36:37 +08:00
kailixu ddefc5f46a chore: merge 3.0 2024-01-11 20:05:23 +08:00
Yihao Deng b0f6709474 split sync/status channel 2024-01-11 07:30:39 +00:00
Yihao Deng 5a1510aa2f split sync/status channel 2024-01-11 07:30:03 +00:00
Yihao Deng 5e1a7c694b split sync/status channel 2024-01-11 07:23:46 +00:00
Yihao Deng 423fa76207 split sync/status channel 2024-01-11 06:01:06 +00:00
yihaoDeng 44146caa9a opt msg on mnd 2024-01-11 13:46:54 +08:00
Haojun Liao 58694c67dd refactor: do some internal refactor. 2024-01-11 11:50:52 +08:00
Yihao Deng df235b0adf split sync/status channel 2024-01-11 03:22:34 +00:00
Yihao Deng b5e5167b8f split sync/status channel 2024-01-10 09:57:08 +00:00
Yihao Deng 3f0236ec17 opt msg on mnode 2024-01-10 06:18:39 +00:00
Haojun Liao 9d0d0d9ddc Merge branch '3.0' into fix/3_liaohj 2024-01-10 09:57:46 +08:00
Haojun Liao f9d5c0d403 fix(stream): fix error in tq timer. 2024-01-09 09:13:53 +08:00
Yihao Deng 1eee7b44e0 fix crash found on 3.1 2024-01-08 07:31:35 +00:00