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 2017/09/08 14:23:00 UTC

[jira] [Created] (STORM-2732) The eldest writer is not closed when removed from WritersMap

Ethan Li created STORM-2732:
-------------------------------

             Summary: The eldest writer is not closed when removed from WritersMap
                 Key: STORM-2732
                 URL: https://issues.apache.org/jira/browse/STORM-2732
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-hdfs
            Reporter: Ethan Li
            Assignee: Ethan Li


WritersMap only keeps maxWriters number of Writers. It will automatically remove the eldest entry to keep the number of entries in the WritersMap under maxWriters limit. But it doesn't close the removed writer, which could leads to potential data lose.



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