[GitHub] [incubator-doris] yangzhg closed issue #4134: Add compaction point changing log

2020-07-23 Thread GitBox
yangzhg closed issue #4134: URL: https://github.com/apache/incubator-doris/issues/4134 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 go

[GitHub] [incubator-doris] xy720 commented on a change in pull request #4163: [Spark Load]Create spark load's repository in HDFS for dependencies

2020-07-23 Thread GitBox
xy720 commented on a change in pull request #4163: URL: https://github.com/apache/incubator-doris/pull/4163#discussion_r459840070 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/loadv2/SparkEtlJobHandler.java ## @@ -92,12 +90,42 @@ public void submitEtlJob(long lo

[GitHub] [incubator-doris] caiconghui opened a new pull request #4173: [Plugin] Add properties grammar in InstallPluginStmt

2020-07-23 Thread GitBox
caiconghui opened a new pull request #4173: URL: https://github.com/apache/incubator-doris/pull/4173 ## Proposed changes This PR is to support grammar like the following: INSTALL PLUGIN FROM [source] [PROPERTIES("KEY"="VALUE", ...)] user can set md5sum="xxx", so we don't need to p

[GitHub] [incubator-doris] Pslydhh opened a new pull request #4172: Simplify logic and improve efficiency

2020-07-23 Thread GitBox
Pslydhh opened a new pull request #4172: URL: https://github.com/apache/incubator-doris/pull/4172 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [incubator-doris] caiconghui opened a new issue #4171: [Proposal] Support properties grammar in InstallPluginStmt

2020-07-23 Thread GitBox
caiconghui opened a new issue #4171: URL: https://github.com/apache/incubator-doris/issues/4171 **Is your feature request related to a problem? Please describe.** Now,when we install plugin from a remote http url, we also need to provide a md5 uri,and plugin.conf in the zip file, that is

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #4170: Fix recover database not in "show databases"

2020-07-23 Thread GitBox
HangyuanLiu opened a new pull request #4170: URL: https://github.com/apache/incubator-doris/pull/4170 ## Proposed changes FIX: #4169 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [x] Bugfix

[GitHub] [incubator-doris] HangyuanLiu opened a new issue #4169: Database is recoverd not in "show databases"

2020-07-23 Thread GitBox
HangyuanLiu opened a new issue #4169: URL: https://github.com/apache/incubator-doris/issues/4169 **Describe the bug** Database is recoverd not in "show databases" **To Reproduce** Steps to reproduce the behavior: 1. drop database 2. recover 3. show databases -

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

2020-07-23 Thread GitBox
caiconghui commented on pull request #4131: URL: https://github.com/apache/incubator-doris/pull/4131#issuecomment-663330717 > @caiconghui Hi,how many performance improvement this PR will get? @kangkaisen for single AtomicLong value and single LongAdder value, i test increment opertio

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #4168: Fix large int literal analyze

2020-07-23 Thread GitBox
HangyuanLiu opened a new pull request #4168: URL: https://github.com/apache/incubator-doris/pull/4168 ## Proposed changes FIX: #4167 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [ x] Bugfix

[GitHub] [incubator-doris] HangyuanLiu opened a new issue #4167: [Bug] LargetIntLiteral is not analyze

2020-07-23 Thread GitBox
HangyuanLiu opened a new issue #4167: URL: https://github.com/apache/incubator-doris/issues/4167 _Step1:_ CREATE TABLE `duplicate_table_with_default` ( `k1` date default "1970-01-01", `k2` datetime default "1970-01-01 00:00:00", `k3` char(20) default "", `k4

[GitHub] [incubator-doris] sduzh opened a new pull request #4166: Restore build parallel config

2020-07-23 Thread GitBox
sduzh opened a new pull request #4166: URL: https://github.com/apache/incubator-doris/pull/4166 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4165: [Spill To Disk][3/6] Add some function and variables in base class:BlockingJoinNode. Prepare for Derived class:Partiti

2020-07-23 Thread GitBox
wutiangan commented on a change in pull request #4165: URL: https://github.com/apache/incubator-doris/pull/4165#discussion_r459832443 ## File path: be/src/exec/blocking_join_node.cpp ## @@ -34,7 +34,9 @@ BlockingJoinNode::BlockingJoinNode(const std::string& node_name,

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #4143: Fix alter schema add key column bug in agg model

2020-07-23 Thread GitBox
yangzhg commented on a change in pull request #4143: URL: https://github.com/apache/incubator-doris/pull/4143#discussion_r459832428 ## File path: be/src/olap/rowset/segment_group.cpp ## @@ -268,11 +265,14 @@ OLAPStatus SegmentGroup::add_zone_maps_for_linked_schema_change(

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #4143: Fix alter schema add key column bug in agg model

2020-07-23 Thread GitBox
yangzhg commented on a change in pull request #4143: URL: https://github.com/apache/incubator-doris/pull/4143#discussion_r459831364 ## File path: be/src/olap/rowset/segment_group.cpp ## @@ -268,11 +265,14 @@ OLAPStatus SegmentGroup::add_zone_maps_for_linked_schema_change(

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #4143: Fix alter schema add key column bug in agg model

2020-07-23 Thread GitBox
yangzhg commented on a change in pull request #4143: URL: https://github.com/apache/incubator-doris/pull/4143#discussion_r459831200 ## File path: be/src/olap/rowset/segment_group.cpp ## @@ -268,11 +265,14 @@ OLAPStatus SegmentGroup::add_zone_maps_for_linked_schema_change(

[GitHub] [incubator-doris] HappenLee opened a new pull request #4165: [Spill To Disk][3/6] Add some function and variables in base class:BlockingJoinNode. Prepare for Derived class:PartitionHashJoinNo

2020-07-23 Thread GitBox
HappenLee opened a new pull request #4165: URL: https://github.com/apache/incubator-doris/pull/4165 issue:#3926 ## Proposed changes BlockingJoinNode is the base class of Blocking Join。Now only have derived class:CrossJoinNode We add some variables and function in BlockingJoinNo

[GitHub] [incubator-doris] caiconghui closed issue #4090: Some Problem related to publish version task

2020-07-23 Thread GitBox
caiconghui closed issue #4090: URL: https://github.com/apache/incubator-doris/issues/4090 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] HappenLee commented on a change in pull request #4152: [Spill To Disk][2/6] Add some runningtime function and change some function will be called in the future

2020-07-23 Thread GitBox
HappenLee commented on a change in pull request #4152: URL: https://github.com/apache/incubator-doris/pull/4152#discussion_r459824447 ## File path: be/src/runtime/buffered_tuple_stream2.h ## @@ -257,6 +257,11 @@ class BufferedTupleStream2 { bool has_tuple_footprint() const

[incubator-doris] branch master updated: Support checking database used data quota when data load job begin a new txn (#3955)

2020-07-23 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong 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 4608f97 Support checking database

[GitHub] [incubator-doris] chaoyli merged pull request #3955: Support checking database used data quota when data load job begin a new txn

2020-07-23 Thread GitBox
chaoyli merged pull request #3955: URL: https://github.com/apache/incubator-doris/pull/3955 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

[incubator-doris] branch master updated: Optimize the logic of processing unfinishedTask when transaction is publishTimeout (#4053)

2020-07-23 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong 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 28f4d30 Optimize the logic of proc

[GitHub] [incubator-doris] chaoyli merged pull request #4053: Optimize the logic of processing unfinishedTask when transaction is publishTimeout

2020-07-23 Thread GitBox
chaoyli merged pull request #4053: URL: https://github.com/apache/incubator-doris/pull/4053 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] chaoyli commented on pull request #4143: Fix alter schema add key column bug in agg model

2020-07-23 Thread GitBox
chaoyli commented on pull request #4143: URL: https://github.com/apache/incubator-doris/pull/4143#issuecomment-663314921 Now, Add key column in prefix index will do directly schema change. ``` if (base_tablet->num_short_key_columns() != new_tablet->num_short_key_columns()) { // t

[GitHub] [incubator-doris] morningman merged pull request #4068: [Compaction] track RowsetReader's mem & add metric

2020-07-23 Thread GitBox
morningman merged pull request #4068: URL: https://github.com/apache/incubator-doris/pull/4068 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: [Compaction] track RowsetReader's mem & add metric (#4068)

2020-07-23 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 a01d1ae [Compaction] track RowsetR

[GitHub] [incubator-doris] francisoliverlee commented on issue #4147: [Bug] Lots of version incomplete replica created when decommission BE

2020-07-23 Thread GitBox
francisoliverlee commented on issue #4147: URL: https://github.com/apache/incubator-doris/issues/4147#issuecomment-663102295 > > @morningman > > what's the doris version in the issue, and how do you do to make the need-relocated-tablets relocate to D, not other BEs? > > as what i kno

[GitHub] [incubator-doris] francisoliverlee commented on issue #4120: [Enhancement] Add HTTP RestFul interface to get QueryPlan by QueryID

2020-07-23 Thread GitBox
francisoliverlee commented on issue #4120: URL: https://github.com/apache/incubator-doris/issues/4120#issuecomment-663100986 @chaoyli i have checked the query log, query profile is so long that can not be read easily. tool analysis is better.

[GitHub] [incubator-doris] francisoliverlee commented on issue #4113: 源码编译报错

2020-07-23 Thread GitBox
francisoliverlee commented on issue #4113: URL: https://github.com/apache/incubator-doris/issues/4113#issuecomment-663098881 @zhangchangwei ok This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-doris] ZhangYu0123 edited a comment on issue #4164: [Proposal] Compaction rules optimization

2020-07-23 Thread GitBox
ZhangYu0123 edited a comment on issue #4164: URL: https://github.com/apache/incubator-doris/issues/4164#issuecomment-663071982 ### 问题描述 目前,在BE的Compaction分为Base和Cumulative两个部分。对于增量的overlap的Rowset先由Cumulative Compaction流程合并,合并完之后交由Base Compaction流程进行合并。当有频繁的小批量不断写入时,会产生大量Rowset直接交给Base合

[GitHub] [incubator-doris] ZhangYu0123 edited a comment on issue #4164: [Proposal] Compaction rules optimization

2020-07-23 Thread GitBox
ZhangYu0123 edited a comment on issue #4164: URL: https://github.com/apache/incubator-doris/issues/4164#issuecomment-663071982 ### 问题描述 目前,在BE的Compaction分为Base和Cumulative两个部分。对于增量的overlap的Rowset先由Cumulative Compaction流程合并,合并完之后交由Base Compaction流程进行合并。当有频繁的小批量不断写入时,会产生大量Rowset直接交给Base合

[GitHub] [incubator-doris] ZhangYu0123 commented on issue #4164: [Proposal] Compaction rules optimization

2020-07-23 Thread GitBox
ZhangYu0123 commented on issue #4164: URL: https://github.com/apache/incubator-doris/issues/4164#issuecomment-663071982 ### 问题描述 目前,在BE的Compaction分为Base和Cumulative两个部分。对于增量的overlap的Rowset先由Cumulative Compaction流程合并,合并完之后交由Base Compaction流程进行合并。当有频繁的小批量不断写入时,会产生大量Rowset直接交给Base合并。这样会引发

[GitHub] [incubator-doris] morningman commented on pull request #4115: [metrics] Redesign metrics to 3 layers

2020-07-23 Thread GitBox
morningman commented on pull request #4115: URL: https://github.com/apache/incubator-doris/pull/4115#issuecomment-663055507 I took a cursory look at the code and found no problems. This CL is too big and involves too many modules... Have you run it in your product env yet? --

[GitHub] [incubator-doris] ZhangYu0123 opened a new issue #4164: [Proposal] Compaction rules optimization

2020-07-23 Thread GitBox
ZhangYu0123 opened a new issue #4164: URL: https://github.com/apache/incubator-doris/issues/4164 **Describe problems** At present, the Compaction in BE is divided into two parts: Base and Cumulative. For the incremental overlap rowsets, the Cumulative Compaction process is merged first,

[GitHub] [incubator-doris] morningman commented on a change in pull request #4115: [metrics] Redesign metrics to 3 layers

2020-07-23 Thread GitBox
morningman commented on a change in pull request #4115: URL: https://github.com/apache/incubator-doris/pull/4115#discussion_r459497028 ## File path: be/src/util/doris_metrics.h ## @@ -28,163 +28,152 @@ namespace doris { -class IntGaugeMetricsMap { -public: -void set_me

[GitHub] [incubator-doris] morningman commented on pull request #4148: [Bug][TabletRepair] Fix bug that too many replicas generated when decommission BE

2020-07-23 Thread GitBox
morningman commented on pull request #4148: URL: https://github.com/apache/incubator-doris/pull/4148#issuecomment-663032413 Rebase to solve the conflict. This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] morningman commented on a change in pull request #4163: [Spark Load]Create spark load's repository in HDFS for dependencies

2020-07-23 Thread GitBox
morningman commented on a change in pull request #4163: URL: https://github.com/apache/incubator-doris/pull/4163#discussion_r459445994 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/loadv2/SparkRepository.java ## @@ -0,0 +1,379 @@ +// Licensed to the Apache Softw

[GitHub] [incubator-doris] morningman commented on issue #4147: [Bug] Lots of version incomplete replica created when decommission BE

2020-07-23 Thread GitBox
morningman commented on issue #4147: URL: https://github.com/apache/incubator-doris/issues/4147#issuecomment-663004048 > > Which should be D? > > I don't catch your meaning... I bad, it should be D. This is an

[GitHub] [incubator-doris] morningman merged pull request #4110: [Feature][ThreadPool]Add Web Page to display thread's stats

2020-07-23 Thread GitBox
morningman merged pull request #4110: URL: https://github.com/apache/incubator-doris/pull/4110 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: [Feature][ThreadPool]Add Web Page to display thread's stats (#4110)

2020-07-23 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 443b8f1 [Feature][ThreadPool]Add W

[GitHub] [incubator-doris] morningman commented on a change in pull request #4158: [RoutineLoad] Support modify routine load job

2020-07-23 Thread GitBox
morningman commented on a change in pull request #4158: URL: https://github.com/apache/incubator-doris/pull/4158#discussion_r459432795 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java ## @@ -602,6 +573,24 @@ public void replayCh

[GitHub] [incubator-doris] morningman commented on a change in pull request #4158: [RoutineLoad] Support modify routine load job

2020-07-23 Thread GitBox
morningman commented on a change in pull request #4158: URL: https://github.com/apache/incubator-doris/pull/4158#discussion_r459432282 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -722,11 +724,26 @@ alter_stmt ::= {: RESULT = new AlterDatabaseQuotaSt

[GitHub] [incubator-doris] xy720 opened a new pull request #4163: [Spark Load]Create spark load's repository in HDFS for dependencies

2020-07-23 Thread GitBox
xy720 opened a new pull request #4163: URL: https://github.com/apache/incubator-doris/pull/4163 ## Proposed changes Please see the main description in issue #4101 ### Resume When users use spark load, they have to upload the dependent jars to hdfs every time. This cl wi

[GitHub] [incubator-doris] morningman commented on issue #4147: [Bug] Lots of version incomplete replica created when decommission BE

2020-07-23 Thread GitBox
morningman commented on issue #4147: URL: https://github.com/apache/incubator-doris/issues/4147#issuecomment-662991266 > Which should be D? I don't catch your meaning... This is an automated message from the Apache Gi

[GitHub] [incubator-doris] morningman commented on issue #4147: [Bug] Lots of version incomplete replica created when decommission BE

2020-07-23 Thread GitBox
morningman commented on issue #4147: URL: https://github.com/apache/incubator-doris/issues/4147#issuecomment-662990700 > @morningman > what's the doris version in the issue, and how do you do to make the need-relocated-tablets relocate to D, not other BEs? > as what i know, relocate-

[GitHub] [incubator-doris] kangkaisen edited a comment on issue #4147: [Bug] Lots of version incomplete replica created when decommission BE

2020-07-23 Thread GitBox
kangkaisen edited a comment on issue #4147: URL: https://github.com/apache/incubator-doris/issues/4147#issuecomment-662988818 @morningman > So a better solution is to select C as dest BE again to do the clone task. Which should be D?

[GitHub] [incubator-doris] kangkaisen commented on issue #4147: [Bug] Lots of version incomplete replica created when decommission BE

2020-07-23 Thread GitBox
kangkaisen commented on issue #4147: URL: https://github.com/apache/incubator-doris/issues/4147#issuecomment-662988818 @morningman > So a better solution is to select C as dest BE again to do the clone task. Which should be D? ---

[incubator-doris] branch master updated: Fix some problem related with publish version task (#4089)

2020-07-23 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong 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 2334f5d Fix some problem related w

[GitHub] [incubator-doris] chaoyli merged pull request #4089: Fix some problem related with publish version task

2020-07-23 Thread GitBox
chaoyli merged pull request #4089: URL: https://github.com/apache/incubator-doris/pull/4089 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] kangkaisen closed issue #4162: Doris on es left join 谓词下推bug

2020-07-23 Thread GitBox
kangkaisen closed issue #4162: URL: https://github.com/apache/incubator-doris/issues/4162 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] hexian55 opened a new issue #4162: left join 谓词下推bug

2020-07-23 Thread GitBox
hexian55 opened a new issue #4162: URL: https://github.com/apache/incubator-doris/issues/4162 **Describe the bug** 使用doris on es,es table left join olap table 发现存在谓词下推问题。导致es table被全量scan **To Reproduce** Steps to reproduce the behavior: 1. create table CREATE TABLE table1

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

2020-07-23 Thread GitBox
kangkaisen commented on pull request #4131: URL: https://github.com/apache/incubator-doris/pull/4131#issuecomment-662916883 @caiconghui Hi,how many performance improvement this PR will get? This is an automated message from t

[GitHub] [incubator-doris] xy720 edited a comment on issue #4101: [Proposal]Create a repository for SparkLoad‘s dependencies

2020-07-23 Thread GitBox
xy720 edited a comment on issue #4101: URL: https://github.com/apache/incubator-doris/issues/4101#issuecomment-661636359 **The repository structure** will be like this: ``` __spark_repository__/ |-__archive_1_0_0/ ||-__lib_990325d2c0d1d5e45bf675e54e44fb16_spa

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #4152: [Spill To Disk][2/6] Add some runningtime function and change some function will be called in the future

2020-07-23 Thread GitBox
kangkaisen commented on a change in pull request #4152: URL: https://github.com/apache/incubator-doris/pull/4152#discussion_r459325003 ## File path: be/src/runtime/buffered_tuple_stream2.h ## @@ -257,6 +257,11 @@ class BufferedTupleStream2 { bool has_tuple_footprint() cons

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #4159: [Feature][Cache]Add interface, cache coordinator, metric, variable and config for query cache

2020-07-23 Thread GitBox
kangkaisen commented on a change in pull request #4159: URL: https://github.com/apache/incubator-doris/pull/4159#discussion_r459311669 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java ## @@ -1117,5 +1117,34 @@ */ @ConfField public stati

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #4159: [Feature][Cache]Add interface, cache coordinator, metric, variable and config for query cache

2020-07-23 Thread GitBox
kangkaisen commented on a change in pull request #4159: URL: https://github.com/apache/incubator-doris/pull/4159#discussion_r459311392 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java ## @@ -1117,5 +1117,34 @@ */ @ConfField public stati

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #4152: [Spill To Disk][2/6] Add some runningtime function and change some function will be called in the future

2020-07-23 Thread GitBox
HappenLee commented on a change in pull request #4152: URL: https://github.com/apache/incubator-doris/pull/4152#discussion_r459310624 ## File path: be/src/runtime/bufferpool/suballocator.h ## @@ -128,6 +129,10 @@ class Suballocator { // if list is empty. std::unique_ptr P

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #4161: Add transfer destinations detail to profile

2020-07-23 Thread GitBox
kangkaisen commented on a change in pull request #4161: URL: https://github.com/apache/incubator-doris/pull/4161#discussion_r459309075 ## File path: be/src/runtime/data_stream_sender.cpp ## @@ -379,8 +384,17 @@ Status DataStreamSender::init(const TDataSink& tsink) { Status Dat

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #4161: Add transfer destinations detail to profile

2020-07-23 Thread GitBox
kangkaisen commented on a change in pull request #4161: URL: https://github.com/apache/incubator-doris/pull/4161#discussion_r459308871 ## File path: be/src/runtime/data_stream_sender.cpp ## @@ -379,8 +384,17 @@ Status DataStreamSender::init(const TDataSink& tsink) { Status Dat

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #4146: [CodeRefactor] Modify FE modules

2020-07-23 Thread GitBox
kangkaisen commented on a change in pull request #4146: URL: https://github.com/apache/incubator-doris/pull/4146#discussion_r459306268 ## File path: fe/README ## @@ -0,0 +1,14 @@ +# fe-common + +This module is used to store some common classes of other modules. + +# spark-dpp

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #4146: [CodeRefactor] Modify FE modules

2020-07-23 Thread GitBox
kangkaisen commented on a change in pull request #4146: URL: https://github.com/apache/incubator-doris/pull/4146#discussion_r459304756 ## File path: build.sh ## @@ -50,20 +50,22 @@ usage() { Usage: $0 Optional options: --be build Backend - --fe

[GitHub] [incubator-doris] xy720 commented on a change in pull request #4146: [CodeRefactor] Modify FE modules

2020-07-23 Thread GitBox
xy720 commented on a change in pull request #4146: URL: https://github.com/apache/incubator-doris/pull/4146#discussion_r459295876 ## File path: fe/spark-dpp/pom.xml ## @@ -0,0 +1,430 @@ + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-in

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #4150: [BUG] fix 4149, add sessionVariable to choose broadcastjoin first when cardinality cannot be estimated

2020-07-23 Thread GitBox
kangkaisen commented on a change in pull request #4150: URL: https://github.com/apache/incubator-doris/pull/4150#discussion_r459293826 ## File path: fe/fe-core/src/main/java/org/apache/doris/planner/DistributedPlanner.java ## @@ -286,7 +286,8 @@ private PlanFragment createScan

[GitHub] [incubator-doris] yangzhg opened a new pull request #4161: Add transfer destinations detail to profile

2020-07-23 Thread GitBox
yangzhg opened a new pull request #4161: URL: https://github.com/apache/incubator-doris/pull/4161 ## Proposed changes Add transfer destinations detail to profile ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4158: [RoutineLoad] Support modify routine load job

2020-07-23 Thread GitBox
wutiangan commented on a change in pull request #4158: URL: https://github.com/apache/incubator-doris/pull/4158#discussion_r459291033 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -722,11 +724,26 @@ alter_stmt ::= {: RESULT = new AlterDatabaseQuotaStm

[GitHub] [incubator-doris] yangzhg closed pull request #4160: Add transfer destinations detail to profile

2020-07-23 Thread GitBox
yangzhg closed pull request #4160: URL: https://github.com/apache/incubator-doris/pull/4160 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] yangzhg opened a new pull request #4160: Add transfer destinations detail to profile

2020-07-23 Thread GitBox
yangzhg opened a new pull request #4160: URL: https://github.com/apache/incubator-doris/pull/4160 ## Proposed changes Add transfer destinations detail to profile ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4158: [RoutineLoad] Support modify routine load job

2020-07-23 Thread GitBox
wutiangan commented on a change in pull request #4158: URL: https://github.com/apache/incubator-doris/pull/4158#discussion_r459284714 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java ## @@ -602,6 +573,24 @@ public void replayCha

[GitHub] [incubator-doris] marising opened a new pull request #4159: [Feature][Cache]Add interface, cache coordinator, metric, variable and config for query cache

2020-07-23 Thread GitBox
marising opened a new pull request #4159: URL: https://github.com/apache/incubator-doris/pull/4159 ## Proposed changes #2581 1. Define the interface of Cache 2. The option of Config/Variable 3. Add metrics for cache monitor ## Types of change What types of changes

[GitHub] [incubator-doris] morningman opened a new pull request #4158: [RoutineLoad] Support modify routine load job

2020-07-23 Thread GitBox
morningman opened a new pull request #4158: URL: https://github.com/apache/incubator-doris/pull/4158 ## Proposed changes Support ALTER ROUTINE LOAD JOB stmt, for example: ``` alter routine load db1.label1 properties ( "desired_concurrent_number"="3", "max_batch_i

[GitHub] [incubator-doris] morningman opened a new issue #4157: [New Feature] Support modify routine load property

2020-07-23 Thread GitBox
morningman opened a new issue #4157: URL: https://github.com/apache/incubator-doris/issues/4157 **Motivation** Currently, it is not supported to modify the created routine load job. If the user wants to modify some properties of the job, such as concurrency, Kafka consumption progre

[incubator-doris] branch master updated (75ebe2b -> d66609d)

2020-07-23 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 75ebe2b [Bug] Compaction row number cannot be matched between input rowsets and output rowsets. (#4139)

[GitHub] [incubator-doris] yangzhg merged pull request #4154: [Code Structure] Move the code file to the right place

2020-07-23 Thread GitBox
yangzhg merged pull request #4154: URL: https://github.com/apache/incubator-doris/pull/4154 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] wangbo commented on a change in pull request #4109: [Spark Load] add job granularity global dict lock

2020-07-23 Thread GitBox
wangbo commented on a change in pull request #4109: URL: https://github.com/apache/incubator-doris/pull/4109#discussion_r459250963 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadJobScheduler.java ## @@ -47,6 +51,10 @@ private LinkedBlockingQueue needSche