Haojun Liao
|
bb4ba54f28
|
fix(stream): enable new time range for stream task.
|
2023-10-09 20:09:09 +08:00 |
Haojun Liao
|
c759d90bf6
|
enh(stream): optimize the stream status when creating without fill-history option.
|
2023-10-09 20:09:09 +08:00 |
Haojun Liao
|
db897fb03a
|
fix(stream): opt perf.
|
2023-10-09 20:09:09 +08:00 |
Haojun Liao
|
0a2b70fd7f
|
fix(stream): fix syntax error.
|
2023-10-09 20:09:06 +08:00 |
Haojun Liao
|
8477271240
|
fix(stream): fix dead lock.
|
2023-10-09 20:09:00 +08:00 |
Haojun Liao
|
12eabb0c2c
|
log(stream): update logs.
|
2023-10-09 20:09:00 +08:00 |
Haojun Liao
|
b716f0d1fd
|
fix(stream): fix dead lock.
|
2023-10-09 20:08:57 +08:00 |
Haojun Liao
|
60a720efbb
|
log: update logs.
|
2023-10-09 20:08:53 +08:00 |
Haojun Liao
|
d10b07d23d
|
refactor: do some internal refactor.
|
2023-10-09 20:08:53 +08:00 |
Haojun Liao
|
6d2dbd549b
|
fix(stream): avoid repeatly free obj.
|
2023-10-09 20:08:53 +08:00 |
Haojun Liao
|
6b5770aab7
|
log(stream): update the log.
|
2023-10-09 20:08:52 +08:00 |
Haojun Liao
|
dfe8641c0c
|
refactor: optimize the fill-history task launch policy, and do some other internal refactor.
|
2023-10-09 20:08:52 +08:00 |
Haojun Liao
|
38164435f9
|
refactor: do some internal refactor.
|
2023-10-09 20:08:52 +08:00 |
Haojun Liao
|
f2848de12a
|
fix(stream): reduce the counter when remove stream tasks.
|
2023-10-09 20:08:52 +08:00 |
Haojun Liao
|
ecb3b44026
|
fix(stream): limit sink quota.
|
2023-10-09 20:08:52 +08:00 |
Haojun Liao
|
2c0e54f4f7
|
fix(stream): update the retry interval.
|
2023-10-09 20:08:13 +08:00 |
Haojun Liao
|
7f8da725bc
|
enh(stream): add quota limitation for sink task.
|
2023-10-09 20:08:13 +08:00 |
Haojun Liao
|
a248f3d088
|
refactor: do some internal refactor.
|
2023-10-09 20:08:12 +08:00 |
Haojun Liao
|
0db357401d
|
fix(stream): add new status for meta.
|
2023-10-09 20:08:12 +08:00 |
Haojun Liao
|
3912d80c02
|
fix(stream): do some internal refactor.
|
2023-10-09 20:08:11 +08:00 |
Haojun Liao
|
feb09c8361
|
fix(stream): fix error in pause scan-history data.
|
2023-10-09 20:08:11 +08:00 |
Haojun Liao
|
6a98b11bef
|
fix(stream): fix invalid read and memory leak.
|
2023-10-09 20:08:11 +08:00 |
Haojun Liao
|
65f66f0986
|
fix(stream): transfer state when all downstream rsp already.
|
2023-10-09 20:08:11 +08:00 |
Haojun Liao
|
a32b56f381
|
fix(stream): fix memory leak.
|
2023-10-09 20:08:10 +08:00 |
Haojun Liao
|
4af7812f0b
|
fix(stream): fix the invalid counter for ready tasks in vnode, fix an invalid read.
|
2023-10-09 20:08:10 +08:00 |
Haojun Liao
|
4fe1382cd9
|
fix(stream): adjust nodeUpdate check interval.
|
2023-10-09 20:08:09 +08:00 |
Haojun Liao
|
f4f55fcbce
|
fix(stream): record the tasks started info, and do some internal refactor.
|
2023-10-09 20:08:09 +08:00 |
Haojun Liao
|
68b003c804
|
fix(stream): fix race condition.
|
2023-10-09 20:08:09 +08:00 |
Haojun Liao
|
fc96ec6bae
|
fix(stream): do not wait for the checkpoint finish before stop tasks.
|
2023-10-09 20:08:09 +08:00 |
Haojun Liao
|
7167c3c5de
|
fix(stream): add new timer for each task.
|
2023-10-09 20:08:08 +08:00 |
Haojun Liao
|
7336228c16
|
refactor: do some internal refactor.
|
2023-10-09 20:08:08 +08:00 |
Haojun Liao
|
477f57aa0e
|
refactor: do some internal refactor.
|
2023-10-09 20:08:08 +08:00 |
Haojun Liao
|
52763ca2a3
|
refactor: do some internal refactor.
|
2023-10-09 20:08:07 +08:00 |
Haojun Liao
|
3baddbe67a
|
fix(stream): update the checkpoint record start time.
|
2023-10-09 20:08:07 +08:00 |
Haojun Liao
|
a6ffb845c8
|
fix(stream): fix invalid checkpoint start time.
|
2023-10-09 20:08:07 +08:00 |
Haojun Liao
|
c05a8de3e8
|
fix(stream): rsp when checkpoint source failed.
|
2023-10-09 20:08:06 +08:00 |
Haojun Liao
|
b4bc4fac98
|
fix(stream): disable auto rsp for checkpoint source.
|
2023-10-09 20:08:06 +08:00 |
Haojun Liao
|
e671e87234
|
fix(stream): fix invalid assert.
|
2023-10-09 20:08:06 +08:00 |
Haojun Liao
|
d1a6b8bd22
|
refactor: do some internal refactor.
|
2023-10-09 20:08:06 +08:00 |
Haojun Liao
|
46b17aa9f1
|
fix(stream): fix race condition.
|
2023-10-09 20:08:06 +08:00 |
Haojun Liao
|
e49409a11e
|
fix(stream): add some logs.
|
2023-10-09 20:08:05 +08:00 |
Haojun Liao
|
5eee76df65
|
fix(stream): add msg identifier check.
|
2023-10-09 20:08:05 +08:00 |
Haojun Liao
|
192c47a7c2
|
fix(stream): add some logs.
|
2023-10-09 20:08:05 +08:00 |
Haojun Liao
|
693254f602
|
fix(stream): remove invalid free.
|
2023-10-09 20:08:04 +08:00 |
Haojun Liao
|
f3bd5c411d
|
fix(stream): remove the blocking flag after successfully retry sending msg.
|
2023-10-09 20:08:04 +08:00 |
Haojun Liao
|
ed9e035095
|
fix(stream): clear the failure vnode id list before send msg.
|
2023-10-09 20:08:04 +08:00 |
Haojun Liao
|
3726aa723e
|
fix(stream): fix invalid read.
|
2023-10-09 20:08:04 +08:00 |
Haojun Liao
|
e0d19af000
|
fix(stream): refactor re-try dispatch msg for stream tasks.
|
2023-10-09 20:08:03 +08:00 |
Haojun Liao
|
2b16976902
|
refactor(stream): refactor send msg.
|
2023-10-09 20:08:03 +08:00 |
Haojun Liao
|
27e00b1f19
|
fix(stream): add some logs, and remove invalid assert.
|
2023-10-09 20:08:02 +08:00 |
Haojun Liao
|
12687eb287
|
fix(stream): add check info detailed information.
|
2023-10-09 20:08:02 +08:00 |
Haojun Liao
|
ab7c18f604
|
refactor: do some internal refactor.
|
2023-10-09 20:08:01 +08:00 |
Haojun Liao
|
e5535fa1f5
|
fix(stream): handle dispatch checkpoint-trigger failure.
|
2023-10-09 20:08:01 +08:00 |
Haojun Liao
|
65cc4040f3
|
fix(stream): update logs.
|
2023-10-09 20:08:00 +08:00 |
Haojun Liao
|
6d3a134077
|
fix(stream): ignore the dispatch failure, and set the correct rsp counter.
|
2023-10-09 20:07:54 +08:00 |
Haojun Liao
|
7f4d9b6e41
|
fix(stream): wait for the task checkpoint before stop.
|
2023-10-09 20:07:53 +08:00 |
Haojun Liao
|
ef9efc8a8e
|
refactor: do refactor the sink task.
|
2023-10-09 20:07:53 +08:00 |
Haojun Liao
|
e4ac835554
|
fix(stream): disable token bucket.
|
2023-10-09 20:07:53 +08:00 |
Haojun Liao
|
a3d13d6634
|
fix(stream): remove invalid cached task info in buffer.
|
2023-10-09 20:07:08 +08:00 |
Haojun Liao
|
1f45bd82d2
|
other: merge stream fix in main.
|
2023-10-09 20:07:01 +08:00 |
Haojun Liao
|
d752fb1ed6
|
fix(stream): exec task in task queuee threads.
|
2023-10-09 20:06:11 +08:00 |
Haojun Liao
|
1ebafe4a1f
|
fix(stream): add more check.
|
2023-10-09 20:06:11 +08:00 |
Haojun Liao
|
c403a15f36
|
fix(stream): check the status before exec stream task when handling the dispatch requests.
|
2023-10-09 20:06:11 +08:00 |
Haojun Liao
|
d76e3ac718
|
fix(stream): add task status check.
|
2023-10-09 20:06:10 +08:00 |
Haojun Liao
|
e27111ecd1
|
enh(stream): add node stage check.
|
2023-10-09 20:06:09 +08:00 |
Haojun Liao
|
ce85945583
|
fix(stream): set correct size for results generated by scan history stream tasks.
|
2023-10-09 20:06:05 +08:00 |
Haojun Liao
|
053643be19
|
fix(stream): add timestamp.
|
2023-10-09 20:06:05 +08:00 |
Haojun Liao
|
b38f9e0288
|
fix(stream): update logs.
|
2023-10-09 20:06:05 +08:00 |
Haojun Liao
|
5c0b8ea804
|
enh(stream): log the checkpoint time.
|
2023-10-09 20:06:04 +08:00 |
Haojun Liao
|
b95ad74c7f
|
fix(stream): not handle the check msg for follower tasks.
|
2023-10-09 20:06:04 +08:00 |
Haojun Liao
|
e6fb9ee46c
|
fix(stream): reset task counter.
|
2023-10-09 20:06:04 +08:00 |
Haojun Liao
|
c3a3cf21fb
|
fix(stream): add some logs.
|
2023-10-09 20:05:39 +08:00 |
Haojun Liao
|
08b37dfc13
|
fix(stream): fix memory leak.
|
2023-10-09 20:05:38 +08:00 |
Haojun Liao
|
734f648891
|
fix(stream): set the output normal for stream dispatch when encountering the transfer state.
|
2023-10-09 20:05:38 +08:00 |
Haojun Liao
|
636eccc160
|
fix(stream): add null check
|
2023-10-09 20:05:37 +08:00 |
Haojun Liao
|
57bf1cadc4
|
fix(stream): fix error in decode stream task.
|
2023-10-09 20:05:37 +08:00 |
Haojun Liao
|
9d6199adf7
|
fix(stream): fix invalid read.
|
2023-10-09 20:05:37 +08:00 |
Haojun Liao
|
0459a4628c
|
fix(stream): fix stream task id error.
|
2023-10-09 20:05:36 +08:00 |
Haojun Liao
|
7ccc273206
|
other: merge stream fix in main.
|
2023-10-09 20:05:29 +08:00 |
Haojun Liao
|
98ef566eb4
|
fix(stream): remove fill-history sink task.
|
2023-10-09 20:04:17 +08:00 |
Haojun Liao
|
e84eeee6b8
|
refactor: do some internal refactor.
|
2023-10-09 20:04:17 +08:00 |
Haojun Liao
|
fe7864b976
|
fix(stream): fix error in drop task.
|
2023-10-09 20:04:17 +08:00 |
Haojun Liao
|
c33e521aa1
|
fix(stream): update some logs.
|
2023-10-09 20:04:17 +08:00 |
Haojun Liao
|
39e0c57323
|
fix(stream): set the correct guard flag.
|
2023-10-09 20:04:16 +08:00 |
Haojun Liao
|
3d1f29ff21
|
fix(stream): fix memory leak.
|
2023-10-09 20:04:16 +08:00 |
yihaoDeng
|
c6e9134cea
|
add sess iter
|
2023-10-09 20:02:23 +08:00 |
Haojun Liao
|
6fa54789cb
|
fix(stream): disable follower send hb to mnode. and do some internal refactor.
|
2023-10-09 19:59:31 +08:00 |
Haojun Liao
|
1256eafddb
|
other: merge stream fix.
|
2023-10-09 19:59:24 +08:00 |
Haojun Liao
|
283118bf68
|
fix(stream):fix missing unlock.
|
2023-10-09 19:56:17 +08:00 |
Haojun Liao
|
aaa12ed4f8
|
refactor: do some internal refactor about the sched status set
|
2023-10-09 19:56:17 +08:00 |
Haojun Liao
|
01d104706e
|
refactor(stream): remove unnecessary streamschedTask function to improve the performance.
|
2023-10-09 19:56:17 +08:00 |
Haojun Liao
|
a678e722ce
|
fix(stream): limit the token bucket capacity
|
2023-10-09 19:56:17 +08:00 |
Haojun Liao
|
b0ef091430
|
fix(stream): retry when error occurs during timer.
|
2023-10-09 16:40:05 +08:00 |
Haojun Liao
|
be0a2e4573
|
fix(stream): disable retrieving results during checkpoint procedure
|
2023-10-09 16:33:28 +08:00 |
Haojun Liao
|
8266c4ff77
|
fix(stream): remove invalid clear of rspmsg list.
|
2023-10-09 15:26:42 +08:00 |
Haojun Liao
|
d87db2f829
|
fix(stream): fix the pause failure bug.
|
2023-10-09 14:48:11 +08:00 |
yihaoDeng
|
28b546a4ad
|
fix mem leak
|
2023-10-09 14:25:57 +08:00 |
yihaoDeng
|
be42143362
|
Merge branch '3.0' into case/TD-26408-3.0
|
2023-10-09 14:24:31 +08:00 |
yihaoDeng
|
3f9784f475
|
fix mem leak
|
2023-10-09 14:07:22 +08:00 |
Haojun Liao
|
74ff0c5b50
|
Merge branch 'main' into fix/liaohj
|
2023-10-09 10:14:53 +08:00 |