Github user revans2 commented on the issue:
https://github.com/apache/storm/pull/2502
I am still seeing test failures when running `mvn clean install -Pall-tests
-fn | tee log.txt`
`integration.org.apache.storm.integration-test` Looks like an NPE at
ExecutorTransfer.java:114 appears to be an issue with initializing the local
receive queues.
`storm-starter` is also getting several errors.
`test-intermediate-rankings-bolt` is getting an array index out of bounds
exception using `RankableObjectWithFields`
`test-exclamation-bolt`, `test-total-rankings-bolt` and `test-rolling-bolt`
are getting an NPE at GeneralTopologyContext.java:112 which looks like the
component to stream table is not being setup properly, at least for the clojure
API.
I'll see if there is more that I can come up with, and I'll try to spend
more time looking at the actual code changes.
---