You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2021/12/23 18:54:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-16206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17464753#comment-17464753 ] 

Ignite TC Bot commented on IGNITE-16206:
----------------------------------------

{panel:title=Branch: [pull/9691/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/9691/head] Base: [master] : No new tests found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=6338270&amp;buildTypeId=IgniteTests24Java8_RunAll]

> 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
>             Fix For: 2.13
>
>          Time Spent: 10m
>  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.1#820001)