We have an Epic that is tracking the "blockers". https://issues.apache.org/jira/browse/STORM-2714
But you have to be logged in to see any of the JIRA listed under it. Some of them I don't consider to be true blockers. Like moving the UI to java because we can do it afterwards without impacting users at all. But I know that a pull request for it should show up shortly. For me personally the only real blockers left are not yet on the list. 1) I would like to go through an upgrade all of the dependencies for storm-client, and under external. STORM-3061 2) There is a netty 4 upgrade that has a pull request up STORM-1038 <https://github.com/apache/storm/pull/2704>, but probably needs to be updated to deal with the shading change that just went in. (but if we do it right that could go in later as well because netty is shaded so it might not be a blocker either) 3) A JIRA to drop storm-druid in favor of using the kafka ingestion functionality in druid STORM-3097 <https://github.com/apache/storm/pull/2707>. Some of STORM-3061 may be the long tail as it is going to need more testing time to be sure I didn't break any of them while upgrading their dependencies. So I would expect a release in a few weeks, partly because I am out on vacation next week so I wont be making a lot of progress on STORM-3097 until I am back. It is going to need some testing and bug fixes, but it is going to be a huge performance improvement for everyone. The benchmark results are really looking good, but because everything is not done yet, I don't want to announce anything "official". Thanks, Bobby We have been running our integration tests on master nightly, but that is a compatibility mode where we are running older topologies on newer nimbus+supervisors and everything has been going more or less fine. Some random failures that we are still tracking down and fixing as we go, but most of that is our tests having to deal with the code running faster than it did before. If we don't want to On Fri, Jun 8, 2018 at 3:37 AM Julien Nioche <[email protected]> wrote: > Hi, > > How close are we to having a 2.0.0 release? Are there any blockers? > > Thanks > > Julien > > -- > > *Open Source Solutions for Text Engineering* > > http://www.digitalpebble.com > http://digitalpebble.blogspot.com/ > #digitalpebble <http://twitter.com/digitalpebble> >
