You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Luchnikov Alexander (Jira)" <ji...@apache.org> on 2022/05/13 10:30:00 UTC

[jira] [Updated] (IGNITE-16206) Add type assertions to PageIO implementations

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

Luchnikov Alexander updated IGNITE-16206:
-----------------------------------------
    Labels: ise.lts  (was: )

> Add type assertions to PageIO implementations
> ---------------------------------------------
>
>                 Key: IGNITE-16206
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16206
>             Project: Ignite
>          Issue Type: Improvement
>          Components: general
>            Reporter: Roman Puchkovskiy
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ise.lts
>             Fix For: 2.13
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> There were cases when due to bugs a page was updated by wrong PageIO implementation (i.e. an implementation that works with pages of type that is different from the page type). This was causing page corruption. Sometimes such a corruption remains unnoticed for some time and causes other problems.
> The idea presented here is to assert page type in all page mutators so that a bug manifests itself as early as possible.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)