Commit Graph

4732 Commits

Author SHA1 Message Date
Liu Jicong 3d9cc76489 add uid check 2022-12-08 15:56:17 +08:00
kailixu a2092892f7 refact: tsma/rsma code optimization 2022-12-08 14:43:48 +08:00
kailixu 6f377e3234 refact: tsma/rsma data format 2022-12-08 14:39:59 +08:00
kailixu 096e7054f0 refact: tsma/rsma process 2022-12-08 14:16:57 +08:00
Liu Jicong 74a253eac4 refactor 2022-12-08 13:34:42 +08:00
Liu Jicong 2c13c8b357 check null ptr 2022-12-08 11:47:52 +08:00
Liu Jicong 8cef033f92 fix mem leak 2022-12-08 11:18:43 +08:00
Minglei Jin 04948080bc tsdb/cache-read: release lru handle in case table's empty 2022-12-08 11:06:16 +08:00
Hongze Cheng 058ea5871c fix: memory bug 2022-12-08 10:50:52 +08:00
Liu Jicong 43233b9798 refactor 2022-12-08 09:48:23 +08:00
Liu Jicong 271822ebc4 refactor: support submitreq2 2022-12-08 01:55:47 +08:00
Liu Jicong df251e9750 fix mem leak 2022-12-08 00:39:07 +08:00
Haojun Liao d3aa0be66e fix(query): add duplicated row merge for column format data in memory. 2022-12-07 20:36:42 +08:00
Haojun Liao 35d13a91c2 fix(query): enable merge duplicated rows. 2022-12-07 18:40:18 +08:00
Liu Jicong 9e7bbf622a refactor: support submitreq2 2022-12-07 17:54:09 +08:00
Liu Jicong 45b93280c9 refactor: support submitreq2 2022-12-07 17:22:38 +08:00
Liu Jicong c5dc7e8227 refactor: support submitreq2 2022-12-07 16:39:46 +08:00
Minglei Jin 8cfba40320 Merge branch 'refact/submit_req' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-07 16:26:58 +08:00
Minglei Jin 997ced9c8f fix: use parentheses with assignment & comparison in while 2022-12-07 16:24:42 +08:00
Hongze Cheng 05d4db4d19 fix: submit req pre-process 2022-12-07 16:14:28 +08:00
Liu Jicong b133a56219 refactor: support submitreq2 2022-12-07 15:19:34 +08:00
Minglei Jin 1e23f80597 tsdb/cache: use empty array as negative entry to empty table's last/lr 2022-12-07 14:34:38 +08:00
Hongze Cheng c0494b6453 fix another memory problem 2022-12-07 10:21:01 +08:00
Hongze Cheng 046174656c fix: an insert error 2022-12-07 09:25:00 +08:00
Hongze Cheng 2d85c7c451 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-07 09:04:00 +08:00
Hongze Cheng f4f08b24d2 fix: wrong row sversion 2022-12-06 19:56:43 +08:00
Hongze Cheng ca84805cfc fix interpolation corner case 2022-12-06 17:22:58 +08:00
Hongze Cheng c4f41c6d31 fix a coredump 2022-12-06 17:08:07 +08:00
Hongze Cheng 3f9009f3fa fix memory leak 2022-12-06 17:01:49 +08:00
Haojun Liao 78aea791df fix(query): remove invalid free. 2022-12-06 16:38:31 +08:00
Hongze Cheng 259b7e8a8a fix compile issue 2022-12-06 14:53:02 +08:00
Hongze Cheng 899d7b0bcc Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-06 14:37:22 +08:00
Haojun Liao 68273aef52 Merge branch '3.0' into feature/3_liaohj 2022-12-06 10:36:32 +08:00
Shengliang Guan aad8469e86
Merge pull request #18716 from taosdata/feature/3.0_sync_pipeline
fix(sync): close snapshot receiver in pre-close
2022-12-06 09:47:00 +08:00
Liu Jicong 556c26a3a4 refactor: support submitreq2 2022-12-06 06:29:13 +08:00
Liu Jicong ed11b1419c Merge remote-tracking branch 'refs/remotes/origin/refact/submit_req' into refact/submit_req 2022-12-06 05:59:48 +08:00
Liu Jicong 619bbdfd82 refactor: support submitreq2 2022-12-06 05:58:28 +08:00
Haojun Liao 114943ddb0 fix(query): set the correct flag when no neighbors exist. 2022-12-05 22:28:26 +08:00
Haojun Liao d5b493677b fix(query): set column sma into the correct position. 2022-12-05 20:39:37 +08:00
Haojun Liao 9e04f42635 fix(query): check for neighbor block when merging data block. 2022-12-05 20:20:48 +08:00
Minghao Li a1ed4b334c fix(sync): close snapshot receiver in pre-close 2022-12-05 18:50:19 +08:00
Haojun Liao 136937d69a fix(query): insert null column sma firstly. 2022-12-05 17:05:07 +08:00
dapan1121 1024cba311 fix: fix stmt table not exists issue 2022-12-05 15:45:25 +08:00
Minglei Jin 35b958a1c4 fix: commit tdb in write thread 2022-12-05 11:17:14 +08:00
dapan1121 da74ede563
Merge pull request #18679 from taosdata/fix/TD-20904-3.0
fix: tsdb do retention fix
2022-12-05 09:50:25 +08:00
Shengliang Guan c45001744f
Merge pull request #18674 from taosdata/feat/async_commit
feat: async commit
2022-12-04 22:31:04 +08:00
kailixu cf0995f749 feat: async commit for rsma 2022-12-04 20:26:58 +08:00
Minglei Jin a4adcbbe0d vnode/async-commit: adapter vnode-commit to use txn commit 2022-12-04 18:13:51 +08:00
kailixu 0d68190378 Merge branch '3.0' into fix/TD-20904-3.0 2022-12-04 17:50:35 +08:00
kailixu 9b9ebea6f5 fix: tsdb do retention fix 2022-12-04 17:49:37 +08:00