Commit Graph

3279 Commits

Author SHA1 Message Date
Pan Wei 373aaeaf0d
Merge pull request #28019 from taosdata/enh/TD-31691
enh:modify error code passing
2024-09-23 10:13:57 +08:00
54liuyao a0e7791e49 fix issue 2024-09-23 10:13:42 +08:00
lyh250-666 df147c60b0 enh:modify error code passing 2024-09-23 08:58:10 +08:00
Haojun Liao dd266585a5
Merge pull request #28007 from taosdata/fix/3_liaohj
refactor: update the error logs.
2024-09-21 01:28:56 +08:00
Haojun Liao ece81177fa fix(stream): fix syntax error. 2024-09-20 21:58:07 +08:00
Haojun Liao f3b42fd9d1 enh(stream): generate the force_window_close trigger block. 2024-09-20 19:18:35 +08:00
54liuyao 71df0e0781 adjust block type 2024-09-20 16:55:57 +08:00
Haojun Liao bb82aacac7 refactor: update the error logs. 2024-09-20 16:06:28 +08:00
Haojun Liao 689608b147
Merge pull request #27978 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-09-20 16:03:46 +08:00
54liuyao e53fafc08f Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-20 15:31:03 +08:00
Haojun Liao 8c15f59d68 fix(stream): fix the deadlock. 2024-09-20 14:22:59 +08:00
yihaoDeng 1192bc903f Merge branch '3.0' into enh/removeVoidOfTransport 2024-09-19 19:37:50 +08:00
54liuyao 2938233519 Merge branch 'fix/TD-30837' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-19 19:07:41 +08:00
Haojun Liao 0a7022693c refactor: do some internal refactor. 2024-09-19 18:13:46 +08:00
Haojun Liao 8b6771bc96 other: merge new pr. 2024-09-19 16:53:37 +08:00
Haojun Liao c5eca0486e Merge remote-tracking branch 'origin/fix/TD-30837' into fix/TD-30837
# Conflicts:
#	source/dnode/vnode/src/tq/tq.c
#	source/libs/stream/inc/streamInt.h
#	source/libs/stream/src/streamSched.c
2024-09-19 16:39:54 +08:00
Haojun Liao e1d8e98b11 feat(stream): support the force_window_close trigger. 2024-09-19 16:23:51 +08:00
yihaoDeng 7518d274e0 remove void check 2024-09-19 15:39:57 +08:00
Haojun Liao 7cdedb1f8d
Merge pull request #27934 from taosdata/fix/3_liaohj
refactor: check return value.
2024-09-19 14:55:31 +08:00
54liuyao 813cab6e33 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-19 14:45:38 +08:00
Haojun Liao eb5ee966a3
Merge pull request #27915 from taosdata/fix/TD-32138
fix(stream):fix mem leak and  adj malloc res
2024-09-19 13:51:48 +08:00
54liuyao 6225f7fa2f fix(stream):use terrno 2024-09-19 13:49:42 +08:00
Haojun Liao d698e4107c fix(stream): fix syntax error. 2024-09-19 10:21:34 +08:00
Haojun Liao 839590348f fix(test): fix syntax error in the unit tests. 2024-09-19 09:43:35 +08:00
Haojun Liao 47a2a8528c fix(stream): fix syntax error in unit test. 2024-09-19 09:04:29 +08:00
Haojun Liao ddce0e5386 fix(stream): fix syntax error. 2024-09-18 22:28:28 +08:00
54liuyao f6174d0b09 adjust stream slice res 2024-09-18 17:00:38 +08:00
54liuyao bfb66d5486 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-09-18 16:55:30 +08:00
54liuyao c4566f98b8 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-18 16:26:37 +08:00
54liuyao 8ae4e54d65 fix(stream):check null pointer 2024-09-18 16:24:28 +08:00
54liuyao bb39402174 fix(stream):check null pointer 2024-09-18 16:22:14 +08:00
Hongze Cheng 45f5c947ea enh: clear void functions 2024-09-18 16:09:39 +08:00
Haojun Liao 586826c41f refactor: check return value. 2024-09-18 15:47:15 +08:00
54liuyao 6a1cde28fb fix(stream):adjust file state res 2024-09-18 14:22:24 +08:00
yihaoDeng b8e782e55f Merge branch '3.0' into enh/opt-transport 2024-09-18 13:26:23 +08:00
54liuyao b8cd739383 add ci and fix issue 2024-09-18 11:08:47 +08:00
54liuyao 19a51d82eb fix(stream):fix mem leak and malloc res 2024-09-18 10:58:27 +08:00
Haojun Liao b4277e0e65 refactor:do some internal refactor. 2024-09-15 16:15:11 +08:00
yihaoDeng cca3319292 Merge branch '3.0' into enh/opt-transport 2024-09-15 08:14:45 +08:00
Haojun Liao 1d2c00a4ff refactor: do some internal refactor. 2024-09-15 01:25:16 +08:00
Haojun Liao 3332a0b822 refactor: do some internal refactor. 2024-09-15 01:19:30 +08:00
Haojun Liao c4a49a7bd9 refactor: do some internal refactor. 2024-09-15 00:45:45 +08:00
Haojun Liao 5f486d6976 Merge branch '3.0' into fix/3_liaohj 2024-09-14 17:29:29 +08:00
Haojun Liao b78cbb7dc5
Merge pull request #27888 from taosdata/fix/ly_stream
fix(stream):adj build file state res
2024-09-14 13:50:51 +08:00
Haojun Liao b494163f28 refactor: check return value. 2024-09-14 13:39:23 +08:00
54liuyao b649f1f1c4 fix(stream):adj build file state res 2024-09-14 10:51:57 +08:00
Haojun Liao 3b9ca7b7be fix(stream): fix syntax error. 2024-09-14 09:21:15 +08:00
Haojun Liao 1a90e9612d refactor: check return value. 2024-09-13 23:04:41 +08:00
Haojun Liao 99dbb78992 refactor: check return value for stream. 2024-09-13 22:43:55 +08:00
Haojun Liao a33015e712 refactor: pass error code to invoker. 2024-09-13 19:35:02 +08:00
Haojun Liao 83d531284b other: merge 3.0 2024-09-13 19:02:56 +08:00
54liuyao de44c5dc5e Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-13 11:13:04 +08:00
Haojun Liao c13248dd4e refactor: remove void. 2024-09-12 19:23:05 +08:00
Haojun Liao 63e6a2d433
Merge pull request #27838 from taosdata/fix/3_liaohj
fix(stream): fix the error in the checkpoint-trigger confirm condition.
2024-09-12 17:21:12 +08:00
Haojun Liao 3d50df7191 refactor: remove void. 2024-09-12 16:05:07 +08:00
Haojun Liao e0a275f1d4 fix(stream): do some internal refactor and rewrite the error code for encode. 2024-09-12 14:49:35 +08:00
Haojun Liao d013e02762 Merge branch '3.0' into fix/3_liaohj 2024-09-12 14:07:09 +08:00
Haojun Liao d01670d49a fix(stream): fix the error in the checkpoint-trigger confirm condition. 2024-09-12 14:06:25 +08:00
54liuyao 2c53c08726 fix(stream):fix issue when ts less than 0 2024-09-12 14:00:52 +08:00
54liuyao 7c32cc7796 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-12 09:08:40 +08:00
Pan Wei 8b7b5b7c6d
Merge pull request #27752 from taosdata/fix/TD-31870/OSFileRetCode
osDir
2024-09-11 17:52:14 +08:00
Haojun Liao 1e388cace7 refactor: update logs. 2024-09-11 17:01:18 +08:00
Haojun Liao 8825065364 refactor: update logs. 2024-09-11 16:58:29 +08:00
Haojun Liao c38eb033a9 refactor:update logs. 2024-09-11 15:57:06 +08:00
Haojun Liao 3821f88e64 fix(stream): fix syntax error. 2024-09-11 14:32:29 +08:00
Haojun Liao 28df9fe285 refactor: remove void 2024-09-11 14:30:59 +08:00
Pan Wei f9c8b6cd7b
Merge pull request #27796 from taosdata/enh/TD-31691
Enh/td 31691
2024-09-11 13:47:43 +08:00
Haojun Liao 064a271582
Update streamDispatch.c 2024-09-11 10:21:38 +08:00
lyh250-666 6cbb0cf172 enh:modify error code passing libs/ 2024-09-11 09:58:41 +08:00
Hongze Cheng 3f0603128c
Merge pull request #27786 from taosdata/enh/TD-31890-4
enh: error handling
2024-09-11 09:53:58 +08:00
Haojun Liao c33b57fa65
Merge pull request #27770 from taosdata/fix/syntax
fix(stream):not reset the failed checkpointId
2024-09-11 09:03:51 +08:00
Hongze Cheng 37c12b6c3a enh: error handling 2024-09-10 18:55:02 +08:00
xsren aea768d2c0 osFile 2024-09-10 17:40:19 +08:00
Hongze Cheng be80848d7e
Merge pull request #27725 from taosdata/fix/fixRocksdbmeak
fix mem leak
2024-09-10 17:39:05 +08:00
xsren aa5683cfd9 osfile 2024-09-10 14:55:14 +08:00
Haojun Liao 51bee72807 fix(stream):not reset the failed checkpointId 2024-09-10 12:58:08 +08:00
Haojun Liao 3540ec9d44
Merge pull request #27742 from taosdata/fix/syntax
refactor: remove void.
2024-09-10 12:57:14 +08:00
xsren 2a3917029f osFile 2024-09-10 11:29:50 +08:00
54liuyao 77ffe89bf6 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-10 10:22:20 +08:00
54liuyao 75727e47b5 remove assert 2024-09-09 17:58:40 +08:00
xsren 520336e129 osDir 2024-09-09 15:47:17 +08:00
Haojun Liao f2cb9b3bb9 fix(stream): fix syntax error. 2024-09-09 15:41:14 +08:00
Haojun Liao cbc0bceec6 fix(stream): fix syntax error. 2024-09-09 15:37:05 +08:00
Haojun Liao a29903101a refactor: remove void and do some internal refactor. 2024-09-09 14:49:05 +08:00
Hongze Cheng a260a5f2f7 enh: error handle in message encode and decode 2024-09-09 11:49:44 +08:00
54liuyao 88d01d8980 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-09 11:21:23 +08:00
Haojun Liao 46246c47bb
Merge pull request #27729 from taosdata/fix/3_liaohj
fix(query): fix memory leak and do some internal refactor.
2024-09-08 18:24:05 +08:00
Haojun Liao dfcff062e3
Merge pull request #27741 from taosdata/fix/syntax
fix(stream): reset error code.
2024-09-08 18:23:47 +08:00
Haojun Liao b3e5997336 fix(stream): reset error code. 2024-09-08 14:54:08 +08:00
54liuyao 9ac40d75d0 fix(stream):adjust ts check 2024-09-08 13:25:25 +08:00
yihaoDeng ae57974b30 fix mem leak 2024-09-06 16:07:57 +08:00
Haojun Liao 0236db51f6 fix(query): fix memory leak and do some internal refactor. 2024-09-06 15:44:25 +08:00
54liuyao 7501c5a865 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-06 13:26:23 +08:00
Haojun Liao 6b94573231 fix(stream): fix syntax error. 2024-09-05 17:17:26 +08:00
Haojun Liao df0f71a31c refactor: remove assert. 2024-09-05 16:12:39 +08:00
Haojun Liao 277528996e fix(stream): handle continuous retrieve during checkpoint procedure. 2024-09-05 16:04:36 +08:00
54liuyao 9c4d34ede1 fix file state issue 2024-09-05 09:27:36 +08:00
54liuyao 9368244f43 fix issue for fill history 2024-09-04 15:34:14 +08:00
54liuyao 952f5f3f6b fis issue 2024-09-02 16:31:43 +08:00
54liuyao f1cbd426d6 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-02 13:53:32 +08:00
Pan Wei 645b264cad
Merge pull request #27566 from taosdata/fix/TD-31802
fix(stream):fix stream memory leak
2024-09-02 09:33:52 +08:00
Hongze Cheng 4256e6516e
Merge pull request #27478 from taosdata/enh/TD-31689
Enh/TD-31689
2024-09-02 08:28:30 +08:00
Haojun Liao 4c91928db3
Merge pull request #27554 from taosdata/fix/syntax
refactor: remove assert
2024-08-31 15:57:27 +08:00
Haojun Liao 2fd5d5abc6
Merge pull request #27575 from taosdata/fix/create_tb
refactor: remove void.
2024-08-30 18:50:25 +08:00
54liuyao 9d8e8892b4 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-30 16:04:09 +08:00
54liuyao 5370b47468 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31802 2024-08-30 15:42:59 +08:00
Haojun Liao 7d7c2e6ff5 refactor: remove void. 2024-08-30 15:20:53 +08:00
54liuyao dd1ab39eb0 fix(stream):fix stream memory leak 2024-08-30 13:35:01 +08:00
54liuyao d94f3c5c41 fix(stream):fix stream memory leak 2024-08-30 10:53:17 +08:00
Hongze Cheng 8fcc1a06fd
Merge pull request #27552 from taosdata/fix/TD-31501-2
Fix/TD-31501-2
2024-08-30 10:24:03 +08:00
Haojun Liao af259945b6 fix(stream): fix syntax error. 2024-08-30 09:20:51 +08:00
Haojun Liao eb42d47d96 fix(stream): fix syntax error. 2024-08-30 09:09:55 +08:00
Haojun Liao 5a3427e912 fix(stream): fix syntax error. 2024-08-30 09:09:15 +08:00
Haojun Liao 52bb649615 fix(stream): fix syntax error. 2024-08-30 09:08:15 +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 b4821224c6 force remve stream path 2024-08-29 11:28:59 +00:00
Haojun Liao 705d778d95
Merge pull request #27539 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-08-29 18:38:05 +08:00
Yihao Deng 79688e32a3 add debug info 2024-08-29 09:54:28 +00:00
Haojun Liao 251bdf51c1 fix(stream): fix syntax error. 2024-08-29 16:02:33 +08:00
Haojun Liao 90bec3cd3f fix(stream): remove wait for quit in meta hb timer. 2024-08-29 16:00:22 +08:00
Haojun Liao 5bffb0c675 refactor: do some internal refactor. 2024-08-29 14:21:23 +08:00
Haojun Liao 63ec527e04
Merge pull request #27536 from taosdata/fix/3_liaohj
fix(stream): enable follower update the checkpoint info.
2024-08-29 13:43:06 +08:00
Haojun Liao 40669f4e9c fix(tsdb): 1. repeat send req consensus-checkpoint-id; 2.add more error code to deal with the init event failure, 2024-08-29 11:14:58 +08:00
Haojun Liao 1fa94a4827 fix(stream): enable follower update the checkpoint info. 2024-08-28 19:20:48 +08:00
Yihao Deng 61175aed5d check return code 2024-08-28 10:27:45 +00:00
Yihao Deng 7b09a9f8b1 change log qid 2024-08-27 08:25:28 +00:00
54liuyao ff1f75bd33 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-27 09:17:17 +08:00
yihaoDeng 2f55ba68ac check func ret 2024-08-26 18:42:11 +08:00
Yihao Deng 101ae682bc
Merge branch '3.0' into enh/TD-31603-update 2024-08-26 14:46:29 +08:00
Hongze Cheng 6e1d26d089
Merge pull request #27338 from taosdata/fix/TD-31540
Fix/TD-31540
2024-08-26 09:13:27 +08:00
Yihao Deng e1998d151b update qid log 2024-08-24 10:19:25 +00:00
xsren bc0ad2d461 fix: check blockEncode result 2024-08-23 15:51:18 +08:00
54liuyao 7efb648a5f Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-23 14:49:32 +08:00
yihaoDeng d1e6beda5e Merge remote-tracking branch 'origin/3.0' into fix/TD-31540 2024-08-23 10:00:54 +08:00
yihaoDeng 4e6f90df63 Merge branch 'fix/fixInitFailedLog2' into enh/TD-31494 2024-08-22 21:16:06 +08:00
54liuyao 2d4ff65509 adj state cache 2024-08-22 15:59:42 +08:00
54liuyao 3583237942 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-22 14:47:16 +08:00
yihaoDeng d3ea7ad6d1 change QID log 2024-08-22 10:08:26 +08:00
Haojun Liao 92286cd8c7 refactor: do some internal refactor. 2024-08-21 16:11:26 +08:00
Haojun Liao bbd097f0fd fix(stream): fix typo 2024-08-21 15:54:07 +08:00
Haojun Liao ecf65dd7f6 fix(stream): fix syntax error. 2024-08-21 15:16:04 +08:00
Haojun Liao 1a458109ca fix: fix syntax error. 2024-08-21 14:54:41 +08:00
Haojun Liao 1d50aae710 other: merge 3.0 2024-08-21 14:39:53 +08:00
Haojun Liao 2f446afe28 fix: fix syntax error. 2024-08-21 14:15:09 +08:00
Haojun Liao b6084e64ce refactor: remove assert in stream module. 2024-08-21 10:00:35 +08:00
54liuyao bd37547994 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/adj_assert 2024-08-20 19:35:36 +08:00
yihaoDeng 03a72ea6fb remove ASSERT 2024-08-20 17:25:12 +08:00
54liuyao 99bdcb3f58 enh(stream):remove assert of stream operator 2024-08-20 15:02:09 +08:00
Shengliang Guan 7261f5249c Merge remote-tracking branch 'origin/3.0' into feat/sync 2024-08-20 13:33:53 +08:00
Haojun Liao bbdd1f655b fix(stream): send kill checkpoint trans to mnode when trying to close vnode. 2024-08-20 11:04:44 +08:00
yihaoDeng ef3293f316 Merge branch '3.0' into fix/fixInitFailedLog2 2024-08-19 20:23:27 +08:00
Shengliang Guan 5ce7bcad1e refact: remove the return value of function taosCloseRef 2024-08-19 17:30:10 +08:00
Haojun Liao cf645f4cdf
Merge pull request #27286 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-08-18 20:38:47 +08:00
Haojun Liao 89eaf01621 fix(stream):fix memory leak. 2024-08-17 23:23:18 +08:00
Hongze Cheng 51632d2b37
Merge pull request #27284 from taosdata/fix/TD-31501
Fix/TD-31501
2024-08-17 17:19:42 +08:00
Haojun Liao 0d3d0730d4 refactor: do some internal refactor. 2024-08-17 15:30:10 +08:00
yihaoDeng b6c3e75746 fix mem leak 2024-08-17 09:47:43 +08:00
Haojun Liao f4bac23906 refactor: do some internal refactor 2024-08-17 01:47:30 +08:00
yihaoDeng d0beeea917 fix mem leak 2024-08-16 21:18:42 +08:00
yihaoDeng 871f4dcb3d fix mem leak 2024-08-16 21:18:22 +08:00
yihaoDeng 367b6eee72 fix mem leak 2024-08-16 21:01:02 +08:00
yihaoDeng 6bdbbc4b15 fix mem leak 2024-08-16 19:40:51 +08:00
Haojun Liao 15ba3e1541
Merge pull request #27279 from taosdata/fix/create_tb
fix(stream): fix memory leak.
2024-08-16 19:23:49 +08:00
yihaoDeng 3e928fc8fc remove backend data file 2024-08-16 18:25:10 +08:00
Haojun Liao adc583a936 fix(stream): fix memory leak. 2024-08-16 17:08:58 +08:00
54liuyao d59eb19c37 add ci 2024-08-16 10:54:52 +08:00
54liuyao 76f56d940b fix issue 2024-08-16 10:26:09 +08:00
Haojun Liao e9cf8471ef
Merge pull request #27260 from taosdata/fix/3_liaohj
fix(stream): perform node update when mnode leader/follower switches.
2024-08-16 00:27:42 +08:00
Haojun Liao 06fea91b55
Merge pull request #27255 from taosdata/fix/create_tb
fix(stream): check status before start timer.
2024-08-16 00:11:29 +08:00
Haojun Liao 44466a4bcd fix(stream): fix a typo 2024-08-15 22:28:13 +08:00
Haojun Liao c94cd24593 refactor: do some internal refactor. 2024-08-15 18:29:36 +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 3274194d21 refactor: do some internal refactor. 2024-08-15 17:11:43 +08:00
Haojun Liao 761ae2ab4b refactor: do some internal refactor. 2024-08-15 16:59:43 +08:00
Haojun Liao 59270dfd0d fix(stream): check status before start timer. 2024-08-15 16:56:30 +08:00
Haojun Liao 644f97f1c1 other: merge 3.0 2024-08-15 16:43:57 +08:00
54liuyao 6ab21a0d17 fix issue 2024-08-15 13:20:42 +08:00
54liuyao 141de6e19b Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-14 19:21:59 +08:00
54liuyao 057f09ffbf fix issue && add ci 2024-08-14 19:20:21 +08:00
54liuyao 216c53f0ae fix issue 2024-08-14 15:22:42 +08:00
Haojun Liao 264bfe3f28
Merge pull request #27200 from taosdata/fix/syntax
fix(stream): init the in-mem task list when recv checkpoint-report.
2024-08-14 09:15:04 +08:00
Haojun Liao 57a0c7b487 fix(stream): init the in-mem task list when recv checkpoint-report. check the number of complete downstream check by checking it in hashmap, not just number. 2024-08-13 23:20:37 +08:00
Haojun Liao 3701ded767 fix(stream): remove invalid assert. 2024-08-12 16:56:43 +08:00
54liuyao fd0f117544 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-12 09:37:43 +08:00
yihaoDeng 3b99e077ef fix return error 2024-08-09 16:57:10 +08:00
Haojun Liao f48d6f11ca
Merge pull request #27110 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-08-09 16:13:54 +08:00
Haojun Liao a145d9db22 fix(stream): allowed continue hb msg. 2024-08-09 14:08:08 +08:00
yihaoDeng d763e559e1 refactor errno code 2024-08-09 13:57:57 +08:00
Haojun Liao 71b8f67ea6 refactor: do some internal refactor. 2024-08-09 11:37:34 +08:00
Haojun Liao 10acd19e71 refactor: do some internal refactor. 2024-08-09 10:36:10 +08:00
Haojun Liao 6fc8c7bd4e
Merge pull request #26619 from taosdata/fix/3_liaohj
fix(stream): adjust the time to free task backend.
2024-08-09 09:09:21 +08:00
Haojun Liao c793aba958
Merge pull request #27101 from taosdata/fix/syntax
fix(stream): send kill checkpoint trans msg before close task.
2024-08-09 02:03:32 +08:00
Haojun Liao 506a72d50f fix(stream): update checkpoint info only it is in ck status. 2024-08-09 02:02:41 +08:00
Haojun Liao e3a2733fee fix(stream): send kill checkpoint trans msg before close task. 2024-08-09 00:47:42 +08:00
Haojun Liao 8472f25a6e fix(stream): send kill checkpoint trans msg before close task. 2024-08-09 00:46:20 +08:00
Haojun Liao dfa74f82d7 fix(stream): avoid repeat send checkpoint-report msg. 2024-08-09 00:40:05 +08:00
54liuyao 77c0324e20 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-08 09:12:26 +08:00
yihaoDeng ea715a21b1 fix invalid remove 2024-08-07 16:11:06 +08:00
Haojun Liao 26a770f61e fix(stream):update log. 2024-08-07 15:54:48 +08:00
yihaoDeng 925c279ac9 fix invalid remove 2024-08-07 15:25:27 +08:00
Haojun Liao 1fbb3a63bc refactor: do some internal refactor. 2024-08-07 14:59:39 +08:00
Haojun Liao 255faa0eac fix(stream): update acceptable code. 2024-08-07 11:43:38 +08:00
Haojun Liao bb7efb7423 Merge branch '3.0' into fix/3_liaohj 2024-08-07 10:21:53 +08:00
Haojun Liao a8eedcfdc6
Merge pull request #27012 from taosdata/fix/syntax
fix(query):check return code
2024-08-07 09:17:56 +08:00
54liuyao 9cc20ba687 add ci 2024-08-06 17:42:44 +08:00
Haojun Liao 59d190508d fix(query):check return code 2024-08-06 16:46:40 +08:00
Haojun Liao 1bb5d787ba
Merge pull request #27003 from taosdata/fix/syntax
fix(query):check return code
2024-08-06 16:46:33 +08:00
54liuyao 0913802c33 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-06 16:25:04 +08:00
54liuyao bdaf0d419e stream interp force window close 2024-08-06 16:14:15 +08:00
dapan1121 2d57e77df8
Merge pull request #26949 from taosdata/fix/3.0/TD-31079
fix:[TD-31079] Reduce memory usage of percentile function.
2024-08-06 16:03:29 +08:00
Haojun Liao c8dd0e90a9 fix(query):check return code 2024-08-06 14:02:58 +08:00
Haojun Liao 94a2ea1ad5 fix(stream): clear the freed ptr 2024-08-05 19:32:29 +08:00
Haojun Liao 6645192ff3 fix(stream): fix syntax error. 2024-08-05 19:12:42 +08:00
Haojun Liao 6297d238e0 fix: check return values. 2024-08-05 18:34:56 +08:00
sima eec71bcd84 fix:[TD-31079] Reduce memory usage of percentile function. 2024-08-05 17:26:25 +08:00
Haojun Liao 1c13763a46 fix(stream): set ptr to be null after free it 2024-08-05 16:24:55 +08:00
Haojun Liao ade444b690 fix(stream): check return value. 2024-08-05 14:45:54 +08:00
Haojun Liao e9ac0d6cd4 other: merge 3.0 2024-08-05 13:38:05 +08:00
yihaoDeng 093e7ef0bb refactor remve backend code 2024-08-05 12:06:01 +08:00
yihaoDeng 59586b0169 Merge branch 'fix/syntaxRefact' into fix/syntax 2024-08-05 12:04:21 +08:00
yihaoDeng 0bcfe11e84 refactor remve backend code 2024-08-05 11:55:36 +08:00
Haojun Liao 183f33af87 fix(stream): fix syntax error. 2024-08-05 10:35:00 +08:00
Haojun Liao 34ce872eaf refactor: do some internal refactor. 2024-08-05 10:16:09 +08:00
Haojun Liao 077745390d fix(stream): add more check in tmr. 2024-08-05 09:31:12 +08:00
Haojun Liao 02b59d0b33 fix(stream): add more check in tmr. 2024-08-03 16:34:26 +08:00
Haojun Liao 281f636954 fix(stream): fix syntax error. 2024-08-02 18:21:46 +08:00
Haojun Liao e0a7e64a65 fix(stream): fix deadlock. 2024-08-02 17:28:05 +08:00
Haojun Liao c1ca6ce464 fix(stream): set the concurrently handle init failed. 2024-08-02 17:24:29 +08:00
Haojun Liao 895a9a1f3d fix(stream): check status before start init, do some internal refactor. 2024-08-02 16:54:08 +08:00
54liuyao 2f9490d8bd add ci 2024-08-02 13:57:09 +08:00
54liuyao 1309749c92 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-02 13:22:33 +08:00
54liuyao b26750c200 add ci 2024-08-02 13:22:14 +08:00
Haojun Liao 3e1074aea3 fix(stream): set correct return value. 2024-08-01 16:14:58 +08:00
Haojun Liao 2dae0bf423 fix(stream): add more check. 2024-08-01 16:14:53 +08:00
Haojun Liao ede7f23b0e fix(stream): fix dead lock caused by refactor. 2024-08-01 16:14:34 +08:00
Haojun Liao 6539760c64 fix(stream): fix dead lock caused by refactor. 2024-08-01 16:13:31 +08:00
Haojun Liao b35ebe6131 fix(stream): set correct return value. 2024-08-01 15:48:09 +08:00
Haojun Liao aefb9d275e fix(stream): add ts in HbMsg. 2024-08-01 15:22:37 +08:00
Haojun Liao b57b263534 fix(stream): add check. 2024-08-01 14:40:10 +08:00
Haojun Liao c2b6d0da62 fix(stream): add more check. 2024-08-01 14:15:08 +08:00
Haojun Liao 6ba428fbf8 other: merge 3.0. 2024-08-01 11:15:49 +08:00
Haojun Liao 240d2c2a2c fix(stream): fix dead lock caused by refactor. 2024-08-01 09:31:51 +08:00
Haojun Liao cf60900155 other: merge 3.0 2024-07-31 19:27:38 +08:00
Haojun Liao d364397e0d fix(stream): fix dead lock caused by refactor. 2024-07-31 19:15:17 +08:00
Haojun Liao 715b6428aa fix(stream): update the merge result check. 2024-07-31 16:33:44 +08:00
Haojun Liao 91dcf63933 other: merge 3.0 2024-07-31 15:01:13 +08:00
Haojun Liao 52b3e1be6f fix(stream): drop orphan tasks/reset task in trans done by write-queue. 2024-07-31 14:08:22 +08:00
54liuyao bf8def41cc Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-07-31 09:20:58 +08:00
Haojun Liao e4064c3ddd
Merge pull request #26889 from taosdata/fix/syntax
fix(stream): check status before start check-rsp timer.
2024-07-31 09:09:18 +08:00