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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
wangmm0220
|
af42d4fa59
|
opti:[TS-4593] transform offset from file to tdb in tmq
|
2024-07-21 22:22:26 +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 |