Commit Graph

39193 Commits

Author SHA1 Message Date
Haojun Liao dfd1beaead chore: merge main 2025-03-03 14:29:10 +08:00
Simon Guan eee9976a44
Merge pull request #29958 from taosdata/fix/TD-33872-improve-status-sync-heartbeat
fix: [td-33872] improve status sync heartbeat
2025-03-03 13:51:44 +08:00
Simon Guan a0e1599f08
Merge pull request #29970 from taosdata/enh/TD-33883/errorLog
fix: error log
2025-03-03 13:31:40 +08:00
Haojun Liao 1c223488f8 Merge branch 'main' into fix/droptask 2025-03-03 10:40:13 +08:00
Haojun Liao 74562db0e5 fix(stream): set empty string instead of null ptr. 2025-03-02 15:36:29 +08:00
Haojun Liao d2d7279f0d fix(stream): fix memory leak if error occurs. 2025-03-01 19:22:26 +08:00
Haojun Liao 14ffa60e6e fix(stream): remove invalid error check. 2025-03-01 15:44:02 +08:00
Haojun Liao f8cc9648f6 fix(stream): fix memory leak. 2025-03-01 15:33:31 +08:00
dmchen b0f62f4f91 fix:statusseq 2025-03-01 12:51:09 +08:00
dmchen 65773866ca fix:remove-send-status-lock 2025-03-01 01:02:30 +08:00
dmchen ccd4b19c5f fix:remove-send-status-lock 2025-03-01 00:53:04 +08:00
dmchen e257f69c61 fix:remove-lock-from-heartbeat-log 2025-03-01 00:22:43 +08:00
dmchen 6d2925b832 fix/remove-get-queue-size-when-print-heartbeat-log 2025-03-01 00:22:42 +08:00
dmchen 3359483836 fix:decouple get mload 2025-03-01 00:22:40 +08:00
dmchen 774c512148 fix:add-status-timestamp 2025-03-01 00:22:37 +08:00
dmchen 48787ba1aa fix/move-status-to-new-queue 2025-03-01 00:22:35 +08:00
dmchen 21e3ec5a35 fix/remove-sync-heartbeat-lock-fix-check 2025-03-01 00:22:34 +08:00
dmchen 86e8675fae fix/remove-sync-heartbeat-lock 2025-03-01 00:22:34 +08:00
Haojun Liao c726420081 Merge branch 'main' into fix/droptask 2025-02-28 19:42:35 +08:00
Haojun Liao 8c1d28219a fix(stream): fix race condition 2025-02-28 19:40:10 +08:00
Haojun Liao 6e3f738490 refactor(stream): try to lock during build stream hb. 2025-02-28 18:49:48 +08:00
Haojun Liao e1c4451f81 fix(stream): avoid lock in timer to avoid sync operation blocks. 2025-02-28 17:46:54 +08:00
dmchen d2c505a9b9 fix:remove-lock-from-log-sync-heartbeat 2025-02-28 17:35:59 +08:00
Haojun Liao 1ced6d0d65 Merge branch 'main' into fix/droptask 2025-02-28 17:23:32 +08:00
Simon Guan d9e9213483
Merge pull request #29964 from taosdata/fix/chkptq
refactor(stream): handle the checkpoint msg from mnode with highest priority
2025-02-28 17:21:31 +08:00
facetosea 887444669c fix: error log 2025-02-28 16:51:25 +08:00
Haojun Liao e74ae6fc05 refactor(stream): not generated hb when trying to restart tasks. 2025-02-28 16:09:17 +08:00
dmchen 12249bb512 fix:remove-lock-from-heartbeat-log 2025-02-28 16:03:38 +08:00
Haojun Liao 5f6ecab854 fix(stream): check the return values. 2025-02-28 15:05:00 +08:00
facetosea 1462f64ce2 fix: different lenth in uion 2025-02-28 14:22:53 +08:00
Haojun Liao 3892a98e2e fix(stream): check return values. 2025-02-28 14:09:45 +08:00
Haojun Liao b23f20a450 fix(stream): fix memory leak in checkpt queue. 2025-02-28 13:56:15 +08:00
Haojun Liao 6e1206bbc1 fix(stream): add some logs. 2025-02-28 13:55:37 +08:00
Haojun Liao 951b469b10 fix(stream): add some logs. 2025-02-28 13:55:24 +08:00
Haojun Liao 14ef25101d fix(stream): adjust log. 2025-02-28 13:55:09 +08:00
Haojun Liao 3e55f8edfe fix(stream): follower nodes not restart tasks. 2025-02-28 13:54:26 +08:00
Haojun Liao e60321196b fix(stream): remove invalid assert. 2025-02-28 13:49:29 +08:00
Haojun Liao 732a9d4b32 fix(stream): fix error in the check of continuing execution condition. 2025-02-28 13:49:19 +08:00
Haojun Liao 34a439d78b fix(stream): fix error in the check of continuing execution condition. 2025-02-28 13:48:52 +08:00
Haojun Liao cb9a1a852d refactor: update some logs. 2025-02-28 13:48:13 +08:00
Haojun Liao ed03b3a22c fix(stream): try starting task even the inputQ is full. 2025-02-28 13:48:05 +08:00
Haojun Liao f56aeaf1bd fix(stream): fix error in deciding exec should quit or not. 2025-02-28 13:47:43 +08:00
Haojun Liao 24c6fe727f refactor(stream): do some internal refactor. 2025-02-28 13:47:07 +08:00
Haojun Liao 67853b4a54 enh(stream): add checkpoint queue for source tasks. 2025-02-28 13:46:40 +08:00
Simon Guan 24fae6adbb
Merge pull request #29900 from taosdata/fix/checkfh
refactor(stream): scan wal is driven by time, instead of insert events.
2025-02-28 13:42:43 +08:00
dmchen aa7cb880bb fix/remove-get-queue-size-when-print-heartbeat-log 2025-02-28 11:53:18 +08:00
Simon Guan aa1bf309ea
Merge pull request #29959 from taosdata/fix/droptask
refactor(stream): create task epset update trans out of lock
2025-02-28 11:00:58 +08:00
Simon Guan 890b8cfee2
Merge pull request #29938 from taosdata/fix/analysis
fix(stream): fix memory leak.
2025-02-28 11:00:44 +08:00
Simon Guan 1ae2bb28e8
Merge pull request #29954 from taosdata/enh/killtrans
enh(stream): not waiting during drop stream tasks.
2025-02-28 10:40:53 +08:00
dmchen b6707fbbd2 refactor(stream): move the generate checkpoint procedure out of lock, to avoid blocking heartbeat, and resulting in leader/follower switch. 2025-02-27 19:53:53 +08:00