[
https://issues.apache.org/jira/browse/IGNITE-8773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16508066#comment-16508066
] Roman Leventov commented on IGNITE-8773: ---------------------------------------- However, I'm wrong about the flag values. They are defined in https://github.com/torvalds/linux/blob/master/include/uapi/asm-generic/fcntl.h > Issues with IgniteNativeIoLib and OpenOptions > --------------------------------------------- > > Key: IGNITE-8773 > URL: https://issues.apache.org/jira/browse/IGNITE-8773 > Project: Ignite > Issue Type: Bug > Reporter: Roman Leventov > Priority: Major > > At least O_CREAT value: > [https://github.com/apache/ignite/blob/63dc75b85b12f1c7bea796714c1e88925c16b1ab/modules/direct-io/src/main/java/org/apache/ignite/internal/processors/cache/persistence/file/IgniteNativeIoLib.java#L50|https://github.com/apache/ignite/blob/63dc75b85b12f1c7bea796714c1e88925c16b1ab/modules/direct-io/src/main/java/org/apache/ignite/internal/processors/cache/persistence/file/IgniteNativeIoLib.java#L50,] > is wrong, should be 512 instead of 64: > [http://www.delorie.com/djgpp/doc/incs/fcntl.h] > Maybe some other constant values, too. > Also, setupOpenFlags() function: > [https://github.com/apache/ignite/blob/63dc75b85b12f1c7bea796714c1e88925c16b1ab/modules/direct-io/src/main/java/org/apache/ignite/internal/processors/cache/persistence/file/AlignedBuffersDirectFileIO.java#L148] > is incomprehensive, compare it with completeness of checks in OpenJDK, > support for CREATE_NEW, etc. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
