wutiangan commented on a change in pull request #4152:
URL: https://github.com/apache/incubator-doris/pull/4152#discussion_r459245087
##
File path: be/src/runtime/bufferpool/suballocator.h
##
@@ -128,6 +129,10 @@ class Suballocator {
// if list is empty.
std::unique_ptr P
wutiangan commented on a change in pull request #4152:
URL: https://github.com/apache/incubator-doris/pull/4152#discussion_r459243245
##
File path: be/src/runtime/bufferpool/suballocator.cc
##
@@ -219,6 +230,10 @@ unique_ptr
Suballocator::PopFreeListHead(int list_idx) {
ret
xieyiyi opened a new pull request #4156:
URL: https://github.com/apache/incubator-doris/pull/4156
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolves a feature reque
yangjun616 opened a new issue #4155:
URL: https://github.com/apache/incubator-doris/issues/4155
here is a table
`CREATE TABLE `table_v2` (
`date_partition` date NULL COMMENT "xxx",
`date_time` datetime NULL COMMENT "xx",
`is_some` int(11) NULL COMMENT "",
`uuid` hl
morningman opened a new pull request #4154:
URL: https://github.com/apache/incubator-doris/pull/4154
## Proposed changes
`IsNullPredicateTest.java` is not is right place
## Types of changes
- [x] Code Refactor
---
wangbo commented on a change in pull request #4109:
URL: https://github.com/apache/incubator-doris/pull/4109#discussion_r459228336
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/SparkLoadJob.java
##
@@ -742,6 +760,26 @@ private void unprotectedLogUpdateStateInfo()
lovecatchuan opened a new issue #4153:
URL: https://github.com/apache/incubator-doris/issues/4153
config:
`# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional informat
xy720 commented on a change in pull request #4146:
URL: https://github.com/apache/incubator-doris/pull/4146#discussion_r459217047
##
File path: build.sh
##
@@ -176,34 +184,55 @@ cd ${DORIS_HOME}/docs
./build_help_zip.sh
cd ${DORIS_HOME}
+# Assesmble FE modules
+FE_MODULES=
HappenLee opened a new pull request #4152:
URL: https://github.com/apache/incubator-doris/pull/4152
issue:#3926
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
HappenLee opened a new pull request #4151:
URL: https://github.com/apache/incubator-doris/pull/4151
1. Add Exec msg for BufferedBlockMgr for debug tuning
2. Change the API of Consume Memory? We will use it in HashTable in the
future
3. Fix mistake of count _unfullfille
morningman commented on a change in pull request #4150:
URL: https://github.com/apache/incubator-doris/pull/4150#discussion_r459195573
##
File path: docs/zh-CN/administrator-guide/variables.md
##
@@ -338,3 +338,6 @@ SET forward_to_master = concat('tr', 'u', 'e');
是否将 bit
zhangchangwei commented on issue #4113:
URL:
https://github.com/apache/incubator-doris/issues/4113#issuecomment-662797890
thks,i have tried,it's ok
联系人:张长伟
公司:国网汇通金财(北京)信息科技有限公司
公司地址:北京西城区广安门内大街311号祥龙商务大厦一座
联系邮箱:zhangchang...@sgec.sgcc.com.cn
> 在 2020年7月23日,10:14,fran
wutiangan opened a new pull request #4150:
URL: https://github.com/apache/incubator-doris/pull/4150
fix #4149
add sessionVariable "prefer_broadcast_join" to choose broadcastjoin first
when cardinality cannot be estimated
the sessionVariable can set local or global. the default val
vagetablechicken commented on pull request #4135:
URL: https://github.com/apache/incubator-doris/pull/4135#issuecomment-662791622
> The lifecycle of MemTracker for a query is clear。Now RunningProfile don't
use shared ptr, also can show running statistics of query. So it 's really
necessary
chaoyli commented on issue #4120:
URL:
https://github.com/apache/incubator-doris/issues/4120#issuecomment-662790290
> @chaoyli can you have tools to analysis QueryPlan to find why SLOW-QUERY?
QueryPlan is before query execution. Slow Query can be defined after
execution.
If you w
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 75ebe2b [Bug] Compaction row numbe
chaoyli merged pull request #4139:
URL: https://github.com/apache/incubator-doris/pull/4139
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 closed issue #4129:
URL: https://github.com/apache/incubator-doris/issues/4129
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
wutiangan opened a new issue #4149:
URL: https://github.com/apache/incubator-doris/issues/4149
sql:
`select * from (select k1 from jointest group by k1)t2, jointest t1 where
t1.k1 = t2.k1`
reason:
In version 0.11, the SQL choose broadcastjoin and returns it in 9s. However,
in
WingsGo commented on pull request #4110:
URL: https://github.com/apache/incubator-doris/pull/4110#issuecomment-662787157
> > > Hi @WingsGo Could you please add a document for this new feature?
> > > I suggest `docs/zh-CN/administrator-guide/ui/be-ui.md`
> >
> >
> > OK, I will a
francisoliverlee commented on issue #4113:
URL:
https://github.com/apache/incubator-doris/issues/4113#issuecomment-662786957
@zhangchangwei
try compile use docker, so easy.
[how-to-build-doris-on-docker](http://doris.incubator.apache.org/master/zh-CN/installing/compilation.html)
-
francisoliverlee commented on issue #4120:
URL:
https://github.com/apache/incubator-doris/issues/4120#issuecomment-662785764
@chaoyli can you have tools to analysis QueryPlan to find why SLOW-QUERY?
This is an automated mess
yangzhg commented on a change in pull request #4143:
URL: https://github.com/apache/incubator-doris/pull/4143#discussion_r459178509
##
File path: be/src/olap/schema_change.cpp
##
@@ -2111,6 +2111,11 @@ OLAPStatus
SchemaChangeHandler::_parse_request(TabletSharedPtr base_tablet,
francisoliverlee commented on issue #4147:
URL:
https://github.com/apache/incubator-doris/issues/4147#issuecomment-662782872
@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
morningman commented on pull request #4110:
URL: https://github.com/apache/incubator-doris/pull/4110#issuecomment-662544850
> > Hi @WingsGo Could you please add a document for this new feature?
> > I suggest `docs/zh-CN/administrator-guide/ui/be-ui.md`
>
> OK, I will add it later.
morningman commented on pull request #4095:
URL: https://github.com/apache/incubator-doris/pull/4095#issuecomment-662544302
HI @spaces-X the FE code structure has been change, please rebase the code
the solve the conflicts.
morningman commented on pull request #4086:
URL: https://github.com/apache/incubator-doris/pull/4086#issuecomment-662543101
Hi @marising the FE code structure has been changed, please rebase the code
the solve the conflicts.
morningman commented on pull request #4089:
URL: https://github.com/apache/incubator-doris/pull/4089#issuecomment-662539886
Hi @caiconghui , the FE code structure has been changed, please rebase the
code to solve the conflicts
--
morningman opened a new pull request #4148:
URL: https://github.com/apache/incubator-doris/pull/4148
## Proposed changes
Try to select the BE with an existing replicas as the destination BE for
REPLICA_RELOCATING clone task.
Fix #4147
Also add 2 new FE configs `max_clone
morningman opened a new issue #4147:
URL: https://github.com/apache/incubator-doris/issues/4147
**Describe the bug**
When decommission BE, some of tablets may has lots of replicas generated by
clone task.
**Why**
Give examples of why:
1. Tablet X has 3 replicas on A,
HappenLee commented on pull request #4135:
URL: https://github.com/apache/incubator-doris/pull/4135#issuecomment-662519072
> > Hello, I have two questions to ask。
> >
> > 1. shared ptr use for avoid memory leaks. but at the same time, it
brings about several problems:
> >(1)Th
liutang123 closed issue #4104:
URL: https://github.com/apache/incubator-doris/issues/4104
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
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 e4f5a29 [TabletRepair] Delete bad
morningman merged pull request #4105:
URL: https://github.com/apache/incubator-doris/pull/4105
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
morningman closed issue #4122:
URL: https://github.com/apache/incubator-doris/issues/4122
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
morningman merged pull request #4123:
URL: https://github.com/apache/incubator-doris/pull/4123
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
morningman merged pull request #4128:
URL: https://github.com/apache/incubator-doris/pull/4128
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 31a6c43 [Bug][Alter] Fix boolean s
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 5c4bba1 [Bug] Fix isnull(null) analyze error (#4094)
add cc7f04d [Log] Add compaction point log r
morningman opened a new pull request #4146:
URL: https://github.com/apache/incubator-doris/pull/4146
## Proposed changes
This CL mainly changes:
1. Add 2 new FE modules
1. fe-common
save all common classes for other modules, currently only `jmockit`
spaces-X commented on pull request #4000:
URL: https://github.com/apache/incubator-doris/pull/4000#issuecomment-662476149
@morningman @wutiangan
Fix the NullPointerException of the variable `father` in this [PR
](https://github.com/apache/incubator-doris/pull/4145)
---
spaces-X opened a new pull request #4145:
URL: https://github.com/apache/incubator-doris/pull/4145
Finish this pr [applyInnerJoinConditionReorganizeRule
#4000](https://github.com/apache/incubator-doris/pull/4000)
This is an
vagetablechicken edited a comment on pull request #4135:
URL: https://github.com/apache/incubator-doris/pull/4135#issuecomment-662452697
> So the mainly reason use `shared_prt ` is only to show MemTracker on
website?
Yes. We had met a lot of problems of memory, they usually are accom
vagetablechicken commented on pull request #4135:
URL: https://github.com/apache/incubator-doris/pull/4135#issuecomment-662452697
> So the mainly reason use `shared_prt ` is only to show MemTracker on
website?
Yes. We had met a lot of problems of memory, they usually are accompanied
wit
kangkaisen commented on pull request #4135:
URL: https://github.com/apache/incubator-doris/pull/4135#issuecomment-662418107
> > Hello, I have two questions to ask。
> >
> > 1. shared ptr use for avoid memory leaks. but at the same time, it
brings about several problems:
> >(1)T
kangkaisen closed issue #4093:
URL: https://github.com/apache/incubator-doris/issues/4093
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
kangkaisen merged pull request #4094:
URL: https://github.com/apache/incubator-doris/pull/4094
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.
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 5c4bba1 [Bug] Fix isnull(null) ana
gcnote opened a new issue #4144:
URL: https://github.com/apache/incubator-doris/issues/4144
decimal column value like -0.03 in orc hive file after use broker load to
doris , -0.03 will become Null,
how to fix it?
This is
ZhangYu0123 opened a new pull request #4143:
URL: https://github.com/apache/incubator-doris/pull/4143
## Proposed changes
Fix the bug "alter schema add key column bug in agg model when using
LinkedSchemaChange policy", the detail description #4142.
The change is when add key column
ZhangYu0123 opened a new issue #4142:
URL: https://github.com/apache/incubator-doris/issues/4142
**Describe the bug**
A clear and concise description of what the bug is.
When alter table add key column in agg module using LinkedSchemaChange
policy, "ALTER, status_code: RUNTIME_ERROR"
yangzhg opened a new pull request #4141:
URL: https://github.com/apache/incubator-doris/pull/4141
## Proposed changes
Part of Issues #4051
Add batch delete synatx support, support the syntax described in Issues
#4051
Bring the delete infomation to be
## Types of change
yangzhg edited a comment on issue #4051:
URL:
https://github.com/apache/incubator-doris/issues/4051#issuecomment-657427484
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
vagetablechicken edited a comment on pull request #4135:
URL: https://github.com/apache/incubator-doris/pull/4135#issuecomment-662351521
> Hello, I have two questions to ask。
>
> 1. shared ptr use for avoid memory leaks. but at the same time, it brings
about several problems:
>
vagetablechicken commented on pull request #4135:
URL: https://github.com/apache/incubator-doris/pull/4135#issuecomment-662351521
> Hello, I have two questions to ask。
>
> 1. shared ptr use for avoid memory leaks. but at the same time, it brings
about several problems:
>(1)The
HappenLee commented on pull request #4135:
URL: https://github.com/apache/incubator-doris/pull/4135#issuecomment-662322631
Hello, I have two questions to ask。
1. shared ptr use for avoid memory leaks. but at the same time, it brings
about several problems:
(1)There are additional co
HangyuanLiu opened a new pull request #4140:
URL: https://github.com/apache/incubator-doris/pull/4140
## Proposed changes
1、Add restrict when create materialized which partition by key mush be in
group by
2、Add show alter table materialized view syntax
3、Add cancel alter mater
chaoyli opened a new pull request #4139:
URL: https://github.com/apache/incubator-doris/pull/4139
Unique Key table will load duplicate rows for different loads.
If exists duplicate row between loads. Compaction will merge this rows.
The statistics should take this merged number into co
chaoyli commented on pull request #4139:
URL: https://github.com/apache/incubator-doris/pull/4139#issuecomment-662306667
#4129
This is an automated message from the Apache Git Service.
To respond to the message, please log on
HappenLee opened a new pull request #4138:
URL: https://github.com/apache/incubator-doris/pull/4138
1.Release the rowbatch mem, before sort node check memtracker
2.Change BufferedBlockMgr buffer check in spill sort to fix
muli-operator try to use Block Buffer。use``available_buffe
60 matches
Mail list logo