[GitHub] [incubator-doris] kangkaisen closed issue #2289: 0.12 Note

2020-02-09 Thread GitBox
kangkaisen closed issue #2289: 0.12 Note URL: https://github.com/apache/incubator-doris/issues/2289 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-doris] IanWatsons opened a new issue #2873: [Bitmap Index] can't create index with order"alter table add index using bitmap"

2020-02-09 Thread GitBox
IanWatsons opened a new issue #2873: [Bitmap Index] can't create index with order"alter table add index using bitmap" URL: https://github.com/apache/incubator-doris/issues/2873 **Describe the bug** Doris can't create index with order"alter table table_name add index using bitmap"

[GitHub] [incubator-doris] kangkaisen commented on issue #2872: Release Notes 0.12.0

2020-02-09 Thread GitBox
kangkaisen commented on issue #2872: Release Notes 0.12.0 URL: https://github.com/apache/incubator-doris/issues/2872#issuecomment-583997030 API change should include https://github.com/apache/incubator-doris/pull/2256 This is

[GitHub] [incubator-doris] chaoyli opened a new issue #2872: Release Notes 0.12.0

2020-02-09 Thread GitBox
chaoyli opened a new issue #2872: Release Notes 0.12.0 URL: https://github.com/apache/incubator-doris/issues/2872 Release Notes 0.12.0 # New Features ## Segment V2 We have re-implemented the underlying data storage format, using `Page-Based` logical concepts to organize

[GitHub] [incubator-doris] blackfox1983 commented on a change in pull request #2865: support escape characte

2020-02-09 Thread GitBox
blackfox1983 commented on a change in pull request #2865: support escape characte URL: https://github.com/apache/incubator-doris/pull/2865#discussion_r376896454 ## File path: be/src/exec/es_http_scan_node.cpp ## @@ -166,6 +166,11 @@ Status EsHttpScanNode::start_scanners()

[GitHub] [incubator-doris] tianshanxuepiao commented on a change in pull request #2856: add spark load design

2020-02-09 Thread GitBox
tianshanxuepiao commented on a change in pull request #2856: add spark load design URL: https://github.com/apache/incubator-doris/pull/2856#discussion_r376893851 ## File path: docs/documentation/cn/internal/spark_load.md ## @@ -0,0 +1,166 @@ +# Doris支持spark导入设计文档 + +## 背景

[GitHub] [incubator-doris] Seaven opened a new issue #2871: doris array type design

2020-02-09 Thread GitBox
Seaven opened a new issue #2871: doris array type design URL: https://github.com/apache/incubator-doris/issues/2871 This is a design doc for array type: https://github.com/Seaven/incubator-doris/wiki/Array-design This is an

[GitHub] [incubator-doris] imay closed issue #2869: BE core when load job is cancelled

2020-02-09 Thread GitBox
imay closed issue #2869: BE core when load job is cancelled URL: https://github.com/apache/incubator-doris/issues/2869 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] imay merged pull request #2870: Fix a bug that TabletsChannel may be written after cancel

2020-02-09 Thread GitBox
imay merged pull request #2870: Fix a bug that TabletsChannel may be written after cancel URL: https://github.com/apache/incubator-doris/pull/2870 This is an automated message from the Apache Git Service. To respond to the m

[incubator-doris] branch master updated (77805e8 -> 7037754)

2020-02-09 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 77805e8 Fix lock type when clear trash (#2868) add 7037754 Fix a bug that TabletsChannel may be writte

[GitHub] [incubator-doris] kangkaisen closed issue #2853: "storage_page_cache_limit = 1K" doesn't work

2020-02-09 Thread GitBox
kangkaisen closed issue #2853: "storage_page_cache_limit = 1K" doesn't work URL: https://github.com/apache/incubator-doris/issues/2853 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] kangkaisen closed issue #2849: intersect_count function doesn't support subquery

2020-02-09 Thread GitBox
kangkaisen closed issue #2849: intersect_count function doesn't support subquery URL: https://github.com/apache/incubator-doris/issues/2849 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] kangkaisen commented on issue #2847: Doris support in memory olap table

2020-02-09 Thread GitBox
kangkaisen commented on issue #2847: Doris support in memory olap table URL: https://github.com/apache/incubator-doris/pull/2847#issuecomment-583972160 Update the PR for https://github.com/apache/incubator-doris/issues/2866 Currently, I don't persist `in_memory` property in FE partiti

[GitHub] [incubator-doris] lingbin merged pull request #2868: Fix lock type when clear trash

2020-02-09 Thread GitBox
lingbin merged pull request #2868: Fix lock type when clear trash URL: https://github.com/apache/incubator-doris/pull/2868 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-doris] branch master updated (c609096 -> 77805e8)

2020-02-09 Thread lingbin
This is an automated email from the ASF dual-hosted git repository. lingbin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from c609096 [Unused Code] Remove unused file in gensrc/scripts (#2863) add 77805e8 Fix lock type when cl

[GitHub] [incubator-doris] gaodayue opened a new pull request #2870: Fix a bug that TabletsChannel may be written after cancel

2020-02-09 Thread GitBox
gaodayue opened a new pull request #2870: Fix a bug that TabletsChannel may be written after cancel URL: https://github.com/apache/incubator-doris/pull/2870 Fixes #2869 TabletsChannel may be written after cancelation, leading to core at `DeltaWriter::write`. We should check the stat

[GitHub] [incubator-doris] gaodayue opened a new issue #2869: BE core when load job is cancelled

2020-02-09 Thread GitBox
gaodayue opened a new issue #2869: BE core when load job is cancelled URL: https://github.com/apache/incubator-doris/issues/2869 **Describe the bug** BE cores with the following stack trace. ``` #0 doris::MemTable::insert (this=0x0, tuple=0x19afbe2000) at /home/kangkaisen/palo

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized

2020-02-09 Thread GitBox
chaoyli commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized URL: https://github.com/apache/incubator-doris/pull/2867#discussion_r376860164 ## File path: be/src/olap/storage_engine.h ## @@ -225,7 +224,7 @@ class Storag

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2856: add spark load design

2020-02-09 Thread GitBox
kangpinghuang commented on a change in pull request #2856: add spark load design URL: https://github.com/apache/incubator-doris/pull/2856#discussion_r376850171 ## File path: docs/documentation/cn/internal/spark_load.md ## @@ -0,0 +1,166 @@ +# Doris支持spark导入设计文档 + +## 背景 + +

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2856: add spark load design

2020-02-09 Thread GitBox
kangpinghuang commented on a change in pull request #2856: add spark load design URL: https://github.com/apache/incubator-doris/pull/2856#discussion_r376850156 ## File path: docs/documentation/cn/internal/spark_load.md ## @@ -0,0 +1,166 @@ +# Doris支持spark导入设计文档 + +## 背景 + +

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2856: add spark load design

2020-02-09 Thread GitBox
kangpinghuang commented on a change in pull request #2856: add spark load design URL: https://github.com/apache/incubator-doris/pull/2856#discussion_r376849741 ## File path: docs/documentation/cn/internal/spark_load.md ## @@ -0,0 +1,166 @@ +# Doris支持spark导入设计文档 + +## 背景 + +

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2856: add spark load design

2020-02-09 Thread GitBox
kangpinghuang commented on a change in pull request #2856: add spark load design URL: https://github.com/apache/incubator-doris/pull/2856#discussion_r376847947 ## File path: docs/documentation/cn/internal/spark_load.md ## @@ -0,0 +1,166 @@ +# Doris支持spark导入设计文档 + +## 背景 + +

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2856: add spark load design

2020-02-09 Thread GitBox
kangpinghuang commented on a change in pull request #2856: add spark load design URL: https://github.com/apache/incubator-doris/pull/2856#discussion_r376848077 ## File path: docs/documentation/cn/internal/spark_load.md ## @@ -0,0 +1,166 @@ +# Doris支持spark导入设计文档 + +## 背景 + +

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2856: add spark load design

2020-02-09 Thread GitBox
kangpinghuang commented on a change in pull request #2856: add spark load design URL: https://github.com/apache/incubator-doris/pull/2856#discussion_r376847809 ## File path: docs/documentation/cn/internal/spark_load.md ## @@ -0,0 +1,166 @@ +# Doris支持spark导入设计文档 + +## 背景 + +

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2856: add spark load design

2020-02-09 Thread GitBox
kangpinghuang commented on a change in pull request #2856: add spark load design URL: https://github.com/apache/incubator-doris/pull/2856#discussion_r376847387 ## File path: docs/documentation/cn/internal/spark_load.md ## @@ -0,0 +1,166 @@ +# Doris支持spark导入设计文档 + +## 背景 + +

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2856: add spark load design

2020-02-09 Thread GitBox
kangpinghuang commented on a change in pull request #2856: add spark load design URL: https://github.com/apache/incubator-doris/pull/2856#discussion_r376847451 ## File path: docs/documentation/cn/internal/spark_load.md ## @@ -0,0 +1,166 @@ +# Doris支持spark导入设计文档 + +## 背景 + +

[GitHub] [incubator-doris] lingbin commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized

2020-02-09 Thread GitBox
lingbin commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized URL: https://github.com/apache/incubator-doris/pull/2867#discussion_r376845756 ## File path: be/src/common/config.h ## @@ -203,7 +203,8 @@ namespace config {

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized

2020-02-09 Thread GitBox
kangkaisen commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized URL: https://github.com/apache/incubator-doris/pull/2867#discussion_r376843981 ## File path: be/src/olap/storage_engine.h ## @@ -225,7 +224,7 @@ class Sto

[incubator-doris] branch master updated (d8a47f9 -> c609096)

2020-02-09 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 d8a47f9 [Doc] Fix CANCEL DECOMMISSION syntax bug (#2860) add c609096 [Unused Code] Remove unused file

[GitHub] [incubator-doris] imay merged pull request #2863: [Unused Code] Remove unused file in gensrc/scripts

2020-02-09 Thread GitBox
imay merged pull request #2863: [Unused Code] Remove unused file in gensrc/scripts URL: https://github.com/apache/incubator-doris/pull/2863 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] morningman commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized

2020-02-09 Thread GitBox
morningman commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized URL: https://github.com/apache/incubator-doris/pull/2867#discussion_r376836945 ## File path: be/src/common/config.h ## @@ -203,7 +203,8 @@ namespace confi

[GitHub] [incubator-doris] lingbin commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized

2020-02-09 Thread GitBox
lingbin commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized URL: https://github.com/apache/incubator-doris/pull/2867#discussion_r376794203 ## File path: be/src/olap/storage_engine.h ## @@ -225,7 +224,7 @@ class Storag

[GitHub] [incubator-doris] lingbin opened a new pull request #2868: Fix lock type when clear trash

2020-02-09 Thread GitBox
lingbin opened a new pull request #2868: Fix lock type when clear trash URL: https://github.com/apache/incubator-doris/pull/2868 In `TabletManager::start_trash_swee`, the modification of `_tablet_map` should be protected by `write-lock` of `_tablet_map_lock` -

[GitHub] [incubator-doris] lingbin commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized

2020-02-09 Thread GitBox
lingbin commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized URL: https://github.com/apache/incubator-doris/pull/2867#discussion_r376794203 ## File path: be/src/olap/storage_engine.h ## @@ -225,7 +224,7 @@ class Storag

[GitHub] [incubator-doris] wangbo commented on a change in pull request #2781: Batch Operate Rollup table in Doris #2671

2020-02-09 Thread GitBox
wangbo commented on a change in pull request #2781: Batch Operate Rollup table in Doris #2671 URL: https://github.com/apache/incubator-doris/pull/2781#discussion_r376788761 ## File path: fe/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java ## @@ -830,8 +100

[GitHub] [incubator-doris] wangbo commented on a change in pull request #2781: Batch Operate Rollup table in Doris #2671

2020-02-09 Thread GitBox
wangbo commented on a change in pull request #2781: Batch Operate Rollup table in Doris #2671 URL: https://github.com/apache/incubator-doris/pull/2781#discussion_r376759532 ## File path: fe/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java ## @@ -830,8 +100

[GitHub] [incubator-doris] wangbo commented on a change in pull request #2781: Batch Operate Rollup table in Doris #2671

2020-02-09 Thread GitBox
wangbo commented on a change in pull request #2781: Batch Operate Rollup table in Doris #2671 URL: https://github.com/apache/incubator-doris/pull/2781#discussion_r376788325 ## File path: fe/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java ## @@ -85,6 +88,5

[GitHub] [incubator-doris] wangbo commented on a change in pull request #2781: Batch Operate Rollup table in Doris #2671

2020-02-09 Thread GitBox
wangbo commented on a change in pull request #2781: Batch Operate Rollup table in Doris #2671 URL: https://github.com/apache/incubator-doris/pull/2781#discussion_r376756810 ## File path: fe/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java ## @@ -85,6 +88,5

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized

2020-02-09 Thread GitBox
kangkaisen commented on a change in pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized URL: https://github.com/apache/incubator-doris/pull/2867#discussion_r376786908 ## File path: be/src/olap/storage_engine.h ## @@ -225,7 +224,7 @@ class Sto

[GitHub] [incubator-doris] lingbin opened a new pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized

2020-02-09 Thread GitBox
lingbin opened a new pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized URL: https://github.com/apache/incubator-doris/pull/2867 In `StorageEngine`, the member `_min_percentage_of_error_disk` was not initialized (so it defaults to 0), which causes the proc

[GitHub] [incubator-doris] kangkaisen opened a new issue #2866: [Proposal] Support the third type Table(Partition) properties modification

2020-02-09 Thread GitBox
kangkaisen opened a new issue #2866: [Proposal] Support the third type Table(Partition) properties modification URL: https://github.com/apache/incubator-doris/issues/2866 ## 1 The three type Table(Partition) properties modification ### 1.1 Properties only persistent in FE metadata Suc

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #2865: support escape characte

2020-02-09 Thread GitBox
wuyunfeng commented on a change in pull request #2865: support escape characte URL: https://github.com/apache/incubator-doris/pull/2865#discussion_r376764478 ## File path: be/src/exec/es_http_scan_node.cpp ## @@ -166,6 +166,11 @@ Status EsHttpScanNode::start_scanners() { }

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #2865: support escape characte

2020-02-09 Thread GitBox
wuyunfeng commented on a change in pull request #2865: support escape characte URL: https://github.com/apache/incubator-doris/pull/2865#discussion_r376764423 ## File path: be/src/exec/es/es_query_builder.cpp ## @@ -110,8 +110,17 @@ void WildCardQueryBuilder::to_json(rapidjs