Commit graph

34107 commits

Author SHA1 Message Date
Hongze Cheng
0a16d1bc56
Merge pull request #26648 from taosdata/fix/TD-31030
fix invalid read when taosc quit
2024-07-19 16:36:14 +08:00
dapan1121
6e0aace55c
Merge pull request #26679 from taosdata/fix/TD-31016.1
fix: function return code
2024-07-19 16:26:42 +08:00
54liuyao
a618667a5e adj stream op result 2024-07-19 16:23:52 +08:00
wangmm0220
21c30fe6ff opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-19 16:19:12 +08:00
54liuyao
13b75ba72a adj operator result 2024-07-19 16:15:37 +08:00
Minglei Jin
a0b59d3348 use new macros to return terrno 2024-07-19 16:13:09 +08:00
Hongze Cheng
c7a0d4c727 enh: refact morecode 2024-07-19 16:12:38 +08:00
Hongze Cheng
72ee8fac73 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-8 2024-07-19 16:07:50 +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
Minglei Jin
fcce9ebafa return wal fsync error code 2024-07-19 15:20:38 +08:00
dmchen
4688d4f0c1 fix case 2024-07-19 07:14:10 +00:00
wangmm0220
195fe9b6cc fix:[TD-31017]process return value in clientRawBlockWrite.c 2024-07-19 15:11:33 +08:00
kailixu
0792b025ea fix: insert clause mixed with bound and unspecified columns 2024-07-19 15:08:34 +08:00
wangmm0220
60e1c2c7d4 fix:[TD-31017]process return value in clientRawBlockWrite.c 2024-07-19 15:00:56 +08:00
wangmm0220
eaabc6d677 fix:[TD-31017]process return value in clientRawBlockWrite.c 2024-07-19 14:58:43 +08:00
54liuyao
6a71994570 adj stream op result 2024-07-19 14:50:31 +08:00
wangmm0220
6b9c00cb9b fix:[TD-31017]process return value in clientRawBlockWrite.c 2024-07-19 14:49:25 +08:00
54liuyao
5b293e7340 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-19 14:42:44 +08:00
Hongze Cheng
aa064abb47 enh: refactor return code 2024-07-19 14:36:02 +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
dapan1121
d475cd8449 fix: function return code 2024-07-19 13:46:35 +08:00
dapan1121
fc1753c1f1
Merge pull request #26598 from taosdata/enh/TD-30998
Enh/td 30998
2024-07-19 13:41:08 +08:00
Hongze Cheng
5a2093837f
Merge pull request #26672 from taosdata/fix/TS-4785-revert
fix/TS-4785
2024-07-19 13:36:44 +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
Haojun Liao
c36d6d44cd fix(stream): fix syntax error. 2024-07-19 11:49:05 +08:00
sima
e1bcd84426 enh:[TD-30998] Handling memory release when error occurred. 2024-07-19 11:28:21 +08:00
sima
e7c58ff8c8 enh:[TD-30998] Handling return value in scalarTest.c 2024-07-19 11:28:21 +08:00
sima
71e57b1dfc enh:[TD-30998] Handling return value in filterTest.c 2024-07-19 11:28:21 +08:00
sima
a1fb874c22 enh:[TD-30998] Handling return value in sclvector.c 2024-07-19 11:28:21 +08:00
sima
e0ffc8edcb enh:[TD-30998] Handling return value in sclfunc.c 2024-07-19 11:28:21 +08:00
sima
2893a93303 enh:[TD-30998] Handling return value in scalar.c 2024-07-19 11:28:21 +08:00
sima
434fd97615 enh:[TD-30998] Handling return value in filter.c 2024-07-19 11:28:21 +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
dapan1121
d4dceae3ce
Merge pull request #26650 from taosdata/fix/TS-5178/udfEnv
fix: start udfd with env var
2024-07-19 10:32:39 +08:00
dapan1121
bdfc168f80
Merge pull request #26664 from taosdata/fix/TD-31016.1
enh: catalog return code validation
2024-07-19 10:27:54 +08:00
dmchen
785cde757a fix/TS-4785 2024-07-19 02:27:52 +00:00
Yihao Deng
01a8412805 refactor error code 2024-07-19 02:21:24 +00:00
Hongze Cheng
78e0762714
Merge pull request #26646 from taosdata/enh/TD-30987-5
refact more code
2024-07-19 10:14:37 +08:00
Haojun Liao
144855ef83 fix(stream): fix deadlock 2024-07-19 09:39:29 +08:00
Yihao Deng
64160333bf Merge remote-tracking branch 'origin/3.0' into fix/addErrorToMgmt 2024-07-19 01:01:05 +00:00
54liuyao
7b3b4653a5 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-19 08:57:23 +08:00
Hongze Cheng
6f4fc0a41b
Merge pull request #26652 from taosdata/enc/TD-30987-6
enh: check return code
2024-07-19 08:51:14 +08:00
Haojun Liao
852dd833d0 fix(stream): fix syntax error. 2024-07-19 00:09:28 +08:00
wangmm0220
61b46b2e98 fix:conflicts from 3.0 2024-07-18 22:56:16 +08:00
Haojun Liao
2ca6726922 refactor: check return value for each function. 2024-07-18 22:52:32 +08:00
Haojun Liao
d18f3a6a46
Merge pull request #26618 from taosdata/fix/syntax
fix(stream): return after get value.
2024-07-18 22:29:08 +08:00
dapan1121
ad1d85bb13 fix: add hash duplicated issue 2024-07-18 19:26:50 +08:00
dapan1121
989c31f0a7 Merge remote-tracking branch 'origin/3.0' into fix/TD-31016.1 2024-07-18 19:15:46 +08:00
dapan1121
44406c3fd3
Merge pull request #26640 from taosdata/fix/hashPut
fix: taoshash put
2024-07-18 19:12:35 +08:00
54liuyao
4201dee5ae Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-18 18:54:49 +08:00
wangmm0220
5eb3251a27 opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-18 18:38:09 +08:00
Hongze Cheng
eb554aa40d Merge branch '3.0' of https://github.com/taosdata/TDengine into enc/TD-30987-6 2024-07-18 18:14:51 +08:00
dapan1121
ecc2ae7757 enh: add catalog return code processing 2024-07-18 18:14:43 +08:00
54liuyao
f161514c19 adj stream operator result 2024-07-18 17:24:36 +08:00
Hongze Cheng
3e262250d7 enh: refact errno 2024-07-18 17:17:02 +08:00
Hongze Cheng
c9a5c30ea9
Merge pull request #26643 from taosdata/fix/TD-30989-mnode2
fix/TD-30989
2024-07-18 16:59:08 +08:00
Yihao Deng
e20a972b7f refactor rsync 2024-07-18 08:45:58 +00:00
54liuyao
afa7d04aaf adj stream operator result 2024-07-18 16:39:01 +08:00
Yihao Deng
91182fd39c refactor error code 2024-07-18 08:23:38 +00:00
Hongze Cheng
3de0b18d8e make CI pass 2024-07-18 16:12:19 +08:00
54liuyao
0497224fe7 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-18 16:08:30 +08:00
54liuyao
cc9233fdb3 adj stream operator result 2024-07-18 16:08:01 +08:00
Haojun Liao
0cca12ab52 fix(stream): add some logs. 2024-07-18 15:49:49 +08:00
Haojun Liao
fb3fe03c1f fix(stream): to avoid repeatly start checkpoint timer if previous timer is not started yet. 2024-07-18 14:57:39 +08:00
Minglei Jin
6ce5320750 wal/mgmg: use new return macros for wal mgmt 2024-07-18 14:40:49 +08:00
Hongze Cheng
cbb1234c7b Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-5 2024-07-18 14:34:04 +08:00
wangmm0220
1d8791a106 opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-18 14:32:04 +08:00
dmchen
a1163f2844 fix case 2024-07-18 06:27:34 +00:00
Minglei Jin
180411434a wal/ref: use new return macros for ref 2024-07-18 14:14:51 +08:00
dmchen
013121e1df fix case 2024-07-18 06:14:14 +00:00
dapan1121
5cd03bb2ce fix: compile issues 2024-07-18 14:13:29 +08:00
Hongze Cheng
927300c924 fix: compile error 2024-07-18 14:07:26 +08:00
Yihao Deng
4977dfc7ea Merge remote-tracking branch 'origin/3.0' into fix/addErrorToMgmt 2024-07-18 06:04:14 +00:00
54liuyao
952908f0c9 adj stream operator result 2024-07-18 14:01:24 +08:00
xsren
960103a6ef fix: mem leak 2024-07-18 13:58:47 +08:00
Yihao Deng
51853914b5 refactor error code 2024-07-18 05:30:39 +00:00
Yihao Deng
ac7e64f178 refactor error code 2024-07-18 05:29:35 +00:00
Yihao Deng
26663153b5 refactor error code 2024-07-18 05:26:36 +00:00
Haojun Liao
3277496f84 fix(stream): fix syntax error. 2024-07-18 13:26:14 +08:00
dapan1121
123b0e9378 fix: catalog free issue 2024-07-18 13:25:56 +08:00
Haojun Liao
5d797ce7fd fix(stream): fix syntax error. 2024-07-18 13:24:45 +08:00
dmchen
3fc95ef47c fix/TD-30989 2024-07-18 04:47:49 +00:00
xsren
e8218f7f63 fix: set fqdn for udfd 2024-07-18 12:18:17 +08:00
54liuyao
455c9d32c4 adj stream operator result 2024-07-18 11:44:15 +08:00
Hongze Cheng
69e79966b6 enh: check return code 2024-07-18 11:32:13 +08:00
54liuyao
99f4484328 adj stream operator result 2024-07-18 11:26:50 +08:00
Hongze Cheng
28a85323f7
Merge pull request #26600 from taosdata/fix/TD-30989-mnode1
fix/TD-30989
2024-07-18 11:14:21 +08:00
Hongze Cheng
ecaf29c124
Merge pull request #26599 from taosdata/fix/TD-30989-sdb
fix/TD-30989
2024-07-18 11:08:57 +08:00
Hongze Cheng
f56ab1ee27
Merge pull request #26630 from taosdata/fix/TD-30816-3.0
fix: (pk) load last cache from tsdb
2024-07-18 10:51:59 +08:00
Haojun Liao
fd3a06586b fix(stream): fix syntax error. 2024-07-18 10:49:46 +08:00
kailixu
41198c554b chore: merge 3.0 2024-07-18 10:40:53 +08:00
Hongze Cheng
2327319c14 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-5 2024-07-18 10:37:22 +08:00
54liuyao
4e6b898c9a adj stream operator result 2024-07-18 10:37:14 +08:00
dmchen
8501d0a909 fix case 2024-07-18 02:36:28 +00:00
Minglei Jin
964397ea63 move log macros into internal header 2024-07-18 10:29:25 +08:00
Minglei Jin
f485e4c5e8 remove wal seek module 2024-07-18 10:16:12 +08:00
54liuyao
ab642b245c adj stream operator result 2024-07-18 10:09:15 +08:00
xsren
24183d3f86 fix: start udfd with env var 2024-07-18 09:58:23 +08:00
Minglei Jin
d2be5e0464 refactor wal's meta & reader 2024-07-18 09:51:31 +08:00
Haojun Liao
438921e9cc refactor: check return value for each function. 2024-07-18 09:30:58 +08:00
Yihao Deng
d0d73daf7e fix invalid read when taosc quit 2024-07-18 01:13:00 +00:00
dapan1121
66245a54f0 fix: taos array init issue 2024-07-18 09:06:52 +08:00
54liuyao
d5873aa1b2 adj log 2024-07-18 09:01:35 +08:00
Haojun Liao
80a7b7da5f fix(tsdb): fix invalid return value. 2024-07-18 08:58:39 +08:00
Yihao Deng
690c6e1cf1 Merge remote-tracking branch 'origin/3.0' into fix/addErrorToMgmt 2024-07-18 00:57:10 +00:00
Yihao Deng
71ec35a7da Merge remote-tracking branch 'origin/3.0' into fix/addErrorToMgmt 2024-07-18 00:48:38 +00:00
Yihao Deng
3369f7ae41 refactor error code 2024-07-18 00:48:27 +00:00
Minglei Jin
5e4b7b35a5 fix compile error 2024-07-18 08:04:19 +08:00
Haojun Liao
a8433ec6eb fix(tsdb):set the initialized value. 2024-07-18 00:31:28 +08:00
Hongze Cheng
decd68f811 refact more code 2024-07-17 22:09:09 +08:00
Hongze Cheng
3bada98670 revert some change to make CI pass 2024-07-17 21:58:23 +08:00
Hongze Cheng
c1b5a80e20 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-4 2024-07-17 21:19:03 +08:00
wangmm0220
18ed8e2904 Merge branch '3.0' of https://github.com/taosdata/TDengine into opti/TS-4593-3.0 2024-07-17 19:56:14 +08:00
wangmm0220
c7e37a3a00 opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-17 19:44:41 +08:00
dmchen
f727668ebb fix/TD-30989 2024-07-17 11:41:15 +00:00
Haojun Liao
43dc95869f fix(stream):set the initialized value. 2024-07-17 19:41:06 +08:00
54liuyao
113cb57326 adj stream operator result 2024-07-17 19:35:35 +08:00
Hongze Cheng
a3c0acb78a
Merge pull request #26620 from taosdata/fix/TD-30973-release-group-2
fix/TD-30973
2024-07-17 19:29:32 +08:00
dapan1121
2eec17b20c enh: add catalog return code processing 2024-07-17 19:23:20 +08:00
Haojun Liao
0b6a49ac7d fix(stream): fix error and do some internal refactor. 2024-07-17 19:17:53 +08:00
Haojun Liao
9bdc65ceb1 fix(stream):fix syntax error. 2024-07-17 18:57:29 +08:00
Haojun Liao
b35d107bf9 refactor: check return value for each function. 2024-07-17 18:55:04 +08:00
Haojun Liao
45eaaeb21a
Merge pull request #26634 from taosdata/fix/create_tb
fix(util): suppress error report by valgrind on loogson
2024-07-17 18:20:58 +08:00
kailixu
1547b7ba88 enh: return with code 2024-07-17 17:57:14 +08:00
Haojun Liao
2b00d6549d refactor: check return value for each function. 2024-07-17 17:57:08 +08:00
factosea
aee48971de fix: taoshash put 2024-07-17 17:52:29 +08:00
dmchen
42eb599d35 resolve comment 2024-07-17 09:50:21 +00:00
Minglei Jin
10dc3b35e0 remove struct dot initialization for cpp 2024-07-17 17:39:13 +08:00
Haojun Liao
0100bb51b9 other: merge 3.0 2024-07-17 17:36:49 +08:00
dapan1121
fa2fb83014
Merge pull request #26609 from taosdata/TD-31000
ret value for parTranslater.c
2024-07-17 17:33:39 +08:00
Haojun Liao
2aa4d6028b refactor: check return value for each function. 2024-07-17 16:56:36 +08:00
Haojun Liao
30186f466b refactor: check return value for each function. 2024-07-17 16:47:56 +08:00
wangmm0220
f078be357d opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-17 16:25:51 +08:00
Haojun Liao
c7abeaed08 fix(util): suppress error report by valgrind on loogson 2024-07-17 16:17:26 +08:00
Hongze Cheng
cb055eca80 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-4 2024-07-17 16:16:15 +08:00
Hongze Cheng
931749dca6 refactor tsdb code 2024-07-17 16:15:19 +08:00
wangmm0220
646731b5dd opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-17 15:58:37 +08:00
Haojun Liao
552e59f42b refactor: check return value for each function. 2024-07-17 15:40:00 +08:00
Minglei Jin
e2371f9d91 remove unused internal api: walSeekWriteVer 2024-07-17 14:52:42 +08:00
Minglei Jin
e6c86f5586 fix(wal/write): remove walWrite which is only used in unit testing 2024-07-17 14:45:23 +08:00
Shungang Li
394da5d8bf fix: (pk) load last cache from tsdb 2024-07-17 14:27:06 +08:00
Hongze Cheng
fdd866737d fix more 2024-07-17 13:17:40 +08:00
Hongze Cheng
35606a5658 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3 2024-07-17 13:07:07 +08:00
Haojun Liao
9b3a9d52fb
Merge pull request #26603 from taosdata/fix/create_tb
fix(stream): check dst stable schema before create submit msg
2024-07-17 12:31:40 +08:00
Haojun Liao
14f149cdd3 refactor: check return value for each function. 2024-07-17 11:47:05 +08:00
wangmm0220
a61d5fa827 opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-17 11:26:22 +08:00
Haojun Liao
53ed030967 Merge branch '3.0' into fix/3_liaohj 2024-07-17 11:25:19 +08:00
dmchen
e68ac2300e fix/TD-30973 2024-07-17 03:22:02 +00:00
dapan1121
aeb21a536e
Merge pull request #26610 from taosdata/fix/TD-30966.sch.0
fix: scheduler return code
2024-07-17 11:21:51 +08:00
Haojun Liao
1ed620e702 fix(stream): return after get value. 2024-07-17 11:17:27 +08:00
Hongze Cheng
6f29e7638c
Merge pull request #26562 from taosdata/fix/TD-30872-3.0
fix: parseOneStbRow support for jsontag
2024-07-17 11:03:07 +08:00
Yihao Deng
f0fa962410 refactor error code 2024-07-17 03:00:38 +00:00
Hongze Cheng
95f3230a1c
Merge pull request #26573 from taosdata/fix/TD-30981-3.0
fix: disable dynamic modification of 'tempdir'
2024-07-17 10:53:49 +08:00
Yihao Deng
cd9b4b132e refactor error code 2024-07-17 02:51:28 +00:00
wangjiaming0909
0cccaa8ac4 ret value for parTranslater.c 2024-07-17 10:26:06 +08:00
Haojun Liao
395b437fec Merge branch '3.0' into fix/create_tb 2024-07-17 10:24:20 +08:00
Haojun Liao
5057749790 fix(stream): fix race condition for dispatch msg. 2024-07-17 10:22:49 +08:00
Haojun Liao
9aadc5e4ac fix(stream): fix race condition for dispatch msg. 2024-07-17 10:18:58 +08:00
Hongze Cheng
53d917cf89 fix CI problem 2024-07-17 09:57:13 +08:00
dapan1121
a62c0fda83 fix: scheduler UT issues 2024-07-17 09:12:42 +08:00
dapan1121
23e72a6e69
Merge pull request #26587 from taosdata/feat/TD-30975
feat:[TD-30975]process return value in schemaless
2024-07-17 09:10:58 +08:00
Haojun Liao
665fbd6f22
Merge pull request #26551 from taosdata/fix/TD-30967
feat: adj result of function
2024-07-17 09:09:23 +08:00
Haojun Liao
103e9194b0
Merge pull request #26592 from taosdata/fix/syntax
fix(tsdb): check return value.
2024-07-17 09:08:22 +08:00
Hongze Cheng
d8e3279ca6 fix: little fix 2024-07-17 08:58:59 +08:00
Hongze Cheng
b34a21c6fb Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3 2024-07-17 08:50:10 +08:00
dmchen
3e4d31a2fb compile 2024-07-17 00:49:35 +00:00
Hongze Cheng
59f284a152
Merge pull request #26606 from taosdata/fix/TD-30990
terrno/cos: use new macro to return terrno
2024-07-17 08:48:53 +08:00
dmchen
89be4351dc fix case 2024-07-17 00:37:34 +00:00
Hongze Cheng
77257a62a6 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3 2024-07-17 08:35:30 +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
Hongze Cheng
28fba0c3f9 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3.0-1 2024-07-16 20:30:38 +08:00
Hongze Cheng
5c6c9a8219 fix: test compile 2024-07-16 20:26:46 +08:00
Hongze Cheng
7cce77c260 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3 2024-07-16 20:19:31 +08:00
Haojun Liao
f3cfd297b8 fix(stream): return after get value. 2024-07-16 19:42:29 +08:00
Minglei Jin
6fbea46198 init cp_body early 2024-07-16 19:20:36 +08:00
Minglei Jin
13d330f3c6 mem alloc result checking 2024-07-16 19:14:21 +08:00
Haojun Liao
b29e1c2b0d fix(stream):fix syntax error. 2024-07-16 19:13:14 +08:00
dapan1121
352abe0b5c fix: scheduler return code 2024-07-16 19:03:12 +08:00
Yihao Deng
21de23e14b refactor error code 2024-07-16 11:00:12 +00:00
wangmm0220
0704dcf45d fix:[TS-4593] check info error 2024-07-16 18:56:20 +08:00
Hongze Cheng
1a4d4254ab
Merge pull request #26595 from taosdata/fix/TD-30989-audit
fix/TD-30989
2024-07-16 18:52:49 +08:00
Haojun Liao
94f596c4ce refactor: remove the invalid return value. 2024-07-16 18:52:01 +08:00
Minglei Jin
5fbc7e2588 fix usings of TAOS_CHECK_{RETURN, GOTO} 2024-07-16 18:43:00 +08:00
dapan1121
2642b7d222
Merge pull request #26601 from taosdata/fix/TD-30966.sch.0
fix: add scheduler return code validation
2024-07-16 18:17:16 +08:00
Yihao Deng
640eada5b1 refactor error code 2024-07-16 10:01:09 +00:00
Hongze Cheng
64363627fe enh: refact tqueue code 2024-07-16 17:30:32 +08:00
dmchen
86ddcac6d4 one return success 2024-07-16 09:23:23 +00:00
dapan1121
cfa9435a20 fix: invalid ref id issue 2024-07-16 16:26:01 +08:00
Haojun Liao
38ee5dc472 fix(stream):fix syntax error. 2024-07-16 16:04:51 +08:00
Minglei Jin
d93d5325e0 terrno/cos: use new macro to return terrno 2024-07-16 16:03:15 +08:00
wangmm0220
1ce180050b feat:[TD-30975]process return value in schemaless 2024-07-16 16:01:37 +08:00
Haojun Liao
19ba5af5e7 refactor: remove the invalid return value. 2024-07-16 15:59:16 +08:00
Haojun Liao
d2cb53ab3d refactor: remove the invalid return value. 2024-07-16 15:49:08 +08:00
Hongze Cheng
9003371dff add return code 2024-07-16 14:56:30 +08:00
Haojun Liao
691c1dfa7d fix(stream): check dst stable schema before generating auto create table. 2024-07-16 14:45:09 +08:00
Hongze Cheng
459a452db2 fix more 2024-07-16 14:19:07 +08:00
54liuyao
4ca7d3c40c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-16 13:37:24 +08:00
dapan1121
cb48954ef3 enh: add return code validation 2024-07-16 13:26:26 +08:00
Hongze Cheng
6aa0b2ff3b Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3.0-1 2024-07-16 13:18:56 +08:00
dmchen
44efc20ec3 fix/TD-30989 2024-07-16 04:56:55 +00:00
wangmm0220
e76e06cf2e feat:[TD-30975]process return value in schemaless 2024-07-16 11:50:40 +08:00
Hongze Cheng
88281f7f34 more fix 2024-07-16 11:50:19 +08:00
dmchen
cfe7c552bc fix/TD-30989 2024-07-16 03:25:30 +00:00
dmchen
2d3d6e7b31 fix/TD-30989 2024-07-16 02:10:15 +00:00
wangmm0220
101d1936e9 feat:[TD-30975]process return value in schemaless 2024-07-16 09:39:58 +08:00
dmchen
8d337e94ac fix/TD-30989 2024-07-16 01:34:38 +00:00
Haojun Liao
8dde576c6f fix(stream): add explicit create table into sink cache. 2024-07-16 09:32:13 +08:00
Hongze Cheng
80883479a7 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3.0-1 2024-07-16 09:22:41 +08:00
Hongze Cheng
bdd6ba6b90 adjust format 2024-07-16 09:18:54 +08:00
54liuyao
2f03c89812 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-16 09:13:51 +08:00
Hongze Cheng
d158705a01 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3.0-1 2024-07-16 09:10:36 +08:00
Yihao Deng
87e114a2d0 Merge remote-tracking branch 'origin/3.0' into fix/addErrorToMgmt 2024-07-16 01:07:13 +00:00
Yihao Deng
6c39f81c7b refactor error 2024-07-16 01:04:16 +00:00
Hongze Cheng
c2f02c693a
Merge pull request #26583 from taosdata/fix/tmisceFile30
Fix/tmisceFile30
2024-07-16 09:02:20 +08:00
dapan1121
9ed56939df Merge remote-tracking branch 'origin/3.0' into fix/TD-30966.sch.0 2024-07-16 08:54:40 +08:00
54liuyao
29381075c5 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-16 08:54:12 +08:00
Haojun Liao
dd590f36e2 refactor: do some refactor. 2024-07-15 23:53:12 +08:00
Haojun Liao
25f5c9dc5e other: merge 3.0 2024-07-15 19:41:54 +08:00
Haojun Liao
51e9723d66 refactor: do some refactor. 2024-07-15 19:37:52 +08:00
dapan1121
82b517dd2a enh: add scheduler return code processing 2024-07-15 19:28:04 +08:00
Haojun Liao
a46b7b3a41 fix(stream): adjust the time to free task backend. 2024-07-15 19:19:58 +08:00
dapan1121
7bbe84a1b0
Merge pull request #26576 from taosdata/fix/TD-30966.2
fix: qworker UT case
2024-07-15 19:16:03 +08:00
wangmm0220
aed8a75e35 feat:[TD-30975]process return value in schemaless 2024-07-15 19:07:20 +08:00
dapan1121
c10106a4da
Merge pull request #26512 from taosdata/enh/TD-29679
use regex cache
2024-07-15 19:01:50 +08:00
Haojun Liao
14a7cebc56 fix(stream): add explicit create table into sink cache. 2024-07-15 18:51:58 +08:00
54liuyao
b5ccc3db92 adj stream function result 2024-07-15 18:19:05 +08:00
Hongze Cheng
d2b05bfbbd enh: refact more encode and decode function 2024-07-15 18:06:38 +08:00
Yihao Deng
581f21496f refacto return code 2024-07-15 10:03:41 +00:00
Hongze Cheng
513bbc50b6 enh: refact encode and decode function 2024-07-15 17:35:00 +08:00
dapan1121
b81493b7b4 fix: compile issues 2024-07-15 17:32:36 +08:00
dapan1121
abe49ff61a enh: add scheduler return code processing 2024-07-15 17:11:36 +08:00
Shungang Li
51000ffe7f fix: parseOneStbRow support for jsontag 2024-07-15 16:35:23 +08:00
factosea
ae67829b67 fix: hash remove 2024-07-15 16:32:32 +08:00
dapan1121
50d7a458e5 fix: qworker ut cases 2024-07-15 15:40:39 +08:00
54liuyao
3cdb957f22 adj function of stream operator result 2024-07-15 15:32:11 +08:00
Haojun Liao
019a1eb76b fix(tsdb): check return value. 2024-07-15 15:28:32 +08:00
Shungang Li
57dc3f4562 fix: disable dynamic modification of 'tempdir' 2024-07-15 15:15:17 +08:00
dapan1121
4951ed9fa7
Merge pull request #26552 from taosdata/fix/TD-30966.0
fix: validate function return value
2024-07-15 14:59:47 +08:00
dapan1121
b3402a93bc
Merge pull request #26530 from taosdata/fix/3.0/TS-5150
fix:[TS-5150] Fix stddev wrong result with null type.
2024-07-15 14:57:32 +08:00
factosea
a5073355bb fix: regex hash 2024-07-15 14:56:23 +08:00
Haojun Liao
a886351298 fix(stream): update checkpoint into different dir. 2024-07-15 14:52:28 +08:00
dapan1121
a8c39cdd11 enh: add return code processing 2024-07-15 14:48:21 +08:00
54liuyao
4efd774ce8 adj stream function return 2024-07-15 14:32:31 +08:00
54liuyao
503822a9c5 adj ut 2024-07-15 14:24:09 +08:00
Haojun Liao
c4cde6f268 fix(stream): mark the timer launched by which checkpoint procedure. 2024-07-15 14:23:33 +08:00
Hongze Cheng
dccbd4be99
Merge pull request #26545 from taosdata/enh/TD-30880-2
Enh/TD-30880-2
2024-07-15 14:15:48 +08:00
54liuyao
2062e6f9e9 adj ut 2024-07-15 14:11:02 +08:00
Hongze Cheng
77e2582cc1
Merge pull request #26536 from taosdata/enh/TD-30856-3.0
enh: 'create table' parses csv file per tsMaxInsertBatchRows
2024-07-15 13:54:48 +08:00
dapan1121
a82b0b805d fix: error handling issue 2024-07-15 13:50:04 +08:00
54liuyao
bb25622a30 adj ci 2024-07-15 13:47:02 +08:00
54liuyao
33f873b8ec Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-07-15 13:42:45 +08:00
54liuyao
9b067d075f adj stream function return 2024-07-15 13:38:34 +08:00
Yihao Deng
3414738b63 Minimize redundant logs 2024-07-15 03:26:45 +00:00
Yihao Deng
a1f23648b7 Minimize redundant logs 2024-07-15 03:22:21 +00:00
wangmm0220
1e1612a5fa opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-15 10:19:03 +08:00
dapan1121
4c2c9a71d5 fix: table info issue 2024-07-15 10:05:57 +08:00
54liuyao
60b268bbbe adj test 2024-07-15 09:54:41 +08:00
54liuyao
89a62c526e adj return 2024-07-15 09:50:12 +08:00
wangmm0220
e78a75d183 opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-15 09:48:04 +08:00
Hongze Cheng
3cbedf3f4b
Merge pull request #26506 from taosdata/fix/TS-4785-3.0
fix/TS-4785
2024-07-15 09:05:59 +08:00
dapan1121
c62914c698
Merge pull request #26524 from taosdata/fix/TS-4921
fix:[TS-4921]null pointer error
2024-07-15 08:32:03 +08:00
factosea
e88277592a log level 2024-07-13 18:13:21 +08:00
factosea
22f69837b3 clear timer 2024-07-13 15:22:16 +08:00
factosea
3e85d0c546 fix: timer 2024-07-13 11:39:25 +08:00
Yihao Deng
142f9132a5 fix failed to load task 2024-07-12 12:08:57 +00:00
54liuyao
3b914248a5 adj bloomfilter 2024-07-12 15:52:54 +08:00
54liuyao
5b982354e1 adj bloomfilter 2024-07-12 15:30:03 +08:00
dapan1121
e527f2fd0b fix: validate function return value 2024-07-12 15:22:39 +08:00
Haojun Liao
f424460a0c other: merge 3.0 2024-07-12 15:17:06 +08:00
Haojun Liao
8b269ca955 refactor: do some internal refactor. 2024-07-12 15:12:43 +08:00
Haojun Liao
58b44de576
Merge pull request #26526 from taosdata/fix/3_liaohj
fix(stream):commit the update of table meta.
2024-07-12 15:11:51 +08:00
factosea
eed684e072 fix: match check 2024-07-12 14:16:55 +08:00
Haojun Liao
cb42806148 fix(stream): update some logs. 2024-07-12 13:31:39 +08:00
factosea
2604a17fef fix: invalid operation 2024-07-12 12:04:23 +08:00
factosea
57f826608a checkout regex pattern at client 2024-07-12 11:48:48 +08:00
Haojun Liao
8c024c8554 fix(stream): add some logs. 2024-07-12 11:43:14 +08:00
Yihao Deng
0d7bd8e3af fix compile error 2024-07-12 03:01:19 +00:00
Yihao Deng
d37ac7935f Merge remote-tracking branch 'origin/3.0' into enh/TD-30880-2 2024-07-12 02:55:58 +00:00
Yihao Deng
d5eb7202f3 fix compile error 2024-07-12 02:54:59 +00:00
sima
c25bc3f2ca fix:[TS-5150] Fix stddev wrong result with null type. 2024-07-12 09:19:46 +08:00
factosea
cfda747613 fix: match cache release 2024-07-11 21:00:08 +08:00
Haojun Liao
93c06be262 fix(stream): free checkpoint trigger block in case of redundant trigger block recved. 2024-07-11 17:03:21 +08:00
dapan1121
6272fb831f
Merge pull request #26513 from taosdata/fix/3.0/TD-30948
fix:[TD-30948] Convert Ucs4 when exec local cmd.
2024-07-11 17:02:25 +08:00
Shungang Li
942599fe04 enh: 'create table' parses csv file per tsMaxInsertBatchRows 2024-07-11 16:14:31 +08:00
Hongze Cheng
3303a462e2
Merge pull request #26500 from taosdata/fix/TS-5154-3.0
fix/TS-5154-3.0
2024-07-11 16:03:19 +08:00
Haojun Liao
4e684c400d fix(stream): ignore the invalid_vgroup_id error for checkpoint_trans. 2024-07-11 15:12:05 +08:00
wangmm0220
ea9819744e fix:[TS-4592]remove lost status 2024-07-11 15:08:59 +08:00
wangmm0220
f90fd21142 fix:[TS-4592]merge conflicts 2024-07-11 15:04:07 +08:00
wangmm0220
45fc89c50f fix:[TS-4921]null pointer error 2024-07-11 14:59:52 +08:00
Haojun Liao
15573efbbc fix(stream):commit the update of table meta. 2024-07-11 14:57:40 +08:00
wangmm0220
4ef2c39649 fix:[TS-4592]remove lost status 2024-07-11 14:56:25 +08:00
dmchen
051956eb82 fix/TS-5154 2024-07-11 05:55:12 +00:00
dmchen
c6c323f40e fix/TS-5154 2024-07-11 05:46:38 +00:00
dapan1121
e4c624f286
Merge pull request #26489 from taosdata/fix/3.0/TD-30819
feat:[TD-30819] Reduce memory usage when use percentile with interval.
2024-07-11 13:35:39 +08:00
dapan1121
3e3e7e3808
Update timewindowoperator.c 2024-07-11 13:35:25 +08:00
dmchen
034c7b56ca fix/TS-4785 2024-07-11 05:33:56 +00:00
dapan1121
0d784d94d6
Merge pull request #26453 from taosdata/fix/TD-30915
fix:[TD-30915]tmq exit elegantly
2024-07-11 13:15:10 +08:00
factosea
c135ee8358 fix: set terrno 2024-07-11 11:37:16 +08:00
dmchen
98a6797a4d fix/TS-4785 2024-07-11 01:25:05 +00:00
factosea
d0ade067b2 init regex cache in unit test 2024-07-11 09:12:41 +08:00
dmchen
b82bc71e34 fix/TS-4785 2024-07-11 00:37:06 +00:00
Hongze Cheng
1f57cf43d3
Merge pull request #26503 from taosdata/fix/TS-5143-3.0
fix: tsdbCacheUpdate incorrect filling cache
2024-07-11 07:26:47 +08:00
Haojun Liao
e273173d20
Merge pull request #26499 from taosdata/fix/3_liaohj
fix(stream): fix race-condition during expand stream tasks.
2024-07-11 00:06:57 +08:00
sima
3c53bcfb22 fix:[TD-30948] Convert Ucs4 when exec local cmd. 2024-07-10 20:41:07 +08:00
factosea
41b8693430 use regex cache 2024-07-10 19:46:09 +08:00
sima
f17c535ca0 feat:[TD-30819] Reduce memory usage when using percentile with interval. 2024-07-10 19:43:19 +08:00
dmchen
0654cdd08e fix/TS-4785 2024-07-10 11:01:27 +00:00
wangmm0220
1e156c9ce1 fix:cleanup scheduler timer & remove destroy global variables to avoid heap use after free 2024-07-10 18:58:06 +08:00
wangmm0220
b28437aaba feat:[TS-4592] clear lost status for consumer 2024-07-10 18:42:20 +08:00
dapan1121
076fd07a26
Merge pull request #26492 from taosdata/enh/3.0/bigger_tsma_interval
Enh/3.0/bigger tsma interval
2024-07-10 18:30:40 +08:00
dapan1121
4bad97a261
Merge pull request #26497 from taosdata/fix/3.0/TD-30936
fix possible block of query worker pool
2024-07-10 18:26:00 +08:00
dmchen
3f7f6c15ab fix/TS-4785 2024-07-10 10:22:40 +00:00
Haojun Liao
7214cea808 fix(stream): check if task is killed during generated interval results. 2024-07-10 18:16:51 +08:00
Shungang Li
3cc926d597 fix: tsdbCacheUpdate incorrect filling cache 2024-07-10 17:52:13 +08:00
dmchen
fef33e91b3 fix/TS-5154 2024-07-10 09:49:46 +00:00
Haojun Liao
60fa674be8 fix(stream): fix race-condition during expand stream tasks. 2024-07-10 17:46:33 +08:00
sima
154ef739d9 fix:[TD-30819] fix memory leak in SqlFunctionCtx. 2024-07-10 10:59:51 +08:00
wangjiaming0909
1b6fa8544c fix possible block of query worker pool 2024-07-10 09:47:59 +08:00
wangjiaming0909
844a01a751 fix tsma test 2024-07-10 09:22:38 +08:00
54liuyao
dcb8673063 set key for session window state 2024-07-10 09:01:39 +08:00
dapan1121
92089e2d86
Merge pull request #26417 from taosdata/enh/TD-29154/diff
Enh/td 29154/diff
2024-07-10 08:38:32 +08:00
wangjiaming0909
143dda3e6f add tests for tsma with bigger interval 2024-07-09 19:31:16 +08:00
factosea
81b62f4a15 fix: use int64 for timestamp 2024-07-09 18:47:33 +08:00
wangmm0220
020900e359 fix:check if queue is closed before send data to queue in monitor 2024-07-09 18:39:54 +08:00
wangmm0220
3236907467 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30915 2024-07-09 18:35:41 +08:00
Hongze Cheng
0fcc57b52a
Merge pull request #26439 from taosdata/enh/TD-30442
Enh/TD-30442
2024-07-09 18:04:34 +08:00
Hongze Cheng
c27d7f4ca3
Merge pull request #26481 from taosdata/fix/TS-5144-3.0
fix/TS-5144
2024-07-09 17:53:54 +08:00
Yihao Deng
1b052eefd0 refactor code 2024-07-09 09:48:26 +00:00
wangjiaming0909
64f3d11783 add tests for month/year tsma interval 2024-07-09 17:39:44 +08:00
Haojun Liao
d28adbed29
Merge pull request #26485 from taosdata/fix/3_liaohj
refactor: update the consensus-checkpointId generation procedure.
2024-07-09 17:26:47 +08:00
Yihao Deng
ddd3c23ff0 refactor code 2024-07-09 09:12:02 +00:00
dapan1121
3852c55a75
Merge pull request #26423 from taosdata/fix/TD-30883-3.0
fix[TD-30883] tmqParamsTest.py failed in some times
2024-07-09 17:12:00 +08:00
Yihao Deng
41f8553d53 refactor code 2024-07-09 08:35:04 +00:00
Yihao Deng
ee09e26f47 refactor code 2024-07-09 08:24:30 +00:00
Haojun Liao
8db4722be4 fix(stream):fix syntax error. 2024-07-09 16:08:35 +08:00
Haojun Liao
773f70a907 fix(stream): fix syntax error. 2024-07-09 15:55:56 +08:00
Haojun Liao
c71413c2aa fix(stream): discard the repeat send consensus-checkpointId msg. 2024-07-09 14:52:15 +08:00
factosea
163b31a4ee fix: type overflow 2024-07-09 14:48:21 +08:00
Haojun Liao
acde36a25b Merge branch '3.0' into fix/3_liaohj 2024-07-09 14:43:35 +08:00
Hongze Cheng
0b241fa3fd
Merge pull request #26468 from taosdata/fix/TS-4331-3.0
protection when alter stt_trigger
2024-07-09 11:14:44 +08:00
dmchen
d4c6b3447b fix/TS-5144 2024-07-09 03:02:08 +00:00
Haojun Liao
75d2e96b9a
Merge pull request #26446 from taosdata/fix/cov
refactor(stream): delay checkpointInterval to generate the checkpoint
2024-07-09 09:00:43 +08:00
Hongze Cheng
618bb18ed4 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TS-4331-3.0 2024-07-09 08:57:48 +08:00
factosea
20f4eda56d fix: tinyint 2024-07-09 07:05:40 +08:00
Haojun Liao
9f4f4f7f9f fix(stream): set the null column when extracting data from submit data. 2024-07-09 00:01:54 +08:00
factosea
3e320ebdf1 build failed 2024-07-08 23:22:41 +08:00
factosea
28dc3c85ea type overflow 2024-07-08 20:38:23 +08:00
wangjiaming0909
cdca567ad3 fix query tsma with month/year interval 2024-07-08 19:12:15 +08:00
wangjiaming0909
73d4fa48f9 support month/year tsma interval 2024-07-08 18:22:33 +08:00
Haojun Liao
bdced636b3 fix(stream): free task state when stopping stream tasks. 2024-07-08 18:20:35 +08:00
Yihao Deng
fe9aebc4fe fix invalid read 2024-07-08 09:27:42 +00:00
Haojun Liao
50a2ef08bd fix(stream): update some logs. 2024-07-08 17:10:34 +08:00
Hongze Cheng
855c6d6295 make it compile 2024-07-08 17:09:15 +08:00
Haojun Liao
de7e25f259 fix(stream): fix race condition in handling the hbMsg rsp. 2024-07-08 16:57:13 +08:00
Hongze Cheng
1c774f021f
Merge pull request #26443 from taosdata/fix/TD-30807
fix UAF
2024-07-08 16:14:56 +08:00
wangmm0220
2176fa3b1a fix:[TD-30883]send hb before close in tmq 2024-07-08 15:49:00 +08:00
Haojun Liao
7cfdf0c14d fix(stream): not check the total number of sub tasks with different status. 2024-07-08 15:43:29 +08:00
Hongze Cheng
b3be47fdbb cancel bg tasks when alter stt_trigger 2024-07-08 15:39:25 +08:00
Yihao Deng
ef46c0c545 Merge remote-tracking branch 'origin/3.0' into enh/TD-30880 2024-07-08 07:34:39 +00:00
Yihao Deng
982fed581d fix invalid read 2024-07-08 07:34:06 +00:00
wangmm0220
2ce9d05f75 fix:[TD-30915]tmq exit elegantly 2024-07-08 15:33:04 +08:00
Haojun Liao
56b7ec3d89 fix(stream): update some logs. 2024-07-08 15:10:00 +08:00
Haojun Liao
0cbf88f021 fix(stream): fix memory leak. 2024-07-08 14:51:08 +08:00
Haojun Liao
6e15c16cf7 fix(stream): check the set consensus-checkpointId ts. 2024-07-08 14:33:28 +08:00
Hongze Cheng
9edfc82bf4 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TS-4331-3.0 2024-07-08 14:32:07 +08:00
wangmm0220
e14d11c78a fix:[TD-30915]tmq exit elegantly 2024-07-08 14:28:27 +08:00
Yihao Deng
e02caa9757 add http interface 2024-07-08 05:41:38 +00:00
Yihao Deng
c3caa8475a add http interface 2024-07-08 03:25:41 +00:00
Yihao Deng
392e65c2ac add http interface 2024-07-08 03:22:26 +00:00
Yihao Deng
0e1677d397 add http interface 2024-07-08 02:51:47 +00:00
wangmm0220
322c0633aa fix:[TD-30915]send hb before close in tmq 2024-07-08 10:46:14 +08:00
Yihao Deng
92281bb4a3 add http interface 2024-07-08 02:44:52 +00:00
Yihao Deng
3148463ab3 add http interface 2024-07-08 02:43:58 +00:00
Yihao Deng
1c4f354adf add http interface 2024-07-08 02:32:55 +00:00
Haojun Liao
647f9f47ef refactor: do some internal refactor. 2024-07-08 10:32:23 +08:00
Hongze Cheng
c8aa963417
Merge pull request #26434 from xinjiempolde/enh/TD-21826-3.0
enh/td-21826-3.0 error handling for stmt
2024-07-08 10:21:14 +08:00
Yihao Deng
df12b72549 fix invalid read 2024-07-08 01:37:47 +00:00
wangmm0220
24b3bcaa9f fix:[TD-30915]tmq exit elegantly 2024-07-08 09:17:25 +08:00
wangmm0220
fc544705fe fix:[TD-30915]tmq exit elegantly 2024-07-08 09:12:50 +08:00
Haojun Liao
ce4153b6fc fix(stream): use hb to send the consens-checkpointid req. 2024-07-08 09:05:33 +08:00
Yihao Deng
8cbe534f93 fix invalid read 2024-07-07 06:04:59 +00:00
Hongze Cheng
854f52dd0a
Merge pull request #26418 from taosdata/fix/TD-30736-3.0a
fix: oom in rpc queue
2024-07-07 11:06:22 +08:00
Hongze Cheng
9fd0132dee
Merge pull request #26435 from taosdata/fix/TD-30876-3.0
fix/TD-30876
2024-07-07 11:04:56 +08:00
Haojun Liao
674acd0e9f refactor(stream): delay checkpointInterval to generate the checkpoint after stream started. 2024-07-05 18:53:35 +08:00
wangjiaming0909
dbc2e9ec75 support bigger tsma interval 2024-07-05 18:21:48 +08:00
Haojun Liao
6a1555e893 refactor: do some internal refactor. 2024-07-05 18:06:00 +08:00
dapan1121
d544d3628d
Merge pull request #26411 from taosdata/fix/TS-4921
fix:[TS-4921] send data to queue error if monitor thread starts later or failed
2024-07-05 17:58:00 +08:00
Yihao Deng
0e9205c314 fix UAF 2024-07-05 09:13:30 +00:00
Haojun Liao
8e6bb176c2 fix(stream): use trans to set the consensus-checkpoint id 2024-07-05 16:17:20 +08:00
Yihao Deng
3202776f0a Merge remote-tracking branch 'origin/3.0' into enh/TD-30442 2024-07-05 07:31:57 +00:00
Hongze Cheng
2b9065fbe7 reformat and add a error number 2024-07-05 15:06:11 +08:00
Hongze Cheng
d08cd42c8a refact error code 2024-07-05 14:56:42 +08:00
Yihao Deng
4ac897be44 refactor backend 2024-07-05 06:51:13 +00:00
dmchen
89acd1693c fix/TD-30877 2024-07-05 06:44:43 +00:00
dmchen
587df3b86d fix/TD-30877 2024-07-05 06:44:34 +00:00
Hongze Cheng
9c5dbab91e Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TS-4331-3.0 2024-07-05 14:31:39 +08:00
dmchen
3a4412b282 fix/TD-30876 2024-07-05 06:24:53 +00:00
xjzhou
b8012df909 handle fixed table name int sql 2024-07-05 14:18:51 +08:00
wangmm0220
6c5acdfc4b fix:[TS-4921]refactor code 2024-07-05 14:03:12 +08:00
Yihao Deng
52a8082622 refactor backend 2024-07-05 03:40:19 +00:00
Yihao Deng
7730413924 Merge remote-tracking branch 'origin/3.0' into enh/TD-30442 2024-07-05 03:22:35 +00:00
Yihao Deng
f9679feaa7 fix compile error 2024-07-05 02:42:22 +00:00
Yihao Deng
f8c7908611 fix compile error 2024-07-05 02:29:55 +00:00
wangmm0220
20c8e3168c fix[TD-30895] heap use after free 2024-07-05 09:51:28 +08:00
wangmm0220
8087dbe16d fix[TS-4921] set flag -1 if init monitor failed 2024-07-05 09:41:34 +08:00
dapan1121
2dbedaf88b
Merge pull request #26415 from taosdata/feat/3.0/TS-5131
feat:[TS-5131] Support parse alias table name with backquote.
2024-07-05 09:01:32 +08:00
Haojun Liao
78993d9c55 fix(stream): update logs. 2024-07-05 09:00:01 +08:00
Haojun Liao
db4a00c74e fix(stream): not restart for reset task status. 2024-07-05 08:55:40 +08:00
Yihao Deng
94a480292f Merge remote-tracking branch 'origin/3.0' into enh/TD-30442 2024-07-05 00:48:41 +00:00
factosea
99f9c28e77 fix: return code 2024-07-05 08:07:00 +08:00
Yihao Deng
0cdfae3a2c refactor backend 2024-07-04 12:13:17 +00:00
Haojun Liao
4cfecfcf28 other: fix coverity issue. 2024-07-04 19:23:58 +08:00
Haojun Liao
799f61c2db other: fix coverity issue. 2024-07-04 19:20:07 +08:00
kailixu
2b9df7b45c fix: oom in rpc queue 2024-07-04 18:36:17 +08:00
Yihao Deng
92ab689c46 refactor backend 2024-07-04 10:26:58 +00:00
Yihao Deng
8428a5be37 refactor backend 2024-07-04 10:25:37 +00:00
kailixu
81577b8222 fix: oom in rpc queue 2024-07-04 18:19:08 +08:00
kailixu
a9a6747ac0 fix: oom in rpc queue 2024-07-04 18:12:55 +08:00
Haojun Liao
998421e5ad fix(stream): update some logs. 2024-07-04 17:49:59 +08:00
Haojun Liao
e6defda0d0 fix(stream): check for checkpoint interrpution in sendReady monitor. 2024-07-04 17:48:58 +08:00
kailixu
79f1e90743 fix: oom in rpc queue 2024-07-04 17:11:53 +08:00
Haojun Liao
c35c634977 fix(stream): add flag to disable the concurrently started consensus-checkpointId procedure. 2024-07-04 17:08:32 +08:00
xjzhou
3151d0663c update 2024-07-04 16:45:10 +08:00
Yihao Deng
7171b6dd6d fix comment 2024-07-04 08:34:42 +00:00
Yihao Deng
5b1dddf4d5 fix comment 2024-07-04 08:14:50 +00:00
sima
7526f8315a feat:[TS-5131] Support parse alias table name with backquote. 2024-07-04 16:10:19 +08:00
Yihao Deng
eb1a5e3cc6 fix comment 2024-07-04 08:05:51 +00:00
factosea
593d8adc42 test case 2024-07-04 15:56:12 +08:00
Hongze Cheng
421e267424 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TS-4331-3.0 2024-07-04 15:30:31 +08:00
Haojun Liao
47b0a0464e fix(stream): send checkpoint-source-rsp to mnode before reset task status. 2024-07-04 15:21:16 +08:00
wangmm0220
64e7c4c842 fix:[TS-4921] send data to queue error if monitor thread starts later or failed 2024-07-04 14:56:56 +08:00
dapan1121
9493ad96b6
Merge pull request #26380 from taosdata/fix/TS-4921
fix:[TS-4921]refactor reporting logic for slow log
2024-07-04 14:45:13 +08:00
Yihao Deng
ea01f1eb85 fix comment 2024-07-04 06:38:14 +00:00
Yihao Deng
0bd51f2133 fix comment 2024-07-04 06:36:36 +00:00
Hongze Cheng
8d449140bb
Merge pull request #26368 from taosdata/fix/TD-30853-3.0
fix: mndCheckTransConflict uses the same iterator variable
2024-07-04 14:25:50 +08:00
Hongze Cheng
6180488047
Merge pull request #26390 from taosdata/fix/TS-5086
fix(tsdb/commit): make commit failing core in release buildings
2024-07-04 14:25:12 +08:00
Haojun Liao
653f7a1a43 fix(stream): refactor the checkpoint consensus policy. 2024-07-04 13:55:50 +08:00
factosea
5f0ac46029 diff 2024-07-04 11:04:59 +08:00
dapan1121
a8a725936e
Merge pull request #26342 from taosdata/fix/TD-30725
fix:[TD-30725]modify error code & fix potential memory leaks
2024-07-04 11:00:49 +08:00
wangmm0220
6c3410d064 fix:[TS-4921]set monitor paras if hb callback success 2024-07-04 10:02:52 +08:00
wangmm0220
522deafed5 fix:[TS-4921]refactor reporting logic for slow log 2024-07-03 22:11:25 +08:00
wangmm0220
8db6a395aa fix:[TD-30879]check if hash is freed before inc counter 2024-07-03 19:04:16 +08:00
Hongze Cheng
b88ff0f455 refact some code 2024-07-03 18:51:50 +08:00
xjzhou
19cbd47bef Merge remote-tracking branch 'origin/3.0' into enh/TD-21826-3.0 2024-07-03 17:08:07 +08:00
Minglei Jin
0fa44fe8cf fix(tsdb/commit): make commit failing core in release buildings 2024-07-03 16:40:54 +08:00
wangmm0220
cfbd475fc2 fix:[TS-4921]refactor reporting logic for slow log 2024-07-03 15:21:56 +08:00
Yihao Deng
95469124f8 fix stream restart crash 2024-07-03 06:47:52 +00:00
wangmm0220
8805650be5 fix:[TS-4921]refactor reporting logic for slow log 2024-07-03 11:22:50 +08:00
wangmm0220
2dad4d0053 fix:[TS-4921]refactor reporting logic for slow log 2024-07-03 09:53:42 +08:00
wangmm0220
4739607b91 fix:[TS-4921]refactor reporting logic for slow log 2024-07-03 09:42:54 +08:00
Hongze Cheng
71af880554
Merge pull request #26376 from xinjiempolde/fix/TD-30864-3.0
fix(TD-30864): taos crashed at parInsertSql.c
2024-07-03 09:35:53 +08:00
Haojun Liao
27cb3638c2 fix(stream): add more check before launching update stream task nodeEp 2024-07-03 09:20:37 +08:00
dapan1121
56689cf97a
Merge pull request #26360 from taosdata/fix/3.0/TD-30305
fix coverity issues
2024-07-03 08:50:11 +08:00
wangmm0220
f593b644fc fix:compile error in windows & modify the size of send max 2024-07-02 22:48:32 +08:00
Haojun Liao
8bacca6644
Merge pull request #26381 from taosdata/fix/3_liaohj
fix(stream): set the initial checkpointId for a new created stream.
2024-07-02 22:40:49 +08:00
Haojun Liao
c73a003ee3 fix(stream): set the initial checkpointId for a new created stream. 2024-07-02 19:13:20 +08:00
Hongze Cheng
e679c8d95a
Merge pull request #26374 from taosdata/fix/TD-30856-3.0
fix: buildTagIndexForBindTags errcode
2024-07-02 18:55:40 +08:00
Hongze Cheng
991d43b610
Merge pull request #26314 from taosdata/fix/TS-2518-3.0
fix/TS-2518
2024-07-02 18:52:02 +08:00
wangmm0220
44d81eab56 fix:remove using alarm when sending slow log & use one thread to send all slow log 2024-07-02 18:45:12 +08:00
Haojun Liao
0a9bcc0870
Merge pull request #26370 from taosdata/fix/3_liaohj
fix(stream): remove invalid assert.
2024-07-02 18:41:45 +08:00
wangmm0220
470796ae88 fix:[TS-4921]refactor reporting logic for slow log 2024-07-02 18:03:26 +08:00
xjzhou
67217a9bed Return an error early when an error has already occurred in stmt 2024-07-02 18:01:54 +08:00
Hongze Cheng
460aed2721
Merge pull request #26372 from taosdata/fix/TD-26945-3.0
fix: backward compactibility for community version
2024-07-02 17:50:03 +08:00
wangmm0220
3b6cb21771 fix:[TS-4921]refactor reporting logic for slow log 2024-07-02 17:34:28 +08:00
wangmm0220
08245d6eb2 fix:[TS-4921]refactor reporting logic for slow log 2024-07-02 16:59:39 +08:00
xjzhou
c851049d7c fix(TD-30864): taos crashed at parInsertSql.c 2024-07-02 16:28:30 +08:00
Yihao Deng
471580ec5e Merge remote-tracking branch 'origin/3.0' into enh/TD-30442 2024-07-02 08:26:10 +00:00
Yihao Deng
ca1562a990 add self check 2024-07-02 08:23:56 +00:00
wangmm0220
a21aed7084 fix:[TS-4921]refactor reporting logic for slow log 2024-07-02 16:23:55 +08:00
Shungang Li
21d653f10f fix: buildTagIndexForBindTags errcode 2024-07-02 16:22:59 +08:00
wangmm0220
d3fcab5c0d fix:[TS-4921]refactor reporting logic for slow log 2024-07-02 16:19:02 +08:00
Hongze Cheng
5160c7621f fix: backward compactibility for community version 2024-07-02 16:16:56 +08:00
wangmm0220
a410f4bb05 fix:[TS-4921]refactor reporting logic for slow log 2024-07-02 15:42:06 +08:00
wangmm0220
dd45eb999a fix:[TS-4921]refactor reporting logic for slow log 2024-07-02 15:39:08 +08:00
Haojun Liao
c7d4f45b7f fix(stream): remove invalid assert. 2024-07-02 15:33:25 +08:00
Haojun Liao
279bfb4de0
Merge pull request #26364 from taosdata/fix/3_liaohj
fix(stream): fix error in pause/resume procedure.
2024-07-02 15:32:43 +08:00
wangmm0220
595c3f8e07 fix:[TS-4921]refactor reporting logic for slow log 2024-07-02 15:07:29 +08:00
wangmm0220
65696ce97f fix:[TS-4921]refactor reporting logic for slow log 2024-07-02 14:52:20 +08:00
Shungang Li
13ec77e1f9 fix: mndCheckTransConflict uses the same iterator variable 2024-07-02 14:51:35 +08:00
Haojun Liao
4e56b6f9eb fix(stream): fix error in pause/resume procedure. 2024-07-02 13:33:31 +08:00
xjzhou
88aa15e944 enh: Enhance error handling for stmt 2024-07-02 11:05:54 +08:00
xjzhou
d69c5b1840 isStmtBind 2024-07-02 10:56:55 +08:00
dapan1121
2f970dbc03
Merge pull request #26351 from taosdata/fix/TS-5105-1
fix(query):adj second param for last_row
2024-07-02 10:50:36 +08:00
wangmm0220
0f0fa840ea fix:[TS-4921]refactor reporting logic for slow log 2024-07-02 09:34:32 +08:00
wangjiaming0909
024422bfd7 fix coverity issues 2024-07-02 09:27:14 +08:00
Haojun Liao
420b59fea5
Merge pull request #26344 from taosdata/fix/3_liaohj
fix(stream): validate the stream hb msg, and discard the invalid hb msg.
2024-07-02 09:07:31 +08:00
wangmm0220
ce77caa663 fix:[TS-4921]refactor reporting logic for slow log 2024-07-01 19:20:06 +08:00
wangmm0220
a17ff3dbf5 fix:[TS-4921]refactor reporting logic for slow log 2024-07-01 19:08:16 +08:00
dapan1121
6d0b8eeed4
Merge pull request #26302 from taosdata/TD-26483
feat(query):add thread pool
2024-07-01 19:04:52 +08:00
54liuyao
24308a4acb adj pool name 2024-07-01 18:52:36 +08:00
Haojun Liao
2c86e3940f fix(stream): fix memory leak. 2024-07-01 17:43:10 +08:00
54liuyao
ff32797e05 adj second param for last_row 2024-07-01 16:58:39 +08:00
54liuyao
b723e05535 adj second param for last_row 2024-07-01 16:57:46 +08:00
Haojun Liao
c166c8de70 fix(stream): fix memory leak. 2024-07-01 16:53:43 +08:00
dapan1121
b16bf11280
Merge pull request #26333 from taosdata/fix/3.0/TS-5103
fix fill wrong timestamp value
2024-07-01 16:42:21 +08:00
54liuyao
be2c16723d adj second param for last_row 2024-07-01 16:38:47 +08:00
dapan1121
50e6034391
Merge pull request #26332 from taosdata/fix/3.0/TD-27867
fix show connection with empty app info
2024-07-01 16:36:22 +08:00
Hongze Cheng
88a24c5457
Merge pull request #26345 from taosdata/fix/TD-30843
fix(tsdb/retention): fix null pointer crash (uaf)
2024-07-01 15:50:27 +08:00
wangjiaming0909
d0bb671d79 avoid locks in queryAutoQWorkerPool 2024-07-01 15:41:19 +08:00
Haojun Liao
6d64d0e081 fix(stream): fix memory leak. 2024-07-01 15:34:04 +08:00
Haojun Liao
3ae8916384 fix(stream): add more check for checkpoint info update for leader. 2024-07-01 14:59:55 +08:00
Minglei Jin
299cf3a00b fix(tsdb/retention): fix null pointer crash (uaf) 2024-07-01 14:20:48 +08:00
Haojun Liao
e00e83b398 fix(stream):update some logs. 2024-07-01 13:37:40 +08:00
Haojun Liao
8144df956a fix(stream): validate the stream hb msg, and discard the invalid hb msg. 2024-07-01 13:36:06 +08:00
Haojun Liao
f09be802ea other: merge 3.0 2024-07-01 13:32:30 +08:00
Haojun Liao
b07d2b4adc
Merge pull request #26340 from taosdata/fix/check_end_pos
fix(stream): reset the status before re-send data.
2024-07-01 11:13:36 +08:00
54liuyao
c3deebf5b6 adj name 2024-07-01 11:08:40 +08:00
wangjiaming0909
6c6f322a83 change vnode/qnode query threads min value 2024-07-01 11:08:40 +08:00
wangjiaming0909
5040ff5bd9 mnode/qnode support QueryAutoQWorkerPool 2024-07-01 11:08:40 +08:00
54liuyao
26adfdd48d adj name 2024-07-01 11:08:40 +08:00
54liuyao
55341586b5 drop limit 2024-07-01 11:08:40 +08:00
wangjiaming0909
a25571313f remove test code 2024-07-01 11:08:39 +08:00
54liuyao
02a7d29841 adj log 2024-07-01 11:08:39 +08:00
54liuyao
8fdd64e92e limit the size of query queue 2024-07-01 11:08:39 +08:00
54liuyao
0383257900 limit the size of query queue 2024-07-01 11:08:39 +08:00
54liuyao
03a7b43af6 client use new thread pool 2024-07-01 11:08:39 +08:00
wangjiaming0909
938dc06a09 recycle threads slower 2024-07-01 11:08:39 +08:00
wangjiaming0909
11a98ffab2 QueryAutoQWorker 2024-07-01 11:08:39 +08:00
wangmm0220
304460f452 fix:[TD-30725] fix potential memory leaks 2024-07-01 10:49:24 +08:00
Hongze Cheng
ce4ecb0371
Merge pull request #26324 from xinjiempolde/enh/TD-23926-3.0
enh/td-23926-3.0 insert into db.?
2024-07-01 09:29:50 +08:00
Hongze Cheng
e4826e63f4
Merge pull request #26328 from taosdata/feat/TS-4917-3.0
fix: parseOneStbRow fill tag name
2024-07-01 09:15:53 +08:00
Haojun Liao
5c002e4bbe fix(stream):set the srcTaskId for checkpoint-trigger block 2024-07-01 08:55:38 +08:00
Haojun Liao
398a1b08ac fix(stream): set the correct rsp msg start position. 2024-07-01 08:55:04 +08:00
Yihao Deng
6c6bff611a add self check 2024-06-29 12:56:36 +00:00
wangmm0220
69f235d6b5 fix:remove using alarm when sending slow log & use one thread to send all slow log 2024-06-29 16:16:36 +08:00
Yihao Deng
7290920c6f add self check 2024-06-29 04:35:54 +00:00
Yihao Deng
f023e7780c add self check 2024-06-29 04:33:14 +00:00
Haojun Liao
79085015d6 fix(stream): set correct msg start position. 2024-06-29 00:49:37 +08:00
Haojun Liao
1f8991ec91 fix(stream): set the correct rsp msg position. 2024-06-29 00:40:57 +08:00
Haojun Liao
e74b8473f1 fix(stream): clear the active checkpoint info after report to mnode. 2024-06-28 23:40:05 +08:00
Haojun Liao
5585a141d5 fix(stream): set the failed id before clear the checkpoint info. 2024-06-28 23:16:03 +08:00
wangmm0220
328dfa3146 fix:remove using alarm when sending slow log & use one thread to send all slow log 2024-06-28 20:58:48 +08:00
wangjiaming0909
d03a14506e fix fill wrong timestamp value 2024-06-28 17:31:49 +08:00
Haojun Liao
1ffec769b8 fix(stream): clear the msgId if send success, and handle the race condition problem. 2024-06-28 17:03:14 +08:00
Haojun Liao
2345f6cf7f Merge branch '3.0' into fix/check_end_pos 2024-06-28 16:30:36 +08:00
wangjiaming0909
9a82fce65f fix show connection with empty app info 2024-06-28 16:30:14 +08:00
Haojun Liao
707fe02885 fix(stream):set the initial transId 2024-06-28 16:30:12 +08:00
Haojun Liao
79be59d20c fix(stream): reset the status before re-send data. 2024-06-28 16:27:31 +08:00
Haojun Liao
67f483430e fix(stream): reset the status before re-send data. 2024-06-28 16:25:59 +08:00
Yihao Deng
bf656ec80f fix merge conflict 2024-06-28 08:23:09 +00:00
Yihao Deng
2e59284388 add self check 2024-06-28 08:14:34 +00:00
Yihao Deng
2ae54486b5 add self check 2024-06-28 07:01:45 +00:00
Haojun Liao
f6e32529fc fix(stream): set initial update ep transId. 2024-06-28 14:13:16 +08:00
Yihao Deng
8fe57c1669 add self check 2024-06-28 03:08:02 +00:00
Yihao Deng
51e4abe256 add self check 2024-06-28 02:58:30 +00:00
Shungang Li
fa6e3c9c6f fix: parseOneStbRow fill tag name 2024-06-28 10:50:13 +08:00
sima
6282ebef22 fix:[TD-30755] fix heap-buffer-overflow when no qualified data in pk's data block. 2024-06-28 09:20:42 +08:00
wangmm0220
b5a29541a3 fix:type error in stmt & open slow log 2024-06-28 09:14:01 +08:00
Haojun Liao
025437df0c fix(stream): fix error in checkpoint consensus. 2024-06-27 19:25:18 +08:00
Haojun Liao
48bf5eb4d8 other: merge 3.0 2024-06-27 19:23:06 +08:00
Hongze Cheng
dfe260fbde
Merge pull request #26316 from taosdata/feat/TS-4917-3.0
fix for create table from csv
2024-06-27 18:03:42 +08:00
Hongze Cheng
38caccb097
Merge pull request #26300 from taosdata/fix/TD-30768-3.0
fix/TD-30768
2024-06-27 18:01:26 +08:00
dmchen
66312372d6 remove useless 2024-06-27 09:57:54 +00:00
Yihao Deng
de77ce6480 add self check 2024-06-27 09:51:49 +00:00
xjzhou
12c64a1c45 Merge remote-tracking branch 'origin/3.0' into enh/TD-23926-3.0 2024-06-27 17:02:54 +08:00
wangmm0220
ad6eb20524 fix:disable slow log monitor 2024-06-27 16:52:10 +08:00
wangmm0220
e73f6ba47e fix:[TD-30769]make monitorInterval effect right now 2024-06-27 16:05:49 +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
Haojun Liao
dc78cf32cb fix(tsdb):check the result of the binary search for the end position in data file block. 2024-06-27 14:29:29 +08:00
dapan1121
7074260e75
Merge pull request #26307 from taosdata/fix/TS-4921
fix:[TS-4921] errors in test
2024-06-27 14:20:51 +08:00
Shungang Li
e61c5a4083 fix: parseOneStbRow break if token parse err 2024-06-27 14:17:32 +08:00
wangmm0220
4d77d321df fix:print error msg 2024-06-27 14:13:18 +08:00
Hongze Cheng
5e235b50fa
Merge pull request #26295 from taosdata/fix/TD-30720
fix(streamMeta): commit tdb after load tasks
2024-06-27 14:04:02 +08:00
Hongze Cheng
10237869d9
Merge pull request #26292 from taosdata/fix/TD-30620
Add index filtering based on column value type
2024-06-27 13:41:42 +08:00
Yihao Deng
1004ac6924 add self check 2024-06-27 05:28:17 +00:00
Yihao Deng
7c328f0cfa add self check 2024-06-27 05:28:06 +00:00
dmchen
5001cab278 fix/TS-2518 2024-06-27 04:38:17 +00:00
dapan1121
b50c157ae1
Merge pull request #26285 from taosdata/fix/3.0/TD-30730
Modify precision rules for input parameters of functions
2024-06-27 11:00:46 +08:00
dapan1121
18019bcd44
Merge pull request #26310 from taosdata/fix/TD-30704-3.0
fix:[TD-30704] null pointer error if exception occurs
2024-06-27 10:57:14 +08:00
Shungang Li
85e4f09239 fix: parseCsvFile reset pTag to NULL 2024-06-27 10:30:58 +08:00
wangmm0220
1ec867449e fix:[TS-4921] errors in test 2024-06-27 10:11:38 +08:00
Yihao Deng
f2fc09cd02 add self check 2024-06-27 01:48:59 +00:00
Yihao Deng
0a35d7ef6b add self check 2024-06-27 01:33:25 +00:00
sima
96e3222726 fix:[TD-30730] fix mergejoin operator's timetruncate caculation on timezone. 2024-06-27 08:42:59 +08:00
sima
4601583361 fix:[TD-30730] Modify precision rules for input parameters of function timetruncate and add test. 2024-06-27 08:42:59 +08:00
sima
5685346d78 fix:[TD-30730] Modify precision rules for input parameters of function to_iso8601 and add test. 2024-06-27 08:42:59 +08:00
wangmm0220
a58ba79046 fix:[TS-4921] errors in test 2024-06-27 00:01:07 +08:00
wangmm0220
32ff8a7d99 fix:[TS-4921] errors in test 2024-06-26 20:03:27 +08:00
wangmm0220
d4b31cfd8e fix:[TS-4921] errors in test 2024-06-26 18:32:09 +08:00
dmchen
e47968340d fix drop db 2024-06-26 09:40:17 +00:00
Yihao Deng
a5441cdcde Add index filtering based on column value type 2024-06-26 08:49:38 +00:00
Yihao Deng
58b3dd7b99 Add index filtering based on column value type 2024-06-26 08:45:14 +00:00
xjzhou
42361fcd45 fix: failed to identify dbName when only ? exists 2024-06-26 16:38:21 +08:00
dmchen
1d8c2fd923 fix/TD-30768 2024-06-26 07:42:19 +00:00
Haojun Liao
a44e17d5ea fix(stream): enable to re-send hbmsg if mnode failed to recv this hbmsg. 2024-06-26 15:21:14 +08:00
xjzhou
1a32279f7f Merge remote-tracking branch 'origin/3.0' into enh/TS-23926-3.0 2024-06-26 14:21:15 +08:00
Hongze Cheng
0fb4ecbdad
Merge pull request #26287 from taosdata/feat/TS-4917-3.0
fix: adjust TSDB_CODE_PAR_TBNAME_ERROR error message
2024-06-26 14:18:36 +08:00
Minglei Jin
3014c66965 fix(streamMeta): commit tdb after load tasks 2024-06-26 11:21:31 +08:00
Yihao Deng
512671df85 Add index filtering based on column value type 2024-06-26 02:56:49 +00:00
xjzhou
1c8110e7a4 Merge remote-tracking branch 'origin/3.0' into enh/TS-23926 2024-06-26 10:34:36 +08:00
Hongze Cheng
b761bd2e38 enh: port main change to 3.0 2024-06-26 10:32:15 +08:00
Haojun Liao
b6948dcc4e refactor: do some internal refactor. 2024-06-26 10:19:45 +08:00
Haojun Liao
1818edcb2b fix(stream): consensus the start checkpoint id, and extract the streamhb related functions into a new file. 2024-06-26 10:18:32 +08:00
Yihao Deng
ac351c5b58 add self check info 2024-06-26 01:26:39 +00:00
Shungang Li
2af2eb40e5 fix: adjust TSDB_CODE_PAR_TBNAME_ERROR error message 2024-06-26 09:16:33 +08:00
Yihao Deng
061648071e add self check info 2024-06-25 12:35:25 +00:00
Yihao Deng
49ba8132c0 add self check info 2024-06-25 12:04:10 +00:00
Hongze Cheng
59c8656e61
Merge pull request #26275 from taosdata/feat/TS-4917-3.0
feat: 'create table' from csv file
2024-06-25 17:56:23 +08:00
54liuyao
25b150af10 fix(stream):fill result immediately after delete data 2024-06-25 17:24:59 +08:00
Hongze Cheng
c8128b88d8
Merge pull request #26277 from taosdata/fix/TD-30713-3.0
fix/TD-30713
2024-06-25 17:13:27 +08:00
dapan1121
ccda3a7f0d
Merge pull request #26263 from taosdata/fix/TS-4921
feat:[TS-4921] add slow log logic
2024-06-25 17:07:35 +08:00
Haojun Liao
c2ad0a6ec5
Revert "fix(stream):fill result immediately after delete data" 2024-06-25 16:53:32 +08:00
Haojun Liao
156e3ce109
Merge pull request #26267 from taosdata/fix/TD-30585
fix(stream):fill result immediately after delete data
2024-06-25 16:46:52 +08:00
xjzhou
3fb5f2b1d3 Merge remote-tracking branch 'origin/3.0' into enh/TS-23926 2024-06-25 16:16:56 +08:00
xjzhou
b444e18d90 enh: stmt supports 'insert into db.?' 2024-06-25 16:16:32 +08:00
Haojun Liao
e6f376f5cb
Merge pull request #26278 from taosdata/fix/3_liaohj
fix(stream): update the remote checkpoint directory in snode.
2024-06-25 15:52:01 +08:00
Yihao Deng
33aef6ddc5 add self check info 2024-06-25 07:12:09 +00:00
54liuyao
4235045d72 adj delete range 2024-06-25 14:36:21 +08:00
Shungang Li
b55337ec42 feat: 'create table' ignore lines start with '#' 2024-06-25 14:34:59 +08:00
Haojun Liao
b668532713 fix(stream): fix compiler error. 2024-06-25 14:25:59 +08:00
Shungang Li
586f8094c2 fix: handle mac/win compile warn 2024-06-25 14:10:34 +08:00
wangmm0220
173446e84e fix:[TD-30704] null pointer error if exception occurs 2024-06-25 13:59:56 +08:00
Haojun Liao
195469f1dd fix(stream): disable the checkpoint-info-update for tasks in non-checkpoint status 2024-06-25 12:57:50 +08:00
Haojun Liao
8cda12bc18 fix(stream): update the remote checkpoint directory in snode. 2024-06-25 11:42:54 +08:00
Shungang Li
41021285a1 fix: more ret check 2024-06-25 11:36:55 +08:00
Shungang Li
2292829e47 fix: add check for memory alloc 2024-06-25 10:56:24 +08:00
Shungang Li
eaa45470a5 feat: 'create table' add keyword file 2024-06-25 10:55:36 +08:00
Shungang Li
17e84e1fca Merge branch '3.0' into feat/TS-4917-3.0 2024-06-25 10:33:12 +08:00
dmchen
0bcb760166 fix/TD-30713 2024-06-25 02:15:43 +00:00
Haojun Liao
42beba30a8
Merge pull request #26274 from taosdata/fix/3_liaohj
fix(stream): do update the checkpoint info if not in checkpoint status.
2024-06-24 23:05:26 +08:00
Shungang Li
b3368f6472 feat: 'create table' from csv file 2024-06-24 22:13:03 +08:00
Yihao Deng
7cab27110a add self check info 2024-06-24 12:26:10 +00:00
wangmm0220
c35f947e70 fix:add db configuration that not reportted 2024-06-24 19:44:55 +08:00
wangmm0220
e517db6462 fix:add db configuration that not reportted 2024-06-24 19:19:46 +08:00
54liuyao
a4211efacf calc end key 2024-06-24 19:19:15 +08:00
Haojun Liao
6b0b65527f fix(stream): do update the checkpoint info if not in checkpoint status. 2024-06-24 19:18:31 +08:00
Hongze Cheng
0f32f941b0
Merge pull request #26269 from taosdata/enh/TS-5043-3.0
fix: expire time for show cluster
2024-06-24 18:44:14 +08:00
54liuyao
41a85e80a3 calc end key 2024-06-24 17:19:38 +08:00
wangmm0220
2c59f2eaa9 fix:add db configuration that not reportted 2024-06-24 16:28:24 +08:00
wangmm0220
e9ea4bf53e fix:add db configuration that not reportted 2024-06-24 16:16:14 +08:00
kailixu
fc925b5eee fix: expire time for show cluster 2024-06-24 16:14:41 +08:00
wangmm0220
a8f4390a83 fix:add db configuration that not reportted 2024-06-24 15:53:35 +08:00
54liuyao
4f8dfe7522 fix(stream):fill dresultim mediately after delete data 2024-06-24 15:52:27 +08:00
wangmm0220
e66be025c5 fix:add db configuration that not reportted 2024-06-24 15:48:35 +08:00
dapan1121
3decadf764
Merge pull request #26213 from taosdata/fix/3.0/first_last_fill_order_fault
fix first last fill with ts order fault
2024-06-24 15:44:24 +08:00
Haojun Liao
de1a9702bf
Merge pull request #26268 from taosdata/fix/3_liaohj
fix(stream): pause not stop the start procedure of stream tasks.
2024-06-24 14:36:47 +08:00
Haojun Liao
bd8c7d8c93 fix(stream): pause not stop the start procedure of stream tasks. 2024-06-24 13:25:48 +08:00
wangmm0220
d4149c9591 fix:remove comma in db list 2024-06-24 12:56:28 +08:00
wangmm0220
ed16b1e8db fix:conflict from 3.0 2024-06-24 12:03:10 +08:00
wangmm0220
bdba23ca92 fix:concat db string in moniotr 2024-06-24 11:42:17 +08:00
54liuyao
2d7d144ca2 fix(stream):fill dresultimmediately after delete data 2024-06-24 10:56:26 +08:00
dapan1121
f9be1e9c00
Merge pull request #26233 from taosdata/fix/TS-5067-3.0
fix:[TS-5067] check if consumer belong to this cgroup:topic where drop cgroup
2024-06-24 10:28:55 +08:00
wangmm0220
a29d1b0c59 fix:test case error 2024-06-24 10:18:09 +08:00
Hongze Cheng
64b79b30f4
Merge pull request #26256 from taosdata/fix/TD-30583-2-30
Fix/TD-30583-2-30
2024-06-24 09:35:40 +08:00
Hongze Cheng
e87aff28be
Merge pull request #26265 from taosdata/enh/TD-30718-3.0
enh: sdb table name for grant
2024-06-24 09:14:14 +08:00
Hongze Cheng
7d54629e3e
Merge pull request #26264 from taosdata/fix/TD-30677-3.0a
fix: compatibility for msg and error code
2024-06-24 09:09:16 +08:00
kailixu
89be170305 enh: sdb table name for grant 2024-06-23 21:00:45 +08:00
wangmm0220
596121431c fix:add monitor result for show cluster variables 2024-06-23 18:49:59 +08:00
wangmm0220
d0ca79ddca fix:add monitor result for show cluster variables 2024-06-23 18:17:50 +08:00
Haojun Liao
ffef405c3a
Merge pull request #26242 from taosdata/fix/3_liaohj
fix(stream): disable pause if task is un-init.
2024-06-23 10:01:49 +08:00
Hongze Cheng
2ba22e34f5
Merge pull request #26216 from xinjiempolde/fix/TS-5024-3.0
fix: stmt bind crashed when colIdx exceeds column nums
2024-06-23 09:53:46 +08:00
Yihao Deng
e852b9d7e3 Need to update version information to prevent frequent fetching of authentication 2024-06-22 22:53:57 +00:00
Haojun Liao
393369fcd8 fix(stream):clear checkpoint-ready msg. 2024-06-23 00:40:12 +08:00
wangmm0220
a6d7a0703b fix:[TS-4921] stop timer in the end 2024-06-22 23:39:35 +08:00
wangmm0220
b5b43e1e9b fix:[TS-4921] stop timer in the end 2024-06-22 23:33:04 +08:00
kailixu
431c0cf331 fix: compatibility for msg and error code 2024-06-22 23:04:56 +08:00
wangmm0220
f4bf21a4c7 fix:[TS-4921] print slow log scope 2024-06-22 22:51:59 +08:00
wangmm0220
e67f1c6cbf fix:[TS-4921] print slow log scope 2024-06-22 22:49:06 +08:00
kailixu
6f7b0145e0 Merge branch '3.0' into fix/TD-30677-3.0 2024-06-22 21:01:36 +08:00
wangmm0220
7b997b4433 fix:[TS-4921] print slow log scope 2024-06-22 15:38:24 +08:00
wangmm0220
ed174fb147 fix:[TS-4921] print slow log scope 2024-06-22 15:27:22 +08:00
wangmm0220
65fac20367 fix:[TS-4921] merge from 3.0 2024-06-22 15:02:34 +08:00
wangmm0220
bc4f55407d fix:[TS-4921] logic error 2024-06-22 14:58:39 +08:00
wangmm0220
2475fe9fa6 fix:[TS-4921] logic error 2024-06-22 14:26:20 +08:00
Yihao Deng
3296d0c321 fix compile error 2024-06-22 03:52:38 +00:00
wangmm0220
c5ef577b1b fix:[TS-4921] logic error 2024-06-22 11:21:32 +08:00
Haojun Liao
21e1763ff4 fix(stream): set correct flag for checkpoint. 2024-06-22 11:16:20 +08:00
Yihao Deng
071f4080eb fix UAF 2024-06-22 00:17:07 +00:00
Yihao Deng
df15c92aba fix invalid ip white 2024-06-21 23:58:11 +00:00
Yihao Deng
4e1ea52d07 fix invalid ip white 2024-06-21 23:56:11 +00:00
wangmm0220
fe6eb5d8c3 fix:[TS-4921] asan error 2024-06-22 04:01:53 +08:00
Haojun Liao
095510ba41 fix(stream): fix deadlock 2024-06-21 23:43:25 +08:00
Haojun Liao
94f3c6ec2d fix(stream): fix deadlock 2024-06-21 23:40:03 +08:00
Haojun Liao
82febd30a0 fix(stream): check the task status checkpoint-ready msg send timer. 2024-06-21 18:48:34 +08:00
Haojun Liao
5a9500055d fix(stream): check the task status checkpoint-ready msg send timer. 2024-06-21 18:44:54 +08:00
wangmm0220
51a66a684a fix:[TS-5067] memory leak 2024-06-21 18:25:35 +08:00
Haojun Liao
5966b4f83f fix(stream): fix error in assert. 2024-06-21 17:17:39 +08:00
Hongze Cheng
0522247b68
Merge pull request #26187 from taosdata/enh/TS-5043-3.0
enh: support display unlimited for expiration time
2024-06-21 16:34:43 +08:00
Haojun Liao
4c4bb0a2e4 other: merge 3.0. 2024-06-21 16:11:50 +08:00
Haojun Liao
53f9af06ff fix(stream): fix invalid write. 2024-06-21 15:44:38 +08:00
dapan1121
b5dea8c847
Merge pull request #26226 from taosdata/fix/TD-30672
fix: query hang issue cause of task set redirecting
2024-06-21 15:38:55 +08:00
Haojun Liao
53b51b9b71 fix(stream): fix syntax error. 2024-06-21 15:23:15 +08:00
Haojun Liao
119001e30b fix(stream): update the retrieve checkpoint-trigger msg. 2024-06-21 15:11:48 +08:00
wangmm0220
a49dc93baf fix:[TS-5067] check if consumer belong to this cgroup:topic where drop cgroup 2024-06-21 14:18:04 +08:00
Haojun Liao
e7105edaa4 fix(stream): disable pause if task is un-init. 2024-06-21 14:14:44 +08:00
wangmm0220
ddcf7c74f7 fix:[TS-5067] check if consumer belong to this cgroup:topic where drop cgroup 2024-06-21 14:11:33 +08:00
kailixu
73a9470286 Merge branch '3.0' into enh/TS-5043-3.0 2024-06-21 14:05:58 +08:00
kailixu
edabeb3a98 fix: compatibility for msg and error code 2024-06-21 11:22:32 +08:00
Hongze Cheng
52111f9cab
Merge pull request #26209 from taosdata/fix/TD-30583-update-30
Fix the issue of dynamically adjusting the IP whitelist.
2024-06-21 11:10:47 +08:00
Hongze Cheng
6a43d68bed
Merge pull request #26192 from taosdata/fix/TD-30642-3.0
fix/TD-30642
2024-06-21 11:03:40 +08:00
Haojun Liao
aea4254d40 fix(stream): async start task. 2024-06-21 10:37:06 +08:00
Haojun Liao
f8578b4a69 fix(stream): fix syntax error. 2024-06-21 09:34:18 +08:00
Haojun Liao
ebf2df965c
Update streamBackendRocksdb.c 2024-06-21 09:28:42 +08:00
Haojun Liao
2cb9644471 fix(stream): update the checkpoint info only when the status is normal. 2024-06-21 09:23:29 +08:00
Haojun Liao
ece139d921 fix(stream): initialize the sink stream task. 2024-06-21 09:22:09 +08:00
Haojun Liao
8fd9baf6f5 fix(stream):synchronized upload checkpoint data to snode. 2024-06-21 09:11:16 +08:00
dapan1121
ac4e804088 Merge remote-tracking branch 'origin/3.0' into fix/TD-30672 2024-06-21 08:59:46 +08:00
Haojun Liao
bf16c596a6 fix(stream): fix syntax error. 2024-06-21 08:46:09 +08:00
kailixu
af2e6c6411 Merge branch '3.0' into fix/TD-30677-3.0 2024-06-21 08:07:39 +08:00
kailixu
79f8ab4596 fix: compatibility for msg and error code 2024-06-21 08:07:18 +08:00
Haojun Liao
096ba251ec Merge branch '3.0' into fix/3_liaohj 2024-06-20 23:12:18 +08:00
Haojun Liao
28b0148df9 fix(stream): fix syntax error. 2024-06-20 22:41:33 +08:00
Haojun Liao
2ecc725b1a fix(stream): not clear check downstream info. 2024-06-20 21:31:23 +08:00
Haojun Liao
8e065ab47e fix(stream): add some logs. 2024-06-20 21:28:54 +08:00
Haojun Liao
079df11148
Merge pull request #26222 from taosdata/fix/3_liaohj
fix(util): change the load of __m128i value.
2024-06-20 21:26:57 +08:00
Alex Duan
e097ef5bd7
Merge pull request #26220 from taosdata/fix/windowBuild
fix: fix window build getBuildinfo move to clieMain.c
2024-06-20 19:26:21 +08:00
Haojun Liao
b730cfd568 fix(util):do some internal refactor. 2024-06-20 18:41:16 +08:00
Haojun Liao
852857eae9 fix(util): change the load of __m128i value. 2024-06-20 18:34:31 +08:00
Haojun Liao
151fc212b8
Merge pull request #26218 from taosdata/fix/3_liaohj
fix(stream): clear the local backend default directory
2024-06-20 18:26:28 +08:00
Alex Duan
6ac995e309 fix: fix window build getBuildinfo move to clieMain.c 2024-06-20 17:46:42 +08:00
Hongze Cheng
ea7709a303
Merge pull request #26181 from taosdata/fix/TD-30625-3.0
fix/TD-30625
2024-06-20 17:06:44 +08:00
Hongze Cheng
70851f6bed
Merge pull request #26160 from taosdata/enh/TD-30554-3.0
tfs: support disable create new file
2024-06-20 16:46:00 +08:00
kailixu
cefff2bfee Merge branch '3.0' into enh/TD-30554-3.0 2024-12-31 08:35:03 +08:00
kailixu
fa694d6fe3 tfs: support disable create new file 2024-12-31 08:34:17 +08:00
dapan1121
05ebfa70d4
Merge pull request #26212 from taosdata/fix/TS-5064.3
fix: cast long binary crash issue
2024-06-20 16:26:13 +08:00
Haojun Liao
e1cb4e021f fix(stream): clear the local backend default directory, when no checkpoint generated yet. 2024-06-20 16:24:02 +08:00
Haojun Liao
df003cca3c
Merge pull request #26197 from taosdata/fix/3_liaohj
fix(util): uncomment the timestamp decode function with AVX2 instructions
2024-06-20 16:16:52 +08:00
Hongze Cheng
002917fd4a
Merge pull request #26200 from taosdata/fix/TD-30634-3.0
Fix/TD-30634-3.0
2024-06-20 15:46:52 +08:00
kailixu
606b9cfcb0 fix: error process for oom 2024-06-20 15:38:22 +08:00
Yihao Deng
599e4a38f5 Merge remote-tracking branch 'origin/3.0' into fix/TD-30583-update-30 2024-06-20 07:36:09 +00:00
xjzhou
883eb48bf2 fix: stmt bind crashed when colIdx exceeds column nums 2024-06-20 15:22:50 +08:00
Hongze Cheng
39c5e9844c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30625-3.0 2024-06-20 15:10:50 +08:00
Hongze Cheng
9a97f976e9
Merge pull request #26178 from taosdata/feat/TS-4954-3.0
Feat/ts-4954-3.0-2
2024-06-20 15:07:13 +08:00
Haojun Liao
9c16549561
Merge pull request #26202 from taosdata/fix/TD-30558
fix(stream): adj stream tbname cache
2024-06-20 14:41:51 +08:00
dapan1121
c9d847787e fix: level task done number issue 2024-06-20 14:21:33 +08:00
wangjiaming0909
29274a330f fix first last fill with ts order fault 2024-06-20 14:17:04 +08:00
dapan1121
784fda8191 fix: cast long binary crash issue 2024-06-20 13:54:02 +08:00
54liuyao
0471afb840 adj sream tbname cache 2024-06-20 13:25:36 +08:00
dapan1121
0a8a3d15bc Merge remote-tracking branch 'origin/3.0' into fix/TD-30672 2024-06-20 11:34:50 +08:00
Yihao Deng
7000d597fc Fix the issue of dynamically adjusting the IP whitelist. 2024-06-20 03:23:27 +00:00
dapan1121
49d9552ab6 fix: task reset redirect issue 2024-06-20 11:18:23 +08:00
54liuyao
1b317ae578 adj sream tbname cache 2024-06-20 11:06:09 +08:00
54liuyao
6a3bbccda9 adj par tbname cache 2024-06-20 10:23:44 +08:00
Yihao Deng
d0d155171c update case 2024-06-20 02:03:07 +00:00
Hongze Cheng
60f06b1db5
Merge pull request #26162 from taosdata/fix/TD-30542-3.0
fix/TD-30542
2024-06-20 09:39:13 +08:00
54liuyao
ecfb5e5f4c adj par name catch 2024-06-20 09:28:04 +08:00
Yihao Deng
639df3dfad update case 2024-06-20 00:14:26 +00:00
Yihao Deng
01ee8b36a4 update case 2024-06-19 12:36:13 +00:00
Yihao Deng
e4916d13a5 update case 2024-06-19 12:12:21 +00:00
Yihao Deng
aa83628383 fix parital update 2024-06-19 12:12:09 +00:00
Haojun Liao
e9b0745947 fix(util): update test cases. 2024-06-19 19:15:45 +08:00
Haojun Liao
8d18e7cd9d fix(util): fix decode timestamp error by using avx2. 2024-06-19 19:11:52 +08:00
wangmm0220
5dcfed2d51 feat:[TS-4921]add logic for slow log 2024-06-19 18:54:26 +08:00
dmchen
a939174bb7 resolve code review 2024-06-19 09:54:14 +00:00
dmchen
61edc79045 fix/TD-30642 2024-06-19 08:01:58 +00:00
Hongze Cheng
805cc682d9 format code 2024-06-19 16:01:55 +08:00
dapan1121
0397826c68
Merge pull request #26139 from taosdata/feat/TD-30313
optimize show cluster alive stmt
2024-06-19 15:49:59 +08:00
Haojun Liao
f353636136 refactor: do some internal refactor. 2024-06-19 15:08:25 +08:00
Haojun Liao
04281bcd07 fix(util): uncomment the timestamp decode function with AVX2 instructions, and do some internal refactor. 2024-06-19 15:06:09 +08:00
Haojun Liao
da63a40796
Merge pull request #26188 from taosdata/fix/3_liaohj
fix(stream): fix a typo.
2024-06-19 14:58:21 +08:00
Haojun Liao
0e7f9a56c3
Merge pull request #26164 from taosdata/fix/TD-30627
adj create count window state
2024-06-19 14:42:08 +08:00
kailixu
7c429e5799 enh: support display unlimited for expiration time 2024-06-19 14:25:17 +08:00
Kai Jiang
6e2a5b9292 Improve tsDecompressIntImpl_Hw performance with AVX512.
Signed-off-by: Kai Jiang <kai.jiang@intel.com>
               Huanrui Zhang <huanruix.zhang@intel.com>
2024-06-19 11:59:30 +08:00
Alex Duan
c130b0e04c feat: add export buildInfo api 2024-06-19 10:45:01 +08:00
Haojun Liao
2534ce5071 fix(stream): fix a typo. 2024-06-19 10:29:01 +08:00
kailixu
c3abd9d554 enh: support display unlimited for expiration time 2024-06-19 09:38:55 +08:00
kailixu
4c41008657 fix: print format 2024-06-18 19:11:33 +08:00
kailixu
6d2b8fe2bf tfs: support disable create new file 2024-06-18 19:08:00 +08:00
dmchen
de19557abe fix/TD-30625 2024-06-18 09:36:19 +00:00
kailixu
809c691b22 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-18 16:47:51 +08:00
Hongze Cheng
1cdb726f2d
Merge pull request #26117 from taosdata/fix/TD-30545
fix(wal/level): enable alter replica from fake walLevel 1
2024-06-18 16:06:12 +08:00
Alex Duan
4add563896
Merge pull request #26168 from taosdata/test/3.0/TD-30456
Test/3.0/td 30456--Increase compatibility testing CI case for message type definition values and error code values
2024-06-18 14:22:50 +08:00
Minglei Jin
3d3f281735 remove unused error strings 2024-06-18 12:27:17 +08:00
54liuyao
2e3c4dda34 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30627 2024-06-18 11:30:28 +08:00
Minglei Jin
356f6645ad
Merge branch '3.0' into fix/TD-30545 2024-06-18 11:28:29 +08:00
54liuyao
e858dd5df0 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-30313 2024-06-18 10:28:01 +08:00
kailixu
d87a7d2809 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-18 08:51:53 +08:00
kailixu
92713ec8c5 fix: version output of taos/taosd 2024-06-18 08:44:57 +08:00
54liuyao
3ba7bc8ec5 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-06-18 08:41:10 +08:00
Haojun Liao
c3ae66c95c
Merge pull request #26169 from taosdata/fix/3_liaohj
fix(stream): not revise the stream id for fill-history task.
2024-06-18 08:38:29 +08:00
Haojun Liao
bca3cf4e9e fix(stream): fix error in unit test. 2024-06-17 23:51:25 +08:00
Haojun Liao
c4a2756907 fix(stream): not revise the stream id for fill-history task. 2024-06-17 23:13:54 +08:00
cris.pei
c25b6f1efe Add the command-line argument '--output-config' for generating configuration in test cases that increase the compatibility of message types and error codes 2024-06-17 20:49:39 +08:00
dmchen
ec1e7c77d6 fix case 2024-06-17 12:40:23 +00:00
cris.pei
26c9b757de Add the command-line argument '--output-config' for generating configuration in test cases that increase the compatibility of message types and error codes 2024-06-17 20:13:00 +08:00
Haojun Liao
f57ff96408 fix(stream): do some refactor. 2024-06-17 19:56:18 +08:00
Haojun Liao
60fac80345 fix(stream): add some logs. 2024-06-17 19:34:09 +08:00
54liuyao
00c64ed0e3 adj create count window state 2024-06-17 19:33:01 +08:00
Haojun Liao
0f4ffdf49a fix(stream): add some info. 2024-06-17 18:57:31 +08:00
dmchen
e59e52d343 fix case 2024-06-17 10:44:53 +00:00
dmchen
7fc72f1ba5 license 2024-06-17 09:14:11 +00:00
Haojun Liao
bdbcdf3465 refactor: add two assert. 2024-06-17 16:58:58 +08:00
Haojun Liao
3aa6e00bee fix(stream): fix some typo. 2024-06-17 15:58:59 +08:00
Haojun Liao
848b1e19b5 fix(stream): fix some typo. 2024-06-17 14:39:46 +08:00
dmchen
4c8ce7a14c feat/TS-4954 2024-06-17 06:31:39 +00:00
Hongze Cheng
9269e44e08
Merge pull request #26133 from taosdata/fix/TD-30583-30
double check enableWhiteList
2024-06-17 13:21:19 +08:00
Hongze Cheng
3645bce918
Merge pull request #26127 from taosdata/fix/TD-30567
add compress to child table
2024-06-17 13:18:51 +08:00
Hongze Cheng
0b5309c3e7
Merge pull request #26122 from taosdata/enh/TD-30490-3.0
enh: support get macro string of taos errors
2024-06-17 13:11:17 +08:00
Hongze Cheng
e0a5b6f2ea
Merge pull request #26140 from taosdata/fix/TD-30467-3.0
fix: check range option
2024-06-17 11:36:24 +08:00
Haojun Liao
b89b2158f1
Merge pull request #26135 from taosdata/fix/TD-30578
check cursor for count window
2024-06-17 11:25:19 +08:00
54liuyao
4474788e36 adj log 2024-06-17 11:24:30 +08:00
54liuyao
2298b4eae8 adj log 2024-06-17 11:19:10 +08:00
kailixu
e1f5e6d533 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-17 10:44:11 +08:00
kailixu
bb40184260 fix: add primary disk although disable create new file 2024-06-17 10:43:48 +08:00
Minglei Jin
930c5d2adf cleanup wal level 0 before ref removing 2024-06-17 08:57:53 +08:00
dapan1121
52060f5fba
Merge pull request #26144 from taosdata/fix/TD-30039/unexpectedUdfCreate
Fix/td 30039/unexpected udf create
2024-06-17 08:35:02 +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
kailixu
4ed3b30352 tfs: support disable create new file 2024-06-17 06:14:49 +08:00
kailixu
e3645def98 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-17 05:52:15 +08:00
“happyguoxy”
65044b3964 colId init 2024-06-15 20:56:58 +08:00
factosea
19f6766c9a fix: blockAgg 2024-06-15 18:08:25 +08:00
Haojun Liao
62b69932b2
Merge pull request #26150 from taosdata/fix/3_liaohj
fix(stream): move the expansion of the stream task related task to right place.
2024-06-15 17:37:39 +08:00
Haojun Liao
b44d87475d fix(test): fix syntax error. 2024-06-14 17:54:44 +08:00
Minglei Jin
d47fe255ae remova level 0's empty wals when closing vnode 2024-06-14 17:09:48 +08:00
Haojun Liao
42e0dff589 fix(stream): move the expansion of the stream task related fill-history task to the place where the fill-history task must have been deoployed already. 2024-06-14 17:03:04 +08:00
Haojun Liao
85baf2b3e1
Merge pull request #26147 from taosdata/fix/3_liaohj
fix(test): wait for a little bit more time.
2024-06-14 16:34:40 +08:00
kailixu
0ef8d3510a fix: use unsigned type for union bit operation 2024-06-14 15:46:11 +08:00
kailixu
af7a41f6cd Merge branch '3.0' into fix/TD-30467-3.0 2024-06-14 15:25:26 +08:00
Haojun Liao
4490f40c96 fix(stream): do some internal refactor. 2024-06-14 14:43:57 +08:00
Haojun Liao
b25e6d3250 fix(stream): always return 0 for enqueuing retrieve block. 2024-06-14 14:43:27 +08:00
Haojun Liao
9af6076b4f fix(stream): add the dispatch entry. 2024-06-14 14:42:22 +08:00
kailixu
eb72cec8d2 chore: naming optimization 2024-06-14 08:10:07 +08:00
facetosea
2044cec6ca test 2024-06-13 21:06:58 +08:00
Haojun Liao
325ad5beb8 fix(stream):set correct node id 2024-06-13 18:25:34 +08:00
factosea
a707a2921b fix: udfScalarProcFunc exception 2024-06-13 17:49:58 +08:00
Haojun Liao
5f4b506777
Merge pull request #26131 from taosdata/fix/3_liaohj
fix(stream): add dispatch data monitor to handle the network broken problem that may cause the stream process frozen.
2024-06-13 17:38:28 +08:00
kailixu
94d5acba33 chore: order of error definition 2024-06-13 17:36:02 +08:00
kailixu
556434cd29 Merge branch '3.0' into enh/TD-30490-3.0 2024-06-13 17:00:15 +08:00
factosea
d9043d6984 fix: unexpected udf function 2024-06-13 16:57:49 +08:00
kailixu
1f646713fe fix: check range option of alter user 2024-06-13 16:36:18 +08:00
54liuyao
7620be6e28 optimize show cluster alive stmt 2024-06-13 16:23:50 +08:00
54liuyao
367b3b153f check cursor for count window 2024-06-13 15:35:26 +08:00
Yihao Deng
f59b88ea93 double check enableWhiteList 2024-06-13 07:03:15 +00:00
Haojun Liao
0f8c0fa8cb fix(stream): add dispatch data monitor to handle the network broken problem that may cause the stream process frozen. 2024-06-13 14:56:20 +08:00
facetosea
6da1215573 fix blockid 2024-06-13 14:48:02 +08:00
facetosea
ff24eaf94d fix: code review 2024-06-13 14:13:44 +08:00
kailixu
caa2884bc9 enh: support enable/disable tfs config entries 2024-06-13 14:13:23 +08:00
dapan1121
8bbdfacca0
Merge pull request #26123 from taosdata/fix/TD-30579
fix:[TD-30579]compile error in macOS 14.5 and m3 chip
2024-06-13 13:52:28 +08:00
Haojun Liao
6f32a617f7 fix(tsdb): check for malloc failure. 2024-06-13 13:45:42 +08:00
Haojun Liao
5d2d5c3eee fix(tsdb): check for null ptr for block load info when retrieving block distribution. 2024-06-13 13:43:57 +08:00
Haojun Liao
849f64d557 fix(tsdb): check null for tsdb block load info 2024-06-13 13:25:29 +08:00
kailixu
50d163f10d Merge branch '3.0' into enh/TD-30554-3.0 2024-06-13 11:11:29 +08:00
kailixu
cdc7083b09 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-13 11:11:01 +08:00
Minglei Jin
0adbf110d9 check wal level on mnode 2024-06-13 11:02:05 +08:00
dapan1121
e62120be7a
Merge pull request #26104 from taosdata/fix/TD-30483
fix: count always true for group by tbname performance issue
2024-06-13 10:20:25 +08:00
kailixu
6f667d9314 enh: support get macro string of taos errors 2024-06-13 10:13:24 +08:00
Yihao Deng
b7ef054b38 add compress to child table 2024-06-13 02:11:41 +00:00
Hongze Cheng
470b0e6730
Merge pull request #26119 from taosdata/feat/TS-4724-3.0
feat: data migration speed limit
2024-06-13 09:59:53 +08:00
dapan1121
d21e2f52de
Merge pull request #26054 from taosdata/fix/TD-30365
fix:[TD-30365] ci case error & drop topic error if vnode is splitted
2024-06-13 09:55:34 +08:00
Minglei Jin
c13ba895ee fix translater rules for replica & wal level 2024-06-13 09:47:14 +08:00
kailixu
a876164b33 Merge branch '3.0' into enh/TD-30490-3.0 2024-06-13 08:54:57 +08:00
dapan1121
18b5475771
Merge pull request #25511 from taosdata/fix/TD-29671/tableAliasName
fix: select failed as using table alias name
2024-06-13 08:50:19 +08:00
kailixu
962a78d6a3 enh: support get macro string of taos errors 2024-06-13 06:59:04 +08:00
kailixu
247183b6fc enh: support get macro string of taos errors 2024-06-13 06:57:13 +08:00
Jeff Tao
3bdbb10608 fix:[TD-30579]compile error in macOS 14.5 and m3 chip 2024-06-12 22:39:02 +08:00
Jeff Tao
ad0dd88ba1 fix:[TD-30579]compile error in macOS 14.5 and m3 chip 2024-06-12 22:31:08 +08:00
kailixu
95a6cbf8e0 enh: support get origin string of taos errors 2024-06-12 18:56:29 +08:00
Haojun Liao
9c42c90209
Merge pull request #26118 from taosdata/fix/3_liaohj
fix(stream): add fill-history task id in msg.
2024-06-12 18:03:43 +08:00
Hongze Cheng
e060535c13 feat: data migration speed limit 2024-06-12 17:23:57 +08:00
kailixu
ff47e1eab1 enh: support enable/disable tfs config entries 2024-06-12 17:12:30 +08:00
dapan1121
13a0bf3fdf fix: count empty table with group by issue 2024-06-12 16:18:22 +08:00
Minglei Jin
4311309d51 clear wal files for fake leve 1 2024-06-12 15:52:39 +08:00
kailixu
e7754a0b3e Merge branch '3.0' into enh/TD-30554-3.0 2024-06-12 15:40:01 +08:00
Hongze Cheng
c2a80bd1cc
Merge pull request #26106 from taosdata/fix/TS-4963-3.0
fix: reserve log file name
2024-06-12 15:36:50 +08:00
Haojun Liao
d06e1549f1 fix(stream): add fill-history task id in msg. 2024-06-12 15:27:19 +08:00
Minglei Jin
568799a6a3 fix(wal/level): enable alter replica from fake walLevel 1 2024-06-12 15:16:58 +08:00
kailixu
f2401f32a2 enh: support enable/disable tfs config entries 2024-06-12 15:14:38 +08:00
dapan1121
a51b9cddc2
Merge pull request #26111 from taosdata/fix/TD-30102/testCase
test case: mem overflow
2024-06-12 14:26:17 +08:00
dapan1121
3c8cb76161
Merge pull request #26100 from taosdata/fix/TD-30481.3
fix: case when memory leak
2024-06-12 13:26:42 +08:00
Haojun Liao
623a73f57b
Merge pull request #26089 from taosdata/fix/3_liaohj
fix(stream): init the node list and task list when starting mnode.
2024-06-12 11:34:10 +08:00
kailixu
fa05b2c8b6 fix: reserve log file name 2024-06-12 11:17:08 +08:00
kailixu
f96721cb6d Merge branch '3.0' into fix/TS-4963-3.0 2024-06-12 11:15:18 +08:00
Hongze Cheng
e8ea630d5a
Merge pull request #25203 from taosdata/enh/thread_api_3.0
enh: remove obsolete code
2024-06-12 10:58:19 +08:00
Hongze Cheng
0edcac4da1
Merge pull request #26101 from taosdata/feat/TS-4971-3.0
Feat/TS-4971-3.0
2024-06-12 10:42:41 +08:00
Hongze Cheng
206280e529
Merge pull request #25395 from taosdata/fix/limitIdxMaxThread3
limit index bg thread
2024-06-12 10:27:33 +08:00
Haojun Liao
dc2497791a fix(stream): accept invalid vgroup id error code when handling the update checkpoint info. 2024-06-12 10:11:55 +08:00
kailixu
db44febadf fix: reserve log file name 2024-06-12 08:27:46 +08:00
factosea
90e54d0603 test case: mem overflow 2024-06-11 19:38:31 +08:00
Haojun Liao
9406be9aa6 fix(stream): remove invalid reset. 2024-06-11 18:58:16 +08:00
Haojun Liao
a41a04dc37 fix(stream): remove the related history task correctly. 2024-06-11 18:35:59 +08:00
dapan1121
fee3cd9570
Merge pull request #26103 from taosdata/fix/TD-30519
fix: first dynamic data filter issue
2024-06-11 18:34:28 +08:00
kailixu
f1fa948594 fix: reserve log file name 2024-06-11 18:27:46 +08:00
kailixu
581f5e79d9 fix: reserve log file name 2024-06-11 18:20:00 +08:00
dapan1121
e17cdf84c2 fix: count always true for group by tbname performance issue 2024-06-11 18:08:34 +08:00
kailixu
5b0bb82ed0 fix: reserve log file name 2024-06-11 17:46:53 +08:00
wangmm0220
70db803aec fix:[TD-30365] ci case error & drop topic error if vnode is splitted 2024-06-11 17:24:29 +08:00
Haojun Liao
b22679c941 fix(stream): do NOT remove the stream if the stream object is not accessiable, since the deploy trans may not completed yet. 2024-06-11 17:13:44 +08:00
Haojun Liao
781b644a8c fix(stream):fix memory leak and update test cases. 2024-06-11 16:34:47 +08:00
dapan1121
bee01f9dba
Merge pull request #26081 from taosdata/enh/stmtPerf.3
enh: optimize stmt performance
2024-06-11 16:12:58 +08:00
Hongze Cheng
101c5ee75a
Merge pull request #26093 from taosdata/enh/TD-30490-3.0
enh: support get msg string and msg number
2024-06-11 15:48:04 +08:00
Hongze Cheng
d321fbbc87
Merge pull request #26005 from taosdata/enh/TS-3737-3.0
enh: support createdb permission for user
2024-06-11 15:46:00 +08:00
dapan1121
6b1d4b842e fix: case when memory leak 2024-06-11 15:28:04 +08:00
Yihao Deng
8a6d58d339 support update enableWhiteList dynamicly 2024-06-11 07:21:54 +00:00
Haojun Liao
3b537367c9 fix(stream): fix memory leak. 2024-06-11 15:21:48 +08:00
dapan1121
7cc3eeee3d fix: first dynamic data filter issue 2024-06-11 15:03:17 +08:00
Haojun Liao
539543b011
Merge pull request #25846 from taosdata/enh/opt_prj
enh(query): optimize the project query performance
2024-06-11 14:35:27 +08:00
Haojun Liao
d6e252513e fix(stream):fix syntax error. 2024-06-11 14:33:59 +08:00
Haojun Liao
0245d82e54 fix(stream): make sure that the unit test case can work. 2024-06-11 14:26:29 +08:00
Haojun Liao
00eb621825 fix(stream): do scan checkpoint-report in write queue. 2024-06-11 14:09:50 +08:00
dapan1121
b598376449 fix: invalid exec request issue 2024-06-11 14:07:28 +08:00
Hongze Cheng
5c1c65751a
Merge pull request #26083 from taosdata/fix/TD-30200-3.0
fix: last cache rebuild from multi brinBlk
2024-06-11 13:46:55 +08:00
Hongze Cheng
17ced955b7
Merge pull request #26079 from taosdata/fix/TD-30310
fix(last_row): fix empty table condition
2024-06-11 11:21:09 +08:00
Haojun Liao
68aac5dee1 other: fix syntax error. 2024-06-11 11:12:24 +08:00