You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/17 20:12:00 UTC

[jira] [Work logged] (HADOOP-12760) sun.misc.Cleaner has moved to a new location in OpenJDK 9

     [ https://issues.apache.org/jira/browse/HADOOP-12760?focusedWorklogId=743394&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-743394 ]

ASF GitHub Bot logged work on HADOOP-12760:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Mar/22 20:11
            Start Date: 17/Mar/22 20:11
    Worklog Time Spent: 10m 
      Work Description: mccormickt12 opened a new pull request #4080:
URL: https://github.com/apache/hadoop/pull/4080


   … 9. Contributed by Akira Ajisaka.
   
   (cherry picked from commit 5d084d7eca32cfa647a78ff6ed3c378659f5b186)
   
   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 'HADOOP-17799. Your PR title ...'.
   -->
   
   ### Description of PR
   
   
   ### How was this patch tested?
   
   
   ### For code changes:
   
   - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')?
   - [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation?
   - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 743394)
    Time Spent: 1h 20m  (was: 1h 10m)

> sun.misc.Cleaner has moved to a new location in OpenJDK 9
> ---------------------------------------------------------
>
>                 Key: HADOOP-12760
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12760
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Chris Hegarty
>            Assignee: Akira Ajisaka
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.2.0
>
>         Attachments: HADOOP-12760.00.patch, HADOOP-12760.01.patch, HADOOP-12760.02.patch, HADOOP-12760.03.patch, HADOOP-12760.04.patch, HADOOP-12760.05.patch, HADOOP-12760.06.patch, HADOOP-12760.07.patch, HADOOP-12760.08.patch
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> This is a heads-up: there are upcoming changes in JDK 9 that will require, at least, a small update to org.apache.hadoop.crypto.CryptoStreamUtils & org.apache.hadoop.io.nativeio.NativeIO.
> OpenJDK issue no. 8148117: "Move sun.misc.Cleaner to jdk.internal.ref" [1], will move the Cleaner class from sun.misc to jdk.internal.ref. There is ongoing discussion about the possibility of providing a public supported API, maybe in the JDK 9 timeframe, for releasing NIO direct buffer native memory, see the core-libs-dev mail thread [2]. At the very least CryptoStreamUtils & NativeIO [3] should be updated to have knowledge of the new location of the JDK Cleaner.
> [1] https://bugs.openjdk.java.net/browse/JDK-8148117
> [2] http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-January/038243.html
> [3] https://github.com/apache/hadoop/search?utf8=✓&q=sun.misc.Cleaner



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org