[GitHub] [incubator-doris] zhangy5 opened a new issue #1553: The result of count_distinc() is wrong

2019-07-25 Thread GitBox
zhangy5 opened a new issue #1553: The result of count_distinc() is wrong URL: https://github.com/apache/incubator-doris/issues/1553 **Describe the bug** The result of count_distinct() is wrong. The count_distinct result is different from count distinct. ![count_distinct](https://user

[GitHub] [incubator-doris] imay merged pull request #1552: Fix bug which make BE crash when load HLL type

2019-07-25 Thread GitBox
imay merged pull request #1552: Fix bug which make BE crash when load HLL type URL: https://github.com/apache/incubator-doris/pull/1552 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] kangpinghuang closed issue #1408: Add dict encoding page

2019-07-25 Thread GitBox
kangpinghuang closed issue #1408: Add dict encoding page URL: https://github.com/apache/incubator-doris/issues/1408 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] imay opened a new pull request #1552: Fix bug which make BE crash when load HLL type

2019-07-25 Thread GitBox
imay opened a new pull request #1552: Fix bug which make BE crash when load HLL type URL: https://github.com/apache/incubator-doris/pull/1552 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-doris] morningman merged pull request #1409: Add dict page

2019-07-25 Thread GitBox
morningman merged pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-doris] imay commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
imay commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307558609 ## File path: be/test/exec/tablet_sink_test.cpp ## @@ -935,6 +935,11 @@ TEST_F(OlapTableSinkTest, decimal) { } int ma

[GitHub] [incubator-doris] morningman merged pull request #1488: Add administrator guide of load

2019-07-25 Thread GitBox
morningman merged pull request #1488: Add administrator guide of load URL: https://github.com/apache/incubator-doris/pull/1488 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] morningman merged pull request #1551: Fix the mistake in docs of rollup

2019-07-25 Thread GitBox
morningman merged pull request #1551: Fix the mistake in docs of rollup URL: https://github.com/apache/incubator-doris/pull/1551 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1551: Fix the mistake in docs of rollup

2019-07-25 Thread GitBox
EmmyMiao87 opened a new pull request #1551: Fix the mistake in docs of rollup URL: https://github.com/apache/incubator-doris/pull/1551 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] morningman commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
morningman commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307174944 ## File path: fe/src/main/java/org/apache/doris/load/routineload/KafkaTaskInfo.java ## @@ -99,16 +99,11 @@ protect

[GitHub] [incubator-doris] morningman commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
morningman commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307174462 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BrokerLoadPendingTask.java ## @@ -65,24 +65,33 @@ priv

[GitHub] [incubator-doris] morningman commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
morningman commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307173660 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadingTaskPlanner.java ## @@ -201,4 +200,17 @@ privat

[GitHub] [incubator-doris] morningman commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
morningman commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307172635 ## File path: be/src/exec/tablet_sink.h ## @@ -263,6 +266,8 @@ class OlapTableSink : public DataSink { // BE

[GitHub] [incubator-doris] morningman commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
morningman commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307172883 ## File path: be/src/runtime/tablet_writer_mgr.cpp ## @@ -309,7 +312,9 @@ Status TabletWriterMgr::add_batch(

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1550: Fix deadlock when io error, Issue:1549

2019-07-25 Thread GitBox
kangpinghuang opened a new pull request #1550: Fix deadlock when io error, Issue:1549 URL: https://github.com/apache/incubator-doris/pull/1550 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-doris] kangpinghuang opened a new issue #1549: deadlock when segment group load failed because io error

2019-07-25 Thread GitBox
kangpinghuang opened a new issue #1549: deadlock when segment group load failed because io error URL: https://github.com/apache/incubator-doris/issues/1549 in branch-0.10, when segment group load failed or validate failed, it will call _check_io_error, and then call OlapEngine::set_store_u

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
EmmyMiao87 commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307155644 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadingTaskPlanner.java ## @@ -201,4 +200,17 @@ privat

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
EmmyMiao87 commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307152877 ## File path: fe/src/main/java/org/apache/doris/load/routineload/KafkaTaskInfo.java ## @@ -99,16 +99,11 @@ protect

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
EmmyMiao87 commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307132959 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BrokerLoadPendingTask.java ## @@ -65,24 +65,33 @@ priv