You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ivan Bessonov (JIRA)" <ji...@apache.org> on 2019/07/19 11:30:00 UTC

[jira] [Created] (IGNITE-11998) Fix DataPageScan for fragmented pages.

Ivan Bessonov created IGNITE-11998:
--------------------------------------

             Summary: Fix DataPageScan for fragmented pages.
                 Key: IGNITE-11998
                 URL: https://issues.apache.org/jira/browse/IGNITE-11998
             Project: Ignite
          Issue Type: Bug
            Reporter: Ivan Bessonov
             Fix For: 2.8


Fragmented pages crash JVM when accessed by DataPageScan scanner/query optimized scanner. It happens when scanner accesses data in later chunk in fragmented entry but treats it like the first one, expecting length of the payload, which is absent and replaced with raw entry data.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)