Commit Graph

3875 Commits

Author SHA1 Message Date
kailixu 50c2fc567c chore: merge 3.0 2024-07-24 12:05:01 +08:00
WANG MINGMING 535755266d
Merge branch '3.0' into opti/TD-31017 2024-07-23 19:44:06 +08:00
kailixu 8da3fefcbd Merge branch '3.0' into enh/TD-30988-3.0 2024-07-23 19:31:22 +08:00
Hongze Cheng 49e2d91f4e Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-11 2024-07-23 15:46:41 +08:00
sima 1285100f68 enh:[TD-31043] Handling return value in functionMgt.c 2024-07-23 15:37:17 +08:00
wangmm0220 62a781ac6e fix:[TD-31017]process return value in client for tmq 2024-07-23 14:32:28 +08:00
kailixu 0a8be1fd3d enh: return error code 2024-07-23 13:55:26 +08:00
Shungang Li f5f84c3cc6 feat: (errcode) ttime.c 2024-07-23 09:13:42 +08:00
Hongze Cheng 449083a34c Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-11 2024-07-22 20:30:42 +08:00
Yihao Deng 32c0c40c4d refactor transport 2024-07-22 10:12:30 +00:00
wangmm0220 44bfb1dddc fix:[TD-31017]process return value in mnode for tmq 2024-07-22 17:58:55 +08:00
Hongze Cheng ac3353f064 enh 2024-07-22 17:32:30 +08:00
wangmm0220 862a40afa0 fix:[TD-31017]process return value in mnode for tmq 2024-07-22 17:30:49 +08:00
Haojun Liao 3bc91da354
Merge pull request #26689 from taosdata/fix/TD-30967
feat(operator):adj operator result
2024-07-22 16:59:48 +08:00
Yihao Deng b3ce1c8411 Merge remote-tracking branch 'origin/3.0' into enh/refactErrCodeRsync 2024-07-20 09:19:45 +00:00
54liuyao 13b75ba72a adj operator result 2024-07-19 16:15:37 +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
Haojun Liao 2ca6726922 refactor: check return value for each function. 2024-07-18 22:52:32 +08:00
Yihao Deng e20a972b7f refactor rsync 2024-07-18 08:45:58 +00:00
wangmm0220 1d8791a106 opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-18 14:32:04 +08:00
Haojun Liao 53ed030967 Merge branch '3.0' into fix/3_liaohj 2024-07-17 11:25:19 +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 103e9194b0
Merge pull request #26592 from taosdata/fix/syntax
fix(tsdb): check return value.
2024-07-17 09:08:22 +08:00
Haojun Liao 94f596c4ce refactor: remove the invalid return value. 2024-07-16 18:52:01 +08:00
Minglei Jin d93d5325e0 terrno/cos: use new macro to return terrno 2024-07-16 16:03:15 +08:00
Haojun Liao dd590f36e2 refactor: do some refactor. 2024-07-15 23:53:12 +08:00
wangmm0220 aed8a75e35 feat:[TD-30975]process return value in schemaless 2024-07-15 19:07:20 +08:00
Yihao Deng 581f21496f refacto return code 2024-07-15 10:03:41 +00:00
Haojun Liao a886351298 fix(stream): update checkpoint into different dir. 2024-07-15 14:52:28 +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
Shungang Li 942599fe04 enh: 'create table' parses csv file per tsMaxInsertBatchRows 2024-07-11 16:14:31 +08:00
wangmm0220 f90fd21142 fix:[TS-4592]merge conflicts 2024-07-11 15:04:07 +08:00
wangmm0220 4ef2c39649 fix:[TS-4592]remove lost status 2024-07-11 14:56:25 +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
Haojun Liao acde36a25b Merge branch '3.0' into fix/3_liaohj 2024-07-09 14:43:35 +08:00
wangjiaming0909 73d4fa48f9 support month/year tsma interval 2024-07-08 18:22:33 +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
Haojun Liao 647f9f47ef refactor: do some internal refactor. 2024-07-08 10:32:23 +08:00
Haojun Liao 8e6bb176c2 fix(stream): use trans to set the consensus-checkpoint id 2024-07-05 16:17:20 +08:00
Hongze Cheng 2b9065fbe7 reformat and add a error number 2024-07-05 15:06:11 +08:00
dmchen 3a4412b282 fix/TD-30876 2024-07-05 06:24:53 +00:00
Haojun Liao 653f7a1a43 fix(stream): refactor the checkpoint consensus policy. 2024-07-04 13:55:50 +08:00
Haojun Liao 48bf5eb4d8 other: merge 3.0 2024-06-27 19:23:06 +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
wangmm0220 d4b31cfd8e fix:[TS-4921] errors in test 2024-06-26 18:32:09 +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
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
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
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
Shungang Li b3368f6472 feat: 'create table' from csv file 2024-06-24 22:13:03 +08:00
wangmm0220 e517db6462 fix:add db configuration that not reportted 2024-06-24 19:19:46 +08:00
kailixu a6e0fbd76a fix: expire time for show cluster 2024-06-24 16:21:10 +08:00
wangmm0220 e66be025c5 fix:add db configuration that not reportted 2024-06-24 15:48:35 +08:00
wangmm0220 ed16b1e8db fix:conflict from 3.0 2024-06-24 12:03:10 +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
kailixu 431c0cf331 fix: compatibility for msg and error code 2024-06-22 23:04:56 +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 65fac20367 fix:[TS-4921] merge from 3.0 2024-06-22 15:02:34 +08:00
Yihao Deng 4e1ea52d07 fix invalid ip white 2024-06-21 23:56:11 +00: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
kailixu 79f8ab4596 fix: compatibility for msg and error code 2024-06-21 08:07:18 +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
wangmm0220 5dcfed2d51 feat:[TS-4921]add logic for slow log 2024-06-19 18:54:26 +08:00
kailixu 780ce7aa95 enh: support display unlimited for expiration time 2024-06-19 14:33:17 +08:00
kailixu 7c429e5799 enh: support display unlimited for expiration time 2024-06-19 14:25:17 +08:00
kailixu c3abd9d554 enh: support display unlimited for expiration time 2024-06-19 09:38:55 +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
dmchen 4c8ce7a14c feat/TS-4954 2024-06-17 06:31:39 +00: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
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
kailixu 0ef8d3510a fix: use unsigned type for union bit operation 2024-06-14 15:46:11 +08:00
54liuyao 7620be6e28 optimize show cluster alive stmt 2024-06-13 16:23:50 +08: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
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
Haojun Liao d06e1549f1 fix(stream): add fill-history task id in msg. 2024-06-12 15:27:19 +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
Haojun Liao a41a04dc37 fix(stream): remove the related history task correctly. 2024-06-11 18:35:59 +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
Haojun Liao 00eb621825 fix(stream): do scan checkpoint-report in write queue. 2024-06-11 14:09:50 +08:00
kailixu ed33493521 enh: support get msg string and msg number 2024-06-10 22:56:44 +08:00
Haojun Liao 20bade24c3
Merge branch '3.0' into fix/3_liaohj 2024-06-10 01:34:55 +08:00
Haojun Liao cbf8b363fc fix(stream): update checkpoint info by using trans. 2024-06-10 00:46:01 +08:00
Haojun Liao 895ee30cf3
Merge branch '3.0' into enh/opt_prj 2024-06-09 23:51:38 +08:00
kailixu 054cb9b64a Merge branch '3.0' into enh/TS-3737-3.0 2024-06-07 14:09:23 +08:00
kailixu 7de2928c86 Merge branch '3.0' into feat/TD-30053-3.0 2024-06-07 10:28:22 +08:00
wangjiaming0909 46351a6ba9 fix defining tsma messages messing vnode commit messages 2024-06-06 16:13:02 +08:00
kailixu 4beaf871b7 Merge branch '3.0' into feat/TD-30053-3.0 2024-06-06 08:33:48 +08:00
dapan1121 ddf15fa55c Merge remote-tracking branch 'origin/3.0' into enh/stmtPerf.3 2024-06-05 17:13:48 +08:00
Hongze Cheng 910e03fc99 add bind api 2024-06-05 17:06:36 +08:00
kailixu c89f06eaf3 chore: adjust test case 2024-06-05 14:56:47 +08:00
kailixu ee9ccdea86 Merge branch '3.0' into feat/TD-30053-3.0 2024-06-05 12:38:09 +08:00
factosea 7a8e87f8cd fix: slot id 2024-06-04 19:05:19 +08:00