You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/07/26 22:44:01 UTC

[jira] [Comment Edited] (FLINK-6402) Consider removing annotation for REAPER_THREAD_LOCK in SafetyNetCloseableRegistry#doRegister()

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

Ted Yu edited comment on FLINK-6402 at 7/26/17 10:43 PM:
---------------------------------------------------------

Pardon the typo.
The annotation can be dropped.


was (Author: yuzhihong@gmail.com):
Pardon the typo.

The annotation can be dropped.

> Consider removing annotation for REAPER_THREAD_LOCK in SafetyNetCloseableRegistry#doRegister()
> ----------------------------------------------------------------------------------------------
>
>                 Key: FLINK-6402
>                 URL: https://issues.apache.org/jira/browse/FLINK-6402
>             Project: Flink
>          Issue Type: Bug
>          Components: Local Runtime
>            Reporter: Ted Yu
>            Priority: Minor
>
> Here is related code:
> {code}
>     PhantomDelegatingCloseableRef phantomRef = new PhantomDelegatingCloseableRef(
>         wrappingProxyCloseable,
>         this,
>         REAPER_THREAD.referenceQueue);
> {code}
> Instantiation of REAPER_THREAD can be made visible by ctor.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)