You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a kubernetes setup with cassandra.
The cassandra version is 4.1.5
Casskop version is 2.2.4
I want to upgrade from cassandra 4.1.5 to 5.0.1. I have updated the images in the cassandra casskop CRD.
But the cassandra pod does not come up. I see this erros in the logs:
│
│ cassandra OpenJDK 64-Bit Server VM warning: Option UseBiasedLocking was deprecated in version 15.0 and will likely be removed in a future release. │
│ cassandra Error opening zip file or JAR manifest missing : /opt/cassandra/lib/jamm-0.3.2.jar │
│ cassandra Error occurred during initialization of VM │
│ cassandra agent library failed to init: instrument
It seems that the pod tries to find jamm-0.3.2.jar which is the old library from cassandra 4.1.5.
Can you please help me with information on what I need to do to upgrade cassandra to 5.0.1 in a kubernetes setup with casskop?
The text was updated successfully, but these errors were encountered:
I experience the same error after upgrading to cassandra 5.0.2 with homebrew on macos. jamm-0.4.0.jar is present in libexec folder. when I manually add jamm-0.3.2.jar startup fails with "NoSuchMethodException"
Hello,
I have a kubernetes setup with cassandra.
The cassandra version is 4.1.5
Casskop version is 2.2.4
I want to upgrade from cassandra 4.1.5 to 5.0.1. I have updated the images in the cassandra casskop CRD.
But the cassandra pod does not come up. I see this erros in the logs:
It seems that the pod tries to find jamm-0.3.2.jar which is the old library from cassandra 4.1.5.
Can you please help me with information on what I need to do to upgrade cassandra to 5.0.1 in a kubernetes setup with casskop?
The text was updated successfully, but these errors were encountered: