You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Devang (JIRA)" <ji...@apache.org> on 2014/10/30 15:28:33 UTC

[jira] [Updated] (STORM-543) Storm failing all input messages (although successfully processed) post restarting on the same supervisor slot

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

Devang updated STORM-543:
-------------------------
    Attachment: acker_good_case.txt
                acker_bad_case.txt

Attached two files for the acker good case and acker bad case. Thes are the acker logs (obtained using topology.debug : true) taken post worker restarts.

acker good case --> When the supervisor starts worker on a different supervisor slot then it was previously running.

acker bad case --> When the supervisor starts worker on the same supervisor slot it was previously running on.


> Storm failing all input messages (although successfully processed) post restarting on the same supervisor slot
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: STORM-543
>                 URL: https://issues.apache.org/jira/browse/STORM-543
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 0.9.2-incubating
>            Reporter: Devang
>         Attachments: acker_bad_case.txt, acker_good_case.txt
>
>
> Steps to simulate the behaviour,
> 1. Run topology(spout as single instance and multiple instances of bolts)
> on multiple workers.
> 2. Identify the slot on which the single spout instance is running (from STORM UI) and kill it (using kill -9)
> 3. See if the supervisor started the worker on the same supervisor port. If not then repeat step 2 untill you get supervisor on the same slot as previous one.
> 4. Pump in a message into the topology.
> 5. You will see message being processed successfully but acker failing the tuple after the message times out (defaults to 30 secs).



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