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)
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---