Thank you for your insights. I created (1) to track the work / progress.
(1) https://issues.apache.org/jira/browse/CASSANDRA-18830
From: Jon Meredith
Sent: Thursday, September 7, 2023 15:42
To: dev@cassandra.apache.org
Subject: Re: [Discuss] disabling
I think the Native dependencies were disabled for in-jvm Netty because they
prevented the in-jvm dtest InstanceClassLoaders from being garbage
collected and were a source of out-of-metaspace exceptions. I'll echo
Alex's comment that you will also need to investigate in-jvm upgrade tests.
I'm not s
I think most of the time people actually use netty _with_ native. This might
have been introduced when we were tried to make shaded in-JVM dtest jars. If
all tests are passing, and we actually do have a confirmtion that native Netty
is being used, I would say +1 to remove `noNative`.
Just to m