Commit Graph

45878 Commits

Author SHA1 Message Date
Minghao Li 575c5e89fc refactor(sync): add config item in sync 2022-12-04 09:49:27 +08:00
Hongze Cheng d977929c99 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/async_commit 2022-12-04 09:37:29 +08:00
Benguang Zhao 21ff35ee42 fix: truncate WAL on need while syncLogBufferRollback 2022-12-04 08:13:49 +08:00
Haojun Liao fca20668f5 fix(query): check for 0 tables in tsdbreader 2022-12-03 23:52:38 +08:00
Haojun Liao 803762c4e0 enh(query): avoid repeatly load del file. 2022-12-03 22:57:00 +08:00
kailixu db15b0e1b0 Merge branch 'refact/submit_req' of github.com:taosdata/TDengine into refact/submit_req 2022-12-03 22:36:36 +08:00
kailixu 3a59c5381c refact: tsma code optimization 2022-12-03 22:34:29 +08:00
WANG MINGMING 84eca3c453
Merge pull request #18669 from taosdata/refact/submit_req_marks
fix:rm useless code
2022-12-03 22:23:53 +08:00
wangmm0220 b3df86c645 fix:rm useless code 2022-12-03 22:22:54 +08:00
Shengliang Guan cc8e1071ab
Merge pull request #18668 from taosdata/FIX/TD-19334-3.0
fix: synchronize syncPropose for executing blocking msgs in vnodeProposeMsg
2022-12-03 22:06:40 +08:00
kailixu 614462b878 refact: free func update when build submit req 2022-12-03 21:47:08 +08:00
Shengliang Guan 241638de33
Merge pull request #18661 from taosdata/fix/liao_cov
enh(query): improve the performance and add some todo
2022-12-03 21:41:38 +08:00
kailixu 79c047c5d0 refact: auto create table for tsma result 2022-12-03 21:09:38 +08:00
Benguang Zhao a7807d3ee4 fix: synchronize syncPropose for executing blocking msgs in vnodeProposeMsg 2022-12-03 20:53:56 +08:00
dapan1121 873937ca91 fix: add stmt cases 2022-12-03 20:35:31 +08:00
kailixu 6dbea9e55d chore: code format 2022-12-03 20:18:10 +08:00
Haojun Liao 392fe988a0 fix(query): remove invalid assert for mac&win. 2022-12-03 20:16:56 +08:00
kailixu e360094f8a chore: code format 2022-12-03 20:15:31 +08:00
kailixu e7c2c62e5c Merge branch 'refact/submit_req' into refact/TD-20895-3.0 2022-12-03 20:08:42 +08:00
kailixu 42b17760a2 refact: tsma result adaption 2022-12-03 20:06:55 +08:00
dapan1121 e455269220 fix: memory leak and other issues 2022-12-03 18:46:59 +08:00
Alex Duan a976d3a4c1 fix(case): pexpect module expect return index 2022-12-03 17:48:47 +08:00
Alex Duan 0a219ec88f fix(case): taos shell modify Query OK output string 2022-12-03 17:38:38 +08:00
Haojun Liao a3200b555c fix(query): fix null ptr access. 2022-12-03 17:03:31 +08:00
dapan1121 e9bfe1d858 Merge remote-tracking branch 'origin/refact/submit_req' into refact/submit_req.1 2022-12-03 16:04:53 +08:00
dapan1121 c6c8159ecb fix: fix field type error 2022-12-03 16:03:38 +08:00
Hongze Cheng b4a9e55b47 fix a bug 2022-12-03 15:34:03 +08:00
Hongze Cheng c7efb35b83 Merge branch 'refact/submit_req' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-03 15:14:17 +08:00
Hongze Cheng 4ecfdfd17e more code 2022-12-03 15:14:12 +08:00
dapan1121 c3267d5294 fix: fix db release issue 2022-12-03 15:08:45 +08:00
WANG MINGMING da842b57c1
Merge pull request #18665 from taosdata/refact/submit_req_marks
fix: add logic for schemaless
2022-12-03 15:07:21 +08:00
kailixu 11684ceb82 refact: resource mgmt when build block for rsma 2022-12-03 15:00:40 +08:00
dapan1121 0143b4fe64 enh: optimize stmt auto create table 2022-12-03 14:56:51 +08:00
wangmm0220 96aa44e2cd fix:error for sml 2022-12-03 14:44:47 +08:00
kailixu e918982a5a refact: rsma adaption for new SSubmitReq 2022-12-03 14:23:58 +08:00
Haojun Liao 4a121d40d6 fix(query): fix syntax error. 2022-12-03 13:47:51 +08:00
kailixu 385440becb chore: use submit req 2022-12-03 13:42:24 +08:00
kailixu 184f0cf0f2 Merge branch 'refact/submit_req' into refact/TD-20895-3.0 2022-12-03 13:41:36 +08:00
kailixu d3a88ea517 refactor: row and submit msg of rsma/tsdb 2022-12-03 13:33:30 +08:00
Shengliang Guan b4cb000634
Merge pull request #18659 from taosdata/refact/TD-20127
refact: remove some error codes
2022-12-03 13:00:24 +08:00
Haojun Liao debac73fdf Merge branch 'fix/liao_cov' into feature/3_liaohj 2022-12-03 12:44:00 +08:00
Haojun Liao fa43f86fe1 refactor: add an assert. 2022-12-03 12:43:03 +08:00
Haojun Liao 85c1e3aabf refactor: add an assert. 2022-12-03 12:41:56 +08:00
Haojun Liao b6199d8d99 enh(query): update the aligned bits for colInfodata 2022-12-03 12:37:42 +08:00
Haojun Liao 658cb393a7 enh(query): improve the performance and add some todo 2022-12-03 12:11:20 +08:00
Shengliang Guan 15b3ca43be
Merge pull request #18656 from taosdata/FIX/TD-19334-3.0
fix: get result of tmsPutToQueue for FpCommitCb
2022-12-03 11:07:36 +08:00
WANG MINGMING d86e4cee9c
Merge pull request #18660 from taosdata/refact/submit_req
fix:submit req
2022-12-03 10:59:26 +08:00
dapan1121 51795b06a9 enh: add nchar convertion 2022-12-03 10:24:51 +08:00
Shengliang Guan d9c261cd13 refact: remove some error codes 2022-12-03 10:17:02 +08:00
Benguang Zhao 7eca212756 Merge branch '3.0' into FIX/TD-19334-3.0 2022-12-03 10:02:59 +08:00