Commit graph

919 commits

Author SHA1 Message Date
wangmm0220
a8e45440c0 fix:conflicts from 3.0 2024-02-18 18:02:14 +08:00
Hongze Cheng
461a0687ec
Merge pull request #24752 from taosdata/feat/TD-27463-3.0
feat: support uniq grant
2024-02-18 09:13:22 +08:00
Alex Duan
4816290a60 coverage: tsched.c mndTrans.h 2024-02-17 18:25:10 +08:00
kailixu
f76a61c777 feat: support uniq grant 2024-02-13 23:17:05 +08:00
Haojun Liao
3533f7ecea Merge branch '3.0' into fix/3_liaohj 2024-02-05 09:23:29 +08:00
Haojun Liao
739485a419 test(stream): add unit test case for the mnode stream module. 2024-02-05 09:10:04 +08:00
Haojun Liao
0fe9c05c5f
Merge pull request #24704 from taosdata/fix/3_liaohj
fix(stream): take ver snapshot for all vgroups
2024-02-01 17:07:36 +08:00
Haojun Liao
cb2ea4a721 fix(stream): take ver snapshot for all vgroups before launching stream with fill-history option opened. 2024-02-01 11:37:57 +08:00
wangmm0220
a9fcc67321 fix:conflicts from 3.0 2024-02-01 11:13:03 +08:00
kailixu
1e9c963e02 feat: support uniq grant 2024-01-31 17:22:57 +08:00
kailixu
f50867831b feat: support uniq grant 2024-01-31 10:43:31 +08:00
kailixu
18ece50f86 feat: support uniq grant 2024-01-31 10:02:44 +08:00
kailixu
a11410378f feat: support uniq grant 2024-01-31 09:47:10 +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
kailixu
5fd10d4049 feat: support uniq grant 2024-01-31 00:40:47 +08:00
Haojun Liao
4c22e03c1b
Merge pull request #24642 from taosdata/feat/TD-28247
feat:[TD-28247]add grant for subscribe and stream
2024-01-30 17:48:05 +08:00
Haojun Liao
11c9c7d936 refactor: do some internal refactor. 2024-01-30 09:17:02 +08:00
wangmm0220
51b7cd99d6 feat:[TD-28247]add grant for subscribe and stream 2024-01-29 14:28:48 +08:00
Haojun Liao
b714c70434 refactor: do some internal refactor. 2024-01-29 13:46:33 +08:00
Haojun Liao
9087a0d9d0 feat(stream): drop orphan tasks. 2024-01-29 11:03:50 +08:00
kailixu
80b1ad77d6 feat: support uniq grant 2024-01-28 21:24:30 +08:00
kailixu
e0d61c40f5 feat: support uniq grant 2024-01-26 19:06:56 +08:00
wangmm0220
35e2b681c7 fix:conflicts from 3.0 2024-01-26 16:32:40 +08:00
Haojun Liao
ac08f659c3 refactor: remove invalid procedure in fill-history. 2024-01-26 16:20:43 +08:00
Haojun Liao
9b3b03caab refactor: do some internal refactor. 2024-01-26 10:22:16 +08:00
Haojun Liao
bd1d1cddaf refactor: do some internal refactor. 2024-01-26 10:03:54 +08:00
Haojun Liao
d4bab8c09b refactor: do some internal refactor. 2024-01-25 16:53:30 +08:00
wangmm0220
2798ff824c feat:[TD-28247]add grant for subscribe and stream 2024-01-25 16:07:09 +08:00
kailixu
4d345b819a feat: support uniq grant 2024-01-24 19:08:19 +08:00
kailixu
486e3b7479 feat: support uniq grant 2024-01-22 18:18:01 +08:00
kailixu
dbd3c53182 feat: support uniq grant 2024-01-22 13:20:15 +08:00
kailixu
b7ea583f3a feat: support uniq grant 2024-01-19 17:01:19 +08:00
kailixu
5d6703c3ef feat: support uniq grant 2024-01-19 14:59:02 +08:00
kailixu
99c493dc5c feat: support uniq grant 2024-01-18 19:40:41 +08:00
kailixu
1daa224651 feat: support uniq grant 2024-01-18 17:49:11 +08:00
Haojun Liao
996e2939a9 refactor: do some internal refactor. 2024-01-18 15:58:46 +08:00
kailixu
76558da849 feat: support uniq grant 2024-01-18 15:23:38 +08:00
wangmm0220
2ab54a1335 fix:conflicts from 3.0 2024-01-15 16:54:52 +08:00
kailixu
414e15a810 chore: merge 3.0 2024-01-15 10:42:45 +08:00
kailixu
ddefc5f46a chore: merge 3.0 2024-01-11 20:05:23 +08:00
Haojun Liao
5f7ce21530 refactor: do some internal refactor. 2024-01-11 11:59:29 +08:00
Haojun Liao
284ef7d085 fix(stream): remove the related checkpoint trans when trying to drop stream. 2024-01-03 14:44:04 +08:00
wangmm0220
c83989754f fix:[TS-4391] rebalance cnt always 1 if msg lost 2023-12-29 14:09:49 +08:00
wangmm0220
b58a23df49 fix:[TS-4391] rebalance cnt always 1 if msg lost 2023-12-29 13:57:13 +08:00
wangmm0220
10e86fc733 fix:[TS-4391] rebalance cnt always 1 if msg lost 2023-12-27 19:25:08 +08:00
wade zhang
1a215daefa
Merge pull request #24176 from taosdata/FIX/TD-27916-3.0
enh: demarcate top and bottom halves of task trans execution
2023-12-26 18:00:41 +08:00
Haojun Liao
84583580e2 fix(stream): transfer the checkpoint trans id. 2023-12-21 19:12:49 +08:00
Benguang Zhao
f7ab8e99b5 enh: demarcate top and bottom halves of task trans execution to ensure a consistent order 2023-12-19 19:52:11 +08:00
kailixu
1f5384ad40 feat: support uniq active code 2023-12-19 18:02:53 +08:00