morningman opened a new pull request #3451:
URL: https://github.com/apache/incubator-doris/pull/3451


   After compaction, the tablet rowset meta will be modified by
   adding to new output rowsets and deleting the old input rowsets.
   The output version may equals to the input version.
   
   So we should delete the "input" version from _rs_version_map
   before adding the "output" version to _rs_version_map. Otherwise,
   the new "output" version will be lost in _rs_version_map.
   
   Fix #3450 


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to