[GitHub] chaoyli closed pull request #437: Move tablet management code from StorageEngine to TabletManager

2018-12-16 Thread GitBox
chaoyli closed pull request #437: Move tablet management code from StorageEngine to TabletManager URL: https://github.com/apache/incubator-doris/pull/437 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provena

[GitHub] yiguolei commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager

2018-12-16 Thread GitBox
yiguolei commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager URL: https://github.com/apache/incubator-doris/pull/437#discussion_r242042279 ## File path: be/src/olap/tablet_manager.h ## @@ -0,0 +1,199 @@ +// Licensed t

[GitHub] chaoyli closed pull request #429: add rowset meta manager

2018-12-16 Thread GitBox
chaoyli closed pull request #429: add rowset meta manager URL: https://github.com/apache/incubator-doris/pull/429 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (

[GitHub] chaoyli commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager

2018-12-16 Thread GitBox
chaoyli commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager URL: https://github.com/apache/incubator-doris/pull/437#discussion_r242041166 ## File path: be/src/olap/tablet_manager.h ## @@ -0,0 +1,199 @@ +// Licensed to

[GitHub] yiguolei commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager

2018-12-16 Thread GitBox
yiguolei commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager URL: https://github.com/apache/incubator-doris/pull/437#discussion_r242039582 ## File path: be/src/olap/store.cpp ## @@ -437,18 +437,19 @@ OLAPStatus OlapSt

[GitHub] yiguolei commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager

2018-12-16 Thread GitBox
yiguolei commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager URL: https://github.com/apache/incubator-doris/pull/437#discussion_r242038928 ## File path: be/src/olap/rowset_meta_manager.h ## @@ -0,0 +1,56 @@ +// Licens

[GitHub] kangpinghuang commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager

2018-12-16 Thread GitBox
kangpinghuang commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager URL: https://github.com/apache/incubator-doris/pull/437#discussion_r242034558 ## File path: be/src/olap/rowset_meta_manager.h ## @@ -0,0 +1,56 @@ +// L

[GitHub] kangpinghuang commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager

2018-12-16 Thread GitBox
kangpinghuang commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager URL: https://github.com/apache/incubator-doris/pull/437#discussion_r242035097 ## File path: be/src/olap/store.cpp ## @@ -437,18 +437,19 @@ OLAPStatus O

[GitHub] kangpinghuang commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager

2018-12-16 Thread GitBox
kangpinghuang commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager URL: https://github.com/apache/incubator-doris/pull/437#discussion_r242034788 ## File path: be/src/olap/storage_engine.h ## @@ -489,37 +449,18 @@ class

[GitHub] kangpinghuang commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager

2018-12-16 Thread GitBox
kangpinghuang commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager URL: https://github.com/apache/incubator-doris/pull/437#discussion_r242034608 ## File path: be/src/olap/rowset_meta_manager.h ## @@ -0,0 +1,56 @@ +// L

[GitHub] kangpinghuang commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager

2018-12-16 Thread GitBox
kangpinghuang commented on a change in pull request #437: Move tablet management code from StorageEngine to TabletManager URL: https://github.com/apache/incubator-doris/pull/437#discussion_r242034661 ## File path: be/src/olap/rowset_meta_manager.h ## @@ -0,0 +1,56 @@ +// L

[GitHub] yiguolei opened a new pull request #437: Move tablet management code from StorageEngine to TabletManager

2018-12-16 Thread GitBox
yiguolei opened a new pull request #437: Move tablet management code from StorageEngine to TabletManager URL: https://github.com/apache/incubator-doris/pull/437 Move tablet mangement code from StorageEngine to TabletManager. The upper services such as clone, schema change are using Stor

Re: [VOTE] Release Apache Doris 0.9.0-incubating-rc01

2018-12-16 Thread 德 李
+1 I checked: 1. [X] Download links are valid. 2. [X] Checksums and PGP signatures are valid. 3. [X] DISCLAIMER is included. 4. [X] Source code artifacts have correct names matching the current release. 5. [X] LICENSE and NOTICE files are correct for the repository. 6. [X] All files have license h

[GitHub] morningman closed pull request #436: Redesign the access to meta version

2018-12-16 Thread GitBox
morningman closed pull request #436: Redesign the access to meta version URL: https://github.com/apache/incubator-doris/pull/436 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] morningman opened a new pull request #436: Redesign meta version

2018-12-16 Thread GitBox
morningman opened a new pull request #436: Redesign meta version URL: https://github.com/apache/incubator-doris/pull/436 Because the meta version is only be used in catalog saving and loading. So currently this version is a field of Catalog class. And we can get this version only by ca