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

[META] Add check for broken Java 11 versions on startup #2822

Closed
3 tasks done
uschindler opened this issue Apr 8, 2022 · 3 comments
Closed
3 tasks done

[META] Add check for broken Java 11 versions on startup #2822

uschindler opened this issue Apr 8, 2022 · 3 comments
Labels
Build Libraries & Interfaces enhancement Enhancement or improvement to existing feature or request v2.1.0 Issues and PRs related to version 2.1.0 v3.0.0 Issues and PRs related to version 3.0.0

Comments

@uschindler
Copy link
Contributor

uschindler commented Apr 8, 2022

Is your feature request related to a problem? Please describe.
As discussed in #2791 we figured out that OpenSearch does not work correctly if you use OpenJDK reference implementation version 11.0.2. The download page on jdk.java.net lists this as latest version (although the currently uptodate version is 11.0.14.1, available via Adoptium or Coretto)

Describe the solution you'd like
In the boostrap classes, OpenSearch checks for Java versions. We should add broken Java 11 versions there. Actually this feature request has two components:

Describe alternatives you've considered
Do those checks in startup script, but this is likely to break depending on charsets, languages, custom JDK builds,....

@uschindler uschindler added enhancement Enhancement or improvement to existing feature or request untriaged labels Apr 8, 2022
@dblock
Copy link
Member

dblock commented Apr 8, 2022

@uschindler Thanks for the detailed write up. A PR would be very welcome!

@reta
Copy link
Collaborator

reta commented Apr 20, 2022

@uschindler I could take it, wdyt?

@reta reta changed the title Add check for broken Java 11 versions on startup [META] Add check for broken Java 11 versions on startup Apr 20, 2022
@reta
Copy link
Collaborator

reta commented May 12, 2022

Done

@reta reta closed this as completed May 12, 2022
@reta reta added v2.1.0 Issues and PRs related to version 2.1.0 v3.0.0 Issues and PRs related to version 3.0.0 labels May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Libraries & Interfaces enhancement Enhancement or improvement to existing feature or request v2.1.0 Issues and PRs related to version 2.1.0 v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
Development

No branches or pull requests

4 participants