[
https://issues.apache.org/jira/browse/CASSANDRA-20997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18066303#comment-18066303
]
Arvind Kandpal commented on CASSANDRA-20997:
--------------------------------------------
I’ve done testing with upgrading our base image to Ubuntu 22.04 (Jammy). I
successfully got Python 2.7 (from universe) and 3.7 through 3.13 (via
deadsnakes) running smoothly.
However, I have a hard blocker with Python 3.6.
1. _deadsnakes_ has completely dropped 3.6 for Jammy.
2. Attempting to build 3.6 from source on Jammy results in a _Segmentation
fault_ during _make altinstall_. The codebase of Python 3.6 is fundamentally
incompatible with Jammy’s modern toolchain (GCC 11 / Glibc 2.35) and OpenSSL
3.0.
Since Python 3.6 has been EOL for several years and is structurally breaking
modern OS builds, I think we should drop Python 3.6 testing from the Jammy
upgrade.
> Support Python 3.13
> -------------------
>
> Key: CASSANDRA-20997
> URL: https://issues.apache.org/jira/browse/CASSANDRA-20997
> Project: Apache Cassandra
> Issue Type: Improvement
> Components: Build, Dependencies, Tool/cqlsh
> Reporter: fmaurer
> Assignee: Arvind Kandpal
> Priority: Normal
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Using the cassandra install for debian using the latest deb of 5.0.6, the
> database does not come up with JDK-21:
> {{java.lang.UnsupportedOperationException: The Security Manager is deprecated
> and will be removed in a future release}}
>
> This can be fixed with
> {{JVM_EXTRA_OPTS="$JVM_EXTRA_OPTS -Djava.security.manager=allow"}}
> {{in /etc/cassandra/cassandra-env.sh}}
> then after {{systemctl restart cassandra}}
> the `cqlsh` fails with
> {{Warning: unsupported version of Python, required 3.6-3.11 but found 3.13}}
> {{No appropriate Python interpreter found.}}
>
> I would like to see a project of this size to support a more recent
> technology stack as well.
> Is there any plan to fix these issues? Thanks!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]