You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/02/15 08:55:14 UTC

[GitHub] [ozone] symious opened a new pull request #3090: HDDS-6322. Fix Recon getting inccorrect sequenceNumber from OM

symious opened a new pull request #3090:
URL: https://github.com/apache/ozone/pull/3090


   ## What changes were proposed in this pull request?
   
   This bug was imported in [HDDS-6215](https://issues.apache.org/jira/browse/HDDS-6215), the root cause is we used `dbUpdates.getData().size()` to accumulate the sequenceNumber. But these two terms are different, a DBUpdates with data size of 10 could have a difference of sequenceNumber of 30 or more.
   
    The bug can be reproduced by adding the following configurations and running `TestReconWithOzoneManager`.
   ```
       conf.setLong(RECON_OM_DELTA_UPDATE_LIMIT, 2);
       conf.setLong(RECON_OM_DELTA_UPDATE_LOOP_LIMIT, 10);
   ```
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-6322
   
   ## How was this patch tested?
   
   unit test.
   


-- 
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: issues-unsubscribe@ozone.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] symious commented on pull request #3090: HDDS-6322. Fix Recon getting inccorrect sequenceNumber from OM

Posted by GitBox <gi...@apache.org>.
symious commented on pull request #3090:
URL: https://github.com/apache/ozone/pull/3090#issuecomment-1040313143


   @adoroszlai @avijayanhwx @ferhui Could you help to review this PR?
   


-- 
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: issues-unsubscribe@ozone.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] avijayanhwx merged pull request #3090: HDDS-6322. Fix Recon getting inccorrect sequenceNumber from OM

Posted by GitBox <gi...@apache.org>.
avijayanhwx merged pull request #3090:
URL: https://github.com/apache/ozone/pull/3090


   


-- 
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: issues-unsubscribe@ozone.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] symious commented on pull request #3090: HDDS-6322. Fix Recon getting inccorrect sequenceNumber from OM

Posted by GitBox <gi...@apache.org>.
symious commented on pull request #3090:
URL: https://github.com/apache/ozone/pull/3090#issuecomment-1040313143


   @adoroszlai @avijayanhwx @ferhui Could you help to review this PR?
   


-- 
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: issues-unsubscribe@ozone.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] avijayanhwx merged pull request #3090: HDDS-6322. Fix Recon getting inccorrect sequenceNumber from OM

Posted by GitBox <gi...@apache.org>.
avijayanhwx merged pull request #3090:
URL: https://github.com/apache/ozone/pull/3090


   


-- 
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: issues-unsubscribe@ozone.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org