You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey N. Gura (Jira)" <ji...@apache.org> on 2019/10/23 11:51:00 UTC

[jira] [Commented] (IGNITE-12275) Make byte order in Persistence pages configurable

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

Andrey N. Gura commented on IGNITE-12275:
-----------------------------------------

First of all we need benchmark system behavior on different architectures. May be we should configure byte order for whole system not only for persistence. Main reason is using byte wise operations instead of word wise for non x86/amd64 architectures.

> Make byte order in Persistence pages configurable
> -------------------------------------------------
>
>                 Key: IGNITE-12275
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12275
>             Project: Ignite
>          Issue Type: Improvement
>          Components: persistence
>            Reporter: Ilya Kasnacheev
>            Priority: Major
>
> Right now we force it to be in LITTLE_ENDIAN, but we don't read it in fixed order, which leads to failures.
> After IGNITE-12271 it will be changed to nativeOrder().
> We should make it configurable so that persistence files may be moved between nodes of different archs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)