You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Simon Cooper (JIRA)" <ji...@apache.org> on 2017/05/23 16:29:04 UTC

[jira] [Created] (STORM-2529) KeyNotFoundException on topology undeploy

Simon Cooper created STORM-2529:
-----------------------------------

             Summary: KeyNotFoundException on topology undeploy
                 Key: STORM-2529
                 URL: https://issues.apache.org/jira/browse/STORM-2529
             Project: Apache Storm
          Issue Type: Bug
    Affects Versions: 1.1.0
         Environment: Single nimbus, default filesystem blobstore
            Reporter: Simon Cooper
            Priority: Critical


On undeploying a topology, the following is logged in the nimbus log:

{code}2017-05-23T11:59:17,785 o.a.s.d.nimbus [INFO] Killing topology: <topology>
2017-05-23T11:59:18,284 o.a.s.d.nimbus [INFO] Cleaning up <topology>
2017-05-23T11:59:18,359 o.a.s.d.nimbus [INFO] Removing dependency jars from blobs - 
2017-05-23T11:59:28,498 o.a.s.d.nimbus [INFO] Cleaning up <topology>
2017-05-23T11:59:28,515 o.a.s.d.nimbus [INFO] ExceptionKeyNotFoundException(msg:<topology>-stormcode.ser){code}

This causes the client making the thrift call to nimbus to undeploy the topology to block indefinitely



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)