Commit Graph

31989 Commits

Author SHA1 Message Date
Xiaoyu Wang 1863bbee9a merge 3.0 2022-06-13 15:01:29 +08:00
WANG MINGMING e3b9f58ebd
Merge pull request #13762 from taosdata/feature/TD-14761
fix:to make time sort stable if timestamp is same in schemalsee
2022-06-13 15:00:17 +08:00
Xiaoyu Wang 380a071551 fix: handle the memory leak of parser 2022-06-13 14:54:38 +08:00
cpwu 97b8714461 fix case 2022-06-13 14:51:38 +08:00
cpwu 34c70764db fix case 2022-06-13 14:42:05 +08:00
cpwu fc5f9634a8 fix case 2022-06-13 14:41:59 +08:00
WANG MINGMING 8691faa8ec
Merge pull request #13763 from taosdata/3.0
feat:merge from 3.0
2022-06-13 14:18:56 +08:00
yihaoDeng eb6b87b3e3 fix: invalid read/write 2022-06-13 14:15:05 +08:00
wangmm0220 c54fc87afe Merge branch 'feature/TD-14761' of github.com:taosdata/TDengine into feature/TD-14761 2022-06-13 14:13:05 +08:00
wangmm0220 78dd9a035e fix:to make time sort stable if timestamp is same in schemalsee 2022-06-13 14:12:36 +08:00
dapan1121 eff9f9be4d add sma update 2022-06-13 14:06:11 +08:00
dapan1121 2eed1d4f2f
Merge pull request #13690 from taosdata/feature/qnode
feat: support mnode/vnode epset update
2022-06-13 14:02:06 +08:00
Ganlin Zhao 4036d9714e add bottom function distribution splitting 2022-06-13 13:38:21 +08:00
Haojun Liao 0a414b4934 fix(query): add check for data completed. 2022-06-13 13:32:02 +08:00
Haojun Liao 6bd38625e7
Merge pull request #13753 from taosdata/feature/3_liaohj
refactor: do some internal refactor of sample function.
2022-06-13 13:29:57 +08:00
Shengliang Guan 63a8129b01
Merge pull request #13758 from taosdata/fix/mnode
feat: redistribute vgroup
2022-06-13 13:14:53 +08:00
Cary Xu c0964e03be other: add debug logs 2022-06-13 12:51:21 +08:00
Ganlin Zhao ca22215718 Merge branch '3.0' into enh/top_bot_split 2022-06-13 12:41:27 +08:00
Ganlin Zhao 8fe95c982c fix bugs 2022-06-13 12:39:25 +08:00
wade zhang bca46f3bcc
Merge pull request #13727 from taosdata/test/chr/TD-14699
test:add testcase of muti-mnode
2022-06-13 12:24:34 +08:00
Minghao Li b1093b4a79 fix(sync): use fqdn instead of raftId 2022-06-13 12:13:35 +08:00
Shuduo Sang 59981d40c3
chore(tools): taos tools mac for3.0 (#13752)
* chore(release): make get_os.sh works on mac

* chore(tools): update taos-tools
2022-06-13 11:57:49 +08:00
Shengliang Guan 95e4b79091 feat: redistribute vgroup 2022-06-13 11:55:38 +08:00
Yihao Deng 43651032ee
Merge pull request #13755 from taosdata/fix/invalidIdx
fix: invalid idx
2022-06-13 11:45:54 +08:00
Cary Xu 8033635717 other: add debug logs 2022-06-13 11:29:53 +08:00
wenzhouwww@live.cn dd22c92956 update sample function for new feature 2022-06-13 11:18:06 +08:00
tomchon f16c5f4910 test:annotate testcase of stmt-query 2022-06-13 10:42:46 +08:00
Minghao Li 34c906a1e1 refactor(sync): add debug log 2022-06-13 10:39:32 +08:00
dapan1121 17f6275015 add sma cache 2022-06-13 10:38:45 +08:00
Haojun Liao 13907386fb
Merge branch '3.0' into feature/3_liaohj 2022-06-13 10:32:56 +08:00
WANG MINGMING f62587d50d
Merge pull request #13757 from taosdata/3.0
3.0
2022-06-13 10:30:48 +08:00
Haojun Liao 3e5b18d4b8 fix(query): add null pointer check. 2022-06-13 10:23:16 +08:00
Huo Linhe d476c34a5b docs(Grafana): add more variables docs for Grafana
Ref [TD-16448](https://jira.taosdata.com:18080/browse/TD-16448)
2022-06-13 10:21:12 +08:00
tomchon 9579710f80 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-06-13 09:57:14 +08:00
shenglian zhou ed58047581 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/multiwaymerge 2022-06-13 09:56:54 +08:00
shenglian zhou 253cd955a1 feat: add explain analyze to multiway merge operator 2022-06-13 09:56:39 +08:00
tomchon 2dd3800043 qtest:modify testcase of muti-mnode 2022-06-13 09:56:23 +08:00
cpwu abc3a3c1ae fix case 2022-06-13 09:54:39 +08:00
Shengliang Guan e93486757b Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-06-13 09:16:15 +08:00
cpwu 0cfec3d38b Merge branch '3.0' into cpwu/3.0 2022-06-13 09:06:43 +08:00
Minghao Li aad288ab17 refactor(sync): add debug log 2022-06-12 15:21:56 +08:00
Hui Li f35baac58a
Merge pull request #13742 from taosdata/test3.0/lihui
test: get table name of row for saving into log
2022-06-12 12:06:22 +08:00
Haojun Liao d77979babf
Merge pull request #13747 from taosdata/feature/3_liaohj
fix(query): add more check for timestamp in converting.
2022-06-12 11:31:29 +08:00
Li Minghao b9db0ea664
Merge pull request #13746 from taosdata/feature/3.0_mhli
refactor(sync): add debug log
2022-06-12 09:07:31 +08:00
Liu Jicong 32151de1f0
Merge pull request #13745 from taosdata/feature/stream
enh(tmq): avoid uninitialized memory
2022-06-12 08:56:08 +08:00
Haojun Liao c2e8aa9659 refactor: do some internal refactor. 2022-06-12 00:31:34 +08:00
Haojun Liao f5dacec38d fix(query): add more check for timestamp in converting. 2022-06-12 00:08:01 +08:00
WANG MINGMING 0f417eb584
Merge pull request #13743 from taosdata/feature/TD-14761
fix:disable schemaless database parameters & fix insert error in multi thread in schemaless
2022-06-11 23:38:06 +08:00
yihaoDeng 3c9ee325bc fix: invalid read/write 2022-06-11 23:15:43 +08:00
Haojun Liao 38e53ec8c3
Merge pull request #13741 from taosdata/feature/3_liaohj
fix(query): add day of month check for the input timestamp.
2022-06-11 23:09:56 +08:00