yiguolei commented on code in PR #29363:
URL: https://github.com/apache/doris/pull/29363#discussion_r1440055199


##########
be/src/olap/data_dir.cpp:
##########
@@ -486,6 +505,13 @@ Status DataDir::load() {
             continue;
         }
 
+        if (rowset_meta->partition_id() == 0) {
+            LOG(WARNING) << "skip tablet_id=" << tablet->tablet_id()

Review Comment:
   If there is a committed rowset with partition id = 0; and you ignore it. 
Then publish version will success and FE will finish the txn. But BE will not 
have this data, then data loss and query will failed



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to