Github user d2r commented on the pull request:
https://github.com/apache/storm/pull/996#issuecomment-170039698
Test failures are the same, and they look unrelated. We may want a new
Jira created under [STORM-915](https://issues.apache.org/jira/browse/STORM-915).
```
Running storm.kafka.bolt.KafkaBoltTest
Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 14.346 sec
<<< FAILURE! - in storm.kafka.bolt.KafkaBoltTest
executeWithByteArrayKeyAndMessageFire(storm.kafka.bolt.KafkaBoltTest) Time
elapsed: 1.71 sec <<< ERROR!
storm.kafka.TopicOffsetOutOfRangeException: Partition{host=localhost:59874,
topic=test-topic, partition=0} Got fetch request with offset out of range: [-1]
at storm.kafka.KafkaUtils.fetchMessages(KafkaUtils.java:203)
at storm.kafka.bolt.KafkaBoltTest.verifyMessage(KafkaBoltTest.java:275)
at
storm.kafka.bolt.KafkaBoltTest.executeWithByteArrayKeyAndMessageFire(KafkaBoltTest.java:188)
```
+1
---
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.
---