-
Notifications
You must be signed in to change notification settings - Fork 272
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
Add a distribution with support for s390x #2836
Comments
@bbarani What are all the things one would need to do to support s390x in the distribution? Let's edit this issue and help @pantovad and others contribute on top of opensearch-project/OpenSearch#4000. |
unfortunate I am still not able to run opensearch on different version of JDK. It's seems related to POSIX standard reading from here https://stackoverflow.com/questions/61301818/java-failed-to-exec-spawn-helper-error-since-moving-to-java-14-on-linux. Thank you |
Thank you for your support, in general with an Ubuntu 18.04 and docker engine 20.10.21 I finally was able to run a single node with a basic configuration "docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" phoenixsystemsag/opensearch:2.3.0" Now I am focusing to run this image with custom configuration (jvm.options and opensearch.yml) files. Best regards |
Cool, thanks for the update @francesco-defalco. |
I would like update about my tests about s390x platform, it seems that the security manager in Opensearch has some compatibility problems with s390x platform:
I leave here a piece of my opensearch.yml Thank you |
@francesco-defalco That code is in OpenSearch? Open separate issues and leave this one as the umbrella for s390x support. |
Hi @francesco-defalco - the support for s390x in SystemCallFilter was added in opensearch-project/OpenSearch#4001 but not yet released (currently in the main branch). |
Is your feature request related to a problem? Please describe
Add support for IBM s390x platform.
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
Coming from opensearch-project/OpenSearch#4000
The text was updated successfully, but these errors were encountered: