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.
---
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
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?
z-Dapor opened a new issue #3079: FE wait catalog to be ready
URL: https://github.com/apache/incubator-doris/issues/3079

how to fix it ?
---
z-Dapor commented on issue #3071: how I set BACKEND?
URL:
https://github.com/apache/incubator-doris/issues/3071#issuecomment-597462393

what happened ? how to fix it
--
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
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;
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
XShun opened a new issue #3073: BE may be crashed due to brpc?
URL: https://github.com/apache/incubator-doris/issues/3073

When BE is running normally, sometimes BE may crash
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-
z-Dapor commented on issue #3071: how I set BACKEND?
URL:
https://github.com/apache/incubator-doris/issues/3071#issuecomment-597402767

"Unrecognized option: -o" in start_fe.sh
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
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
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
#
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
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?
: You have an error in your SQL syntax; check the manual
that corresponds to your MySQL server version
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
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
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
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
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
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
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.
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
48 matches
Mail list logo