You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Ethan Li (JIRA)" <ji...@apache.org> on 2019/08/10 22:13:00 UTC

[jira] [Closed] (STORM-3477) HDFS blobstore isRemoteBlobExists performs unnecessary file opens

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

Ethan Li closed STORM-3477.
---------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 2.0.1)
                   2.1.0

> HDFS blobstore isRemoteBlobExists performs unnecessary file opens
> -----------------------------------------------------------------
>
>                 Key: STORM-3477
>                 URL: https://issues.apache.org/jira/browse/STORM-3477
>             Project: Apache Storm
>          Issue Type: Improvement
>    Affects Versions: 2.0.0
>            Reporter: Aaron Gresch
>            Assignee: Aaron Gresch
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.1.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> isRemoteBlobExists eventually performs an HDFS file open and returns an input file stream, which is not closed.
>  
> We should just be calling file exists instead.  Lower HDFS overhead.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)