Commit graph

316 commits

Author SHA1 Message Date
kailixu
7e57747bee fix: null pointer check when clearing tsdb reader 2024-08-12 15:51:00 +08:00
54liuyao
9b4b74e80f adj error code 2024-08-12 10:42:18 +08:00
54liuyao
3826fec13d adj error code 2024-08-09 09:28:13 +08:00
54liuyao
fe75c72666 fix issue 2024-08-08 16:24:18 +08:00
Haojun Liao
b21cc86ce3 fix(query): check return value. 2024-08-06 17:48:28 +08:00
Haojun Liao
59d190508d fix(query):check return code 2024-08-06 16:46:40 +08:00
Haojun Liao
1ea00597f3 fix(query): check null ptr. 2024-08-06 14:50:42 +08:00
Haojun Liao
cd407950e7 fix: check return value and fix bugs. 2024-08-06 10:33:13 +08:00
Haojun Liao
5524d42c2d fix: check return value and fix bugs. 2024-08-06 10:19:22 +08:00
Haojun Liao
1ba3139f9f fix(tsdb): fix during free tsdbread. 2024-08-05 14:21:28 +08:00
Haojun Liao
c449299e46 fix(tsdb): remove invalid assert. 2024-07-31 10:39:46 +08:00
Haojun Liao
79ad7585ef fix(stream): check return value. 2024-07-29 10:29:40 +08:00
Haojun Liao
7be2ecbe1f fix(common): check the return value. 2024-07-27 18:55:34 +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
7497f193c7 fix(stream): check return value, and do some internal refactor. 2024-07-23 14:47:29 +08:00
Haojun Liao
852dd833d0 fix(stream): fix syntax error. 2024-07-19 00:09:28 +08:00
Haojun Liao
a8433ec6eb fix(tsdb):set the initialized value. 2024-07-18 00:31:28 +08:00
Haojun Liao
14f149cdd3 refactor: check return value for each function. 2024-07-17 11:47:05 +08:00
Haojun Liao
1ed620e702 fix(stream): return after get value. 2024-07-17 11:17:27 +08:00
Haojun Liao
872cae1386 refactor: do some refactor. 2024-07-17 01:08:39 +08:00
Haojun Liao
749e7d6cf7 fix(stream): return after get value. 2024-07-17 00:49:53 +08:00
Haojun Liao
f3cfd297b8 fix(stream): return after get value. 2024-07-16 19:42:29 +08:00
Haojun Liao
b29e1c2b0d fix(stream):fix syntax error. 2024-07-16 19:13:14 +08:00
Haojun Liao
94f596c4ce refactor: remove the invalid return value. 2024-07-16 18:52:01 +08:00
Haojun Liao
d2cb53ab3d refactor: remove the invalid return value. 2024-07-16 15:49:08 +08:00
Haojun Liao
dd590f36e2 refactor: do some refactor. 2024-07-15 23:53:12 +08:00
Haojun Liao
51e9723d66 refactor: do some refactor. 2024-07-15 19:37:52 +08:00
Haojun Liao
019a1eb76b fix(tsdb): check return value. 2024-07-15 15:28:32 +08:00
Haojun Liao
4cfecfcf28 other: fix coverity issue. 2024-07-04 19:23:58 +08:00
Haojun Liao
b5661752aa fix(tsdb):check the result of the binary search for the end position in data file block. 2024-06-27 14:32:18 +08:00
Hongze Cheng
b761bd2e38 enh: port main change to 3.0 2024-06-26 10:32:15 +08:00
dapan1121
e34a8b48df
Merge pull request #26008 from taosdata/fix/TS-4833/dataloaded
partition interval and limimt, dataload error
2024-06-17 08:32:19 +08:00
factosea
19f6766c9a fix: blockAgg 2024-06-15 18:08:25 +08:00
Haojun Liao
849f64d557 fix(tsdb): check null for tsdb block load info 2024-06-13 13:25:29 +08:00
Haojun Liao
895ee30cf3
Merge branch '3.0' into enh/opt_prj 2024-06-09 23:51:38 +08:00
factosea
c42e627a41 test 2024-06-04 11:39:47 +08:00
Haojun Liao
cff5e753ef fix(stream): discard the result data block if the primary timestamp of results is expired. 2024-05-30 14:16:49 +08:00
Haojun Liao
93292d8149 other: merge 3.0 2024-05-18 09:58:36 +08:00
Haojun Liao
27c4e3634c refactor: do some internal refactor. 2024-05-17 17:04:05 +08:00
Haojun Liao
15181eb14b enh(tsdb): increase the capacity for return data. 2024-05-17 09:51:56 +08:00
Haojun Liao
5307f15766 refactor: do some internal refactor. 2024-05-16 19:54:29 +08:00
54liuyao
4c603fee55 format code 2024-05-15 10:54:24 +08:00
54liuyao
ab3ba3f2e4 optimize scan tsdb 2024-05-15 09:09:20 +08:00
Haojun Liao
b0ef022e87 fix(tsdb): set the correct start pos for binary search. 2024-04-29 15:13:52 +08:00
Haojun Liao
7a5cdb81d5 fix(tsdb): set the correct start pos for binary search. 2024-04-29 14:40:49 +08:00
Haojun Liao
815489d20a fix(tsdb): set the pk info when converting fileblockinfo to binrecord. 2024-04-26 11:10:20 +08:00
Haojun Liao
59a3e8ca40 fix(tsdb): overlap check take pk into consideration. 2024-04-25 23:25:24 +08:00
Haojun Liao
1adf59e7d8 fix(stream): do check when task is paused, and do some internal refactor. 2024-04-23 13:53:23 +08:00
Haojun Liao
62260bff79
Merge pull request #25389 from taosdata/fix/3_liaohj
fix(stream): reset checkpoint info after receiving task-reset info.
2024-04-19 11:23:55 +08:00