acelyc111 commented on a change in pull request #4837:
URL: https://github.com/apache/incubator-doris/pull/4837#discussion_r517147556
##
File path: be/src/common/config.h
##
@@ -329,6 +329,13 @@ namespace config {
CONF_mInt32(base_compaction_trace_threshold, "10");
CO
acelyc111 commented on a change in pull request #4837:
URL: https://github.com/apache/incubator-doris/pull/4837#discussion_r517147556
##
File path: be/src/common/config.h
##
@@ -329,6 +329,13 @@ namespace config {
CONF_mInt32(base_compaction_trace_threshold, "10");
CO
acelyc111 commented on a change in pull request #4837:
URL: https://github.com/apache/incubator-doris/pull/4837#discussion_r517147556
##
File path: be/src/common/config.h
##
@@ -329,6 +329,13 @@ namespace config {
CONF_mInt32(base_compaction_trace_threshold, "10");
CO
EmmyMiao87 closed issue #4832:
URL: https://github.com/apache/incubator-doris/issues/4832
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
demon-gu commented on issue #4832:
URL:
https://github.com/apache/incubator-doris/issues/4832#issuecomment-721552450
> 是不是Kafka中已经没有这么多的数据了?
我这边解决了,设置一下property.kafka_default_offsets为OFFSET_END或者OFFSET_BEGING就可以了
This
HappenLee commented on a change in pull request #4842:
URL: https://github.com/apache/incubator-doris/pull/4842#discussion_r517127793
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java
##
@@ -1140,17 +1141,26 @@ private long getScanRangeLength(final TSc
morningman commented on issue #4835:
URL:
https://github.com/apache/incubator-doris/issues/4835#issuecomment-721467250
Hi @zhaojintaozhao @blueChild
SegmentV2 is implemented since v0.12, and has been online for a long time.
In v0.13, the default storage format has already been change
zhaojintaozhao commented on issue #4835:
URL:
https://github.com/apache/incubator-doris/issues/4835#issuecomment-721465184
The right to choose the storage format v1 or v2 should be delegated to the
user.
This is an automat
blueChild commented on issue #4835:
URL:
https://github.com/apache/incubator-doris/issues/4835#issuecomment-721461833
Would it be better if we should allow users to choose which version to use
instead of disabling it?
T
morningman opened a new pull request #4842:
URL: https://github.com/apache/incubator-doris/pull/4842
## Proposed changes
SQL like:
`select a join b union select c join d`;
if both a/b and c/d are colocate join, the query may failed with error like:
`failed to get tabl
morningman opened a new issue #4841:
URL: https://github.com/apache/incubator-doris/issues/4841
**Describe the bug**
Query failed with error like:
`failed to get tablet. tablet_id=26846, with schema_hash=398972982,
reason=tablet does not exist`
SQL looks like:
`select a
zhaojintaozhao edited a comment on issue #4835:
URL:
https://github.com/apache/incubator-doris/issues/4835#issuecomment-721121745
Currently, there are many companies also using the v1 storage format. The v2
format is not stable yet. The new Doris version must be compatible with earlier
ve
zhaojintaozhao commented on issue #4835:
URL:
https://github.com/apache/incubator-doris/issues/4835#issuecomment-721121745
Currently, many companies are using the v1 storage format. The v2 format is
not stable yet. The new Doris version must be compatible with earlier versions.
Therefore,
yangzhg closed issue #4817:
URL: https://github.com/apache/incubator-doris/issues/4817
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
liutang123 commented on a change in pull request #3025:
URL: https://github.com/apache/incubator-doris/pull/3025#discussion_r516041649
##
File path: be/src/olap/collection.h
##
@@ -0,0 +1,50 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contribut
xinghuayu007 closed pull request #4809:
URL: https://github.com/apache/incubator-doris/pull/4809
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
acelyc111 commented on issue #4499:
URL:
https://github.com/apache/incubator-doris/issues/4499#issuecomment-721071655
A similar coredump:
```
(gdb) f 0
#0 0x0133d395 in Delete (arena=0x0, value=) at
/var/local/thirdparty/installed/include/google/protobuf/repeated_field.h:
morningman opened a new pull request #4829:
URL: https://github.com/apache/incubator-doris/pull/4829
## Proposed changes
We need to hold the tablet's meta lock when calculating the compaction score
## Types of changes
- [x] Bugfix (non-breaking change which fixes an issu
xinyiZzz commented on pull request #4825:
URL: https://github.com/apache/incubator-doris/pull/4825#issuecomment-720394209
@HappenLee Good question, I have moved `_segment_profile` and
`scanner_profile` to ʻOlapScanNode` and modified the document.
--
morningman merged pull request #4779:
URL: https://github.com/apache/incubator-doris/pull/4779
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
hf200012 commented on issue #4835:
URL:
https://github.com/apache/incubator-doris/issues/4835#issuecomment-720955226
good idea
This is an automated message from the Apache Git Service.
To respond to the message, please log o
weizuo93 opened a new pull request #4837:
URL: https://github.com/apache/incubator-doris/pull/4837
## Proposed changes
A large number of small segment files will lead to low efficiency for scan
operations. Multiple small files can be merged into a large file by compaction
operation
yangzhg opened a new issue #4835:
URL: https://github.com/apache/incubator-doris/issues/4835
At present, our V2 storage format has been developed for a long time, and V2
has many advantages that V1 does not have. The coexistence of V1 and V2 brings
a lot of code and cluster maintenance cos
acelyc111 commented on pull request #4781:
URL: https://github.com/apache/incubator-doris/pull/4781#issuecomment-721092805
> Could you rebase the master code to see if unit test can run normally?
Done
This is an automa
morningman commented on pull request #4781:
URL: https://github.com/apache/incubator-doris/pull/4781#issuecomment-721076428
Could you rebase the master code to see if unit test can run normally?
This is an automated message f
EmmyMiao87 removed a comment on issue #4795:
URL:
https://github.com/apache/incubator-doris/issues/4795#issuecomment-721088608
Another problem is that I think loading should not have so much concurrency
control.
In fact, db itself already has a control of the number of transactions.
morningman opened a new issue #4839:
URL: https://github.com/apache/incubator-doris/issues/4839
**Describe the bug**
Create view failed with error: "failed to init view stmt"
**To Reproduce**
create a view with some complex select stmt such as union and join and group
by.
HappenLee commented on a change in pull request #4825:
URL: https://github.com/apache/incubator-doris/pull/4825#discussion_r515754966
##
File path: be/src/exec/scan_node.h
##
@@ -96,49 +96,29 @@ class ScanNode : public ExecNode {
RuntimeProfile::Counter* rows_read_counter(
morningman opened a new pull request #4840:
URL: https://github.com/apache/incubator-doris/pull/4840
## Proposed changes
Fix bug that failed to create view with complex select stmt
## Types of changes
- [x] Bugfix (non-breaking change which fixes an issue)
## Chec
kangkaisen merged pull request #4771:
URL: https://github.com/apache/incubator-doris/pull/4771
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
EmmyMiao87 opened a new pull request #4831:
URL: https://github.com/apache/incubator-doris/pull/4831
## Proposed changes
The copyright of some files is not apache, these files will be declared in
the NOTICE file
Some files that forgot to bring the apache copyright will also be ad
px-l opened a new pull request #4830:
URL: https://github.com/apache/incubator-doris/pull/4830
1. Add a search boxer in the left tree view of Playground.
2. Fix some visual bugs of UI.
3. Fix bugs that link failed in QueryProfile view.
4. Fix bugs that cookie is always invalid.
5
vagetablechicken commented on a change in pull request #4771:
URL: https://github.com/apache/incubator-doris/pull/4771#discussion_r515766101
##
File path: fe/fe-core/src/main/java/org/apache/doris/clone/Rebalancer.java
##
@@ -0,0 +1,96 @@
+// Licensed to the Apache Software Fou
demon-gu opened a new issue #4832:
URL: https://github.com/apache/incubator-doris/issues/4832
从Kafka中拉取数据到Doris出现这个问题ErrorReason{code=errCode = 104, msg='be 10003 abort
task with reason: Broker: Offset out of range'}
,建表语句定义的offset是"kafka_offsets"="0,0,0,0,0,0,0,0,0",请问这是什么原因呀?
-
imay commented on issue #4832:
URL:
https://github.com/apache/incubator-doris/issues/4832#issuecomment-720845365
是不是Kafka中已经没有这么多的数据了?
This is an automated message from the Apache Git Service.
To respond to the message, plea
kangkaisen commented on a change in pull request #4771:
URL: https://github.com/apache/incubator-doris/pull/4771#discussion_r515754212
##
File path: fe/fe-core/src/main/java/org/apache/doris/clone/Rebalancer.java
##
@@ -0,0 +1,96 @@
+// Licensed to the Apache Software Foundatio
HappenLee commented on issue #4835:
URL:
https://github.com/apache/incubator-doris/issues/4835#issuecomment-720952500
good idea~
This is an automated message from the Apache Git Service.
To respond to the message, please log
morningman commented on a change in pull request #4837:
URL: https://github.com/apache/incubator-doris/pull/4837#discussion_r516629748
##
File path: be/src/olap/tablet.h
##
@@ -301,6 +303,10 @@ class Tablet : public BaseTablet {
// cumulative compaction policy
std::un
kangkaisen closed issue #4763:
URL: https://github.com/apache/incubator-doris/issues/4763
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
xinyiZzz edited a comment on pull request #4825:
URL: https://github.com/apache/incubator-doris/pull/4825#issuecomment-720394209
@HappenLee Good question, I have moved `_segment_profile` and
`scanner_profile` to `OlapScanNode` and modified the document.
---
EmmyMiao87 commented on issue #4795:
URL:
https://github.com/apache/incubator-doris/issues/4795#issuecomment-721088608
Another problem is that I think loading should not have so much concurrency
control.
In fact, db itself already has a control of the number of transactions.
So the
ccoffline opened a new pull request #4836:
URL: https://github.com/apache/incubator-doris/pull/4836
## Proposed changes
fix to #4833
## Types of changes
- [x] Bugfix (non-breaking change which fixes an issue)
- [] New feature (non-breaking change which adds functiona
weizuo93 opened a new issue #4834:
URL: https://github.com/apache/incubator-doris/issues/4834
A large number of small segment files will lead to low efficiency for scan
operations. Multiple small files can be merged into a large file by compaction
operation. So we could take the tablet sc
ccoffline opened a new issue #4833:
URL: https://github.com/apache/incubator-doris/issues/4833
**Describe the bug**
```
ERROR 1064 (HY000): errCode = 2, detailMessage = Unexpected exception:
org.apache.doris.analysis.CastExpr cannot be cast to
org.apache.doris.analysis.LiteralExpr
imay commented on issue #4838:
URL:
https://github.com/apache/incubator-doris/issues/4838#issuecomment-720992443
Not supported now
This is an automated message from the Apache Git Service.
To respond to the message, please l
morningman opened a new issue #4828:
URL: https://github.com/apache/incubator-doris/issues/4828
**Describe the bug**

---
Karl-WangSK opened a new issue #4838:
URL: https://github.com/apache/incubator-doris/issues/4838
The default line break is \n.
if my data contains \n . it will separate as 2 records. and end up columns
number doesn't match error .
-
kangkaisen commented on a change in pull request #3025:
URL: https://github.com/apache/incubator-doris/pull/3025#discussion_r516385798
##
File path: be/src/olap/collection.h
##
@@ -0,0 +1,50 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contribut
This is an automated email from the ASF dual-hosted git repository.
kangkaisen 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 80d5f6e [LoadBalance] make BeLoadR
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 d1c2b3e [Optimize] Add an unordere
50 matches
Mail list logo