You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/10/05 03:33:27 UTC

[jira] [Updated] (STORM-790) Log "task id is null" instead of let worker died (NPE in consumeBatchToCursor)

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

Rick Kellogg updated STORM-790:
-------------------------------
    Component/s: storm-core

> Log "task id is null" instead of let worker died (NPE in consumeBatchToCursor)
> ------------------------------------------------------------------------------
>
>                 Key: STORM-790
>                 URL: https://issues.apache.org/jira/browse/STORM-790
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>    Affects Versions: 0.9.2-incubating, 0.9.3, 0.10.0, 0.9.4, 0.11.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>             Fix For: 0.10.0, 0.9.5
>
>
> In STORM-770, some users have observed that worker suddenly died with NPE in consumeBatchToCursor().
> Looks like it can occur when "task" in "mk-transfer-fn" is null.
> It was also an issue equal or before 0.9.2-incubating and it throws NPE, too.
> Lower than 0.9.2 version, you can see NPE from KryoTupleSerializer.serialize.
> And at 0.9.2 and higher version, you can see NPE from clojure.lang.RT.intCast.
> Before finding root cause of this issue, it would be better to let worker not killed by this issue but just log with WARN or ERROR level.
> It really makes sense cause with Guaranteeing Message Processing, after timed-out tuple will be replayed. (It isn't applied to non-ack)



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