You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2019/02/20 07:52:00 UTC

[jira] [Resolved] (IGNITE-11266) Platform .NET test failed with Java 11 warning

     [ https://issues.apache.org/jira/browse/IGNITE-11266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitriy Pavlov resolved IGNITE-11266.
-------------------------------------
    Resolution: Fixed

Merged to master, [~ptupitsyn] thank you for fixing the issue

https://github.com/apache/ignite/commit/1dbf57bc58c480a4c5500ed0ecb04a18d07fbcd3

> Platform .NET test failed with Java 11 warning
> ----------------------------------------------
>
>                 Key: IGNITE-11266
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11266
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Dmitriy Pavlov
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>
> Following warning is unavoidable, because Java always warns about illegal reflective access (at least for the first time). Probably we can change some settings to avoid "The active test run was aborted. Reason".
> https://ci.ignite.apache.org/viewLog.html?buildId=3027650
> {noformat}
> [17:32:56][test] The active test run was aborted. Reason: WARNING: An illegal reflective access operation has occurred
> [17:32:56][test] WARNING: Illegal reflective access by org.apache.ignite.internal.util.GridUnsafe$2 (file:/data/teamcity/work/9198da4c51c3e112/modules/core/target/classes/) to field java.nio.Buffer.address
> [17:32:56][test] WARNING: Please consider reporting this to the maintainers of org.apache.ignite.internal.util.GridUnsafe$2
> [17:32:56][test] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> [17:32:56][test] WARNING: All illegal access operations will be denied in a future release
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)