Commit Graph

3277 Commits

Author SHA1 Message Date
yihaoDeng c372b5da51 fix invalid lock 2025-01-03 16:09:32 +08:00
Shengliang Guan 94ea52ad9d
Merge pull request #29404 from taosdata/fix/tag
fix(stream): replace functions with safty ones.
2024-12-31 15:49:06 +08:00
Haojun Liao 1d0ab80e75 fix(stream): check return value for snprintf 2024-12-31 11:59:13 +08:00
Haojun Liao 5a1e5b1549 fix(stream): check return value for snprintf 2024-12-31 11:52:06 +08:00
Haojun Liao 44cfecc402 refactor: remove unused codes. 2024-12-30 13:41:34 +08:00
Haojun Liao 8c7ee17dd1 fix(stream): replace functions with safty ones. 2024-12-30 13:36:57 +08:00
Haojun Liao 0c8ac0f2ec enh(stream): inc the timeout threshold to be 600s. 2024-12-29 00:42:39 +08:00
Haojun Liao ba4d47b8b6 enh(stream): extend wait time upto 300s 2024-12-29 00:15:58 +08:00
Shengliang Guan 912fcb13bf
Merge pull request #29351 from taosdata/merge/mainto3.0
merge: from main to 3.0 branch
2024-12-27 09:06:35 +08:00
Shengliang Guan 030bcbf487
Merge pull request #29340 from taosdata/fix/liaohj
fix(stream): log error and continue running
2024-12-26 14:41:32 +08:00
54liuyao f6500b3551 ci(test):delete invalid code&& add ci 2024-12-26 11:16:02 +08:00
Haojun Liao 090ce021ac fix(stream): check error and continue computing, fix memory leak. 2024-12-26 10:42:34 +08:00
54liuyao 7e21747c4f ci(test):add slice state ut 2024-12-24 14:17:37 +08:00
54liuyao 4adf24b466 ci(stream):add stream unit test 2024-12-23 18:25:25 +08:00
54liuyao 5b10753ac0 add ut 2024-12-19 18:23:57 +08:00
Haojun Liao d2146a2efb other: merge main 2024-12-17 09:23:13 +08:00
Haojun Liao 779c1bd8ad refactor(stream): inject the reject dispatch error in stream to test the effect of fix. 2024-12-16 13:53:13 +08:00
Shengliang Guan 6b49eededd
Merge pull request #29105 from taosdata/fix/3_liaohj
enh: update the mnode epset in stream hb rsp.
2024-12-16 09:23:38 +08:00
Shengliang Guan ea96f51ba2 Merge branch '3.0' into merge/mainto3.0 2024-12-14 18:24:39 +08:00
Shengliang Guan 9c15eb7b3b Merge branch 'main' into merge/mainto3.0 2024-12-14 18:20:51 +08:00
yihaoDeng 63705d9b83 fix compile error 2024-12-12 17:25:46 +08:00
yihaoDeng c7f22d23df fix compile error 2024-12-12 15:36:44 +08:00
yihaoDeng 69a40355ed fix compile error 2024-12-12 15:35:32 +08:00
Haojun Liao b8fde1baf4 fix(stream): check return value. 2024-12-12 13:53:53 +08:00
dapan1121 ca15163215 Merge remote-tracking branch 'origin' into feat/TD-30268 2024-12-12 11:41:00 +08:00
Haojun Liao aa187f1ee3 fix(stream): check return value. 2024-12-12 09:35:35 +08:00
Haojun Liao a9d288f2d2 fix(stream): update the function signature. 2024-12-12 09:23:34 +08:00
Shengliang Guan ebcf538c05 Merge branch 'main' into merge/mainto3.0 2024-12-11 20:12:50 +08:00
Haojun Liao fa591f4667 other: merge 3.0 2024-12-11 19:07:30 +08:00
Haojun Liao cfcb85ef94 refactor(stream): update mnode epset in hb. 2024-12-11 17:25:01 +08:00
kailixu eaf5978b2c Merge branch '3.0' into feat/TD-30268 2024-12-10 18:49:15 +08:00
Haojun Liao aa12038fc4 fix(stream): record the failure of dispatch msg, and set the update node id. 2024-12-10 17:58:53 +08:00
yihaoDeng 0617120f8b fix deadlock 2024-12-09 19:13:01 +08:00
yihaoDeng 91d0fe5c8b fix deadlock 2024-12-09 19:11:48 +08:00
Shengliang Guan e99b888654 Merge branch 'main' into merge/mainto3.0 2024-12-09 19:06:06 +08:00
yihaoDeng 32b5ec1da7 opt code 2024-12-09 14:35:12 +08:00
yihaoDeng b5642faef5 Merge remote-tracking branch 'origin/main' into enh/useSafySysFunc 2024-12-09 13:46:45 +08:00
Haojun Liao b715df1ac4 fix(stream): adjust schedule interval. 2024-12-08 00:20:28 +08:00
Haojun Liao cea647daf6 refactor: limit the number of items in inputq to be 5120 2024-12-07 12:21:28 +08:00
dapan1121 d77147d296 Merge remote-tracking branch 'origin/3.0' into feat/TD-30268 2024-12-06 17:43:19 +08:00
Haojun Liao 05bfb61ec0 Merge branch 'main' into fix/liaohj 2024-12-06 14:11:54 +08:00
yihaoDeng 66771b41a0 Merge remote-tracking branch 'origin/main' into enh/useSafySysFunc 2024-12-06 10:36:09 +08:00
Haojun Liao 43ad35f911 refactor: adjust the lock procedure for unregister stream tasks. 2024-12-06 09:20:39 +08:00
Shengliang Guan fc987b9722
Merge pull request #29043 from taosdata/fix/deadlock
fix(stream): fix a deadlock in update checkpoint info in case of failed.
2024-12-05 17:26:09 +08:00
yihaoDeng ffed7a3c67 remove unused code 2024-12-05 16:28:40 +08:00
Haojun Liao af3423b714 fix(stream): fix a deadlock in update checkpoint info in case of failed. 2024-12-05 09:32:42 +08:00
54liuyao b6aa299a3c opt stream build twa result 2024-12-05 08:57:12 +08:00
Haojun Liao 067d2bd5c7 fix(stream): fix deadlock when update checkpoint info failed. 2024-12-04 22:19:37 +08:00
yihaoDeng a58d975fae use safe func 2024-12-04 19:19:17 +08:00
yihaoDeng 42519e9552 use safe func 2024-12-04 17:56:18 +08:00