[incubator-doris] branch master updated: [SQL][JCUP]Reduce conflict of sql_parser.cup (#4177)

2020-07-27 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 90eaa51 [SQL][JCUP]Reduce conflict

[incubator-doris] branch master updated: [Profile] Add transfer destinations detail to profile (#4161)

2020-07-27 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new a2b53b8 [Profile] Add transfer des

[incubator-doris] branch master updated (9e5ca69 -> 50e6a2c)

2020-07-27 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 9e5ca69 [Doc] Fix typo for stream load content in basic-usage.md (#4185) add 50e6a2c [SQL][Funct

[GitHub] [incubator-doris] acelyc111 commented on issue #3529: [Bug] BE crash in brpc

2020-07-27 Thread GitBox
acelyc111 commented on issue #3529: URL: https://github.com/apache/incubator-doris/issues/3529#issuecomment-664303165 A similar coredump: ``` (gdb) bt #0 0x7fafe031f1d7 in raise () from /lib64/libc.so.6 #1 0x7fafe03208c8 in abort () from /lib64/libc.so.6 #2 0x0

[GitHub] [incubator-doris] imay commented on a change in pull request #4156: '[[' syntax works in bash, but is undefined in the default shell. '[[: not found' exception will raise in some cases.

2020-07-27 Thread GitBox
imay commented on a change in pull request #4156: URL: https://github.com/apache/incubator-doris/pull/4156#discussion_r460780023 ## File path: docs/en/installing/install-deploy.md ## @@ -149,7 +149,7 @@ BROKER does not currently have, nor does it need, priority\ networks. Brok

[incubator-doris] branch master updated (94ac0f4 -> 9e5ca69)

2020-07-27 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 94ac0f4 Use LongAdder or volatile long to replace AtomicLong in some scenarios (#4131) add 9e5ca6

[GitHub] [incubator-doris] kangkaisen merged pull request #4185: [Doc] Fix typo for stream load content in basic-usage.md

2020-07-27 Thread GitBox
kangkaisen merged pull request #4185: URL: https://github.com/apache/incubator-doris/pull/4185 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman opened a new pull request #4192: [Bug][Socket Leak] Fix bug that Mysql NIO server is leaking sockets

2020-07-27 Thread GitBox
morningman opened a new pull request #4192: URL: https://github.com/apache/incubator-doris/pull/4192 ## Proposed changes When using mysql nio server, if the mysql handshake protocol fails, we need to actively close the channel to prevent socket leakage. Fix #4191 ##

[incubator-doris] branch master updated (f2c9e1e -> 94ac0f4)

2020-07-27 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 f2c9e1e [Spark Load]Create spark load's repository in HDFS for dependencies (#4163) add 94ac0f4

[GitHub] [incubator-doris] chaoyli merged pull request #4131: Use LongAdder or volatile long to replace AtomicLong in some scenarios

2020-07-27 Thread GitBox
chaoyli merged pull request #4131: URL: https://github.com/apache/incubator-doris/pull/4131 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [incubator-doris] morningman opened a new issue #4191: [Bug] NIO Mysql Server is leaking sockets

2020-07-27 Thread GitBox
morningman opened a new issue #4191: URL: https://github.com/apache/incubator-doris/issues/4191 **Describe the bug** Some lvs services will send probing connection requests to Doris' mysql protocol port, and these requests will fail during the mysql handshake protocol phase. These

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #4029: Support check committed txns before catalog drop meta, like db, table, partition etc

2020-07-27 Thread GitBox
caiconghui commented on a change in pull request #4029: URL: https://github.com/apache/incubator-doris/pull/4029#discussion_r460699221 ## File path: fe/src/main/cup/sql_parser.cup ## @@ -879,7 +879,11 @@ alter_table_clause ::= :} | KW_DROP opt_tmp:isTempPartition KW_P

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #4029: Support check committed txns before catalog drop meta, like db, table, partition etc

2020-07-27 Thread GitBox
caiconghui commented on a change in pull request #4029: URL: https://github.com/apache/incubator-doris/pull/4029#discussion_r460692744 ## File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -2666,6 +2666,13 @@ public void dropDb(DropDbStmt stmt) throws DdlEx

[GitHub] [incubator-doris] marising opened a new pull request #4190: [Feature]Add fetch/update/clear proto of fe&be for cache

2020-07-27 Thread GitBox
marising opened a new pull request #4190: URL: https://github.com/apache/incubator-doris/pull/4190 ## Proposed changes #2581 1. Define the interface of fetch_cache,update_cache,clear_cache 2. Define the data structure of request and response 3. Frontend call be through Backe