You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/08/18 16:39:46 UTC

[jira] [Closed] (FLINK-2529) fix on some unused code for flink-runtime

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

Stephan Ewen closed FLINK-2529.
-------------------------------

> fix on some unused code for flink-runtime
> -----------------------------------------
>
>                 Key: FLINK-2529
>                 URL: https://issues.apache.org/jira/browse/FLINK-2529
>             Project: Flink
>          Issue Type: Improvement
>          Components: Local Runtime
>    Affects Versions: 0.10
>            Reporter: Huang Wei
>            Priority: Minor
>             Fix For: 0.10
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> In file BlobServer.java, I found the Thread.currentThread() will never return null in my learned knowledge.
> So I think "shutdownHook != null“ is not necessary in code 'if (shutdownHook != null && shutdownHook != Thread.currentThread())';
> And I am not complete sure.
> Maybe I am wrong.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)