Workers are crash looping with: Error: Could not find or load main class org.apache.storm.LogWriter Caused by: java.lang.ClassNotFoundException: org.apache.storm.LogWriter
https://github.com/apache/storm/blob/b2b9bc524b1c671299ab74d6fa574f87b25bba1f/storm-server/src/main/java/org/apache/storm/daemon/supervisor/BasicContainer.java#L375 contains a reference to lib-worker, but that folder is absent from the final distribution. It only contains lib + lib-common (deduplicated) @Richard Zowalla please have a look at https://github.com/apache/storm/pull/8905/changes On Sat, 18 Jul 2026 at 22:01, Rui Abreu <[email protected]> wrote: > > Hi folks, > > I have posted the 1st release candidate for Apache Storm 3.0.0 > release and it is ready for testing. > > The Nexus staging repository is here: > https://repository.apache.org/content/repositories/orgapachestorm-1127 > > Storm Source and Binary Release with sha512 signature files are here: > https://dist.apache.org/repos/dist/dev/storm/apache-storm-3.0.0-rc1/ > > The release artifacts are signed with the following key: > https://keyserver.ubuntu.com/pks/lookup?op=index&fingerprint=on&search=rabreu > in this file https://www.apache.org/dist/storm/KEYS > > The release was made from the Apache Storm 3.0.0 tag at: > https://github.com/apache/storm/tree/v3.0.0 > > Full list of changes in this release: > https://dist.apache.org/repos/dist/dev/storm/apache-storm-3.0.0-rc1/RELEASE_NOTES.html > > To use it in a Maven build set the version for Storm to 3.0.0 and add > the following URL to your settings.xml file: > https://repository.apache.org/content/repositories/orgapachestorm-1127 > > The release was made using the Storm release process, documented on > the GitHub repository: > https://github.com/apache/storm/blob/master/RELEASING.md > > Please vote on releasing these packages as Apache Storm 3.0.0. The > vote is open for at least the next 72 hours. > > "How to vote" is described here: > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate > When voting, please list the actions taken to verify the release. > > Only votes from the Storm PMC are binding, but everyone is welcome to > check the release candidate and vote. > The vote passes if at least three binding +1 votes are cast. > > [ ] +1 Release this package as Apache Storm 3.0.0 > [ ] 0 No opinion > [ ] -1 Do not release this package because... > > Thanks to everyone who contributed to this release.
