Commit graph

9462 commits

Author SHA1 Message Date
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
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
Hongze Cheng
b88ff0f455 refact some code 2024-07-03 18:51:50 +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
wangmm0220
f593b644fc fix:compile error in windows & modify the size of send max 2024-07-02 22:48:32 +08:00
wangmm0220
470796ae88 fix:[TS-4921]refactor reporting logic for slow log 2024-07-02 18:03:26 +08:00
wangmm0220
65696ce97f fix:[TS-4921]refactor reporting logic for slow log 2024-07-02 14:52:20 +08:00
xjzhou
88aa15e944 enh: Enhance error handling for stmt 2024-07-02 11:05:54 +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
a17ff3dbf5 fix:[TS-4921]refactor reporting logic for slow log 2024-07-01 19:08:16 +08:00
wangjiaming0909
d0bb671d79 avoid locks in queryAutoQWorkerPool 2024-07-01 15:41:19 +08:00
Haojun Liao
f09be802ea other: merge 3.0 2024-07-01 13:32:30 +08:00
wangjiaming0909
5040ff5bd9 mnode/qnode support QueryAutoQWorkerPool 2024-07-01 11:08:40 +08:00
wangjiaming0909
dc0224cb2c fix windows compile with void* 2024-07-01 11:08:40 +08:00
wangjiaming0909
a25571313f remove test code 2024-07-01 11:08:39 +08:00
54liuyao
8fdd64e92e limit the size of query queue 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
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
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
38caccb097
Merge pull request #26300 from taosdata/fix/TD-30768-3.0
fix/TD-30768
2024-06-27 18:01:26 +08:00
xjzhou
12c64a1c45 Merge remote-tracking branch 'origin/3.0' into enh/TD-23926-3.0 2024-06-27 17:02:54 +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
1ec867449e fix:[TS-4921] errors in test 2024-06-27 10:11:38 +08:00
wangmm0220
d4b31cfd8e fix:[TS-4921] errors in test 2024-06-26 18:32:09 +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
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
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
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
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
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
wangmm0220
596121431c fix:add monitor result for show cluster variables 2024-06-23 18:49:59 +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
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
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
Haojun Liao
119001e30b fix(stream): update the retrieve checkpoint-trigger msg. 2024-06-21 15:11:48 +08:00
kailixu
73a9470286 Merge branch '3.0' into enh/TS-5043-3.0 2024-06-21 14:05:58 +08:00
kailixu
3fad7adf05 fix: compatibility for msg and error code 2024-06-21 12:56:03 +08:00
kailixu
edabeb3a98 fix: compatibility for msg and error code 2024-06-21 11:22:32 +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
kailixu
79f8ab4596 fix: compatibility for msg and error code 2024-06-21 08:07:18 +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
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
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
54liuyao
ecfb5e5f4c adj par name catch 2024-06-20 09:28:04 +08:00
wangmm0220
5dcfed2d51 feat:[TS-4921]add logic for slow log 2024-06-19 18:54:26 +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
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
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
6d2b8fe2bf tfs: support disable create new file 2024-06-18 19:08:00 +08:00
kailixu
809c691b22 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-18 16:47:51 +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
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
985d619569 fix(stream): fix syntax error. 2024-06-17 23:14:33 +08:00
Haojun Liao
c4a2756907 fix(stream): not revise the stream id for fill-history task. 2024-06-17 23:13:54 +08:00
dmchen
4c8ce7a14c feat/TS-4954 2024-06-17 06:31:39 +00: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
kailixu
e1f5e6d533 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-17 10:44:11 +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
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
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
kailixu
0ef8d3510a fix: use unsigned type for union bit operation 2024-06-14 15:46:11 +08:00
kailixu
7078b5017c chore: order of error definition 2024-06-13 17:42:41 +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
54liuyao
7620be6e28 optimize show cluster alive stmt 2024-06-13 16:23:50 +08: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
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
kailixu
6f667d9314 enh: support get macro string of taos errors 2024-06-13 10:13:24 +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
kailixu
a876164b33 Merge branch '3.0' into enh/TD-30490-3.0 2024-06-13 08:54:57 +08:00
kailixu
247183b6fc enh: support get macro string of taos errors 2024-06-13 06:57:13 +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
e7754a0b3e Merge branch '3.0' into enh/TD-30554-3.0 2024-06-12 15:40:01 +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
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
dapan1121
0616d886cb enh: optimize table columns allocation 2024-06-07 13:50:57 +08:00
kailixu
7de2928c86 Merge branch '3.0' into feat/TD-30053-3.0 2024-06-07 10:28:22 +08:00
dapan1121
3f99e5e064 fix: memory issues 2024-06-07 09:25:17 +08:00
kailixu
2f5179cf44 Merge branch '3.0' into enh/TS-3737-3.0 2024-06-06 16:42:04 +08:00
wangjiaming0909
46351a6ba9 fix defining tsma messages messing vnode commit messages 2024-06-06 16:13:02 +08:00
Hongze Cheng
070ec1412e
Merge pull request #26048 from taosdata/enh/TS-4885
enh/wal_level: new level 0 to disable wal writing
2024-06-06 10:19:50 +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
dapan1121
27755d397b Merge branch 'enh/stmtPerf.3' of github.com:taosdata/TDengine into enh/stmtPerf.3 2024-06-05 17:13:14 +08:00
dapan1121
da8616d98a fix: add stbInterlace mode test cases 2024-06-05 17:12:15 +08:00
Hongze Cheng
910e03fc99 add bind api 2024-06-05 17:06:36 +08:00
Minglei Jin
d6b2bcba68 enh/wal_level: new level 0 to disable wal writing 2024-06-05 15:19:55 +08:00
kailixu
c89f06eaf3 chore: adjust test case 2024-06-05 14:56:47 +08:00
Haojun Liao
c529ecc7d2
Merge pull request #25734 from taosdata/fix/3_liaohj
fix(stream): update the checkpoint info for followers, and some internal refactor.
2024-06-05 13:38:51 +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
kailixu
2f222514dc chore: merge 3.0 2024-06-04 16:34:02 +08:00
Haojun Liao
6d7e1eb576 fix(query): check for the server ep and client ep to set the compress flag. 2024-06-04 15:07:02 +08:00
factosea
c42e627a41 test 2024-06-04 11:39:47 +08:00
Haojun Liao
4fc21cc8b0 refactor: do some internal refactor. 2024-06-04 10:08:18 +08:00
dapan1121
91375c8ca1 fix: taosc exit issue 2024-06-03 19:13:14 +08:00
Haojun Liao
3b3ed1c30c fix(stream): add monitor for checkpoint-ready msg recv status. 2024-06-03 16:45:37 +08:00
dapan1121
3c98aa1b3d
Merge pull request #26006 from taosdata/fix/3.0/TS-4879
fix exchange operator memory access problem
2024-06-03 16:30:18 +08:00
Haojun Liao
927e2237de Merge branch '3.0' into fix/3_liaohj 2024-06-03 15:56:02 +08:00
Hongze Cheng
6f72fd4170
Merge pull request #25996 from taosdata/feat/TD-30006-3
Feat/TD-30006-3
2024-06-03 15:41:47 +08:00
wangjiaming0909
6fcd071144 fix exchange operator memory access problem 2024-06-03 13:57:35 +08:00
dapan1121
affdeed944
Merge pull request #25909 from taosdata/feat/ly_tmq_batch_meta
optimize tmq snapshot meta
2024-06-03 10:19:57 +08:00
Hongze Cheng
c8f13874a7
Merge pull request #25984 from taosdata/fix/TD-30309-3.0
fix: coverity scan problem
2024-06-03 08:58:48 +08:00
Haojun Liao
2a8270f9c8 fix(stream): track the checkpoint-ready msg on the upstream tasks. 2024-06-01 18:26:45 +08:00
kailixu
767934ad4a enh: support createdb permission for user 2024-05-31 17:50:57 +08:00
kailixu
4ae8aeb909 Merge branch '3.0' into enh/TS-3737-3.0 2024-05-31 15:48:19 +08:00
Haojun Liao
76b43dc072 fix(stream): 1. check the checkpoint-trigger rsp, 2. set the error code in the message body, 3. follower nodes not handle the checkpoint-trigger retrieve request. 2024-05-31 14:32:55 +08:00
Haojun Liao
bef1953b24
Merge branch '3.0' into fix/3_liaohj 2024-05-31 14:27:46 +08:00
Yihao Deng
116409d73f merge 3.0 2024-05-31 02:53:36 +00:00
Yihao Deng
5293c4a1dd Merge branch '3.0' into feat/TD-30006 2024-05-31 02:49:58 +00:00
Haojun Liao
ee4e4c0e6d refactor: do some internal refactor. 2024-05-31 09:17:20 +08:00
Hongze Cheng
0988064f9c
Merge pull request #25950 from taosdata/fix/TD-30291-3.0
fix: arb distinguish between isSync and acked
2024-05-30 19:50:51 +08:00
Yihao Deng
c6407277dc support add column compress 2024-05-30 11:41:22 +00:00
Hongze Cheng
d28abdf837 fix coverity scan problem 2024-05-30 16:11:53 +08:00
dapan1121
4f67ccc5d5
Merge pull request #25935 from taosdata/fix/3.0/TD-30188
fix select from union all caused crash
2024-05-30 15:45:44 +08:00
dapan1121
c0e4ab20a4 enh: optimize stmt performance 2024-05-30 13:26:17 +08:00
Yihao Deng
5a91039f04 TD-30340 2024-05-30 03:00:56 +00:00
Haojun Liao
becc4cb368 enh(stream): limit the concurrent started checkpoint tasks. 2024-05-29 19:29:26 +08:00
Haojun Liao
27ac6ca16e fix(stream): desc the ref for checkpoint-trigger timer. 2024-05-29 14:12:14 +08:00
Haojun Liao
d1d868f239 refactor: do some internal refactor and set the pActiveInfo for rsma. 2024-05-29 00:08:29 +08:00
54liuyao
a2255ca355 add tmq param 2024-05-28 18:34:37 +08:00
54liuyao
d815bb117b add json for batch meta 2024-05-28 16:56:23 +08:00
Shungang Li
4c47626baf fix: arb distinguish between isSync and acked 2024-05-28 16:29:42 +08:00
Shungang Li
a8383369ba enh: arb check roletime before check sync 2024-05-28 15:13:58 +08:00
Haojun Liao
bd514fe4d3 other: merge rows. 2024-05-28 11:13:09 +08:00
Haojun Liao
be107b204c enh(stream): support retrieve checkpoint data remotely when start stream tasks in vnodes. 2024-05-28 09:54:22 +08:00
dapan1121
99859c30ed
Merge pull request #25932 from taosdata/fix/TD-30190
Fix/td 30190
2024-05-27 18:53:21 +08:00
wangjiaming0909
fd34087b8c fix select from union all caused crash 2024-05-27 16:20:13 +08:00
wangjiaming0909
22aad41810 fix smaTest failed caused by mnode not inited 2024-05-24 11:42:01 +08:00
Haojun Liao
89fb56e77d other: merge 3.0 2024-05-24 11:41:51 +08:00
dapan1121
6064ea0125 fix: support timeline query from union and order by 2024-05-24 11:24:19 +08:00
54liuyao
441a150d66 optimize tmq snapshot meta 2024-05-23 17:35:54 +08:00
kailixu
585ec14fea feat(grant): support industry edition 2024-05-23 17:17:18 +08:00
kailixu
c632a64294 Merge branch '3.0' into feat/TD-30053-3.0 2024-05-23 14:39:57 +08:00
Hongze Cheng
eac6408339
Merge pull request #25879 from taosdata/enh/TD-29713-3.0
enh: batch update arbgroup in trans
2024-05-23 14:28:11 +08:00
kailixu
0ef202a56b enh: createdb permission for users 2024-05-22 19:00:47 +08:00
Shungang Li
a75a06f12c fix: TDMT_MND_ARB_UPDATE_GROUP placeholder 2024-05-22 15:49:20 +08:00
Haojun Liao
be39044b66 fix(stream): add more info 2024-05-22 11:04:54 +08:00
Shungang Li
307ddc632f enh: batch update arbgroup in trans 2024-05-22 10:44:46 +08:00
kailixu
ea1b4c3b9d Merge branch '3.0' into enh/TD-30149-3.0 2024-05-22 10:44:44 +08:00
Haojun Liao
ed12ef1c02
Merge pull request #25878 from taosdata/fix/TD-30180-3.0
fix:[TD-30180]error in judging if groupId already added to the end of…
2024-05-22 09:12:56 +08:00
wangmm0220
f21eeae56c fix:[TD-30180]error in judging if groupId already added to the end of table name 2024-05-21 16:57:00 +08:00
kailixu
04c0c8b6cd enh(grant): refine error code 2024-05-21 15:26:29 +08:00
dmchen
a297a38818 fix/TD-29772 2024-05-21 01:57:33 +00:00
Haojun Liao
3baa4169e6 Merge branch '3.0' into fix/3_liaohj 2024-05-20 10:31:53 +08:00
Haojun Liao
1e5098f676 fix(query): fix bugs caused by refactor. 2024-05-19 13:32:30 +08:00
Haojun Liao
217fb7551c fix(query): fix bugs caused by refactor. 2024-05-19 13:18:12 +08:00
Haojun Liao
93292d8149 other: merge 3.0 2024-05-18 09:58:36 +08:00
kailixu
be44ea0a84 Merge branch '3.0' into feat/TD-30053-3.0 2024-05-17 14:07:44 +08:00
Hongze Cheng
56b2ccebf6
Merge pull request #25816 from taosdata/feat/TS-4050-3.0
feat/ts-4050-3.0
2024-05-17 09:13:19 +08:00
kailixu
57cbf96741 chore: revert the code change 2024-05-16 17:36:39 +08:00
kailixu
cb5bdd29b5 feat(grant): support industry edition 2024-05-16 17:30:03 +08:00
Haojun Liao
92b247e5b4 refactor: move compress data in query threads. 2024-05-16 15:55:48 +08:00
Haojun Liao
45d78aff8c enh(query): compress msg before sending. 2024-05-16 11:35:34 +08:00
dapan1121
51b9046cbc
Merge pull request #25773 from taosdata/enh/TS-4716/timewait
Enh/ts 4716/timewait
2024-05-16 10:17:10 +08:00
facetosea
9959c0cb2b build failed 2024-05-15 16:18:36 +08:00
Hongze Cheng
9dd3f326ea
Merge pull request #25731 from taosdata/enh/TD-29968-3.0
enh: grant support s3/active-active/dual-replica/db_encryption
2024-05-15 15:52:28 +08:00
factosea
e1ae87bbf5 use tsem2 2024-05-15 14:57:14 +08:00
Haojun Liao
abd90c733a fix(stream): remove backend files only after the in-memory task is dropped. 2024-05-15 14:24:35 +08:00
Haojun Liao
43e018e210
Merge pull request #25733 from taosdata/fix/TD-29745
optimize scan data
2024-05-15 13:41:08 +08:00
54liuyao
4c603fee55 format code 2024-05-15 10:54:24 +08:00
Hongze Cheng
156b5e71f4
Merge pull request #25735 from taosdata/fix/TD-29772-3.0
fix/TD-29772
2024-05-15 09:13:01 +08:00
54liuyao
ab3ba3f2e4 optimize scan tsdb 2024-05-15 09:09:20 +08:00
Haojun Liao
610aa80e65 fix(stream): init backend for fill-history task. 2024-05-15 00:08:38 +08:00
Hongze Cheng
7b35a5964e
Merge pull request #25471 from taosdata/feat/TD-29196
feat: add pcre2 lib to precheck geometry wkt
2024-05-14 17:42:15 +08:00
Haojun Liao
6898eba6ed fix(stream): expand stream tasks are divided into two phase, the first is to build stream task and then expand stream task before start stream tasks. 2024-05-14 14:34:31 +08:00
factosea
889751e16f Semaphore on linux 2024-05-14 11:04:42 +08:00
Haojun Liao
b7e7de0354 fix(stream): set the stream task load flag. 2024-05-13 16:45:38 +08:00
dmchen
7c31014c4d add sql 2024-05-13 08:20:27 +00:00
Haojun Liao
3dfffe9113 fix(stream): async load and start stream tasks. 2024-05-13 15:31:26 +08:00
kailixu
6f07e48826 Merge branch '3.0' into enh/TD-29968-3.0 2024-05-13 10:35:53 +08:00
dmchen
939183d3df fix/TD-29772 2024-05-13 01:56:49 +00:00
kailixu
60e02eb3e6 Merge branch '3.0' into enh/TD-29968-3.0 2024-05-12 23:15:40 +08:00
t_max
f030af3aab fix: build fails on macOS and Windows 2024-05-11 14:59:05 +08:00
Haojun Liao
d7e1f37cd4 Merge branch '3.0' into fix/3_liaohj 2024-05-11 10:28:12 +08:00
Haojun Liao
7f93ec2c53 fix(stream): update the checkpoint info for followers, and some internal refactor. 2024-05-11 09:37:02 +08:00
Shungang Li
7ae4415890 fix: refactor lastcache ser/des for compatibility 2024-05-09 19:04:11 +08:00
Haojun Liao
6721ec3cd8 refactor: do some internal refactor. 2024-05-09 14:06:25 +08:00
dmchen
e5547eccbf encrypt grant 2024-05-09 02:44:38 +00:00
Haojun Liao
6693efaa85 refactor: do some internal refactor. 2024-05-09 10:11:37 +08:00
kailixu
a0fffa7eda enh: grant support s3/active-active/dual-replica/db_encryption 2024-05-09 09:44:09 +08:00
Haojun Liao
9ce8f6953d refactor: do some internal refactor. 2024-05-08 13:52:20 +08:00
Haojun Liao
c43fbf6fee refactor: do some internal refactor. 2024-05-08 11:21:24 +08:00
Haojun Liao
5ee1cba173 fix(test): fix syntax error. 2024-05-08 10:18:19 +08:00
Haojun Liao
cdeb4462fb refactor: do some internal refactor. 2024-05-07 23:43:21 +08:00
Haojun Liao
b6debd985b fix(stream): always return success if repeatly recv checkpoint source msg. 2024-05-07 16:33:08 +08:00
Haojun Liao
0e0f98eb8d refactor: do some internal refactor. 2024-05-07 10:50:44 +08:00
Haojun Liao
18c66a5491 refactor: do some internal refactor. 2024-05-06 18:17:38 +08:00
Haojun Liao
7ad7ef7cfc refactor: do some internal refactor. 2024-05-06 17:03:41 +08:00
Haojun Liao
d879c7c967 fix(stream): set global close flag in the streamMeta. 2024-05-06 16:40:49 +08:00
Haojun Liao
732e52d64d refactor: do some internal refactor, and add some logs. 2024-04-30 19:11:58 +08:00
Haojun Liao
7879a32a33
Merge pull request #25588 from taosdata/fix/3_liaohj
fix(util): fix the assign of pointer data in ssdatablock.
2024-04-29 19:53:21 +08:00
Haojun Liao
62a1277801 fix(util): fix the assign of pointer data in ssdatablock. 2024-04-29 16:50:00 +08:00
dapan1121
0997355460
Merge pull request #25560 from taosdata/tsma_tradeoff
usable tsma
2024-04-29 09:22:50 +08:00
wangjiaming0909
cb008f18dc usable tsma 2024-04-29 09:18:40 +08:00
Haojun Liao
f115a33a94
Merge pull request #25538 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-04-28 23:21:52 +08:00
Haojun Liao
bf5d523116 fix(stream): disable the exec of complete check status in timer thread. 2024-04-28 17:57:34 +08:00
Hongze Cheng
13cd60f17f
Merge pull request #25524 from taosdata/feat/TD-29823
Feat/TD-29823
2024-04-28 17:51:39 +08:00
Hongze Cheng
0253aed220
Merge pull request #25522 from taosdata/enh/TD-29801-3.0
enh: batch create table
2024-04-28 17:16:23 +08:00
Haojun Liao
3c5ca17737 Merge branch '3.0' into fix/3_liaohj 2024-04-28 13:57:16 +08:00
Haojun Liao
6ea4823f1e fix(stream): update the timeout measurement. 2024-04-28 11:14:10 +08:00
Haojun Liao
b2d8260f14 refactor: do some internal refactor. 2024-04-28 10:05:22 +08:00
Haojun Liao
8adaeb59a3 refactor: do some internal refactor. 2024-04-28 09:50:21 +08:00
Haojun Liao
384efdc185
Merge pull request #25531 from taosdata/fix/3_liaohj
fix(stream):add ref for task in check rsp monitor timer.
2024-04-28 09:22:00 +08:00
kailixu
3b504e6e96 enh: batch create table 2024-04-28 04:47:00 +08:00
kailixu
504263315d enh: batch create table 2024-04-28 04:37:30 +08:00
kailixu
0b5e35643c Merge branch '3.0' into enh/TD-29801-3.0 2024-04-28 04:27:25 +08:00
Haojun Liao
1f6b7bbcff fix(util): fix dead lock. 2024-04-27 10:08:15 +08:00
Haojun Liao
9df2bc2634 refactor: do some internal refactor. 2024-04-26 22:23:23 +08:00
Haojun Liao
faa87e13b0 fix(util): fix race condition. 2024-04-26 19:12:19 +08:00
Haojun Liao
2d1e9ba631 fix(stream):add ref for task in check rsp monitor timer. 2024-04-26 19:11:57 +08:00
Haojun Liao
5f5595a6ab
Merge pull request #25517 from taosdata/fix/3_liaohj
fix(stream): add task node into update list if it is timeout for more than 100sec.
2024-04-26 17:00:23 +08:00
Yihao Deng
ac15015cb8 Add RpcNoDelayfp function to handle specific message types 2024-04-26 08:10:39 +00:00
kailixu
55ec5f164c enh: batch create table 2024-04-26 15:09:53 +08:00
Haojun Liao
3961903fea refactor: do some internal refactor. 2024-04-26 14:00:03 +08:00
Haojun Liao
19b0de6582 fix(stream): add task node into update list if it is timeout for more than 100sec. 2024-04-26 13:49:40 +08:00
Haojun Liao
c565e31638
Merge pull request #25510 from taosdata/fix/3_liaohj
fix(stream): handle disorder node Update trans Id.
2024-04-26 12:44:00 +08:00
Haojun Liao
a0e68c2bfb refactor: do some internal refactor. 2024-04-26 11:14:53 +08:00
Haojun Liao
fae53efed9 fix(stream): add some logs for retry for notready/timeout downstream tasks. and do some internal refactor. 2024-04-26 09:58:20 +08:00
dapan1121
c78b21b0a7
Merge pull request #25498 from taosdata/test/3.0/TD-29817
fix: fix tstream.h
2024-04-26 09:06:47 +08:00
Hongze Cheng
e8af63c81e
Merge pull request #25486 from taosdata/enh/TS-4636-3.0
enh: enlarge number of mounted disks
2024-04-26 08:57:59 +08:00
Haojun Liao
b3d2ccec83
Merge pull request #25483 from taosdata/fix/3_liaohj
fix(query): add ts in cache_scan_operator if pk exists and only retri…
2024-04-25 22:32:26 +08:00
chenhaoran
14ff120fdc fix: fix tstream.h 2024-04-25 19:09:53 +08:00
Haojun Liao
c7806ebca2 fix(util): fix race condition. 2024-04-25 13:58:02 +08:00
Haojun Liao
740115e117
Merge pull request #25474 from taosdata/fix/TD-29749
fix(stream):opt bloom filter
2024-04-25 11:29:28 +08:00
Shungang Li
a7a736b6d6 feat: add pcre2 lib to precheck geometry wkt 2024-04-25 11:28:07 +08:00
Hongze Cheng
609f97e6f2 enh: enlarge number of mounted disks 2024-04-25 11:04:41 +08:00
dapan1121
8d42c364ed
Merge pull request #25477 from taosdata/fix/windowJoinViewIssue
fix: window join in view issue
2024-04-25 10:22:32 +08:00
dapan1121
3ed44d75b9 fix: window join in view issue 2024-04-24 19:14:20 +08:00
54liuyao
2a72ceadd1 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-04-24 18:57:22 +08:00
Haojun Liao
3b08ee3d16
Merge pull request #25458 from taosdata/fix/3_liaohj
fix(stream): add task update trans conflict level.
2024-04-24 18:54:06 +08:00
54liuyao
85cd290aa5 opt bloom filter 2024-04-24 18:40:39 +08:00
54liuyao
d8946dbedd opt bloom filter 2024-04-24 17:33:39 +08:00
54liuyao
3300bf04c1 opt bloom filter 2024-04-24 17:27:24 +08:00
Hongze Cheng
e47d17e826
Merge pull request #25451 from taosdata/enh/refactorCompress
refactor compress
2024-04-24 10:55:00 +08:00
Yihao Deng
83af2cdc43 Update error code message for column compress already exist 2024-04-23 11:30:39 +00:00
Haojun Liao
ace5e12e65 fix(tsdb): set the correct lflag when creating tsdbCache reader. 2024-04-23 19:25:51 +08:00
Hongze Cheng
ed9c943d68
Merge pull request #25450 from taosdata/fix/TD-29700-4
fix(qsort): use non-recursive taosqsort_r instead of taosqsort
2024-04-23 19:09:16 +08:00
Yihao Deng
7ddfe085f1 refactor code 2024-04-23 10:26:56 +00:00
Haojun Liao
b30650059b
Merge pull request #25449 from taosdata/fix/3_liaohj
fix(stream): check req id to remove expired check rsp .
2024-04-23 18:05:33 +08:00
Hongze Cheng
7eb5724b05
Merge pull request #25430 from taosdata/enh/supportTmqInterface
Enh/supportTmqInterface
2024-04-23 15:24:27 +08:00
Haojun Liao
7fda9d9fcb Merge branch '3.0' into fix/3_liaohj 2024-04-23 15:08:43 +08:00
Yihao Deng
f3feb9dabe refactor compress 2024-04-23 06:37:18 +00:00
Haojun Liao
1adf59e7d8 fix(stream): do check when task is paused, and do some internal refactor. 2024-04-23 13:53:23 +08:00
Minglei Jin
11dde20995 fix(qsort): use non-recursive taosqsort_r instead of taosqsort 2024-04-23 13:33:30 +08:00
dapan1121
92a7801d09
Merge pull request #25444 from taosdata/enh/groupJoinOpt
enh: optimize group join performance
2024-04-23 10:19:47 +08:00
dapan1121
94c7f32247 enh: optimize group join performance 2024-04-23 09:14:42 +08:00
Haojun Liao
d7a08909dd
Merge pull request #25442 from taosdata/fix/3_liaohj
fix(stream): save the epset if task epset updated.
2024-04-23 09:10:45 +08:00
Haojun Liao
315b86cf66 fix(stream): save the epset if task epset updated. 2024-04-22 23:52:45 +08:00
Haojun Liao
ada1c6d4c0
Merge pull request #25434 from taosdata/fix/3_liaohj
fix(stream):update the check-rsp prcedure, to avoid repeatly start check-rsp procedure.
2024-04-22 22:13:19 +08:00
Haojun Liao
b6316c2692
Merge pull request #25432 from taosdata/fix/TD-29688
fix(stream):add option for update data
2024-04-22 14:57:28 +08:00
Haojun Liao
a8fac441be fix(stream):update the check-rsp prcedure, to avoid repeatly start check-rsp procedure. 2024-04-22 14:02:31 +08:00
Yihao Deng
f3ac2e1ef9 add tmq interface 2024-04-22 03:56:45 +00:00
54liuyao
2d48c2c993 fix(stream):add option for update data 2024-04-22 10:41:01 +08:00
Haojun Liao
e5dddc4abf Merge branch '3.0' into fix/3_liaohj 2024-04-19 19:13:28 +08:00
Haojun Liao
ea527b19b8 fix(stream): set correct start version if no checkpoint exist. 2024-04-19 19:12:23 +08:00
dapan1121
312ca43b9f
Merge pull request #25399 from taosdata/opti/TS-4658
opti:add local thread error msg array
2024-04-19 18:23:39 +08:00
wangmm0220
16065e2a2d fix:move err msg to tmq interface 2024-04-19 16:36:11 +08:00
wangmm0220
1695824c73 fix:merge from 3.0 2024-04-19 13:52:57 +08:00
wangmm0220
42467c0e00 opti:raw data from tmq 2024-04-19 13:48:17 +08:00
Hongze Cheng
fc5c84422e
Merge pull request #25256 from taosdata/feat/TD-24834
Feat/td 24834
2024-04-19 13:34:37 +08:00
Haojun Liao
62260bff79
Merge pull request #25389 from taosdata/fix/3_liaohj
fix(stream): reset checkpoint info after receiving task-reset info.
2024-04-19 11:23:55 +08:00
Hongze Cheng
7ddb82a9a4
Merge pull request #25323 from taosdata/enh/TS-4255-3.0
enh: nchar insert and query
2024-04-19 11:09:53 +08:00
dapan1121
ba87f9bdaa
Merge pull request #25388 from taosdata/fix/TD-26789/ncharMatchSlow
fix: TD-26789 nchar match slow
2024-04-19 09:36:06 +08:00
Haojun Liao
815d12fd77 fix(stream): set check downstream completed for sink task. 2024-04-18 18:36:02 +08:00
Haojun Liao
4802cd1ddf Merge branch '3.0' into fix/3_liaohj 2024-04-18 17:53:30 +08:00
kailixu
e495f347c8 enh: acquire conv in batch mode when convert ucs4 to mbs 2024-04-18 17:17:04 +08:00
Hongze Cheng
614f1f5a9d
Merge pull request #25379 from taosdata/feat/addCompress
Feat/add compress
2024-04-18 17:10:34 +08:00
Haojun Liao
e7dee4ac63 refactor(stream): refactor check msg retry procedure and be tolerant to the dnode disconnection during check downstream tasks. 2024-04-18 15:55:21 +08:00
kailixu
20c4385d27 Merge branch '3.0' into feat/TD-24834 2024-04-18 15:54:01 +08:00
Hongze Cheng
a4edab720c
Merge pull request #25391 from taosdata/enh/TD-28945-pk
cos/multi-writing: init fid & cid for s3 page cache
2024-04-18 14:05:28 +08:00
wangmm0220
529ca1d1c1 opti:add local thread error msg array 2024-04-18 13:56:43 +08:00
Haojun Liao
ac84a5f82b refactor: do some internal refactor. 2024-04-17 21:57:09 +08:00
factosea
9c5f7d6656 thread mem leak 2024-04-17 20:06:29 +08:00
Minglei Jin
7034cbee22 cos/multi-writing: init fid & cid for s3 page cache 2024-04-17 19:48:50 +08:00
dm chen
1196ea72da
Merge branch '3.0' into feat/TD-24834 2024-04-17 17:13:29 +08:00
kailixu
3bad06b76f enh: error log optimization for invalid dnode cfg 2024-04-17 16:59:43 +08:00
Yihao Deng
04e78d0ce7 Merge branch 'feat/3.0' into feat/compress_3.0 2024-04-17 03:23:02 +00:00
kailixu
74afb8deae chore: solve conflicts 2024-04-17 10:52:34 +08:00
yihaoDeng
469e9ba069 add compress 2024-04-17 10:20:11 +08:00
dapan1121
5936d3a1b0
Merge pull request #25300 from taosdata/draft/tsma_before_ci
feat: support tsma
2024-04-17 10:00:17 +08:00
Haojun Liao
a439f61708
Merge pull request #25375 from taosdata/fix/3_liaohj
fix(stream): generate the checkpoint id
2024-04-16 19:41:07 +08:00
Yihao Deng
6f9de676f0 Merge branch 'fix/compress_3.0' into feat/compress_3.0 2024-04-16 09:27:26 +00:00
Haojun Liao
8bdd43c305 fix(stream): wait for 50ms when no token in bucket for sink task. 2024-04-16 14:42:21 +08:00
wangjiaming0909
1b37ef03fb fix duplicate tsma funcs 2024-04-16 14:25:34 +08:00
wangjiaming0909
de1c28d623 tsma avoid fetching tsma for no tsma tables 2024-04-16 14:25:34 +08:00
wangjiaming0909
f6200dd923 support long ctb names 2024-04-16 14:25:34 +08:00
wangjiaming0909
6ce0616ffd fix ci and TODOs 2024-04-16 14:25:34 +08:00
wangjiaming0909
e43580f71b fix ci 2024-04-16 14:25:20 +08:00
wangjiaming0909
2b594e02d2 fix tsma name too long 2024-04-16 14:25:20 +08:00
wangjiaming0909
7de0a34ae6 support maxTsmaCalcDelay, maxTsmaNum, skip_tsma 2024-04-16 14:25:01 +08:00
wangjiaming0909
3566cac206 add max tsma num opt 2024-04-16 14:23:26 +08:00
wangjiaming0909
d1101a0325 support filter out tsma res tbs when show stables/tables 2024-04-16 14:23:26 +08:00