[GitHub] [incubator-doris] z-Dapor commented on issue #3071: how I set BACKEND?

2020-03-10 Thread GitBox
z-Dapor commented on issue #3071: how I set BACKEND? URL: https://github.com/apache/incubator-doris/issues/3071#issuecomment-597472081 oh...f**k, end. I load the source and buid in Idea,then start FE And Read the source. I fix it. by delete fe/image and bdb. God. ---

[GitHub] [incubator-doris] stalary commented on issue #3072: use docker build error

2020-03-10 Thread GitBox
stalary commented on issue #3072: use docker build error URL: https://github.com/apache/incubator-doris/issues/3072#issuecomment-597470936 Where can I find the compiled executable package? This is an automated message from th

[GitHub] [incubator-doris] stalary commented on issue #3072: use docker build error

2020-03-10 Thread GitBox
stalary commented on issue #3072: use docker build error URL: https://github.com/apache/incubator-doris/issues/3072#issuecomment-597469968 I tried many times, but it didn't work. I look the return is 403. Is there something wrong with this package?

[GitHub] [incubator-doris] z-Dapor opened a new issue #3079: FE wait catalog to be ready

2020-03-10 Thread GitBox
z-Dapor opened a new issue #3079: FE wait catalog to be ready URL: https://github.com/apache/incubator-doris/issues/3079 ![image](https://user-images.githubusercontent.com/21967676/76389347-f33f7f80-63a5-11ea-86e1-7d3b77ef4e28.png) how to fix it ? ---

[GitHub] [incubator-doris] z-Dapor commented on issue #3071: how I set BACKEND?

2020-03-10 Thread GitBox
z-Dapor commented on issue #3071: how I set BACKEND? URL: https://github.com/apache/incubator-doris/issues/3071#issuecomment-597462393 ![image](https://user-images.githubusercontent.com/21967676/76387831-b625be00-63a2-11ea-97cd-a5472dc50515.png) what happened ? how to fix it --

[incubator-doris] branch master updated (608917c -> a77515f)

2020-03-10 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 608917c Use block layer to write files (#3064) add a77515f [Backup] Fix backup job block at SNAPS

[GitHub] [incubator-doris] trueeyu opened a new issue #3078: [Proposal] support connect of mysql client using utf8mb4

2020-03-10 Thread GitBox
trueeyu opened a new issue #3078: [Proposal] support connect of mysql client using utf8mb4 URL: https://github.com/apache/incubator-doris/issues/3078 Some tool connect to doris default using utf8mb4, but doris doesn't support,will report error;

[GitHub] [incubator-doris] morningman closed issue #3057: Backup job block at SNAPSHOTING phase

2020-03-10 Thread GitBox
morningman closed issue #3057: Backup job block at SNAPSHOTING phase URL: https://github.com/apache/incubator-doris/issues/3057 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 #3058: Fix backup job block at SNAPSHOTING phase

2020-03-10 Thread GitBox
morningman merged pull request #3058: Fix backup job block at SNAPSHOTING phase URL: https://github.com/apache/incubator-doris/pull/3058 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] trueeyu opened a new issue #3077: [Proposal] support compaction related SQL

2020-03-10 Thread GitBox
trueeyu opened a new issue #3077: [Proposal] support compaction related SQL URL: https://github.com/apache/incubator-doris/issues/3077 Sometime i wan't to view the process of compaction or force the doris immediately execute compaction for performance test。But the related SQL is not suppor

[GitHub] [incubator-doris] lingbin opened a new pull request #3076: Fix one compile warning

2020-03-10 Thread GitBox
lingbin opened a new pull request #3076: Fix one compile warning URL: https://github.com/apache/incubator-doris/pull/3076 ``` be/src/olap/rowset/segment_v2/ordinal_page_index.cpp:103:22: warning: ‘ordinal’ may be used uninitialized in this function [-Wmaybe-uninitialized] _ordi

[GitHub] [incubator-doris] lingbin opened a new pull request #3075: Remove unneeded forward declaration of WritableFile

2020-03-10 Thread GitBox
lingbin opened a new pull request #3075: Remove unneeded forward declaration of WritableFile URL: https://github.com/apache/incubator-doris/pull/3075 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-doris] morningman commented on issue #3069: Support 64 bit timestamp in from_unixtime

2020-03-10 Thread GitBox
morningman commented on issue #3069: Support 64 bit timestamp in from_unixtime URL: https://github.com/apache/incubator-doris/pull/3069#issuecomment-597436708 What's this PR for? For loading int64 timestamp? This is an auto

[GitHub] [incubator-doris] acelyc111 opened a new pull request #3074: Show BE version in 'show backends; '

2020-03-10 Thread GitBox
acelyc111 opened a new pull request #3074: Show BE version in 'show backends;' URL: https://github.com/apache/incubator-doris/pull/3074 In a large scale cluster, we may rolling upgrade BEs, this patch add a column named 'Version' for command 'show backends;', as well as website '/syste

[GitHub] [incubator-doris] lingbin merged pull request #3064: Use block layer to write files

2020-03-10 Thread GitBox
lingbin merged pull request #3064: Use block layer to write files URL: https://github.com/apache/incubator-doris/pull/3064 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-doris] branch master updated (cf219dd -> 608917c)

2020-03-10 Thread lingbin
This is an automated email from the ASF dual-hosted git repository. lingbin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from cf219dd [ConsistencyCheck] Support checking replica consistency of tablet manually (#3067) add 60891

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3056: implement except node

2020-03-10 Thread GitBox
yangzhg commented on a change in pull request #3056: implement except node URL: https://github.com/apache/incubator-doris/pull/3056#discussion_r390734954 ## File path: be/src/exec/except_node.cpp ## @@ -56,4 +40,157 @@ Status ExceptNode::init(const TPlanNode& tnode, Runtim

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3056: implement except node

2020-03-10 Thread GitBox
yangzhg commented on a change in pull request #3056: implement except node URL: https://github.com/apache/incubator-doris/pull/3056#discussion_r390734537 ## File path: be/src/exec/except_node.cpp ## @@ -56,4 +40,157 @@ Status ExceptNode::init(const TPlanNode& tnode, Runtim

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3056: implement except node

2020-03-10 Thread GitBox
wutiangan commented on a change in pull request #3056: implement except node URL: https://github.com/apache/incubator-doris/pull/3056#discussion_r390732016 ## File path: be/src/exec/except_node.cpp ## @@ -56,4 +40,157 @@ Status ExceptNode::init(const TPlanNode& tnode, Runt

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3056: implement except node

2020-03-10 Thread GitBox
wutiangan commented on a change in pull request #3056: implement except node URL: https://github.com/apache/incubator-doris/pull/3056#discussion_r390731473 ## File path: be/src/exec/except_node.cpp ## @@ -56,4 +40,157 @@ Status ExceptNode::init(const TPlanNode& tnode, Runt

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3056: implement except node

2020-03-10 Thread GitBox
wutiangan commented on a change in pull request #3056: implement except node URL: https://github.com/apache/incubator-doris/pull/3056#discussion_r390731473 ## File path: be/src/exec/except_node.cpp ## @@ -56,4 +40,157 @@ Status ExceptNode::init(const TPlanNode& tnode, Runt

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3056: implement except node

2020-03-10 Thread GitBox
wutiangan commented on a change in pull request #3056: implement except node URL: https://github.com/apache/incubator-doris/pull/3056#discussion_r390729921 ## File path: be/src/exec/except_node.cpp ## @@ -56,4 +40,157 @@ Status ExceptNode::init(const TPlanNode& tnode, Runt

[GitHub] [incubator-doris] imay commented on issue #3072: use docker build error

2020-03-10 Thread GitBox
imay commented on issue #3072: use docker build error URL: https://github.com/apache/incubator-doris/issues/3072#issuecomment-597425057 This is because the bad network. You need to try more This is an automated message from t

[GitHub] [incubator-doris] XShun opened a new issue #3073: BE may be crashed due to brpc?

2020-03-10 Thread GitBox
XShun opened a new issue #3073: BE may be crashed due to brpc? URL: https://github.com/apache/incubator-doris/issues/3073 ![image](https://user-images.githubusercontent.com/34292183/76377317-83b99800-6385-11ea-90a2-309839d1ee9a.png) When BE is running normally, sometimes BE may crash

[GitHub] [incubator-doris] stalary opened a new issue #3072: use docker build error

2020-03-10 Thread GitBox
stalary opened a new issue #3072: use docker build error URL: https://github.com/apache/incubator-doris/issues/3072 **Describe the bug** use docker build error docker run -it -v /Users/mac/incubator-doris-0.11.0-rc01:/root/incubator-doris-0.11.0-rc01 apachedoris/doris-dev:build-env-

[GitHub] [incubator-doris] z-Dapor commented on issue #3071: how I set BACKEND?

2020-03-10 Thread GitBox
z-Dapor commented on issue #3071: how I set BACKEND? URL: https://github.com/apache/incubator-doris/issues/3071#issuecomment-597402767 ![image](https://user-images.githubusercontent.com/21967676/76374236-95973d00-637d-11ea-9ab8-261a3ff6a8cb.png) "Unrecognized option: -o" in start_fe.sh

[GitHub] [incubator-doris] imay commented on a change in pull request #3069: Support 64 bit timestamp in from_unixtime

2020-03-10 Thread GitBox
imay commented on a change in pull request #3069: Support 64 bit timestamp in from_unixtime URL: https://github.com/apache/incubator-doris/pull/3069#discussion_r390703554 ## File path: be/src/runtime/datetime_value.cpp ## @@ -1557,13 +1557,28 @@ bool DateTimeValue::from_un

[GitHub] [incubator-doris] imay commented on a change in pull request #3069: Support 64 bit timestamp in from_unixtime

2020-03-10 Thread GitBox
imay commented on a change in pull request #3069: Support 64 bit timestamp in from_unixtime URL: https://github.com/apache/incubator-doris/pull/3069#discussion_r390703103 ## File path: be/src/exec/parquet_reader.cpp ## @@ -188,30 +189,38 @@ Status ParquetReaderWrap::read_r

[GitHub] [incubator-doris] imay commented on a change in pull request #3055: [Spark load] FE creates spark load job and submits spark etl job

2020-03-10 Thread GitBox
imay commented on a change in pull request #3055: [Spark load] FE creates spark load job and submits spark etl job URL: https://github.com/apache/incubator-doris/pull/3055#discussion_r390701602 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/SparkLoadPendingTask.java #

[GitHub] [incubator-doris] imay commented on a change in pull request #3055: [Spark load] FE creates spark load job and submits spark etl job

2020-03-10 Thread GitBox
imay commented on a change in pull request #3055: [Spark load] FE creates spark load job and submits spark etl job URL: https://github.com/apache/incubator-doris/pull/3055#discussion_r390699742 ## File path: fe/src/main/java/org/apache/doris/analysis/EtlClusterWithBrokerDesc.java

[GitHub] [incubator-doris] z-Dapor commented on issue #3071: how I set BACKEND?

2020-03-10 Thread GitBox
z-Dapor commented on issue #3071: how I set BACKEND? URL: https://github.com/apache/incubator-doris/issues/3071#issuecomment-597119881 > Have you install and start a Doris Frontend? ![image](https://user-images.githubusercontent.com/21967676/76322656-9f3d8800-631e-11ea-882c-8b58a7e6

[GitHub] [incubator-doris] morningman closed pull request #3065: Add a configuration to check consistency for repaired tablets.

2020-03-10 Thread GitBox
morningman closed pull request #3065: Add a configuration to check consistency for repaired tablets. URL: https://github.com/apache/incubator-doris/pull/3065 This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-doris] imay commented on issue #3071: how I set BACKEND?

2020-03-10 Thread GitBox
imay commented on issue #3071: how I set BACKEND? URL: https://github.com/apache/incubator-doris/issues/3071#issuecomment-597115958 Have you install and start a Doris Frontend? This is an automated message from the Apache Git

[GitHub] [incubator-doris] z-Dapor commented on issue #3071: how I set BACKEND?

2020-03-10 Thread GitBox
z-Dapor commented on issue #3071: how I set BACKEND? URL: https://github.com/apache/incubator-doris/issues/3071#issuecomment-597109643 > what you connected seems like MySQL not Doris. How to connect Doris? I see wiki talk use mysql client and command ./mysql-client -h host -P port

[GitHub] [incubator-doris] morningman commented on a change in pull request #3056: implement except node

2020-03-10 Thread GitBox
morningman commented on a change in pull request #3056: implement except node URL: https://github.com/apache/incubator-doris/pull/3056#discussion_r390323844 ## File path: be/src/exec/except_node.cpp ## @@ -56,4 +40,158 @@ Status ExceptNode::init(const TPlanNode& tnode, Run

[GitHub] [incubator-doris] morningman commented on a change in pull request #3056: implement except node

2020-03-10 Thread GitBox
morningman commented on a change in pull request #3056: implement except node URL: https://github.com/apache/incubator-doris/pull/3056#discussion_r390335009 ## File path: fe/src/main/java/org/apache/doris/analysis/SetOperationStmt.java ## @@ -649,6 +648,13 @@ public void an

[GitHub] [incubator-doris] morningman commented on a change in pull request #3056: implement except node

2020-03-10 Thread GitBox
morningman commented on a change in pull request #3056: implement except node URL: https://github.com/apache/incubator-doris/pull/3056#discussion_r390332548 ## File path: be/src/exec/except_node.cpp ## @@ -56,4 +40,158 @@ Status ExceptNode::init(const TPlanNode& tnode, Run

[GitHub] [incubator-doris] morningman commented on a change in pull request #3068: Support delete materialized view

2020-03-10 Thread GitBox
morningman commented on a change in pull request #3068: Support delete materialized view URL: https://github.com/apache/incubator-doris/pull/3068#discussion_r390315531 ## File path: fe/src/main/java/org/apache/doris/alter/Alter.java ## @@ -107,24 +114,38 @@ public void pr

[GitHub] [incubator-doris] imay commented on issue #3071: how I set BACKEND?

2020-03-10 Thread GitBox
imay commented on issue #3071: how I set BACKEND? URL: https://github.com/apache/incubator-doris/issues/3071#issuecomment-597061705 what you connected seems like MySQL not Doris. This is an automated message from the Apache G

[GitHub] [incubator-doris] z-Dapor opened a new issue #3071: how I set BACKEND?

2020-03-10 Thread GitBox
z-Dapor opened a new issue #3071: how I set BACKEND? URL: https://github.com/apache/incubator-doris/issues/3071 mysql> ALTER SYSTEM ADD BACKEND "host:port" -> ; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version

[GitHub] [incubator-doris] z-Dapor closed issue #3070: how

2020-03-10 Thread GitBox
z-Dapor closed issue #3070: how URL: https://github.com/apache/incubator-doris/issues/3070 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 to

[GitHub] [incubator-doris] z-Dapor opened a new issue #3070: how

2020-03-10 Thread GitBox
z-Dapor opened a new issue #3070: how URL: https://github.com/apache/incubator-doris/issues/3070 ALTER SYSTEM ADD BACKEND "host:port" -> ; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax

[GitHub] [incubator-doris] Youngwb opened a new pull request #3058: Fix backup job block at SNAPSHOTING phase

2020-03-10 Thread GitBox
Youngwb opened a new pull request #3058: Fix backup job block at SNAPSHOTING phase URL: https://github.com/apache/incubator-doris/pull/3058 This bug occurred when BE make snapshot, the version required by fe had been merged into the cumulative version, so the snapshot task could not comple

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #3069: Support 64 bit timestamp in from_unixtime

2020-03-10 Thread GitBox
HangyuanLiu opened a new pull request #3069: Support 64 bit timestamp in from_unixtime URL: https://github.com/apache/incubator-doris/pull/3069 Support 64 bit timestamp in from_unixtime This is an automated message from the A

[GitHub] [incubator-doris] vagetablechicken commented on issue #2780: OlapTableSink::send is low efficient?

2020-03-10 Thread GitBox
vagetablechicken commented on issue #2780: OlapTableSink::send is low efficient? URL: https://github.com/apache/incubator-doris/issues/2780#issuecomment-596974767 https://github.com/apache/incubator-doris/pull/2956#issuecomment-596889947 As mentioned, here‘s the new design of OlapTableSi

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #3068: Support delete materialized view

2020-03-10 Thread GitBox
EmmyMiao87 opened a new pull request #3068: Support delete materialized view URL: https://github.com/apache/incubator-doris/pull/3068 DROP MATERIALIZE VIEW [ IF EXISTS ] ON [db_name]. Parameters IF EXISTS: Do not throw an error if the materialized view does not exist. A notice is i

[GitHub] [incubator-doris] chaoyli merged pull request #3067: [ConsistencyCheck] Support checking replica consistency of tablet manually

2020-03-10 Thread GitBox
chaoyli merged pull request #3067: [ConsistencyCheck] Support checking replica consistency of tablet manually URL: https://github.com/apache/incubator-doris/pull/3067 This is an automated message from the Apache Git Service.

[incubator-doris] branch master updated (7400535 -> cf219dd)

2020-03-10 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 7400535 [Doc] Update compaction-action_EN.md (#3060) add cf219dd [ConsistencyCheck] Support check