Github user roshannaik commented on the issue: https://github.com/apache/storm/pull/2502 **Update:** - The code has been rebased to latest master. - Getting clean test runs on my local machine - Travis runs are indicating these test failures. 1. **storm-client:JCQueueTest** - is failing for some reason here but working ok for me. I will look into it. 2. *storm-core* - The exact test or the nature of the failure is not clear from the travis logs. See some exceptions that are talking about MetricsStore ... this might not be related to this PR. 3. *org.apache.storm.cassandra.trident.MapStateTest* Seems to be stalling and causing a failure. The cause of the last two failures is unclear to me as they are passing on my local machine and I cant see anything interesting in the Travis logs. @revans2 : Have that open question for you wrt that race condition you brought up wrt ExecutorTransfer::remotesBatchSz. Rest everything has been addressed.
---