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
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
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
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
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
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
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
-
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
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
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
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
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,
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(
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(
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(
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
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
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
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
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
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
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
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
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
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
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
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.
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
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合
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合
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合并。这样会引发
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?
--
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,
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
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
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
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
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
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
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
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
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
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
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-
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?
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?
---
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
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
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
73 matches
Mail list logo