[ https://issues.apache.org/jira/browse/FLINK-7775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16532653#comment-16532653
]
vinoyang commented on FLINK-7775:
---------------------------------
[~srichter] yes, it was already merged, it's my fault. I clicked this PR's "asfgit" did not
find the PR, so I asked you, but I have found it. Thanks a lot!
> 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
> Labels: pull-request-available
> Fix For: 1.6.0
>
>
> {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)
|