Good news on my side: * First test with 2.6.0 snapshot 2023/11/14 with a single Supervisor host is OK => I will soon (tomorrow) be able to upgrade my pre production cluster to have a wider scope & performance results "at scale" * My crazy attempt to convert all my topologies code from Java EE API to Jakarta EE API is finally working *fine*, the issue was lying between my keyboard and my seat (I used a misconfigured Kafka cluster with my mostly Kafka-depending topologies). So it means that regardless of the fact that Storm internally still relies on Java EE artefacts, a bunch of code migrated to Jakarta EE runs anway - that's what I like (smooth transitions)
I update when I'll have results on my pre-production cluster at scale (max Thursday) Alexandre Le mar. 14 nov. 2023 à 16:46, Julien Nioche <[email protected]> a écrit : > > Thanks Richard, > > I have tested the latest snapshot with a simple crawl topology in local and > deployed mode + a more complex one which generates WARC files (and > therefore the HDFS resouces), again both in local and remote mode. > No issues found, everything is looking fine > > Julien > > On Tue, 14 Nov 2023 at 09:52, Richard Zowalla <[email protected]> wrote: > > > Hi all, > > > > as written in the other thread, I have prepared another SNAPSHOT > > artifact incorporting the feedbach received in the first round. > > > > I would like to receive some feedback on the current SNAPSHOT build > > again. > > > > I just uploaded a 2.6.0-SNAPSHOT of Storm build from > > > > https://github.com/apache/storm/commit/a7aac90fdc4b87eba8dce3b851b55c86c4a390cf > > > > > > It is available via the ASF Snapshot repository: > > https://repository.apache.org/content/repositories/snapshots/ > > > > You can consume by adding > > > > <repository> > > <id>apache.snapshots</id> > > <name>Apache Snapshot Repository</name> > > <url>https://repository.apache.org/snapshots</url> > > <releases> > > <enabled>false</enabled> > > </releases> > > </repository> > > > > to your project pom. As we do not deploy SNAPSHOTS automatically, it > > should be easy to just consume the latest SNAPSHOT. > > > > The packaged binaries are available at nightlies.apache.org: > > > > > > https://nightlies.apache.org/storm/2.6.0-SNAPSHOT/a7aac90fdc4b87eba8dce3b851b55c86c4a390cf/ > > > > > > If you have some minutes left: Please test and report any issues with > > this binaries, so we can fix before attempting to release. > > > > The most significant changes are some fixes of ui-related bugs + > > upgrades of dependencies with CVEs, etc. > > > > Here is a diff: > > > > > > https://github.com/apache/storm/compare/8f883086032669a8f04b09a3b312d60af5b44533..a7aac90fdc4b87eba8dce3b851b55c86c4a390cf > > > > A summary in Jira is here: > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314820&version=12353484 > > > > Gruß > > Richard > > > > > > > > > > -- > > *Open Source Solutions for Text Engineering* > > http://www.digitalpebble.com > http://digitalpebble.blogspot.com/ > #digitalpebble <http://twitter.com/digitalpebble>
