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 2018/04/19 00:23:00 UTC

[jira] [Comment Edited] (FLINK-7775) Remove unreferenced method PermanentBlobCache#getNumberOfCachedJobs

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

Ted Yu edited comment on FLINK-7775 at 4/19/18 12:22 AM:
---------------------------------------------------------

+1


was (Author: yuzhihong@gmail.com):
lgtm

> Remove unreferenced method PermanentBlobCache#getNumberOfCachedJobs
> -------------------------------------------------------------------
>
>                 Key: FLINK-7775
>                 URL: https://issues.apache.org/jira/browse/FLINK-7775
>             Project: Flink
>          Issue Type: Task
>          Components: Local Runtime
>            Reporter: Ted Yu
>            Assignee: vinoyang
>            Priority: Minor
>
> {code}
>   public int getNumberOfCachedJobs() {
>     return jobRefCounters.size();
>   }
> {code}
> The method of PermanentBlobCache is not used.
> We should remove it.



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