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

ASF GitHub Bot commented on STORM-1976:
---------------------------------------

GitHub user HeartSaVioR opened a pull request:

    https://github.com/apache/storm/pull/1572

    STORM-1976 Remove cleanup-corrupt-topologies! (1.x)

    For master branch: #1571 
    
    * cleanup-corrupt-topologies! was born from non-H/A Nimbus age
    * Keeping this with Nimbus H/A makes various issues which in result 
topology going away
    
    Please refer [STORM-1976](https://issues.apache.org/jira/browse/STORM-1976) 
for more details.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/HeartSaVioR/storm STORM-1976-1.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/1572.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1572
    
----
commit d677f54b4d6281733169e493eb3330bbde95bbe7
Author: Jungtaek Lim <kabh...@gmail.com>
Date:   2016-07-17T22:48:55Z

    STORM-1976 Remove cleanup-corrupt-topologies!
    
    * cleanup-corrupt-topologies! was born from non-H/A Nimbus age
    * Keeping this with Nimbus H/A makes various issues which in result 
topology going away

----


> Storm Nimbus H/A has issue on cleaning corrupted topologies
> -----------------------------------------------------------
>
>                 Key: STORM-1976
>                 URL: https://issues.apache.org/jira/browse/STORM-1976
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>    Affects Versions: 1.0.0, 1.0.1
>            Reporter: Raghav Kumar Gautam
>            Assignee: Jungtaek Lim
>            Priority: Blocker
>
> In the following scenario storm-ha runs into issues:
> 1. Kill a non-leader nimbus
> 2. Submit a topology
> 3. Bring up the non-leader nimbus
> After step-3 expectation is that the non-leader nimbus will download topology 
> jar. Instead it cleans up the topology.
> {code}
> 2016-07-12 07:11:09.511 o.a.s.c.zookeeper-state-factory [WARN] Received event 
> ::none: with disconnected Reader Zookeeper.
> 2016-07-12 07:11:09.587 o.a.s.zookeeper [INFO] Queued up for leader lock.
> 2016-07-12 07:11:09.608 o.a.s.d.nimbus [INFO] Corrupt topology 
> JoinedNonLeaderNimbusTriesToDownloadTopologyCode-2-1468307239 has state on 
> zookeeper but doesn't have a local dir on Nimbus. Cleaning up...
> 2016-07-12 07:11:09.932 o.a.h.m.s.s.StormTimelineMetricsReporter [INFO] 
> Preparing Storm Metrics Reporter
> 2016-07-12 07:11:09.946 o.a.s.d.m.MetricsUtils [INFO] Using statistics 
> reporter 
> plugin:org.apache.storm.daemon.metrics.reporters.JmxPreparableReporter
> {code}



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

Reply via email to