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
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() {
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
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
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 =
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();
}
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::
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
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() {
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() {
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
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
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
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
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
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()
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()
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
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
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
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()
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
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
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()
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
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
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.
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,
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
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,
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
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
32 matches
Mail list logo