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
scylla 4.19.0.8/9: drop release: prefix in getCcmVersionString()
The getCcmVersionString() method in the scylla-java-driver source at tags
4.19.0.8 and 4.19.0.9 returns "release:" + versionString when the backend
is Scylla. This causes CCM to attempt a remote download instead of using
the locally-installed package, producing 105+ cluster creation failures
per test run.
Add a patch hunk to drop the prefix, following the same pattern used in
versions/scylla/4.18.1.0/patch.
0 commit comments