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
For k-NN, we are getting build failures related to a core change in our CI (failed action):
> Task :integTest
Error occurred during initialization of VM
java.lang.Error: Could not create SecurityManager
at java.lang.System.initPhase3([email protected]/System.java:2065)
Caused by: java.lang.ClassNotFoundException: allow
at jdk.internal.loader.BuiltinClassLoader.loadClass([email protected]/BuiltinClassLoader.java:581)
at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass([email protected]/ClassLoaders.java:178)
at java.lang.ClassLoader.loadClass([email protected]/ClassLoader.java:522)
at java.lang.Class.forName0([email protected]/Native Method)
at java.lang.Class.forName([email protected]/Class.java:398)
at java.lang.System.initPhase3([email protected]/System.java:2050)
For k-NN, we are getting build failures related to a core change in our CI (failed action):
The issue was introduced in opensearch-project/OpenSearch@e10c925 and then fixed in opensearch-project/OpenSearch@4fc5c8d.
However, I dont think https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/opensearch/3.0.0-SNAPSHOT/ hasnt been updated since Nov 10, before the fix was made. Wanted to see why it wasn't being updated and when it would be updated.
The text was updated successfully, but these errors were encountered: