Commit Graph

42931 Commits

Author SHA1 Message Date
Shengliang Guan 9520ef4b41
Merge pull request #17613 from taosdata/enh/TD-19460
enh: redistribute vgroup
2022-10-25 18:24:37 +08:00
dapan1121 16f9c172ac fix: fix merge join crash issue 2022-10-25 18:20:20 +08:00
Cary Xu 12743a17af chore: revert the code change 2022-10-25 18:12:38 +08:00
Cary Xu 94c0c60997 Merge branch '3.0' into enh/TD-19783-D 2022-10-25 18:03:44 +08:00
Minghao Li 64f539cacb refactor(sync): adjust timer 2022-10-25 18:03:22 +08:00
Cary Xu b07670a680 enh: improve test case coverage of tsma 2022-10-25 18:03:09 +08:00
chenhaoran c09c82abd9 test: modify the way to stop taosd'cluster 2022-10-25 17:57:08 +08:00
54liuyao 796cf764f4 fix(executor):add lock to hash map 2022-10-25 17:54:01 +08:00
“happyguoxy” 847b2bd37f test: refine query cases 2022-10-25 17:50:08 +08:00
Xiaoyu Wang f87209d4dc Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy 2022-10-25 17:48:18 +08:00
Minglei Jin 4dc0eaf0be fix: zero new dest pages to avoid double free ovfl cell 2022-10-25 17:48:06 +08:00
Shengliang Guan 414fe9c03d
Merge pull request #17629 from taosdata/feature/stream_ly
fear(stream): add log
2022-10-25 17:46:27 +08:00
dapan1121 c0106e9ad6 fix: fix case issue 2022-10-25 17:44:13 +08:00
Minglei Jin c84618ea3f
Merge branch '3.0' into fix/TD-19468-2 2022-10-25 17:36:56 +08:00
Xiaoyu Wang 658055090a Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy 2022-10-25 17:36:29 +08:00
Haojun Liao 0a007131d1
Merge pull request #17631 from taosdata/fix/liao_cov
fix(query):set correct column match info size.
2022-10-25 17:35:19 +08:00
Xiaoyu Wang b7056f58b7 fix: alter table check 2022-10-25 16:59:05 +08:00
Alex Duan b607fe277a fix(util): remove no reference function 2022-10-25 16:46:11 +08:00
Ganlin Zhao 28689c508a remove unused code 2022-10-25 16:45:00 +08:00
Ganlin Zhao 3125f3ea26 remove unused code 2022-10-25 16:42:52 +08:00
Ganlin Zhao 7fa93222f4 remove interp unused code 2022-10-25 16:40:56 +08:00
Ganlin Zhao cf60bf98d6 fix: add elapsed partial/merge 2022-10-25 16:37:01 +08:00
Shengliang Guan 7ebf2d5de0
Merge pull request #17614 from taosdata/opt/optSysIdxPerf
enh: opt sys idx perf
2022-10-25 16:25:47 +08:00
Shengliang Guan 011843d8f4
Merge pull request #17626 from taosdata/feature/sync2-merge
fix(sync): fix coverity scan issues
2022-10-25 16:25:14 +08:00
Shengliang Guan c36404049c
Merge pull request #17627 from taosdata/fix/TD-19794-V30
fix(all): improve coverage rate
2022-10-25 16:24:53 +08:00
Shengliang Guan eae23f51ab fix: wait more times if database not ready 2022-10-25 16:23:30 +08:00
dapan1121 5bfedd2609 fix: fix scheduler status error 2022-10-25 16:21:39 +08:00
Haojun Liao 6acdfdd9ab refactor: do some internal refactor. 2022-10-25 16:20:51 +08:00
Xiaoyu Wang efb56e84c8 Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy 2022-10-25 15:57:16 +08:00
Shengliang Guan b508c25118 enh: redistribute vgroup 2022-10-25 15:55:19 +08:00
dapan1121 54a5b122a2 fix: fix case issue 2022-10-25 15:35:46 +08:00
Shuduo Sang 0a0833920f
chore: fix taos tools mac install script for3.0 (#17619)
* chore(release): make get_os.sh works on mac

* chore(tools): update taos-tools

* chore: update taos-tools for 3.0
2022-10-25 15:33:20 +08:00
Haojun Liao a87f915ebf fix(query):set correct column match info size. 2022-10-25 15:30:41 +08:00
slzhou bf0a93e8d0 fix: compute udf funcs with all const arguments on server side 2022-10-25 15:24:13 +08:00
54liuyao d9615c7d4c fear(stream): add log 2022-10-25 15:17:42 +08:00
slzhou 90ed32c43d fix: fix memory usage error 2022-10-25 15:16:31 +08:00
jiacy-jcy 939dfae8d4 test:update test case for TD-19816 2022-10-25 15:08:06 +08:00
chenhaoran 07f4f68aba test: add data and topic of taosdshell cases 2022-10-25 14:58:38 +08:00
Alex Duan 88b7ad91dc fix(all): improve coverage rate 2022-10-25 14:58:26 +08:00
slzhou c3653e3d13 fix: udfd ctrl pipe functions only udfd is started by taosd 2022-10-25 14:57:53 +08:00
Xiaoyu Wang bd3c64d29e enh: interp support for stable 2022-10-25 14:52:07 +08:00
Hui Li bb490f0762
Merge pull request #17554 from taosdata/test3.0/lihui
test: modify timeout for tmq poll
2022-10-25 14:31:03 +08:00
Minghao Li eb7b9d3819 fix(sync): fix coverity scan issues 2022-10-25 14:28:34 +08:00
chenhaoran b90ffe093a Merge branch '3.0' of https://github.com/taosdata/TDengine into test/TD19597 2022-10-25 14:23:14 +08:00
chenhaoran a21de0d76f test: add data and topic of taosdshell cases 2022-10-25 14:22:56 +08:00
Shengliang Guan 20a279e69a
Merge pull request #17605 from taosdata/fix/3.0_bugfix_wxy
fix: wrong permissions of 'show variables' command
2022-10-25 14:17:06 +08:00
slzhou bc0f120fb0 fix: set values before add it to array 2022-10-25 14:16:31 +08:00
plum-lihui 40fae0842f Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs 2022-10-25 13:54:57 +08:00
Shengliang Guan 90645bd429
Merge pull request #17622 from taosdata/enh/TD-19783-D
enh: remove obsolete codes for raw data row
2022-10-25 13:49:48 +08:00
Shengliang Guan 32a234962a
Merge pull request #17602 from taosdata/fix/coverity_glzhao
fix: coverity issues
2022-10-25 13:49:36 +08:00