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 |
Haojun Liao
|
bf9a5135fb
|
fix(stream): disable timer for checkpoint-ready msg in rsma.
|
2024-06-05 00:13:57 +08:00 |
Haojun Liao
|
4fc21cc8b0
|
refactor: do some internal refactor.
|
2024-06-04 10:08:18 +08:00 |
Haojun Liao
|
407f79cfa6
|
fix(stream): fix dead-lock.
|
2024-06-03 19:14:45 +08:00 |
Haojun Liao
|
3b3ed1c30c
|
fix(stream): add monitor for checkpoint-ready msg recv status.
|
2024-06-03 16:45:37 +08:00 |
54liuyao
|
ca7e1344e1
|
adj stream count state buff
|
2024-06-03 15:22:12 +08:00 |
Haojun Liao
|
31317c4895
|
fix(stream): set the checkpoint ready info for only one task in stream.
|
2024-06-01 23:20:43 +08:00 |
Haojun Liao
|
2a8270f9c8
|
fix(stream): track the checkpoint-ready msg on the upstream tasks.
|
2024-06-01 18:26:45 +08:00 |
Haojun Liao
|
76b43dc072
|
fix(stream): 1. check the checkpoint-trigger rsp, 2. set the error code in the message body, 3. follower nodes not handle the checkpoint-trigger retrieve request.
|
2024-05-31 14:32:55 +08:00 |
Haojun Liao
|
ee4e4c0e6d
|
refactor: do some internal refactor.
|
2024-05-31 09:17:20 +08:00 |
Haojun Liao
|
0946f25e5f
|
fix(stream): fix syntax error.
|
2024-05-29 22:36:22 +08:00 |
Haojun Liao
|
becc4cb368
|
enh(stream): limit the concurrent started checkpoint tasks.
|
2024-05-29 19:29:26 +08:00 |
Haojun Liao
|
46ca55ac74
|
fix(stream): avoid deadlock.
|
2024-05-29 15:20:35 +08:00 |
Haojun Liao
|
27ac6ca16e
|
fix(stream): desc the ref for checkpoint-trigger timer.
|
2024-05-29 14:12:14 +08:00 |
Haojun Liao
|
09efbad117
|
fix(stream): drop related fill history task.
|
2024-05-29 11:16:26 +08:00 |
Haojun Liao
|
a9abe78eab
|
other: comment invalid sleep for test purpose
|
2024-05-29 09:16:37 +08:00 |
Haojun Liao
|
225dfb1a93
|
enh(stream): check checkpoint-trigger msg every 100ms.
|
2024-05-29 00:30:42 +08:00 |
Haojun Liao
|
d1d868f239
|
refactor: do some internal refactor and set the pActiveInfo for rsma.
|
2024-05-29 00:08:29 +08:00 |
Haojun Liao
|
8d54d45054
|
fix(stream): fix error found by CI.
|
2024-05-28 17:30:14 +08:00 |
Haojun Liao
|
cc318d7e2d
|
enh(stream): sink task does not initialize the backend.
|
2024-05-28 11:34:04 +08: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 |
Haojun Liao
|
03a5230bd7
|
Merge pull request #25923 from taosdata/fix/TD-30028
fix(stream): fix memory leak if write failed.
|
2024-05-25 00:40:14 +08:00 |
Haojun Liao
|
01fb950cbc
|
refactor: add some logs.
|
2024-05-24 11:44:17 +08:00 |
Haojun Liao
|
89fb56e77d
|
other: merge 3.0
|
2024-05-24 11:41:51 +08:00 |
Haojun Liao
|
28032dfd39
|
fix(stream): fix memory leak if write failed.
|
2024-05-24 11:39:02 +08:00 |
Haojun Liao
|
499ca6c23b
|
Merge pull request #25910 from taosdata/fix/TD-30028
fix(stream): check if outputQ is full before execute the scan history task. if it is full, idle for 5 sec.
|
2024-05-24 10:25:17 +08:00 |
Haojun Liao
|
8c0a74e7b2
|
fix(stream):adjust the idle time.
|
2024-05-24 09:19:09 +08:00 |
Yihao Deng
|
a021b62c04
|
fix backen crash
|
2024-05-23 12:02:01 +00:00 |
Haojun Liao
|
eb1f09f47f
|
refactor: do some internal refactor.
|
2024-05-23 17:25:22 +08:00 |
Haojun Liao
|
0c61fb20d6
|
fix(stream): check if outputQ is full before execute the scan history task. if it is full, idle for 5 sec.
|
2024-05-23 17:22:29 +08:00 |
Haojun Liao
|
cc7d5d7a91
|
Merge branch '3.0' into fix/TD-30028
|
2024-05-23 16:16:59 +08:00 |
Haojun Liao
|
cb6e03d985
|
Merge pull request #25896 from taosdata/fix/TD-30208
check delete mark
|
2024-05-23 15:48:01 +08:00 |
Haojun Liao
|
69567799eb
|
fix(stream): initialization tasks before start all tasks.
|
2024-05-23 15:45:59 +08:00 |
Haojun Liao
|
61b08259ba
|
fix(stream): initialization fill-history tasks before start all other stream tasks.
|
2024-05-23 15:38:16 +08:00 |
54liuyao
|
0b9e3c9115
|
check delete mark
|
2024-05-23 10:05:24 +08:00 |
Haojun Liao
|
f146ae4198
|
fix(stream):
|
2024-05-22 19:46:24 +08:00 |
Haojun Liao
|
96e1487787
|
refactor: do some internal refactor.
|
2024-05-22 16:57:09 +08:00 |
Haojun Liao
|
142bc9046d
|
fix(stream): fix memory leak.
|
2024-05-22 15:13:00 +08:00 |
Haojun Liao
|
be39044b66
|
fix(stream): add more info
|
2024-05-22 11:04:54 +08:00 |
wangmm0220
|
f21eeae56c
|
fix:[TD-30180]error in judging if groupId already added to the end of table name
|
2024-05-21 16:57:00 +08:00 |
Haojun Liao
|
3baa4169e6
|
Merge branch '3.0' into fix/3_liaohj
|
2024-05-20 10:31:53 +08:00 |
Hongze Cheng
|
9527b66db1
|
Merge pull request #25841 from taosdata/feat/ly_opt_checkpointYh
Feat/ly_opt_checkpointYh
|
2024-05-20 10:10:28 +08:00 |
Haojun Liao
|
130f7a292d
|
fix(stream): reset the error code when trying to restore checkpoint.
|
2024-05-19 22:36:09 +08:00 |
Yihao Deng
|
bb47a8df33
|
opt checkpoint
|
2024-05-17 15:30:04 +08:00 |
Yihao Deng
|
b0377a2e3a
|
opt checkpoint
|
2024-05-17 14:21:04 +08:00 |
wade zhang
|
b299ff0449
|
Merge pull request #25798 from taosdata/fix/backendInvalidFree
Fix/backendInvalidFree
|
2024-05-17 13:46:18 +08:00 |
Yihao Deng
|
a7b434075b
|
opt checkpoint
|
2024-05-16 20:16:59 +08:00 |
Yihao Deng
|
2359e0e61b
|
opt checkpoint
|
2024-05-16 18:07:57 +08:00 |
Yihao Deng
|
ef5d9316bb
|
Merge branch 'enh/refactoBackendCp' into feat/ly_opt_checkpoint
|
2024-05-16 16:30:27 +08:00 |