Commit Graph

3015 Commits

Author SHA1 Message Date
Haojun Liao 7cdedb1f8d
Merge pull request #27934 from taosdata/fix/3_liaohj
refactor: check return value.
2024-09-19 14:55:31 +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 bfb66d5486 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-09-18 16:55:30 +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
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
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
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
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