You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/07/02 06:45:45 UTC

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1417: Check if there exist a rowset contains the added rowset

kangpinghuang commented on a change in pull request #1417: Check if there exist a rowset contains the added rowset
URL: https://github.com/apache/incubator-doris/pull/1417#discussion_r299324034
 
 

 ##########
 File path: be/src/olap/task/engine_publish_version_task.cpp
 ##########
 @@ -104,7 +104,7 @@ OLAPStatus EnginePublishVersionTask::finish() {
                 res = publish_status;
                 continue;
             }
-            if (publish_status == OLAP_SUCCESS) {
+            if (publish_status == OLAP_SUCCESS || publish_status == OLAP_ERR_PUSH_VERSION_ALREADY_EXIST) {
                 LOG(INFO) << "publish version successfully on tablet. tablet=" << tablet->full_name()
                           << ", transaction_id=" << transaction_id << ", version=" << version.first;
 
 Review comment:
   add the publish_status to the info log

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org