You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/27 00:29:43 UTC

[GitHub] [doris] yiguolei opened a new pull request, #11230: [fix](image) fix bug that latestValidatedImageSeq may not be the second largest image id (#11201)

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

   
   
   * [fix](image) fix bug that latestValidatedImageSeq may not be the second largest image id
   
   When traversing the image files in the meta directory,
   it cannot be guaranteed to be traversed in the order of imageid size
   
   For example, if it traverses the image file with orders like: 3,5,4,1,
   then latestImageSeq is 5, but latestValidatedImageSeq is 3, which is wrong.
   
   


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [doris] yiguolei merged pull request #11230: [fix](image) fix bug that latestValidatedImageSeq may not be the second largest image id (#11201)

Posted by GitBox <gi...@apache.org>.
yiguolei merged PR #11230:
URL: https://github.com/apache/doris/pull/11230


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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