Commit Graph

34288 Commits

Author SHA1 Message Date
Ganlin Zhao a7e222ff92 fix(query): histogram function add param check for distribution 2022-07-04 14:57:20 +08:00
Minghao Li 7a3e9c9a57 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-07-04 14:55:46 +08:00
Minghao Li ded4616074 refactor(sync): add sync strategy 2022-07-04 14:55:26 +08:00
Cary Xu 9a484c4aac
Merge pull request #14494 from taosdata/feature/TD-11274-3.0
enh: code and test case optimization
2022-07-04 14:50:54 +08:00
Ganlin Zhao 684621159a extend error msg buffer size 2022-07-04 14:46:58 +08:00
Xiaoyu Wang 831ef7de23 fix: some problems of parser and planner 2022-07-04 14:46:08 +08:00
Minglei Jin 8d00f1139a tsdbRead: fix None display to NULL instead of 0 2022-07-04 14:46:00 +08:00
Ganlin Zhao 89e4be84fe fix(query): add histogram function parameter check
TD-16972
2022-07-04 14:40:12 +08:00
yihaoDeng d4f1614242 fix invalid read/write 2022-07-04 14:28:50 +08:00
Hui Li 9250135bba
Merge pull request #14490 from taosdata/test3.0/lihui
test: add test case for tmq
2022-07-04 14:21:12 +08:00
Minghao Li a5d3b7033a refactor(sync): add snapshot writer param 2022-07-04 14:18:06 +08:00
Haojun Liao 16d18b8046 refactor: do some internal refactor. 2022-07-04 14:10:29 +08:00
yihaoDeng 30380b3744 fix invalid read/write 2022-07-04 14:03:09 +08:00
Cary Xu 1b27d3e3f2 Merge branch '3.0' into feature/TD-11274-3.0 2022-07-04 14:02:14 +08:00
Cary Xu ac62159bd2 enh: code and test case optimization 2022-07-04 14:01:58 +08:00
Minghao Li 856806bb22 refactor(sync): add snapshot2 interface 2022-07-04 13:33:49 +08:00
Hongze Cheng 267e450a15 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-07-04 05:21:43 +00:00
Hongze Cheng af1b6f997f Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-07-04 05:21:08 +00:00
Hongze Cheng 38ca993452 make merge compile 2022-07-04 05:21:02 +00:00
plum-lihui e05e7ffa0c test: modify poll delay 2022-07-04 13:16:08 +08:00
Minghao Li d891f31be2 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-07-04 13:12:37 +08:00
Minglei Jin 1e479bd5bb Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-07-04 12:00:23 +08:00
Xiaoyu Wang 05f2c48457
Merge pull request #14492 from taosdata/feat/tsdb_refact_wxy
fix: compile error
2022-07-04 11:52:01 +08:00
Xiaoyu Wang f29a735081 fix: compile error 2022-07-04 11:50:55 +08:00
Xiaoyu Wang 71ab656562 fix: some problems of parser and planner 2022-07-04 11:45:27 +08:00
Minglei Jin a1da4ebb0b Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-07-04 11:45:19 +08:00
Minglei Jin 253291a146 tsdbCache: destroy del index array 2022-07-04 11:43:23 +08:00
Hongze Cheng ddb198de23 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-07-04 03:42:50 +00:00
Yihao Deng 8e71d5394a
Merge pull request #14404 from taosdata/feat/idxRefact
feat: refactor idx code
2022-07-04 11:38:23 +08:00
plum-lihui e22736051b test: add test case for tmq 2022-07-04 11:30:38 +08:00
Hongze Cheng 169a66642d Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-07-04 03:01:24 +00:00
Hongze Cheng b1466ad79c make sma work 2022-07-04 03:01:19 +00:00
Minglei Jin f34e43d7b8 tsdbCache: new clearNextRowFS to cleanup fs iter 2022-07-04 11:00:11 +08:00
cpwu b5262ea5a6 Merge branch '3.0' into cpwu/3.0 2022-07-04 10:52:59 +08:00
cpwu 4743869549 add sma case to CI 2022-07-04 10:49:34 +08:00
tangfangzhi 79a7b4a253 ci: add mac build test to ci 2022-07-04 10:46:03 +08:00
Xiaoyu Wang 41e67fb2b8 Merge remote-tracking branch 'origin/3.0' into feature/3.0_debug_wxy 2022-07-04 10:16:06 +08:00
yihaoDeng e08353f843 Merge branch 'dlp' into idx 2022-07-04 09:28:26 +08:00
dapan1121 3ffd975917 enh: refactor scheduler code 2022-07-04 09:08:57 +08:00
Cary Xu a9161a5c7b
Merge pull request #14471 from taosdata/feature/TD-11274-3.0
refactor: rsma commit and recovery
2022-07-03 23:44:06 +08:00
Yihao Deng a565d6274a
Merge pull request #14478 from taosdata/fix/rpcInvalidRead
fix: rpc invalid read
2022-07-03 23:04:11 +08:00
Haojun Liao a7cbb93a38 refactor: do some internal refactor. 2022-07-03 23:00:12 +08:00
Cary Xu daaf9d90f2 fix: no iterate hash if has no elements 2022-07-03 22:51:56 +08:00
Cary Xu e926b914d1 Merge branch '3.0' into feature/TD-11274-3.0 2022-07-03 20:39:13 +08:00
Cary Xu c41364d5cd refactor: rsma commit and recovery 2022-07-03 20:38:54 +08:00
yihaoDeng fcf6894144 fix invalid read/write 2022-07-03 15:06:44 +08:00
Yihao Deng 0ef8bb6a38
Merge pull request #14477 from taosdata/revert-14476-fix/rpcInvalidRead
Revert "fix: avoid invalid read"
2022-07-03 15:06:24 +08:00
Yihao Deng 87f28ab358
Revert "fix: avoid invalid read" 2022-07-03 15:01:44 +08:00
Yihao Deng b09791d4af
Merge pull request #14476 from taosdata/fix/rpcInvalidRead
fix: avoid invalid read
2022-07-03 15:01:39 +08:00
yihaoDeng d493fbed98 fix invalid read/write 2022-07-03 11:54:19 +08:00