[GitHub] [incubator-doris] chaoyli merged pull request #898: Fix writer add_rowset bug

2019-04-10 Thread GitBox
chaoyli merged pull request #898: Fix writer add_rowset bug URL: https://github.com/apache/incubator-doris/pull/898 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #898: Fix writer add_rowset bug

2019-04-10 Thread GitBox
chaoyli commented on a change in pull request #898: Fix writer add_rowset bug URL: https://github.com/apache/incubator-doris/pull/898#discussion_r274004642 ## File path: be/src/olap/rowset/alpha_rowset_writer.cpp ## @@ -115,38 +116,49 @@ OLAPStatus AlphaRowsetWriter::add_ro

[GitHub] [incubator-doris] morningman merged pull request #905: Fix lock leak in compaction

2019-04-10 Thread GitBox
morningman merged pull request #905: Fix lock leak in compaction URL: https://github.com/apache/incubator-doris/pull/905 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-doris] chaoyli opened a new pull request #905: Fix lock leak in compaction

2019-04-10 Thread GitBox
chaoyli opened a new pull request #905: Fix lock leak in compaction URL: https://github.com/apache/incubator-doris/pull/905 This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [DISCUSS] Unify the load framework in Doris

2019-04-10 Thread Zhao Chun
It will be a good job for Doris. Here are some code to do same thing, for example, the CSVScanNode can be replaced by BrokerScanNode. And BrokerScanNode seems to be changed another name, because that it not only can scan from broker, but also from local file or memory sink. Can you change it to an

[GitHub] [incubator-doris] imay merged pull request #904: Modify the method to obtain some metrics

2019-04-10 Thread GitBox
imay merged pull request #904: Modify the method to obtain some metrics URL: https://github.com/apache/incubator-doris/pull/904 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] morningman opened a new pull request #904: Modify the method to obtain some metrics

2019-04-10 Thread GitBox
morningman opened a new pull request #904: Modify the method to obtain some metrics URL: https://github.com/apache/incubator-doris/pull/904 1. Add SimpleCoreMetricsVisitor in both FE and BE to get some core metrics to show. This is for some certain deploy environment. 2. Move the disk c

[GitHub] [incubator-doris] morningman opened a new issue #903: Modify the method to obtain some metrics

2019-04-10 Thread GitBox
morningman opened a new issue #903: Modify the method to obtain some metrics URL: https://github.com/apache/incubator-doris/issues/903 1. Add SimpleCoreMetricsVisitor in both FE and BE to get some core metrics to show. This is for some certain deploy environment. 2. Move the disk capacit

[GitHub] [incubator-doris] kangpinghuang closed issue #793: schema change will failed if segment group is empty

2019-04-10 Thread GitBox
kangpinghuang closed issue #793: schema change will failed if segment group is empty URL: https://github.com/apache/incubator-doris/issues/793 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-doris] kangpinghuang closed issue #896: Add unit tests for be_refactor

2019-04-10 Thread GitBox
kangpinghuang closed issue #896: Add unit tests for be_refactor URL: https://github.com/apache/incubator-doris/issues/896 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] kangpinghuang closed issue #888: BE unit tests can not be compiled and run in be_refactor branch

2019-04-10 Thread GitBox
kangpinghuang closed issue #888: BE unit tests can not be compiled and run in be_refactor branch URL: https://github.com/apache/incubator-doris/issues/888 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] imay merged pull request #902: Fix null pointer error when async load

2019-04-10 Thread GitBox
imay merged pull request #902: Fix null pointer error when async load URL: https://github.com/apache/incubator-doris/pull/902 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] kangpinghuang closed issue #528: DeltaWriter should not use SegmentGroup and ColumnDataWriter

2019-04-10 Thread GitBox
kangpinghuang closed issue #528: DeltaWriter should not use SegmentGroup and ColumnDataWriter URL: https://github.com/apache/incubator-doris/issues/528 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #902: Fix null pointer error when async load

2019-04-10 Thread GitBox
EmmyMiao87 opened a new pull request #902: Fix null pointer error when async load URL: https://github.com/apache/incubator-doris/pull/902 1. Add parallel number property in fragment 2. Parallel number will be init in contrustor of fragment 3. Async plan will use the default value whil