Commit Graph

9460 Commits

Author SHA1 Message Date
Hongze Cheng 21754a009c enh: add more check return 2024-07-27 18:03:16 +08:00
Hongze Cheng 89e4972acc
Merge pull request #26788 from taosdata/fix/TD-30990
void unused return values
2024-07-27 17:08:28 +08:00
Hongze Cheng 4b12153b31
Merge pull request #26783 from taosdata/feat/TD-30991-3.0
feat: (errcode) tglobal.c
2024-07-27 16:39:57 +08:00
dapan1121 21f6ddf3d0
Merge pull request #26773 from taosdata/opti/TD-31017-tq-server
fix:[TD-31017]process return value in vnode for tmq
2024-07-27 15:35:39 +08:00
Shungang Li 4ec034a266 feat: (errcode) metaTtl.c 2024-07-26 23:08:16 +08:00
kailixu 87e3c17ada enh: refactor return code 2024-07-25 23:55:35 +08:00
WANG MINGMING de7d7bcb4f
Merge branch '3.0' into opti/TD-31017-tq-server 2024-07-25 17:29:22 +08:00
wangmm0220 63a239d456 fix:[TD-31017]process return value in tq for tmq 2024-07-25 17:07:18 +08:00
Minglei Jin 19819c4055 update unused return values 2024-07-25 16:08:07 +08:00
Hongze Cheng 7295aa2f0c
Merge pull request #26784 from taosdata/enh/TD-30987-17
enh: refact return code
2024-07-25 15:36:04 +08:00
Hongze Cheng d27227c235
Merge pull request #26767 from taosdata/fix/TD-30990
terrno/tsdb-cache: use new terrno macros
2024-07-25 13:38:21 +08:00
wangmm0220 e0483d00fe fix:[TD-31017]process return value in vnode for tmq 2024-07-25 13:31:18 +08:00
Hongze Cheng f075b5293a make it compile 2024-07-25 13:19:07 +08:00
Hongze Cheng 6340b50e75 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-17 2024-07-25 13:16:03 +08:00
Hongze Cheng c55db1d8f7 enh: refact return code 2024-07-25 11:45:15 +08:00
wangmm0220 680115e8c5 fix:[TD-31017]process return value in vnode for tmq 2024-07-25 11:34:09 +08:00
Minglei Jin aa921c9870 update sync raft log 2024-07-25 11:13:04 +08:00
Minglei Jin ea7eebc8a9 check memory alloc return values 2024-07-25 10:32:56 +08:00
kailixu 7ee18c5178 fix: refactor return code 2024-07-25 09:31:35 +08:00
kailixu 2c8b7fb766 Merge branch '3.0' into enh/TD-30988-3.0 2024-07-24 23:46:31 +08:00
kailixu 0d5323c587 fix: refactor return code 2024-07-24 23:46:06 +08:00
wangmm0220 99ac957290 fix:[TD-31017]process return value in vnode for tmq 2024-07-24 18:28:11 +08:00
wangmm0220 e53c8a35a4 fix:[TD-31017]process return value in vnode for tmq 2024-07-24 18:19:51 +08:00
wangmm0220 3f2278ebcf fix:[TD-31017]process return value in vnode for tmq 2024-07-24 17:56:29 +08:00
Hongze Cheng 16d98d53a9
Merge pull request #26766 from taosdata/enh/TD-30987-15
enh: refactor return code
2024-07-24 17:50:53 +08:00
Minglei Jin 3c41b5a98c use new macros 2024-07-24 17:22:00 +08:00
kailixu 2fd3bf87fc Merge branch '3.0' into enh/TD-30988-3.0 2024-07-24 16:08:34 +08:00
Haojun Liao a09ad7a81e
Merge pull request #26743 from taosdata/fix/syntax
fix(stream): check return value, and do some internal refactor.
2024-07-24 15:47:45 +08:00
kailixu acb1d0a9cc Merge branch '3.0' into enh/TD-30988-3.0 2024-07-24 14:47:47 +08:00
Minglei Jin e0cd502afe remove unused code 2024-07-24 14:43:31 +08:00
Minglei Jin 45b1bbf0ed use new macros from bcache & pgcache opening 2024-07-24 14:34:27 +08:00
Hongze Cheng e732580cd9 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-15 2024-07-24 14:28:28 +08:00
Minglei Jin 45e00afad1 tsdb/cache: remove unused block index cache 2024-07-24 14:20:59 +08:00
Hongze Cheng 31dbb1a48f
Merge pull request #26629 from taosdata/fix/TD-30990
terrno/wal: remove walWrite which is only used in unit testing
2024-07-24 14:11:30 +08:00
Hongze Cheng 69fa2a187a enh: refactor return code 2024-07-24 13:58:17 +08:00
kailixu 50c2fc567c chore: merge 3.0 2024-07-24 12:05:01 +08:00
kailixu 7b49327463 enh: refactor return code 2024-07-24 10:09:24 +08:00
Yihao Deng ae999184ef Merge remote-tracking branch 'origin/3.0' into fix/refactorTqBackend 2024-07-24 02:05:57 +00:00
Haojun Liao d34ed134b3 fix(tsdb): set the correct tsdbReader 2024-07-24 00:44:52 +08:00
Haojun Liao cd000ba981 fix(stream): set correct check return value. 2024-07-24 00:08:39 +08:00
Haojun Liao 923c791201 other: update test cases. 2024-07-23 19:53:32 +08:00
kailixu 8da3fefcbd Merge branch '3.0' into enh/TD-30988-3.0 2024-07-23 19:31:22 +08:00
kailixu 994a08ad41 enh: refactor return code 2024-07-23 19:30:55 +08:00
Haojun Liao 4d8064c950 fix(tsdb):fix invalid return code. 2024-07-23 19:16:06 +08:00
Hongze Cheng 2cdc8cc1c3 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-8 2024-07-23 18:52:13 +08:00
kailixu 66dda35f75 Merge branch '3.0' into enh/TD-30988-3.0 2024-07-23 18:06:44 +08:00
dapan1121 2220a93b41
Merge pull request #26714 from taosdata/enh/TD-31063
enh:[TD-31063] Handling return value in qnode
2024-07-23 18:06:10 +08:00
Hongze Cheng 799d89a3be Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-8 2024-07-23 17:45:55 +08:00
Hongze Cheng 0740eb88b6
Merge pull request #26737 from taosdata/enh/TD-30987-13
enh: refactor return code
2024-07-23 17:34:58 +08:00
Haojun Liao 3bddd051ca other: merge 3.0 2024-07-23 17:18:55 +08:00
Yihao Deng 533e3f0da6 refactor tq backend 2024-07-23 07:40:00 +00:00
Hongze Cheng 83746f52e2 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-8 2024-07-23 15:14:16 +08:00
Hongze Cheng 43d7532006 fix: a little bug 2024-07-23 15:12:21 +08:00
Hongze Cheng 4139dc6663
Merge pull request #26726 from taosdata/fix/TD-31068-3.0
fix: (last cache) compare pk when merging ctb data
2024-07-23 15:07:57 +08:00
sima 6255a7ba10 enh:[TD-31063] use properer errcode. 2024-07-23 15:03:15 +08:00
sima 32faa6fccc enh:[TD-31063] Handling return value in qnode.c 2024-07-23 15:02:54 +08:00
Hongze Cheng 391a31c5a2 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-13 2024-07-23 15:02:33 +08:00
Haojun Liao 7497f193c7 fix(stream): check return value, and do some internal refactor. 2024-07-23 14:47:29 +08:00
Minglei Jin 8b9cb2d7fe Merge branch 'fix/TD-30990' of https://github.com/taosdata/TDengine into fix/TD-30990 2024-07-23 14:10:23 +08:00
Minglei Jin 56691f2e0b Merge branch '3.0' into fix/TD-30990 2024-07-23 14:04:48 +08:00
kailixu 0a8be1fd3d enh: return error code 2024-07-23 13:55:26 +08:00
Haojun Liao c08ee33dca other: merge 3.0 2024-07-23 13:45:31 +08:00
Haojun Liao 93cc7aa9ad fix(stream): set correct return code. 2024-07-23 12:25:57 +08:00
Hongze Cheng 3f79e5b7e3
Merge pull request #26676 from taosdata/feat/TD-30991-3.0
feat: (errcode) ttime.c geomFunc.c geosWrapper.c
2024-07-23 11:09:20 +08:00
Hongze Cheng 10263b6b4e enh: refactor return code 2024-07-23 11:01:22 +08:00
Shungang Li 50e802d1d8 fix: tsdbRetrieveCacheRows free memory issue 2024-07-23 10:13:24 +08:00
Shungang Li f5f84c3cc6 feat: (errcode) ttime.c 2024-07-23 09:13:42 +08:00
kailixu 723c3415c5 Merge branch '3.0' into enh/TD-30988-3.0 2024-07-22 22:59:52 +08:00
Hongze Cheng c4d31e7737 enh: refactor error code 2024-07-22 19:40:07 +08:00
Shungang Li 44fa1636f2 fix: (last cache) compare pk when merging ctb data 2024-07-22 16:58:13 +08:00
kailixu cdc85d9588 enh: return error code 2024-07-22 15:53:20 +08:00
Minglei Jin c9ab734b16
Merge branch '3.0' into fix/TD-30990 2024-07-22 15:29:57 +08:00
Minglei Jin 38689df0b9 use new return macros for wal read 2024-07-22 15:28:04 +08:00
Haojun Liao 46400b2dd7 fix(stream): check return value. 2024-07-22 14:46:11 +08:00
Haojun Liao 06ca010059 fix(stream): fix syntax error. 2024-07-22 10:03:05 +08:00
Haojun Liao 12015fe414 other: merge 3.0 2024-07-22 09:41:19 +08:00
Haojun Liao 5acd35bf71 fix(stream): check return value. 2024-07-22 09:37:48 +08:00
Haojun Liao 68ecda7b07 fix(stream): check return value. 2024-07-22 09:37:12 +08:00
Haojun Liao 7201526674 fix(stream): check return value. 2024-07-22 09:13:39 +08:00
dapan1121 963b3d1b3e
Merge pull request #26690 from taosdata/opti/TS-4593-3.0
opti:[TS-4593] transform offset from file to tdb in tmq
2024-07-22 09:06:54 +08:00
Minglei Jin ecc4b50a28 Merge branch '3.0' into fix/TD-30990 2024-07-22 08:53:15 +08:00
Minglei Jin b0b9dd7d5f set terrno with taos_return 2024-07-22 08:51:30 +08:00
kailixu 98a1145091 enh: return error code 2024-07-21 23:45:59 +08:00
wangmm0220 af42d4fa59 opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-21 22:22:26 +08:00
kailixu cd8a54cbf7 enh: return error code 2024-07-21 11:43:39 +08:00
Haojun Liao 2f0768e12d
Merge pull request #26700 from taosdata/fix/create_tb
fix(stream): fix race condition when starting check downstream status
2024-07-21 10:03:43 +08:00
Haojun Liao 6cc0096534 fix(stream): fix memory leak. 2024-07-21 03:10:21 +08:00
Hongze Cheng f0b2557ec1 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-8 2024-07-20 12:26:41 +08:00
wangmm0220 21c30fe6ff opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-19 16:19:12 +08:00
Hongze Cheng c7a0d4c727 enh: refact morecode 2024-07-19 16:12:38 +08:00
Hongze Cheng 5734fe8778 fix compile error 2024-07-19 16:07:09 +08:00
Hongze Cheng 5e79c2afea Merge branch '3.0' into enh/TD-29367-8 2024-07-19 16:06:53 +08:00
Hongze Cheng 99a628cd15
Merge pull request #26661 from taosdata/enh/TD-30987-7
enh: refact errno
2024-07-19 14:32:59 +08:00
Haojun Liao 2e0b829004
Merge pull request #26669 from taosdata/fix/syntax
refactor: check return value for each function.
2024-07-19 14:31:21 +08:00
Minglei Jin 4701a92f26
Merge branch '3.0' into fix/TD-30990 2024-07-19 14:24:07 +08:00
Minglei Jin f43ce95777 use return macro with oom 2024-07-19 14:18:52 +08:00
Hongze Cheng ffe2973ade refactor return code 2024-07-19 13:19:01 +08:00
Hongze Cheng acfced4b47 fix issue 2024-07-19 13:02:34 +08:00
Hongze Cheng d2d60990ab Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-7 2024-07-19 12:51:52 +08:00
dapan1121 1a58926f14
Merge pull request #26567 from taosdata/opti/TS-4593-3.0
opti:[TS-4593] transform offset from file to tdb in tmq
2024-07-19 10:58:07 +08:00