[
https://issues.apache.org/jira/browse/IGNITE-11998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18115257#comment-18115257
]
Aleksey Plekhanov commented on IGNITE-11998:
--------------------------------------------
Data page scan also conflicts with multi-page in-place updates. See disable
multi-page in-place updates in CacheDataStoreImpl#canUpdateOldRow if data page
scan will be enabled. (See IGNITE-29028)
> 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
> Assignee: Maxim Muzafarov
> Priority: Critical
> Labels: index_improvement
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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
(v8.20.10#820010)