You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Aravindan Vijayan (Jira)" <ji...@apache.org> on 2022/02/15 15:18:00 UTC

[jira] [Resolved] (HDDS-6322) Recon get incorrect delta update

     [ https://issues.apache.org/jira/browse/HDDS-6322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aravindan Vijayan resolved HDDS-6322.
-------------------------------------
    Fix Version/s: 1.3.0
       Resolution: Fixed

> Recon get incorrect delta update
> --------------------------------
>
>                 Key: HDDS-6322
>                 URL: https://issues.apache.org/jira/browse/HDDS-6322
>             Project: Apache Ozone
>          Issue Type: Bug
>            Reporter: Janus Chow
>            Assignee: Janus Chow
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.3.0
>
>
> This bug was imported in 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`.
> {code:java}
>     conf.setLong(RECON_OM_DELTA_UPDATE_LIMIT, 2);
>     conf.setLong(RECON_OM_DELTA_UPDATE_LOOP_LIMIT, 10); {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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