Haojun Liao
|
6e891b0145
|
fix(stream): add into buffer before start the create stream trans.
|
2024-02-26 10:22:34 +08:00 |
Haojun Liao
|
1cf7790b1c
|
Merge pull request #24816 from taosdata/fix/nullcheck
fix(stream): send hb correctly after the leader of mnode switching in a cluster.
|
2024-02-22 08:45:34 +08:00 |
Haojun Liao
|
8740c3cb4a
|
fix(stream): send hb rsp explicitly.
|
2024-02-21 16:17:06 +08:00 |
wangmm0220
|
2049fa688a
|
fix:add log
|
2024-02-21 16:01:02 +08:00 |
wangmm0220
|
22b1db5191
|
fix:stream load error
|
2024-02-20 14:49:52 +08:00 |
Hongze Cheng
|
ffedfbaf1e
|
Merge pull request #24777 from taosdata/feat/TD-27463-3.0
fix: grant check for stream/topic/subscription
|
2024-02-19 19:36:22 +08:00 |
kailixu
|
5b69e22e9b
|
fix: grant check for streams
|
2024-02-19 16:29:40 +08:00 |
wangmm0220
|
ac9582b24a
|
fix:[TD-28567] do not add md5 to the end of subtable if create stream by sma
|
2024-02-19 13:58:58 +08:00 |
wangmm0220
|
a8e45440c0
|
fix:conflicts from 3.0
|
2024-02-18 18:02:14 +08:00 |
kailixu
|
f76a61c777
|
feat: support uniq grant
|
2024-02-13 23:17:05 +08:00 |
Haojun Liao
|
ecdcc6dee1
|
Merge pull request #24738 from taosdata/fix/3_liaohj
test(stream): add unit test case for the mnode stream module.
|
2024-02-05 13:32:46 +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 |
kailixu
|
231cf000da
|
Merge branch 'feat/TD-27463-3.0a' into feat/TD-27463-3.0
|
2024-02-02 00:07:15 +08:00 |
kailixu
|
adee720128
|
feat: support uniq grant
|
2024-02-01 17:48:29 +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
|
88f246b988
|
fix(stream): fix syntax error on windows, and add null ptr check for pTrans obj.
|
2024-02-01 15:08:06 +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
|
2b1a0cdbfe
|
feat: support uniq grant
|
2024-01-31 08:53:45 +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 |
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
|
50b59ad936
|
fix(stream): add null ptr check.
|
2024-01-26 16:08:01 +08:00 |
wangmm0220
|
ce2a3e4be2
|
fix:test case error
|
2024-01-26 15:35:29 +08:00 |
wangmm0220
|
bd2bef2428
|
fix:add test case
|
2024-01-26 15:05:31 +08:00 |
Haojun Liao
|
649d26ce72
|
fix(stream): seek to right place to start wal read.
|
2024-01-26 14:14:04 +08:00 |
Haojun Liao
|
49aff4571b
|
fix(stream): fix memory leak.
|
2024-01-26 11:33:07 +08:00 |
Haojun Liao
|
9b3b03caab
|
refactor: do some internal refactor.
|
2024-01-26 10:22:16 +08:00 |
Haojun Liao
|
bc7fe1fe6a
|
refactor: do some internal refactor.
|
2024-01-26 10:08:20 +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 |
Haojun Liao
|
dc1ea9f9a1
|
fix(stream): clear htask info when unregistering the task.
|
2024-01-24 16:23:47 +08:00 |
Haojun Liao
|
8a7e38ad15
|
fix(stream): fix checkpoint failure check.
|
2024-01-24 13:10:53 +08:00 |
Haojun Liao
|
0cd84aa587
|
fix(stream): gen checkpoint for single task.
|
2024-01-23 17:51:50 +08:00 |
kailixu
|
5208829f23
|
Merge branch '3.0' into feat/TD-27463-3.0
|
2024-01-22 13:20:00 +08:00 |
Haojun Liao
|
db474626e6
|
fix(stream): fix memory leak.
|
2024-01-22 11:49:16 +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 |
wangmm0220
|
7246fedfef
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/ly_multi_marks
|
2024-01-18 19:08:35 +08:00 |
Haojun Liao
|
996e2939a9
|
refactor: do some internal refactor.
|
2024-01-18 15:58:46 +08:00 |
Haojun Liao
|
76e6c453e7
|
enh(stream): send msg to mnode when the transferring state completed.
|
2024-01-18 15:43:36 +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
|
bf0205b54d
|
Merge branch '3.0' into feat/TD-27463-3.0
|
2024-01-17 11:29:47 +08:00 |