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

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

GitHub user revans2 opened a pull request:

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

    STORM-1108: Fix NPE in simulated time.

    

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

    $ git pull https://github.com/revans2/incubator-storm STORM-1108

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

    https://github.com/apache/storm/pull/798.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 #798
    
----
commit 5b86f4712f92d34c32134e933b8f2c7fc3c866f0
Author: Robert (Bobby) Evans <[email protected]>
Date:   2015-10-14T18:33:27Z

    STORM-1108: Fix NPE in simulated time.

----


> Random test failure : reset-log-levels-timer fails with NPE
> -----------------------------------------------------------
>
>                 Key: STORM-1108
>                 URL: https://issues.apache.org/jira/browse/STORM-1108
>             Project: Apache Storm
>          Issue Type: Sub-task
>          Components: storm-core
>            Reporter: Jungtaek Lim
>            Assignee: Robert Joseph Evans
>
> https://travis-ci.org/apache/storm/jobs/84955623
> "test-component-specific-config-clojure" shows this issue.
> {code}
> 94755 [reset-log-levels-timer] ERROR b.s.d.worker - Error when processing 
> event
> java.lang.NullPointerException
>       at backtype.storm.utils.Time.sleepUntil(Time.java:61) ~[classes/:?]
>       at backtype.storm.utils.Time.sleep(Time.java:81) ~[classes/:?]
>       at backtype.storm.timer$mk_timer$fn__4130$fn__4131.invoke(timer.clj:60) 
> [classes/:?]
>       at backtype.storm.timer$mk_timer$fn__4130.invoke(timer.clj:42) 
> [classes/:?]
>       at clojure.lang.AFn.run(AFn.java:22) [clojure-1.7.0.jar:?]
>       at java.lang.Thread.run(Thread.java:745) [?:1.8.0_31]
> 94755 [reset-log-levels-timer] ERROR b.s.d.worker - Error when processing 
> event
> java.lang.NullPointerException
>       at backtype.storm.utils.Time.sleepUntil(Time.java:61) ~[classes/:?]
>       at backtype.storm.utils.Time.sleep(Time.java:81) ~[classes/:?]
>       at backtype.storm.timer$mk_timer$fn__4130$fn__4131.invoke(timer.clj:60) 
> [classes/:?]
>       at backtype.storm.timer$mk_timer$fn__4130.invoke(timer.clj:42) 
> [classes/:?]
>       at clojure.lang.AFn.run(AFn.java:22) [clojure-1.7.0.jar:?]
>       at java.lang.Thread.run(Thread.java:745) [?:1.8.0_31]
> {code}



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

Reply via email to