[
https://issues.apache.org/jira/browse/IGNITE-6743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287577#comment-16287577
]
ASF GitHub Bot commented on IGNITE-6743:
----------------------------------------
GitHub user andrey-kuznetsov opened a pull request:
https://github.com/apache/ignite/pull/3206
IGNITE-6743: Cleaning direct buffer through reflection.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrey-kuznetsov/ignite ignite-6743
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3206.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3206
----
commit b37392cbbdd3fd04d7e4640563a12af9e5a6f09d
Author: Andrey Kuznetsov <[email protected]>
Date: 2017-12-12T13:11:17Z
IGNITE-6743: Cleaning direct buffer through reflection.
----
> Java 9: rework DirectBuffer.cleaner().clean() usage in GridNioServer
> --------------------------------------------------------------------
>
> Key: IGNITE-6743
> URL: https://issues.apache.org/jira/browse/IGNITE-6743
> Project: Ignite
> Issue Type: Task
> Components: general
> Reporter: Vladimir Ozerov
> Assignee: Andrey Kuznetsov
> Fix For: 2.4
>
>
> When session is closed we clean allocated {{DirectByteBuffer}}-s using
> {{sun.misc.Cleaner}}. Need to rework this piece to reflection-based approach
> which will work for supported Java versions.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)