Author: lichaoyong
Date: Fri Apr 24 05:46:45 2020
New Revision: 39080
Log:
Release 0.12.0
Added:
release/incubator/doris/0.12.0-incubating/KEYS
Added: release/incubator/doris/0.12.0-incubating/KEYS
==
--- release/inc
Author: lichaoyong
Date: Fri Apr 24 03:24:37 2020
New Revision: 39077
Log:
Release Apache Doris (incubating) 0.12.0 rc3
Removed:
dev/incubator/doris/0.12.0/
-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For
Author: lichaoyong
Date: Fri Apr 24 03:23:13 2020
New Revision: 39076
Log:
Release 0.12.0
Added:
release/incubator/doris/0.12.0-incubating/
release/incubator/doris/0.12.0-incubating/apache-doris-0.12.0-incubating-src.tar.gz
(with props)
release/incubator/doris/0.12.0-incubating/a
Author: lichaoyong
Date: Fri Apr 24 03:16:49 2020
New Revision: 39075
Log:
Release 0.12.0
Added:
dev/incubator/doris/0.12.0/
dev/incubator/doris/0.12.0/apache-doris-0.12.0-incubating-src.tar.gz
(with props)
dev/incubator/doris/0.12.0/apache-doris-0.12.0-incubating-src.tar.gz.asc
HappenLee commented on a change in pull request #3383:
URL: https://github.com/apache/incubator-doris/pull/3383#discussion_r414258601
##
File path: be/src/runtime/runtime_state.cpp
##
@@ -226,8 +226,12 @@ Status RuntimeState::init_mem_trackers(const TUniqueId&
query_id) {
HappenLee commented on a change in pull request #3383:
URL: https://github.com/apache/incubator-doris/pull/3383#discussion_r414257609
##
File path: be/src/exec/olap_scan_node.cpp
##
@@ -1038,6 +1038,7 @@ Status
OlapScanNode::normalize_binary_predicate(SlotDescriptor* slot, Col
imay commented on a change in pull request #3383:
URL: https://github.com/apache/incubator-doris/pull/3383#discussion_r413926676
##
File path: be/src/exec/olap_scan_node.cpp
##
@@ -1038,6 +1038,7 @@ Status
OlapScanNode::normalize_binary_predicate(SlotDescriptor* slot, ColumnVa
morningman commented on a change in pull request #3230:
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r413914241
##
File path: gensrc/thrift/BackendService.thrift
##
@@ -54,11 +55,12 @@ struct TRoutineLoadTask {
6: optional string db
7: optional
morningman commented on a change in pull request #3230:
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r413883698
##
File path: be/src/exec/broker_reader.h
##
@@ -52,6 +52,7 @@ class BrokerReader : public FileReader {
// Read
virtual Status read(
morningman commented on a change in pull request #3386:
URL: https://github.com/apache/incubator-doris/pull/3386#discussion_r413846053
##
File path: fe/src/main/java/org/apache/doris/common/ThreadPoolManager.java
##
@@ -0,0 +1,148 @@
+// Licensed to the Apache Software Foundati
morningman commented on issue #3230:
URL: https://github.com/apache/incubator-doris/pull/3230#issuecomment-618434381
> > I have just review the code related to stream load. I will review the
routine load part later.
> > And I found a json lib which support full function of jsonpath:
>
acelyc111 commented on a change in pull request #3339:
URL: https://github.com/apache/incubator-doris/pull/3339#discussion_r413844614
##
File path: be/src/olap/rowset_graph.cpp
##
@@ -237,25 +232,26 @@ OLAPStatus RowsetGraph::capture_consistent_versions(const
Version& spec_ver
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 a58bc19 Fix expect may produce incorrect values (#3381)
add 09eb40e [New Stmt] Alter replication
EmmyMiao87 commented on a change in pull request #3378:
URL: https://github.com/apache/incubator-doris/pull/3378#discussion_r413742575
##
File path: fe/src/main/java/org/apache/doris/analysis/LimitElement.java
##
@@ -42,9 +42,9 @@ public LimitElement(long limit) {
offs
EmmyMiao87 commented on a change in pull request #3378:
URL: https://github.com/apache/incubator-doris/pull/3378#discussion_r413742426
##
File path: fe/src/main/java/org/apache/doris/analysis/BaseViewStmt.java
##
@@ -109,33 +112,37 @@ protected void createColumnAndViewDefs(Anal
caiconghui edited a comment on issue #3386:
URL: https://github.com/apache/incubator-doris/pull/3386#issuecomment-618304586
Ref #3387
This is an automated message from the Apache Git Service.
To respond to the message, please
caiconghui commented on issue #3386:
URL: https://github.com/apache/incubator-doris/pull/3386#issuecomment-618304586
Ref 3387
This is an automated message from the Apache Git Service.
To respond to the message, please log on
caiconghui opened a new issue #3387:
URL: https://github.com/apache/incubator-doris/issues/3387
we find fe process use Executors.newFixedThreadPool and
Executors.newCachedThreadPool to construct thread pool, which may cause oom or
too many thread to be created and then crash
caiconghui opened a new pull request #3386:
URL: https://github.com/apache/incubator-doris/pull/3386
This PR to to resolve the problem that the usage of CachedPool or
FixedThreadPool which not limit thread num or blocked task num may cause jvm
process crashed due to too much thread or oom
blackfox1983 opened a new issue #3385:
URL: https://github.com/apache/incubator-doris/issues/3385
**Is your feature request related to a problem? Please describe.**
Now config info e.g. `admin set frontend config("dynamic_partition_enable" =
"true")` is saved in memory.
The config is
chaoyli commented on a change in pull request #3339:
URL: https://github.com/apache/incubator-doris/pull/3339#discussion_r412622055
##
File path: be/src/olap/rowset_graph.cpp
##
@@ -237,25 +232,26 @@ OLAPStatus RowsetGraph::capture_consistent_versions(const
Version& spec_versi
21 matches
Mail list logo