[GitHub] [incubator-doris] kangkaisen merged pull request #4680: Fix mysqlslap hang under high concurrent

2020-10-06 Thread GitBox
kangkaisen merged pull request #4680: URL: https://github.com/apache/incubator-doris/pull/4680 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

[incubator-doris] branch master updated: Fix mysqlslap hang under high concurrent (#4680)

2020-10-06 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen 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 725ee59 Fix mysqlslap hang under h

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #4699: Support Alter Table Clause For External Table

2020-10-06 Thread GitBox
HappenLee commented on a change in pull request #4699: URL: https://github.com/apache/incubator-doris/pull/4699#discussion_r500723118 ## File path: fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -132,6 +132,30 @@ private void processAddColumn(Ad

[GitHub] [incubator-doris] morningman commented on a change in pull request #4699: Support Alter Table Clause For External Table

2020-10-06 Thread GitBox
morningman commented on a change in pull request #4699: URL: https://github.com/apache/incubator-doris/pull/4699#discussion_r500402902 ## File path: fe/fe-core/src/main/java/org/apache/doris/alter/Alter.java ## @@ -172,71 +256,18 @@ public void processAlterTable(AlterTableStmt

[GitHub] [incubator-doris] morningman commented on a change in pull request #4690: [Feature]Broker oss support

2020-10-06 Thread GitBox
morningman commented on a change in pull request #4690: URL: https://github.com/apache/incubator-doris/pull/4690#discussion_r500383881 ## File path: fs_brokers/apache_hdfs_broker/build.sh ## @@ -42,6 +42,12 @@ rm -rf ${BROKER_OUTPUT} install -d ${BROKER_OUTPUT}/bin ${BROKER_OU

[GitHub] [incubator-doris] morningman opened a new pull request #4702: [Enhance][Log] Make RPC error log more clear

2020-10-06 Thread GitBox
morningman opened a new pull request #4702: URL: https://github.com/apache/incubator-doris/pull/4702 ## Proposed changes At present, when some rpc errors occur, the client cannot obtain the error information well. And this CL change the RPC error returned to client like this:

[GitHub] [incubator-doris] morningman opened a new issue #4701: [Enhance] Make rpc error more clear

2020-10-06 Thread GitBox
morningman opened a new issue #4701: URL: https://github.com/apache/incubator-doris/issues/4701 **Is your feature request related to a problem? Please describe.** At present, when some rpc errors occur, the client cannot obtain the error information well. 1. If a brpc overcrow

[GitHub] [incubator-doris] francisoliverlee opened a new pull request #4700: [Feature]Fe support oss broker

2020-10-06 Thread GitBox
francisoliverlee opened a new pull request #4700: URL: https://github.com/apache/incubator-doris/pull/4700 ## Proposed changes update fe's check when load data from oss broker. PR=https://github.com/apache/incubator-doris/pull/4690 ## Types of changes What types of changes