You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2015/10/12 19:57:05 UTC

[jira] [Resolved] (STORM-1104) Nimbus HA fails to find newly downloaded code files

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

Robert Joseph Evans resolved STORM-1104.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.11.0

Thanks [~BaconSeason],

I merged this into master.

> Nimbus HA fails to find newly downloaded code files
> ---------------------------------------------------
>
>                 Key: STORM-1104
>                 URL: https://issues.apache.org/jira/browse/STORM-1104
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>    Affects Versions: 0.11.0
>            Reporter: Michael Schonfeld
>            Assignee: Michael Schonfeld
>             Fix For: 0.11.0
>
>
> Nimbus HA using Local File System code distribution is broken. We seem to be "caching" the return value of `(code-ids (:conf nimbus))` in the sync-code method, by overriding the `code-ids` var from a method (#854 `defn code-ids`), to a local var (#1669 `code-ids (set (code-ids (:conf nimbus)))`).
> The problem is, that after downloading code for missing topologies, sync-code doesn't realize it has gotten the new missing topology files.



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