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

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

Github user d2r commented on the pull request:

    https://github.com/apache/storm/pull/275#issuecomment-66294912
  
    The explanation makes sense.  I still see some test errors:
    ```
    java.lang.NullPointerException
        at backtype.storm.tuple.TupleImpl.isTick(TupleImpl.java:218)
        at storm.kafka.bolt.KafkaBolt.execute(KafkaBolt.java:92)
        at 
storm.kafka.bolt.KafkaBoltTest.executeWithBrokerDown(KafkaBoltTest.java:145)
    ```
    ```
    java.lang.NullPointerException
        at backtype.storm.tuple.TupleImpl.isTick(TupleImpl.java:218)
        at storm.kafka.bolt.KafkaBolt.execute(KafkaBolt.java:92)
        at 
storm.kafka.bolt.KafkaBoltTest.executeWithoutKey(KafkaBoltTest.java:134)
    ```
    ```
    java.lang.NullPointerException
        at backtype.storm.tuple.TupleImpl.isTick(TupleImpl.java:218)
        at storm.kafka.bolt.KafkaBolt.execute(KafkaBolt.java:92)
        at 
storm.kafka.bolt.KafkaBoltTest.executeWithByteArrayKeyAndMessage(KafkaBoltTest.java:104)
    ```
    ```
    java.lang.NullPointerException
        at backtype.storm.tuple.TupleImpl.isTick(TupleImpl.java:218)
        at storm.kafka.bolt.KafkaBolt.execute(KafkaBolt.java:92)
        at storm.kafka.bolt.KafkaBoltTest.executeWithKey(KafkaBoltTest.java:91)
    ```


> KafkaBolt doesn't handle ticks properly
> ---------------------------------------
>
>                 Key: STORM-512
>                 URL: https://issues.apache.org/jira/browse/STORM-512
>             Project: Apache Storm
>          Issue Type: Bug
>            Reporter: Niels Basjes
>
> I found that when using the KafkaBolt the tick tuples are not handled 
> properly. They should be ignored and the reality is that they are not.



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

Reply via email to