[GitHub] chaoyli merged pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
chaoyli merged pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] chaoyli commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
chaoyli commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252142048 ## File path: be/src/olap/tablet.cpp ## @@ -638,45 +744,213 @@ OLAPStatus Tablet::register_tablet_into_dir() {

[GitHub] morningman merged pull request #603: Catch throwable in mysql listener thread

2019-01-29 Thread GitBox
morningman merged pull request #603: Catch throwable in mysql listener thread URL: https://github.com/apache/incubator-doris/pull/603 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] morningman opened a new pull request #603: Catch throwable in mysql listener thread

2019-01-29 Thread GitBox
morningman opened a new pull request #603: Catch throwable in mysql listener thread URL: https://github.com/apache/incubator-doris/pull/603 Also add thrift log to fe.log This is an automated message from the Apache Git Servic

[GitHub] chaoyli commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
chaoyli commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252130764 ## File path: be/src/olap/olap_common.h ## @@ -169,6 +170,7 @@ enum AlterTableStatus { ALTER_TABLE_FINISHED =

[GitHub] chaoyli commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
chaoyli commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252130783 ## File path: be/src/olap/tablet.cpp ## @@ -65,9 +121,54 @@ Tablet::~Tablet() { _rs_version_map.clear(); }

[GitHub] chaoyli commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
chaoyli commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252130722 ## File path: be/src/olap/rowset/alpha_rowset_writer.cpp ## @@ -160,9 +161,9 @@ RowsetSharedPtr AlphaRowsetWriter::

[GitHub] chaoyli commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
chaoyli commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252130633 ## File path: be/src/olap/tablet.cpp ## @@ -54,8 +56,62 @@ using std::vector; namespace doris { -Tablet::Table

[GitHub] chaoyli commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
chaoyli commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252130543 ## File path: be/src/olap/tablet.cpp ## @@ -638,45 +744,213 @@ OLAPStatus Tablet::register_tablet_into_dir() {

[GitHub] chaoyli commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
chaoyli commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252130144 ## File path: be/src/olap/tablet.cpp ## @@ -638,45 +744,213 @@ OLAPStatus Tablet::register_tablet_into_dir() {

[GitHub] chaoyli commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
chaoyli commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252129733 ## File path: be/src/olap/tablet_meta.cpp ## @@ -225,6 +327,27 @@ OLAPStatus TabletMeta::to_tablet_pb_unlock(Tablet

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252103016 ## File path: be/src/olap/snapshot_manager.cpp ## @@ -190,41 +192,11 @@ OLAPStatus SnapshotManager::_link_in

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252101314 ## File path: be/src/olap/rowset/alpha_rowset_writer.cpp ## @@ -160,9 +161,9 @@ RowsetSharedPtr AlphaRowsetW

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252124484 ## File path: be/src/olap/snapshot_manager.cpp ## @@ -453,46 +425,25 @@ OLAPStatus SnapshotManager::_create

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252126242 ## File path: be/src/olap/tablet.cpp ## @@ -401,7 +530,8 @@ OLAPStatus Tablet::split_range( } Re

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252126883 ## File path: be/src/olap/tablet.cpp ## @@ -638,45 +744,213 @@ OLAPStatus Tablet::register_tablet_into_dir()

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252127911 ## File path: be/src/olap/tablet.cpp ## @@ -638,45 +744,213 @@ OLAPStatus Tablet::register_tablet_into_dir()

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252126232 ## File path: be/src/olap/tablet.cpp ## @@ -503,6 +633,11 @@ void Tablet::list_versions(vector* versions) c

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252098842 ## File path: be/src/olap/olap_common.h ## @@ -169,6 +170,7 @@ enum AlterTableStatus { ALTER_TABLE_FINI

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252128455 ## File path: be/src/olap/tablet_meta.cpp ## @@ -225,6 +327,27 @@ OLAPStatus TabletMeta::to_tablet_pb_unlock

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252125329 ## File path: be/src/olap/tablet.cpp ## @@ -65,9 +121,54 @@ Tablet::~Tablet() { _rs_version_map.clear()

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252124749 ## File path: be/src/olap/tablet.cpp ## @@ -54,8 +56,62 @@ using std::vector; namespace doris { -Tablet

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252129200 ## File path: be/src/olap/task/engine_storage_migration_task.cpp ## @@ -217,42 +213,13 @@ OLAPStatus Engine

[GitHub] kangpinghuang commented on a change in pull request #596: Add implementation to tablet

2019-01-29 Thread GitBox
kangpinghuang commented on a change in pull request #596: Add implementation to tablet URL: https://github.com/apache/incubator-doris/pull/596#discussion_r252127331 ## File path: be/src/olap/tablet.cpp ## @@ -638,45 +744,213 @@ OLAPStatus Tablet::register_tablet_into_dir()

[GitHub] imay merged pull request #602: Call curl_global_init at the begining

2019-01-29 Thread GitBox
imay merged pull request #602: Call curl_global_init at the begining URL: https://github.com/apache/incubator-doris/pull/602 This is an automated message from the Apache Git Service. To respond to the message, please log on G

Re: Doris Incubator report

2019-01-29 Thread Li,De(BDG)
Hi Justin, Thank you for your advice, I updated my report as following: Three most important issues to address in the move towards graduation: 1. Resolve license and building issues discussed in the first release candidate mail. 2. Communicate with contributors and merge several patches whic

[GitHub] imay opened a new pull request #602: Call curl_global_init at the begining

2019-01-29 Thread GitBox
imay opened a new pull request #602: Call curl_global_init at the begining URL: https://github.com/apache/incubator-doris/pull/602 To avoid concurrent initilization of libcurl, we call curl_global_init in our main function.

Re: Doris Incubator report

2019-01-29 Thread Justin Mclean
Hi, Also "Complete features and fix bugs." is not really a step towards graduation can you think of something better to aim for? Thanks, Justin - To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands,

Doris Incubator report

2019-01-29 Thread Justin Mclean
Hi, I can see that you have submitted the incubator report, however it is missing a few things that would be of interest could you please update it. What is happening with the next release candidate for your first release? Thanks, Justin

[GitHub] imay merged pull request #601: Recovery tablet only when tablet version is missing

2019-01-29 Thread GitBox
imay merged pull request #601: Recovery tablet only when tablet version is missing URL: https://github.com/apache/incubator-doris/pull/601 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] morningman opened a new pull request #601: Recovery tablet only when tablet version is missing

2019-01-29 Thread GitBox
morningman opened a new pull request #601: Recovery tablet only when tablet version is missing URL: https://github.com/apache/incubator-doris/pull/601 This is an automated message from the Apache Git Service. To respond to t

[GitHub] chaoyli merged pull request #599: Modify schema change to use rowset

2019-01-29 Thread GitBox
chaoyli merged pull request #599: Modify schema change to use rowset URL: https://github.com/apache/incubator-doris/pull/599 This is an automated message from the Apache Git Service. To respond to the message, please log on G