[GitHub] [incubator-doris] caiconghui opened a new issue #3052: The only one tablet_map_lock cause poor performance for tablet manage task when there are so many tablets in doris be

2020-03-06 Thread GitBox
caiconghui opened a new issue #3052: The only one tablet_map_lock cause poor performance for tablet manage task when there are so many tablets in doris be URL: https://github.com/apache/incubator-doris/issues/3052 In our production environment, there are about 45 thousand tablets in every

[GitHub] [incubator-doris] caiconghui commented on issue #3051: Support sharding tablet_map_lock into more small map locks to make good performance for tablet manage task

2020-03-06 Thread GitBox
caiconghui commented on issue #3051: Support sharding tablet_map_lock into more small map locks to make good performance for tablet manage task URL: https://github.com/apache/incubator-doris/pull/3051#issuecomment-596054328 for #3052 ---

[GitHub] [incubator-doris] caiconghui opened a new pull request #3051: Support sharding tablet_map_lock into more small map locks to make good performance for tablet manage task

2020-03-06 Thread GitBox
caiconghui opened a new pull request #3051: Support sharding tablet_map_lock into more small map locks to make good performance for tablet manage task URL: https://github.com/apache/incubator-doris/pull/3051 This PR is to enhance the peformance for tablet manage task, when there are so man

[GitHub] [incubator-doris] chaoyli merged pull request #3044: Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11

2020-03-06 Thread GitBox
chaoyli merged pull request #3044: Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11 URL: https://github.com/apache/incubator-doris/pull/3044 This is an automated message from the Apache Git S

[incubator-doris] branch master updated (1d296e9 -> c837294)

2020-03-06 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 1d296e9 Fix orc load timestamp bug (#3047) add c837294 Write delete predicate into RowsetMeta upo

[GitHub] [incubator-doris] morningman opened a new pull request #3050: [MysqlProtocol] Support MySQL multiple statements protocal

2020-03-06 Thread GitBox
morningman opened a new pull request #3050: [MysqlProtocol] Support MySQL multiple statements protocal URL: https://github.com/apache/incubator-doris/pull/3050 Support multiple statements in one request like: ``` select 10; select 20; select 30; ``` ISSUE: #3049 For

[GitHub] [incubator-doris] morningman opened a new issue #3049: [Bug] Failed to connect to Doris using Navicat version 15

2020-03-06 Thread GitBox
morningman opened a new issue #3049: [Bug] Failed to connect to Doris using Navicat version 15 URL: https://github.com/apache/incubator-doris/issues/3049 **Describe the bug** When navicat try to connect Doris, it will send statement: ``` SHOW VARIABLES LIKE 'lower_case_%'; SHOW

[GitHub] [incubator-doris] morningman commented on issue #2999: Support alter non-OLAP table. e.g. doris on es

2020-03-06 Thread GitBox
morningman commented on issue #2999: Support alter non-OLAP table. e.g. doris on es URL: https://github.com/apache/incubator-doris/issues/2999#issuecomment-595820212 We will consider it later. This is an automated message fr

[GitHub] [incubator-doris] morningman closed issue #2864: [Doris on ES] cannot support escape character

2020-03-06 Thread GitBox
morningman closed issue #2864: [Doris on ES] cannot support escape character URL: https://github.com/apache/incubator-doris/issues/2864 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] morningman opened a new pull request #3048: [Bug] Fix bug that index name in MaterializedViewMeta is not changed after schema change

2020-03-06 Thread GitBox
morningman opened a new pull request #3048: [Bug] Fix bug that index name in MaterializedViewMeta is not changed after schema change URL: https://github.com/apache/incubator-doris/pull/3048 The index name in MaterializedViewMeta is still with `__doris_shadow` prefix after schema change f

[GitHub] [incubator-doris] HangyuanLiu closed issue #2592: Support empty function

2020-03-06 Thread GitBox
HangyuanLiu closed issue #2592: Support empty function URL: https://github.com/apache/incubator-doris/issues/2592 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-doris] HangyuanLiu closed issue #2593: Support not_empty function

2020-03-06 Thread GitBox
HangyuanLiu closed issue #2593: Support not_empty function URL: https://github.com/apache/incubator-doris/issues/2593 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] imay merged pull request #3047: Fix orc load timestamp bug

2020-03-06 Thread GitBox
imay merged pull request #3047: Fix orc load timestamp bug URL: https://github.com/apache/incubator-doris/pull/3047 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[incubator-doris] branch master updated (fca6c4e -> 1d296e9)

2020-03-06 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from fca6c4e Fix bitmap null crash (#3042) add 1d296e9 Fix orc load timestamp bug (#3047) No new revisions

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3034: implements intersect node

2020-03-06 Thread GitBox
yangzhg commented on a change in pull request #3034: implements intersect node URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r388788475 ## File path: be/src/exec/intersect_node.cpp ## @@ -56,4 +41,164 @@ Status IntersectNode::init(const TPlanNode& tnod

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3034: implements intersect node

2020-03-06 Thread GitBox
yangzhg commented on a change in pull request #3034: implements intersect node URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r388787920 ## File path: be/src/exec/intersect_node.cpp ## @@ -56,4 +41,164 @@ Status IntersectNode::init(const TPlanNode& tnod

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3034: implements intersect node

2020-03-06 Thread GitBox
wutiangan commented on a change in pull request #3034: implements intersect node URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r388762001 ## File path: be/src/exec/intersect_node.cpp ## @@ -56,4 +41,164 @@ Status IntersectNode::init(const TPlanNode& tn

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3034: implements intersect node

2020-03-06 Thread GitBox
wutiangan commented on a change in pull request #3034: implements intersect node URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r388759861 ## File path: be/src/exec/intersect_node.cpp ## @@ -56,4 +41,164 @@ Status IntersectNode::init(const TPlanNode& tn

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3034: implements intersect node

2020-03-06 Thread GitBox
wutiangan commented on a change in pull request #3034: implements intersect node URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r388762583 ## File path: be/src/exec/intersect_node.cpp ## @@ -56,4 +41,164 @@ Status IntersectNode::init(const TPlanNode& tn

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3034: implements intersect node

2020-03-06 Thread GitBox
wutiangan commented on a change in pull request #3034: implements intersect node URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r388763352 ## File path: be/src/exec/intersect_node.cpp ## @@ -56,4 +41,164 @@ Status IntersectNode::init(const TPlanNode& tn

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3034: implements intersect node

2020-03-06 Thread GitBox
wutiangan commented on a change in pull request #3034: implements intersect node URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r388748170 ## File path: be/src/exec/intersect_node.cpp ## @@ -17,36 +17,21 @@ #include "exec/intersect_node.h" +#includ