You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Vinogradov (Jira)" <ji...@apache.org> on 2022/12/06 12:57:00 UTC

[jira] [Deleted] (IGNITE-18332) Get rid of implicit partition counters finalization

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

Anton Vinogradov deleted IGNITE-18332:
--------------------------------------


> Get rid of implicit partition counters finalization
> ---------------------------------------------------
>
>                 Key: IGNITE-18332
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18332
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Anton Vinogradov
>            Priority: Major
>
> {{GridDhtPartitionsExchangeFuture#finalizePartitionCounters}} is used to close the gaps at partition counters after the craches (automatically).
> Even at the PME-free switch (when backup must become primary asap) it is not correct to loose the counters data (gaps).
> At PME-free switch, due to tx recovery, it's expected to have same gaps on backups, but primary may have some gaps committed.
> Closing the gaps also maks backups's operations as committed. 
> And we'll gain inconsistent state ot ex-primary join ?(since rebalance will see no gaps on backups).
> Gaps must be closed only ecxplicitly using the consistency repair utility.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)