[OpenNMS/opennms] 47b478: NMS-20199: Pin Netty 4.1 for the modules that embe...
Marshall Massengill via opennms-cvs <[email protected]>
| Newsgroups | gmane.network.opennms.cvs |
|---|---|
| Message-ID | <OpenNMS/opennms/push/refs/heads/mm/NMS-20199-smoke/[email protected]> |
Branch: refs/heads/mm/NMS-20199-smoke
Home: https://github.com/OpenNMS/opennms
Commit: 47b4783ab99600a468dd7f85faa6fee2271cb497
https://github.com/OpenNMS/opennms/commit/47b4783ab99600a468dd7f85faa6fee2271cb497
Author: Marshall Massengill <[email protected]>
Date: 2026-08-10 (Mon, 10 Aug 2026)
Changed paths:
M features/distributed/kv-store/blob/blob-itests/pom.xml
M features/newts-repository-converter/pom.xml
M features/newts/pom.xml
Log Message:
-----------
NMS-20199: Pin Netty 4.1 for the modules that embed Cassandra
cassandra-unit starts Cassandra 3.11 inside the test JVM, and that server
cannot serve requests on Netty 4.2: it accepts the connection, never answers,
and the client times out. NMS-20168 moved this branch to 4.2.16 and broke
NewtsPersisterIT, NewtsConverterIT and CassandraBlobStoreIT.
The failure is server-side. Neither com.datastax.driver.FORCE_NIO=true nor
cassandra.native.epoll.enabled=false avoids it, and java-driver-core 4.17
times out against the same server. Every 4.1.x tested works and every 4.2.x
fails, so this targets the 4.1 line rather than a patch release.
The override reaches only these modules' build classpath. features/newts
neither imports nor embeds netty, newts-repository-converter is a plain jar,
and blob-itests ships nothing; container/features and all four assemblies
still resolve 4.2.16.
foundation-2024 and later run Cassandra as a testcontainer and do not need
this. It applies there without conflicting, so it must be dropped explicitly
when this forward merges.
To unsubscribe from these emails, change your notification settings at https://github.com/OpenNMS/opennms/settings/notifications
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/wiki/index.php?page=MailingListFaq
opennms-cvs mailing list
To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-cvs