[GitHub] [incubator-doris] chaoyli merged pull request #702: Modify start_be.sh and start_fe.sh

2019-03-06 Thread GitBox
chaoyli merged pull request #702: Modify start_be.sh and start_fe.sh URL: https://github.com/apache/incubator-doris/pull/702 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #702: Modify start_be.sh and start_fe.sh

2019-03-06 Thread GitBox
kangpinghuang opened a new pull request #702: Modify start_be.sh and start_fe.sh URL: https://github.com/apache/incubator-doris/pull/702 add daemon opt for start script This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] chaoyli merged pull request #669: Convert old files when start be

2019-03-06 Thread GitBox
chaoyli merged pull request #669: Convert old files when start be URL: https://github.com/apache/incubator-doris/pull/669 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #669: Convert old files when start be

2019-03-06 Thread GitBox
chaoyli commented on a change in pull request #669: Convert old files when start be URL: https://github.com/apache/incubator-doris/pull/669#discussion_r262773810 ## File path: be/src/olap/olap_snapshot_converter.h ## @@ -0,0 +1,84 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] wuyunfeng opened a new issue #701: Support querying Elasticserch, Using Doris and Elasticsearch for real-time data analysis

2019-03-06 Thread GitBox
wuyunfeng opened a new issue #701: Support querying Elasticserch, Using Doris and Elasticsearch for real-time data analysis URL: https://github.com/apache/incubator-doris/issues/701 **Is your feature request related to a problem? Please describe.** Elasticsearch is a distributed, RESTful

[GitHub] [incubator-doris] kangpinghuang opened a new issue #700: the result of sql is invalid

2019-03-06 Thread GitBox
kangpinghuang opened a new issue #700: the result of sql is invalid URL: https://github.com/apache/incubator-doris/issues/700 **Describe the bug** when the table has varchar or char field, the query result will have unreadable code. --

[GitHub] [incubator-doris] morningman merged pull request #699: Missing to set auth code

2019-03-06 Thread GitBox
morningman merged pull request #699: Missing to set auth code URL: https://github.com/apache/incubator-doris/pull/699 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] morningman opened a new pull request #699: Missing to set auth code

2019-03-06 Thread GitBox
morningman opened a new pull request #699: Missing to set auth code URL: https://github.com/apache/incubator-doris/pull/699 This is an automated message from the Apache Git Service. To respond to the message, please log on to

FW: 4 Apache Events in 2019: DC Roadshow soon; next up Chicago, Las Vegas, and Berlin!

2019-03-06 Thread Tan,Zhongyi
Hi,guys, Any one want to speak at ApacheCon, it is CFP now. ApacheCon North America in Las Vegas, September 9-13th Thanks 在 2019/3/6 下午10:01,“Rich Bowen” 写入: Dear Apache Enthusiast, (You’re receiving this because you are subscribed to one or more user mailing lists for an A

[GitHub] [incubator-doris] imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695)

2019-03-06 Thread GitBox
imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695) URL: https://github.com/apache/incubator-doris/pull/697#discussion_r262962652 ## File path: be/src/runtime/raw_value.h ## @@ -406,6 +420,10 @@ inline uint32_t RawValue::zlib_

[GitHub] [incubator-doris] imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695)

2019-03-06 Thread GitBox
imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695) URL: https://github.com/apache/incubator-doris/pull/697#discussion_r262962966 ## File path: be/src/common/daemon.cpp ## @@ -182,6 +183,7 @@ void init_daemon(int argc, char**

[GitHub] [incubator-doris] imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695)

2019-03-06 Thread GitBox
imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695) URL: https://github.com/apache/incubator-doris/pull/697#discussion_r262961507 ## File path: be/src/util/string_parser.hpp ## @@ -495,6 +500,193 @@ inline int StringParser::S

[GitHub] [incubator-doris] imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695)

2019-03-06 Thread GitBox
imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695) URL: https://github.com/apache/incubator-doris/pull/697#discussion_r262917067 ## File path: fe/src/main/cup/sql_parser.cup ## @@ -3106,11 +3106,11 @@ type ::= | KW_CHAR

[GitHub] [incubator-doris] chaoyli opened a new pull request #698: Make AlterTablet be compatible for RowsetReader interface

2019-03-06 Thread GitBox
chaoyli opened a new pull request #698: Make AlterTablet be compatible for RowsetReader interface URL: https://github.com/apache/incubator-doris/pull/698 1. Add AlterTabletState for alter tablet task 2. Add schema_change_init to init column_data for schema_change ---

[GitHub] [incubator-doris] chenhao7253886 merged pull request #694: Add OptBinding

2019-03-06 Thread GitBox
chenhao7253886 merged pull request #694: Add OptBinding URL: https://github.com/apache/incubator-doris/pull/694 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #694: Add OptBinding

2019-03-06 Thread GitBox
chenhao7253886 commented on a change in pull request #694: Add OptBinding URL: https://github.com/apache/incubator-doris/pull/694#discussion_r262913724 ## File path: fe/src/main/java/org/apache/doris/optimizer/OptBinding.java ## @@ -0,0 +1,128 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #694: Add OptBinding

2019-03-06 Thread GitBox
chenhao7253886 commented on a change in pull request #694: Add OptBinding URL: https://github.com/apache/incubator-doris/pull/694#discussion_r262913487 ## File path: fe/src/main/java/org/apache/doris/optimizer/OptBinding.java ## @@ -0,0 +1,128 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] lide-reed opened a new pull request #697: Optimize decimal by introducing decimal_v2 #695

2019-03-06 Thread GitBox
lide-reed opened a new pull request #697: Optimize decimal by introducing decimal_v2 #695 URL: https://github.com/apache/incubator-doris/pull/697 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-doris] morningman merged pull request #696: Add missing files

2019-03-06 Thread GitBox
morningman merged pull request #696: Add missing files URL: https://github.com/apache/incubator-doris/pull/696 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-doris] morningman opened a new pull request #696: Add missing files

2019-03-06 Thread GitBox
morningman opened a new pull request #696: Add missing files URL: https://github.com/apache/incubator-doris/pull/696 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] lide-reed opened a new issue #695: Optimize decimal

2019-03-06 Thread GitBox
lide-reed opened a new issue #695: Optimize decimal URL: https://github.com/apache/incubator-doris/issues/695 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-doris] imay opened a new pull request #694: Add OptBinding

2019-03-06 Thread GitBox
imay opened a new pull request #694: Add OptBinding URL: https://github.com/apache/incubator-doris/pull/694 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] lide-reed closed pull request #693: Optimize decimal by introducing decimal_v2

2019-03-06 Thread GitBox
lide-reed closed pull request #693: Optimize decimal by introducing decimal_v2 URL: https://github.com/apache/incubator-doris/pull/693 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] lide-reed opened a new pull request #693: Optimize decimal by introducing decimal_v2

2019-03-06 Thread GitBox
lide-reed opened a new pull request #693: Optimize decimal by introducing decimal_v2 URL: https://github.com/apache/incubator-doris/pull/693 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] morningman merged pull request #691: Add a data consumer pool to reuse the data consumer

2019-03-06 Thread GitBox
morningman merged pull request #691: Add a data consumer pool to reuse the data consumer URL: https://github.com/apache/incubator-doris/pull/691 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-doris] imay merged pull request #692: Remove unused info

2019-03-06 Thread GitBox
imay merged pull request #692: Remove unused info URL: https://github.com/apache/incubator-doris/pull/692 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-doris] morningman opened a new pull request #692: Remove sensitive info

2019-03-06 Thread GitBox
morningman opened a new pull request #692: Remove sensitive info URL: https://github.com/apache/incubator-doris/pull/692 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-doris] kangkaisen commented on issue #690: There should be memory leak in Doris

2019-03-06 Thread GitBox
kangkaisen commented on issue #690: There should be memory leak in Doris URL: https://github.com/apache/incubator-doris/issues/690#issuecomment-470026562 @imay OK, I see. Thanks you. This is an automated message from the Apac

[GitHub] [incubator-doris] imay commented on issue #690: There should be memory leak in Doris

2019-03-06 Thread GitBox
imay commented on issue #690: There should be memory leak in Doris URL: https://github.com/apache/incubator-doris/issues/690#issuecomment-470020317 @kangkaisen Normally Doris is built with tcmalloc, which is part of gperftools. When tcmalloc is used, valgrind isn't correct, because tcm

[GitHub] [incubator-doris] morningman opened a new pull request #691: Add a data consumer pool to reuse the data consumer

2019-03-06 Thread GitBox
morningman opened a new pull request #691: Add a data consumer pool to reuse the data consumer URL: https://github.com/apache/incubator-doris/pull/691 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-doris] kangkaisen commented on issue #690: There should be memory leak in Doris

2019-03-06 Thread GitBox
kangkaisen commented on issue #690: There should be memory leak in Doris URL: https://github.com/apache/incubator-doris/issues/690#issuecomment-470011296 @chaoyli OK, thanks you! I will try. This is an automated message from

[GitHub] [incubator-doris] chaoyli commented on issue #690: There should be memory leak in Doris

2019-03-06 Thread GitBox
chaoyli commented on issue #690: There should be memory leak in Doris URL: https://github.com/apache/incubator-doris/issues/690#issuecomment-470009154 To use leak sanitizer, you should ``` export BUILD_TYPE=LSAN ``` and also add this patch to doris_main.cpp ``` #include "s

[GitHub] [incubator-doris] chaoyli commented on issue #690: There should be memory leak in Doris

2019-03-06 Thread GitBox
chaoyli commented on issue #690: There should be memory leak in Doris URL: https://github.com/apache/incubator-doris/issues/690#issuecomment-470009341 Address sanitizer is super set of Leak sanitizer, but consumes more memory. You can try it. ---

[GitHub] [incubator-doris] chaoyli commented on issue #690: There should be memory leak in Doris

2019-03-06 Thread GitBox
chaoyli commented on issue #690: There should be memory leak in Doris URL: https://github.com/apache/incubator-doris/issues/690#issuecomment-470008552 To use address sanitizer, only ``` export BUILD_TYPE=ASAN ``` will be ok.

[GitHub] [incubator-doris] chaoyli commented on issue #690: There should be memory leak in Doris

2019-03-06 Thread GitBox
chaoyli commented on issue #690: There should be memory leak in Doris URL: https://github.com/apache/incubator-doris/issues/690#issuecomment-470008304 OK, you can use address sanitizer or leak sanitizer to compile palo_be, which is native gcc memory check tools. --

[GitHub] [incubator-doris] kangkaisen opened a new issue #690: There should be memory leak in Doris

2019-03-06 Thread GitBox
kangkaisen opened a new issue #690: There should be memory leak in Doris URL: https://github.com/apache/incubator-doris/issues/690 **Describe the bug** This picture is a `mem.memfree.percent` monitor for one Doris BE cluster **_having stream load_** ![doris-memory-leak](http://stati