mo-avatar opened a new issue #3361:
URL: https://github.com/apache/incubator-doris/issues/3361
https://github.com/apache/incubator-doris/blob/c6ac60bab9563a77b052a2766b0de859528aee41/fe/src/main/java/org/apache/doris/consistency/ConsistencyChecker.java#L267
PriorityQueue will raise a
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 c6ac60b [SegmentV2] Optimize the u
vagetablechicken commented on issue #3343:
URL:
https://github.com/apache/incubator-doris/issues/3343#issuecomment-616916458
> I think we could update BRPC version, but we need strict test firstly.
@vagetablechicken Are you willing to do this work?
OK, we'll test it on our test & pr
This is an automated email from the ASF dual-hosted git repository.
zhaoc 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 b60aabd [Doris On ES] Pushdown some ca
This is an automated email from the ASF dual-hosted git repository.
zhaoc 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 a2c8d14 [Bug] Partition key's type has
This is an automated email from the ASF dual-hosted git repository.
zhaoc 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 46272a5 [Bug] Fix bug of TransactionSta
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 94b7bb5 [Bug][Dynamic Partition]Fi
HangyuanLiu commented on issue #3325:
URL:
https://github.com/apache/incubator-doris/issues/3325#issuecomment-616628140
> sorry ,i check the master code , the be version is "trunk-753d6cc" ,but
the issure is always there:
>
> the be log:
> W0420 19:36:44.034133 7 orc_scanner.
HangyuanLiu commented on issue #3300:
URL: https://github.com/apache/incubator-doris/pull/3300#issuecomment-616626843
> LGTM, plz wait the result of our test.
OK
This is an automated message from the Apache Git Service
morningman commented on issue #3357:
URL: https://github.com/apache/incubator-doris/pull/3357#issuecomment-616619023
Hi @yangzhg , you need to create an issue to describe your problem, better
to give an example about the query you try to disable.
--
morningman commented on a change in pull request #3360:
URL: https://github.com/apache/incubator-doris/pull/3360#discussion_r411452197
##
File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -5177,8 +5177,31 @@ public void replayModifyTableProperty(short opCo
xy720 opened a new pull request #3360:
URL: https://github.com/apache/incubator-doris/pull/3360
#2290
This cl add new command to set replication number of table in one time.
```
alter table test_tbl set ("default.replication_num" = "3");
```
It changes replication num
wuyunfeng edited a comment on issue #3351:
URL: https://github.com/apache/incubator-doris/pull/3351#issuecomment-616577070
@kangkaisen For now, it is difficult to construct the `ExprContext`, the
previous `EsPredicateTest ` is usefulless, Doris need a integrated test
framework to help our
wuyunfeng commented on issue #3351:
URL: https://github.com/apache/incubator-doris/pull/3351#issuecomment-616577070
@kangkaisen For now, it is difficult to construct the `ExprContext`, the
previous `EsPredicateTest ` is meaningfulless
--
morningman commented on a change in pull request #3340:
URL: https://github.com/apache/incubator-doris/pull/3340#discussion_r411387864
##
File path:
fe/src/main/java/org/apache/doris/planner/MaterializedViewSelector.java
##
@@ -109,9 +109,22 @@ public BestIndexInfo selectBestM
morningman commented on a change in pull request #3340:
URL: https://github.com/apache/incubator-doris/pull/3340#discussion_r411387555
##
File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java
##
@@ -944,7 +945,9 @@ private void createJob(long dbId, OlapTab
morningman commented on a change in pull request #3340:
URL: https://github.com/apache/incubator-doris/pull/3340#discussion_r411386872
##
File path: docs/documentation/cn/administrator-guide/segment-v2-usage.md
##
@@ -1,118 +1,128 @@
-# Doris Segment V2上线和试用手册
Review comment:
EmmyMiao87 commented on a change in pull request #3340:
URL: https://github.com/apache/incubator-doris/pull/3340#discussion_r411297291
##
File path: docs/documentation/cn/administrator-guide/segment-v2-usage.md
##
@@ -1,118 +1,128 @@
-# Doris Segment V2上线和试用手册
Review comment:
WingsGo commented on issue #3359:
URL: https://github.com/apache/incubator-doris/pull/3359#issuecomment-616511509
For #3358
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
WingsGo opened a new pull request #3359:
URL: https://github.com/apache/incubator-doris/pull/3359
This CL mainly fix the bug that when add dynamic partition properties in
already exist table, the properties will only exist in Master FE.
WingsGo opened a new issue #3358:
URL: https://github.com/apache/incubator-doris/issues/3358
**Describe the bug**
I found that when we create a table without dynamic partition properties,
and use alter clause to add dynamic partition properties to the table, we can
only see the properti
rongyousu commented on issue #3325:
URL:
https://github.com/apache/incubator-doris/issues/3325#issuecomment-616501124
sorry ,i check the master code , the be version is "trunk-753d6cc" ,but the
issure is always there:
the be log:
W0420 19:36:44.034133 7 orc_scanner.cpp:294]
morningman commented on issue #3355:
URL:
https://github.com/apache/incubator-doris/issues/3355#issuecomment-616470950
> Hi @morningman , does this bug exist in 0.12 version?
> If it does, need to describe when this bug will be triggered and is there
a way to avoid it.
> If the users
imay commented on issue #3355:
URL:
https://github.com/apache/incubator-doris/issues/3355#issuecomment-616464819
Hi @morningman , does this bug exist in 0.12 version?
If it does, need to describe when this bug will be triggered and is there a
way to avoid it.
If the users have noth
yangzhg opened a new pull request #3357:
URL: https://github.com/apache/incubator-doris/pull/3357
disable some syntax when subquery is not in binary predicate in case when
clause
This is an automated message from the Apache
morningman opened a new pull request #3356:
URL: https://github.com/apache/incubator-doris/pull/3356
The TransactionState's coordinator should be created when deserialized from
old meta.
Fix #3355
This is an automat
morningman commented on issue #3355:
URL:
https://github.com/apache/incubator-doris/issues/3355#issuecomment-616398293
I know, I will fix it.
This is an automated message from the Apache Git Service.
To respond to the messag
morningman commented on issue #3348:
URL: https://github.com/apache/incubator-doris/pull/3348#issuecomment-616395680
> @morningman Hi, Please add a UT.
Added
This is an automated message from the Apache Git Service.
To
stalary commented on issue #3355:
URL:
https://github.com/apache/incubator-doris/issues/3355#issuecomment-616391453
> What is your Doris version?
master
This is an automated message from the Apache Git Service.
To res
morningman commented on issue #3355:
URL:
https://github.com/apache/incubator-doris/issues/3355#issuecomment-616390310
What is your Doris version?
This is an automated message from the Apache Git Service.
To respond to the m
stalary opened a new issue #3355:
URL: https://github.com/apache/incubator-doris/issues/3355
**Describe the bug**
Fe died, after restart the following error
**Screenshots**
```
2020-04-20 16:12:58,123 WARN 1 [Catalog.notifyNewFETypeTransfer():2264]
notify new FE type transfe
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 c69bf9a [New Stmt] Add SHOW KEYS g
32 matches
Mail list logo