Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Operability
-
Normal
-
All
-
None
-
Description
I haven't been able to identify from the Netty docs which was the lowest version where JDK17 was added but we are about 40 versions behind in netty 4 so I suspect we better update.
We need to consider there was an issue with class cast exceptions when building with JDK17 with newer versions of netty (the newest available in March 2022). For the record, we didn't see those when running CI on JDK8 and JDK11. We also need to carefully revise the changes between the netty versions. --> CASSANDRA-18180
Upgrading will cover also a fix in netty that was discussed in this ASF Slack thread.
Attachments
Attachments
Issue Links
- Dependency
-
CASSANDRA-12787 Reduce instanceOf() type checking to improve performance
- Open
- is blocked by
-
CASSANDRA-18247 Add CircleCI config files for J11+J17
- Resolved
- is duplicated by
-
CASSANDRA-15873 Update Netty 4.0.44 -> 4.1.50 (fix security/performance issues)
- Resolved
- is related to
-
CASSANDRA-18729 Remove unnecessary Netty dependencies after upgrade to 4.1.96
- Resolved
- Testing discovered
-
CASSANDRA-18180 bulkLoaderSuccessfullyStreamsOverSsl fails with ClassCastException on JDK17
- Resolved
-
CASSANDRA-18690 Fix the way we produce a DTest jar
- Resolved
- links to