Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snapshot for OpenSearch 3.0.0 not getting updated on aws.oss.sonatype #2886

Closed
jmazanec15 opened this issue Nov 14, 2022 · 1 comment
Closed

Comments

@jmazanec15
Copy link
Member

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)

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.

@gaiksaya
Copy link
Member

Related issue: opensearch-project/sql#1065

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants