liaoxin01 opened a new pull request, #22044:
URL: https://github.com/apache/doris/pull/22044

   ## Proposed changes
   
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   Problem:
   1. failed to initialize storage reader. 
tablet=40321.1191259674.1f4189c7184f58ad-15f3320801a27cb0, 
res=[INTERNAL_ERROR]fail to find path in version_graph. spec_version: 0-45
   2. duplicate key in result set
   
   Why:
   1. when tablet in converting,we don't commit the rowset just return it. So 
the rowset cann't be publushed, we can't find it in the version graph. this was 
introduced by: #18643
   ```
           if (_tablet->tablet_state() == TABLET_NOTREADY &&
               SchemaChangeHandler::tablet_in_converting(_tablet->tablet_id())) 
{
               return Status::OK();
           }
   ```
   
   2. when tablet in converting, we should clear _rowset_ids. Otherwise, we 
will calculate the delete bitmap incorrectly when publish.
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[[email protected]](mailto:[email protected]) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


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