-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] NoSuchMethodError: java.nio.file.Path.of(Ljava/lang/String;[Ljava/lang/String;) on Java 1.8 #1591
Comments
Track if we missed running integration tests with plugins on Java 1.8. It looks a problem with notebooks plugin. |
notebooks is merged into observability, but I'm able to confirm the issue on 1.2 observability. We will look into this, as a workaround could you try running it with |
is only available in java 11 onwards which is used by many plugins |
opensearch-project/opensearch-plugins#64 |
Looks like affected plugins are reports-scheduler, notebooks, observability - from that list above. (Everything else is test, unreleased, or data-prepper.) Pls create issues and fix in all three for the 1.3 release. |
@joshuali925 / @anirudha I see notebooks plugin is already being built for 1.8. But we are using it with JDK 14. Integration tests are being run with JDK 14. Yeah looks like even though plugins are being built for JDK 8/ Java version string 1.8, we are only testing it in JDK 14 or the bundled JDK with OpenSearch. As @anirudha said opensearch-project/opensearch-plugins#64 should be completed before we can support them. |
Let's sort this all out for 1.3, starting with opensearch-project/opensearch-plugins#64 across all plugins. |
OpenSearch 1.3.0 has restored JDK8 support via opensearch-project/opensearch-plugins#64. Please reopen if you're still seeing problems on JDK8. Note that in 2.0 support for JDK8 will be removed. |
There are something wrong when i run openseach on jvm 1.8
Linux 5.11.0-40-generic #44~20.04.2-Ubuntu SMP Tue Oct 26 18:07:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
opensearch-1.1.0-linux-x64.tar.gz
The text was updated successfully, but these errors were encountered: