yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318912372
##
File path: be/src/olap/rowset/segment_group.h
##
@@ -48,11 +48,11 @@ namespace doris {
class Segmen
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318912321
##
File path: be/src/olap/rowset/unique_rowset_id_generator.cpp
##
@@ -0,0 +1,50 @@
+// Licensed to the
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318911786
##
File path: be/src/olap/rowset/unique_rowset_id_generator.cpp
##
@@ -0,0 +1,50 @@
+// Licensed to the
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318911724
##
File path: be/test/olap/rowset/unique_rowset_id_generator_test.cpp
##
@@ -0,0 +1,111 @@
+// Licensed
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318911032
##
File path: be/src/olap/olap_define.h
##
@@ -53,7 +53,7 @@ static constexpr uint32_t
OLAP_COMPACTION
gaodayue commented on a change in pull request #1718: Basic implementation for
BetaRowsetReader
URL: https://github.com/apache/incubator-doris/pull/1718#discussion_r318894947
##
File path: be/src/olap/rowset/beta_rowset_reader.cpp
##
@@ -0,0 +1,111 @@
+// Licensed to the A
gaodayue commented on a change in pull request #1718: Basic implementation for
BetaRowsetReader
URL: https://github.com/apache/incubator-doris/pull/1718#discussion_r318898840
##
File path: be/src/olap/rowset/beta_rowset_reader.cpp
##
@@ -0,0 +1,111 @@
+// Licensed to the A
gaodayue commented on a change in pull request #1718: Basic implementation for
BetaRowsetReader
URL: https://github.com/apache/incubator-doris/pull/1718#discussion_r318894791
##
File path: be/src/olap/rowset/beta_rowset.cpp
##
@@ -40,19 +41,51 @@ OLAPStatus BetaRowset::ini
morningman merged pull request #1719: Add english document for Doris official
website
URL: https://github.com/apache/incubator-doris/pull/1719
This is an automated message from the Apache Git Service.
To respond to the messa
gaodayue commented on a change in pull request #1718: Basic implementation for
BetaRowsetReader
URL: https://github.com/apache/incubator-doris/pull/1718#discussion_r318886759
##
File path: be/src/olap/rowset/alpha_rowset.cpp
##
@@ -80,10 +82,9 @@ std::shared_ptr AlphaRowse
kangkaisen opened a new pull request #1721: Make bitmap_union agg column
support insert into
URL: https://github.com/apache/incubator-doris/pull/1721
For https://github.com/apache/incubator-doris/pull/1610, make bitmap_union
support insert into select.
1 Add a check for select * wit
chaoyli merged pull request #1720: fix delete bug
URL: https://github.com/apache/incubator-doris/pull/1720
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
kangpinghuang opened a new pull request #1720: fix delete bug
URL: https://github.com/apache/incubator-doris/pull/1720
initialize the memory allocated for wrapper field variable content to 0, or
it will lead to comparison bug.
---
xy720 opened a new pull request #1719: Add english document for Doris official
website
URL: https://github.com/apache/incubator-doris/pull/1719
1、Translated all documents except help documents with Baidu Translate Api
2、The Sphinx doctree has not been modified yet, I'll make it up in a l
Sorry, wrong mail address, please ignore this.
--
此致!Best Regards
陈明雨 Mingyu Chen
Email:
chenmin...@apache.org
At 2019-08-28 22:58:30, "陈明雨" wrote:
Hi all:
I think it should be a goal of Doris to have all committers participate in the
PPMC.
So that all committers can take an active role in
Hi all:
I think it should be a goal of Doris to have all committers participate in the
PPMC.
So that all committers can take an active role in watching committers develop
into community participants,
identify those who are participating at a community level, not just a technical
one.
Kaisen
# Refactor Alter Job
Alter Job mainly includes Schema Change and Rollup.
## Current problems
1. Job's execution is slow
After all tasks are sent to BE, they are queued in the specified thread pool.
Before each task is executed, it must wait for the transactions(txn) running on
the curren
imay commented on a change in pull request #1718: Basic implementation for
BetaRowsetReader
URL: https://github.com/apache/incubator-doris/pull/1718#discussion_r318616210
##
File path: be/src/olap/rowset/beta_rowset_reader.cpp
##
@@ -0,0 +1,111 @@
+// Licensed to the Apach
imay commented on a change in pull request #1718: Basic implementation for
BetaRowsetReader
URL: https://github.com/apache/incubator-doris/pull/1718#discussion_r318619645
##
File path: be/src/olap/rowset/beta_rowset_reader.cpp
##
@@ -0,0 +1,111 @@
+// Licensed to the Apach
imay commented on a change in pull request #1718: Basic implementation for
BetaRowsetReader
URL: https://github.com/apache/incubator-doris/pull/1718#discussion_r318612462
##
File path: be/src/olap/rowset/beta_rowset.cpp
##
@@ -40,19 +41,51 @@ OLAPStatus BetaRowset::init()
imay commented on a change in pull request #1718: Basic implementation for
BetaRowsetReader
URL: https://github.com/apache/incubator-doris/pull/1718#discussion_r318610737
##
File path: be/src/olap/rowset/alpha_rowset.cpp
##
@@ -80,10 +82,9 @@ std::shared_ptr AlphaRowset::c
morningman commented on a change in pull request #1700: Partition pruning
support Expr
URL: https://github.com/apache/incubator-doris/pull/1700#discussion_r318618214
##
File path: fe/src/main/java/org/apache/doris/planner/RollupSelector.java
##
@@ -57,47 +57,35 @@ public R
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318592911
##
File path: be/src/olap/rowset/segment_group.h
##
@@ -248,7 +248,7 @@ class SegmentGroup {
int64_t
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318593211
##
File path: be/src/olap/rowset/rowset_meta_manager.h
##
@@ -31,20 +31,20 @@ namespace doris {
// Helper
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318595755
##
File path: be/src/olap/data_dir.cpp
##
@@ -582,7 +576,9 @@ OLAPStatus DataDir::_convert_old_tablet() {
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318596408
##
File path: be/src/olap/olap_common.h
##
@@ -241,7 +246,83 @@ typedef std::set UniqueIdSet;
// Column un
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318590670
##
File path: be/src/olap/rowset/unique_rowset_id_generator.cpp
##
@@ -0,0 +1,50 @@
+// Licensed to the Apa
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318590409
##
File path: be/src/olap/rowset/unique_rowset_id_generator.cpp
##
@@ -0,0 +1,50 @@
+// Licensed to the Apa
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318591288
##
File path: be/src/olap/rowset/unique_rowset_id_generator.h
##
@@ -0,0 +1,48 @@
+// Licensed to the Apach
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318546557
##
File path: fe/src/main/java/org/apache/doris/task/SnapshotTask.java
##
@@ -79,7 +79,7 @@ public TSnapsho
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318592537
##
File path: be/src/olap/rowset/segment_writer.cpp
##
@@ -213,6 +213,12 @@ OLAPStatus SegmentWriter::final
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318587826
##
File path: be/src/olap/storage_engine.h
##
@@ -333,6 +340,8 @@ class StorageEngine {
std::unique_pt
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318585141
##
File path: be/test/olap/rowset/unique_rowset_id_generator_test.cpp
##
@@ -0,0 +1,111 @@
+// Licensed to
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318592775
##
File path: be/src/olap/rowset/segment_group.h
##
@@ -48,11 +48,11 @@ namespace doris {
class SegmentGro
morningman commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318595570
##
File path: be/src/olap/olap_define.h
##
@@ -53,7 +53,7 @@ static constexpr uint32_t
OLAP_COMPACTI
morningman commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318594351
##
File path: be/src/service/doris_main.cpp
##
@@ -153,6 +154,7 @@ int main(int argc, char** argv) {
gaodayue opened a new pull request #1718: Basic implementation for
BetaRowsetReader
URL: https://github.com/apache/incubator-doris/pull/1718
This is an automated message from the Apache Git Service.
To respond to the message
Welcome and congratulation, Ling!
ling miao 于2019年8月28日周三 下午8:34写道:
> Thanks a lot! I will continue to contribute better feature for Doris.
> Best wishes for Doris.
>
> Ling Miao
>
> 在 2019年8月28日星期三,陈明雨 写道:
>
> > The Podling Project Management Committee (PPMC) for Apache
> > Doris(Incubating)
>
EmmyMiao87 commented on issue #1716: Avoid consistency problem when has no more
data
URL: https://github.com/apache/incubator-doris/pull/1716#issuecomment-525726064
Test for approve
This is an automated message from the Apach
Thanks a lot! I will continue to contribute better feature for Doris.
Best wishes for Doris.
Ling Miao
在 2019年8月28日星期三,陈明雨 写道:
> The Podling Project Management Committee (PPMC) for Apache
> Doris(Incubating)
> has invited Ling Miao to become a committer and we are pleased
> to announce that she
Maybe the UUID is a simple way to generate replica id.
--
此致!Best Regards
陈明雨 Mingyu Chen
Email:
chenmin...@apache.org
At 2019-08-28 19:21:28, "Yi,Guolei" wrote:
>
>RowsetId is used to identify a batch load file in one replica so that it is
>unique in one replica[not tablet!!!] currenlty. S
The Podling Project Management Committee (PPMC) for Apache Doris(Incubating)
has invited Ling Miao to become a committer and we are pleased
to announce that she has accepted.
Being a committer enables easier contribution to the
project since there is no need to go via the patch
submission proces
morningman merged pull request #1714: Fix bug that failed to get enough normal
replica because path hash is not set.
URL: https://github.com/apache/incubator-doris/pull/1714
This is an automated message from the Apache Git S
RowsetId is used to identify a batch load file in one replica so that it is
unique in one replica[not tablet!!!] currenlty. Same rowsetid does not mean
same data for different replica. It has many restrictions, for example:
* BE could not use rowset id as a cache key in file or block cache
yiguolei opened a new issue #1717: RowsetId should be unique globally.
URL: https://github.com/apache/incubator-doris/issues/1717
RowsetId is used to identify a batch load file in one replica so that it is
unique in one replica[not tablet!!!] currenlty. Same rowsetid does not mean
same dat
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318522038
##
File path: be/test/olap/rowset/unique_rowset_id_generator_test.cpp
##
@@ -0,0 +1,101 @@
+// Licensed
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318518722
##
File path: be/src/olap/rowset/unique_rowset_id_generator.h
##
@@ -0,0 +1,48 @@
+// Licensed to the A
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318518046
##
File path: be/src/olap/rowset/beta_rowset.cpp
##
@@ -26,7 +26,7 @@
namespace doris {
std::string
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318517464
##
File path: be/src/olap/olap_common.h
##
@@ -241,7 +246,83 @@ typedef std::set UniqueIdSet;
// Colum
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318517581
##
File path: be/src/olap/olap_common.h
##
@@ -241,7 +246,83 @@ typedef std::set UniqueIdSet;
// Colum
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318517223
##
File path: be/src/olap/rowset/unique_rowset_id_generator.h
##
@@ -0,0 +1,48 @@
+// Licensed to the A
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318517169
##
File path: be/src/olap/rowset/unique_rowset_id_generator.h
##
@@ -0,0 +1,48 @@
+// Licensed to the A
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318516832
##
File path: be/src/olap/rowset/unique_rowset_id_generator.h
##
@@ -0,0 +1,48 @@
+// Licensed to the A
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318516616
##
File path: be/src/olap/storage_engine.h
##
@@ -196,6 +197,12 @@ class StorageEngine {
// TODO(y
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318516650
##
File path: be/src/olap/rowset/rowset_id_generator.h
##
@@ -28,27 +28,17 @@ class OlapMeta;
class
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318515815
##
File path: be/src/agent/agent_server.cpp
##
@@ -426,7 +426,11 @@ void AgentServer::make_snapshot(TAg
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318514769
##
File path: be/src/olap/olap_common.h
##
@@ -241,7 +246,83 @@ typedef std::set UniqueIdSet;
// Colum
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318514906
##
File path: be/src/olap/olap_common.h
##
@@ -241,7 +246,83 @@ typedef std::set UniqueIdSet;
// Colum
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318514390
##
File path: be/src/olap/olap_common.h
##
@@ -241,7 +246,83 @@ typedef std::set UniqueIdSet;
// Colum
morningman merged pull request #1715: Fix code's license
URL: https://github.com/apache/incubator-doris/pull/1715
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
wuyunfeng opened a new pull request #1716: Avoid consistency problem when has
no more data
URL: https://github.com/apache/incubator-doris/pull/1716
When all result data returned, fetch_result blocked unexpected by
`blocking_get` after multi invoking . Put sentinel nullptr for the
Blocki
Justin point out that we lack license information for be/src/gutil/utf in
last release[1].
Now in our LICENSE file, we record following information about these files
be/src/gutil/utf/*: licensed under the following terms:
UTF-8 Library
The authors of this software are Rob Pike and Ken Thomps
imay opened a new pull request #1715: Fix code's license
URL: https://github.com/apache/incubator-doris/pull/1715
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
morningman merged pull request #1687: add limit to show tablet(#1547)
URL: https://github.com/apache/incubator-doris/pull/1687
This is an automated message from the Apache Git Service.
To respond to the message, please log on
morningman commented on a change in pull request #1695: Refactor alter job
URL: https://github.com/apache/incubator-doris/pull/1695#discussion_r318440410
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/BrokerLoadJob.java
##
@@ -112,27 +109,31 @@ public static Br
morningman commented on a change in pull request #1695: Refactor alter job
URL: https://github.com/apache/incubator-doris/pull/1695#discussion_r318440101
##
File path: docs/documentation/cn/sql-reference/sql-statements/Data
Manipulation/BROKER LOAD.md
##
@@ -133,7 +133,8 @
morningman opened a new pull request #1714: Fix bug that failed to get enough
normal replica because path hash is not set.
URL: https://github.com/apache/incubator-doris/pull/1714
Path Hash of a replica in metadata should be set immediately after replica
is created.
And we should not de
EmmyMiao87 commented on a change in pull request #1695: Refactor alter job
URL: https://github.com/apache/incubator-doris/pull/1695#discussion_r318419537
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/BrokerLoadJob.java
##
@@ -112,27 +109,31 @@ public static Br
EmmyMiao87 commented on a change in pull request #1695: Refactor alter job
URL: https://github.com/apache/incubator-doris/pull/1695#discussion_r318422857
##
File path: fe/src/main/java/org/apache/doris/load/BrokerFileGroup.java
##
@@ -64,11 +64,11 @@
private List colum
EmmyMiao87 commented on a change in pull request #1695: Refactor alter job
URL: https://github.com/apache/incubator-doris/pull/1695#discussion_r318420886
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/BrokerLoadJob.java
##
@@ -355,16 +356,24 @@ private void cre
EmmyMiao87 commented on a change in pull request #1695: Refactor alter job
URL: https://github.com/apache/incubator-doris/pull/1695#discussion_r318416602
##
File path: docs/documentation/cn/sql-reference/sql-statements/Data
Manipulation/BROKER LOAD.md
##
@@ -133,7 +133,8 @
71 matches
Mail list logo