Commit graph

441 commits

Author SHA1 Message Date
Haojun Liao
e138cfc1f8
Merge pull request #28212 from taosdata/fix/3_liaohj
fix(query): return correct error code.
2024-09-30 17:03:59 +08:00
Haojun Liao
0f28cd1d48 refactor: do some internal refactor. 2024-09-30 13:53:53 +08:00
Haojun Liao
70c96783c0 refactor: remove unused code. 2024-09-27 19:23:24 +08:00
Haojun Liao
75a6645925 fix(stream): set the correct res block info. 2024-09-27 19:22:53 +08:00
Haojun Liao
f6f979e6ea fix(stream): fix memory leaks. 2024-09-27 16:00:52 +08:00
Haojun Liao
b494163f28 refactor: check return value. 2024-09-14 13:39:23 +08:00
Haojun Liao
83d531284b other: merge 3.0 2024-09-13 19:02:56 +08:00
Haojun Liao
c13248dd4e refactor: remove void. 2024-09-12 19:23:05 +08:00
Haojun Liao
b3e5997336 fix(stream): reset error code. 2024-09-08 14:54:08 +08:00
Haojun Liao
6b94573231 fix(stream): fix syntax error. 2024-09-05 17:17:26 +08:00
Haojun Liao
277528996e fix(stream): handle continuous retrieve during checkpoint procedure. 2024-09-05 16:04:36 +08:00
Haojun Liao
da1bdd689f fix(stream): fix syntax error. 2024-08-30 09:06:45 +08:00
Haojun Liao
fb8867f403 refactor: remove assert. 2024-08-29 19:55:09 +08:00
Yihao Deng
7b09a9f8b1 change log qid 2024-08-27 08:25:28 +00:00
Yihao Deng
e1998d151b update qid log 2024-08-24 10:19:25 +00:00
yihaoDeng
d3ea7ad6d1 change QID log 2024-08-22 10:08:26 +08:00
Haojun Liao
54fdea3173 fix(stream): perform node update when mnode leader/follower switches. 2024-08-15 18:01:28 +08:00
Haojun Liao
2ca6726922 refactor: check return value for each function. 2024-07-18 22:52:32 +08:00
Haojun Liao
2b00d6549d refactor: check return value for each function. 2024-07-17 17:57:08 +08:00
Haojun Liao
30186f466b refactor: check return value for each function. 2024-07-17 16:47:56 +08:00
Haojun Liao
552e59f42b refactor: check return value for each function. 2024-07-17 15:40:00 +08:00
Haojun Liao
42e0dff589 fix(stream): move the expansion of the stream task related fill-history task to the place where the fill-history task must have been deoployed already. 2024-06-14 17:03:04 +08:00
Haojun Liao
0f8c0fa8cb fix(stream): add dispatch data monitor to handle the network broken problem that may cause the stream process frozen. 2024-06-13 14:56:20 +08:00
Haojun Liao
00eb621825 fix(stream): do scan checkpoint-report in write queue. 2024-06-11 14:09:50 +08:00
Haojun Liao
c4447d6873 fix(stream): flush executor state for those with only one task for a stream. 2024-06-07 12:44:38 +08:00
Haojun Liao
385e1a8b0d refactor: do some internal refactor. 2024-06-06 23:55:54 +08:00
Haojun Liao
52e090634e fix(stream): transfer state before send checkpoint-trigger msg to downstream tasks. 2024-06-06 17:21:23 +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
0946f25e5f fix(stream): fix syntax error. 2024-05-29 22:36:22 +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
be107b204c enh(stream): support retrieve checkpoint data remotely when start stream tasks in vnodes. 2024-05-28 09:54:22 +08:00
Haojun Liao
89fb56e77d other: merge 3.0 2024-05-24 11:41:51 +08:00
Haojun Liao
8c0a74e7b2 fix(stream):adjust the idle time. 2024-05-24 09:19:09 +08: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
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
Haojun Liao
7f93ec2c53 fix(stream): update the checkpoint info for followers, and some internal refactor. 2024-05-11 09:37:02 +08:00
Haojun Liao
18c66a5491 refactor: do some internal refactor. 2024-05-06 18:17:38 +08:00
Haojun Liao
bf5d523116 fix(stream): disable the exec of complete check status in timer thread. 2024-04-28 17:57:34 +08:00
Haojun Liao
a37667968f refactor: do some internal refactor. 2024-04-23 19:49:14 +08:00
Haojun Liao
82cde46614 fix(stream): fix memory leak. 2024-04-23 19:48:50 +08:00
Haojun Liao
13e14d0f55 fix(stream): add return. 2024-04-17 10:48:22 +08:00
Haojun Liao
8bdd43c305 fix(stream): wait for 50ms when no token in bucket for sink task. 2024-04-16 14:42:21 +08:00
Haojun Liao
f28e994409
Merge pull request #25091 from taosdata/fix/3_liaohj
fix(stream): transfer state before do checkpoint
2024-03-14 17:59:13 +08:00
Haojun Liao
cc0b32b1f8 fix(stream): transfer state before do checkpoint, to avoid the retrieve and deadlock by using waiting . 2024-03-14 16:13:41 +08:00
Haojun Liao
aef11bf3a8 fix(stream): add one more status for check. 2024-03-08 00:25:08 +08:00
Haojun Liao
db92bf84d8 other: merge 3.0 2024-02-29 22:21:50 +08:00
Haojun Liao
13c3654bf5 other: merge 3.0 2024-02-20 10:51:04 +08:00