Commit Graph

3279 Commits

Author SHA1 Message Date
Shengliang Guan 6db8a25c98 Merge branch 'main' into merge/mainto3.0 2024-11-27 22:31:17 +08:00
Shengliang Guan 642a5152f7
Merge pull request #28900 from taosdata/fix/liaohj
fix(stream): check whether dispatch trigger block is expired or not
2024-11-27 15:47:47 +08:00
Haojun Liao 96d4a2908e fix(stream): check failedId before sending checkpoint msg 2024-11-23 02:12:15 +08:00
Haojun Liao d397c9a9b7 fix(stream): remove failed task in hash table and array list. 2024-11-22 19:22:37 +08:00
Shengliang Guan a607951115 Merge branch 'main' into merge/mainto3.0 2024-11-22 13:39:44 +08:00
Shengliang Guan ba15fb0644 Merge branch '3.0' into merge/mainto3.0 2024-11-21 11:04:36 +08:00
Shengliang Guan cfa7d275f2 Merge branch 'main' into merge/mainto3.0 2024-11-21 11:00:00 +08:00
54liuyao 6464077cec add log 2024-11-21 09:50:45 +08:00
54liuyao 5ace9b1d90 fix issue 2024-11-20 19:33:46 +08:00
54liuyao 53ae014354 fix issue for streamscan 2024-11-20 19:13:05 +08:00
Haojun Liao 1c66f22c2b refactor: move to msg. 2024-11-18 15:00:30 +08:00
Haojun Liao 55239964a9 refactor: injection error. 2024-11-16 01:56:33 +08:00
Haojun Liao b1981d309f fix(stream): return error code. 2024-11-15 17:41:14 +08:00
Haojun Liao 628808c9a4 fix(stream): fix dead lock. 2024-11-15 17:16:47 +08:00
Haojun Liao 9cc2aec9d6 fix(stream): set correct value and open inputQ for stream if reset checkpoint. 2024-11-15 17:12:01 +08:00
Haojun Liao b74a1bc726 refactor: update logs, and set correct vgId. 2024-11-15 13:48:42 +08:00
Haojun Liao 2e3196cfdc fix(stream): fix syntax error. 2024-11-15 08:57:00 +08:00
Haojun Liao fd1996a1d1 fix(stream): fix error in build msg. 2024-11-15 01:27:31 +08:00
Haojun Liao f65651f6ef fix(stream): update the msg encoder. 2024-11-15 00:19:35 +08:00
Haojun Liao b88a786fdf fix(stream): set correct error code and open inputq for upstream . 2024-11-14 17:42:49 +08:00
Haojun Liao 187997d5f0 fix(stream): record the failed checkpointId, after receive reset task info. 2024-11-14 17:40:37 +08:00
Haojun Liao b2b5a14d9d fix(stream): reset task add the failed chkptId info. 2024-11-14 17:38:40 +08:00
wangjiaming0909 274a7fd876 refine unused codes 2024-11-08 09:50:32 +08:00
wangjiaming0909 2ddd07142a remove logs 2024-11-08 09:50:32 +08:00
wangjiaming0909 9a92c136ce fix drop child table with tsma 2024-11-08 09:47:47 +08:00
wangjiaming0909 65dffbda0c fix tsma drop ctb 2024-11-08 09:47:04 +08:00
54liuyao 9449c8bdc5 adj log 2024-11-08 09:42:59 +08:00
54liuyao f452ca47fe delete window state when drop table 2024-11-08 09:42:56 +08:00
Shengliang Guan 75973af940
Merge pull request #28663 from taosdata/fix/3_liaohj
fix(stream): stop the underlying scan operations for stream
2024-11-07 13:59:55 +08:00
Shengliang Guan 3034c22afd
Merge pull request #28664 from taosdata/fix/liaohj
fix(stream): fix the underlying scan operations for stream
2024-11-07 13:59:52 +08:00
Haojun Liao 4b4943335e fix(stream): fix the underlying scan operations for stream, when trying to drop stream tasks. 2024-11-06 17:01:32 +08:00
Haojun Liao 5ba9a088d2 fix(stream): fix the underlying scan operations for stream, when trying to drop stream tasks. 2024-11-06 16:15:40 +08:00
54liuyao 719a3faa12 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 11:13:15 +08:00
54liuyao 379df5f5b2 add twa ci test 2024-11-06 10:43:13 +08:00
Shengliang Guan 08603e5d11
Merge pull request #28551 from taosdata/feat/TS-5215-2
test(blob): testing & fixes for blob
2024-11-06 10:29:03 +08:00
54liuyao ba31bf2c52 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 09:42:50 +08:00
Shengliang Guan 0be118c0aa
Merge pull request #28408 from taosdata/enh/TD-32181/client
Enh/td 32181/client
2024-11-06 09:42:05 +08:00
Shengliang Guan 8e659c5f72
Merge pull request #28652 from taosdata/fix/3_liaohj
refactor: always successfully put the retrieve msg
2024-11-05 19:19:49 +08:00
54liuyao 48d5f0e7cd fix issue 2024-11-05 18:14:35 +08:00
Haojun Liao 693aacb8cb refactor: always successfully put the retrieve msg even though the input queue is full already. 2024-11-05 17:15:19 +08:00
Haojun Liao 044f6fbcca refactor: always successfully put the retrieve msg even though the input queue is full already. 2024-11-05 17:13:16 +08:00
Haojun Liao 75f838c4b4 fix(stream): fix syntax error. 2024-11-05 11:02:41 +08:00
Haojun Liao 8148f26d30
Merge branch '3.0' into fix/ref 2024-11-05 10:50:28 +08:00
Minglei Jin 175a3f7d57 strea/checkpoint: fix meta file path 2024-11-04 14:22:28 +08:00
Minglei Jin 71e27240cb stream/rocks: fix meta file dir 2024-11-04 14:00:27 +08:00
Shengliang Guan ad0375a17a
Merge pull request #28533 from taosdata/fix/init_meta
fix(stream): add refId for meta at the end of init functions
2024-11-04 10:18:05 +08:00
54liuyao 158eda13f9 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-10-31 17:49:58 +08:00
Shengliang Guan a31027359f
Merge pull request #28253 from taosdata/fix/3_liaohj
enh(stream): check the existence for snode.
2024-10-31 17:25:36 +08:00
Haojun Liao a685c1394a refactor: do some internal refactor. 2024-10-31 15:20:18 +08:00
Haojun Liao 8b596ec4c4 fix(stream): release task after acquire. 2024-10-31 15:14:26 +08:00