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
Building of Jepsen 0.3.5 is failed due to a missing reference to
SequencedCollection, a Java interface added in JDK 21:
Execution error (ClassNotFoundException) at
jdk.internal.loader.BuiltinClassLoader/loadClass (BuiltinClassLoader.java:641).
java.util.SequencedCollection
See the description [1] and the issue #585 [2].
The patch bump JDK version to 17 as a workaround.
1. https://aphyr.com/posts/369-classnotfoundexception-java-util-sequencedcollection
2. jepsen-io/jepsen#585 (comment)
Tried to upgrade yugabyte tests to 0.3.5 jepsen in https://github.com/yugabyte/jepsen repo
Starting tests are failing with
ClassNotFoundException
, 0.3.4 version works fineThe text was updated successfully, but these errors were encountered: