[
https://issues.apache.org/jira/browse/CASSANDRA-18712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18056394#comment-18056394
]
Sangita Nalkar commented on CASSANDRA-18712:
--------------------------------------------
Hello,
Greetings of the day!
I have reviewed the above discussion but did not see a clear conclusion.
Cassandra is still using an older Chronicle version and the newer releases
include s390x support.
I have tested updated Chronicle versions on the Cassandra trunk branch (commit
-099f37663598449f7b824ed89c0bb086afcb84af). The build completed successfully,
and all tests passed on Intel with Ubuntu 22.04.
Below are the chronicle versions tested:
{code:java}
diff --git a/.build/parent-maven-pom.xml b/.build/parent-maven-pom.xml
index dfad866104..5624f92ca1 100644
--- a/.build/parent-maven-pom.xml
+++ b/.build/parent-maven-pom.xml
@@ -885,7 +885,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-queue</artifactId>
- <version>5.23.37</version>
+ <version>5.25ea13</version>
<exclusions>
<exclusion>
<artifactId>tools</artifactId>
@@ -901,7 +901,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-core</artifactId>
- <version>2.23.36</version>
+ <version>2.25ea13</version>
<exclusions>
<exclusion>
<artifactId>chronicle-analytics</artifactId>
@@ -916,7 +916,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-bytes</artifactId>
- <version>2.23.33</version>
+ <version>2.25ea9</version>
<exclusions>
<exclusion>
<artifactId>annotations</artifactId>
@@ -927,7 +927,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-wire</artifactId>
- <version>2.23.39</version>
+ <version>2.25ea12</version>
<exclusions>
<exclusion>
<artifactId>compiler</artifactId>
@@ -943,7 +943,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-threads</artifactId>
- <version>2.23.25</version>
+ <version>2.25ea6</version>
<exclusions>
<exclusion>
<!-- pulls in affinity-3.23ea1 which pulls in
third-party-bom-3.22.4-SNAPSHOT --> {code}
Could you please confirm if there are any plans to update the Chronicle
versions in the Cassandra codebase?
Thanks,
Sangita
> Update Chronicle bytes
> ----------------------
>
> Key: CASSANDRA-18712
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18712
> Project: Apache Cassandra
> Issue Type: Task
> Components: Dependencies
> Reporter: Nayana Thorat
> Assignee: Nayana Thorat
> Priority: Normal
> Fix For: 5.x
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> [https://github.com/OpenHFT/Chronicle-Bytes/pull/485] fixes test failures of
> cassandra on s390x.
> This patch is merged and available in chronicle-bytes-2.24ea7 and later
> releases.
> possible to update Chronicle bytes and related pkg versions in Cassandra
> (https://github.com/apache/cassandra/blob/trunk/.build/parent-pom-template.xml)?
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]