-
Notifications
You must be signed in to change notification settings - Fork 94
Make js spi a separate plugin #841
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
base: main
Are you sure you want to change the base?
Make js spi a separate plugin #841
Conversation
Signed-off-by: cliu123 <[email protected]>
…ully generated zip files Signed-off-by: cliu123 <[email protected]>
41fe00e
to
6026679
Compare
installing job-scheduler-spi plugin:
verifying the job-scheduler-spi plugin is installed:
then installing JS plugin got jarHell:
|
The runtime class path of JS main plugin. The
|
After removing
And
|
The JS main plugin and job-scheduler-spi plugin structures need to be updated, so more changes will be required than converting the job-scheduler-spi plugin to a separate OpenSearch plugin. |
Description
Proof of concept of the proposed solution for OpenSearch plugin class loading issue causing jarHell: opensearch-project/OpenSearch#19440
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.