-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Is your feature request related to a problem? Please describe.
OpenSearch does not support IBM s390x platform which is understandable. However, with some slight changes we manage to run it successfully on IBM LinuxONE and benefit from impressive performance this platform provides. The only issue preventing us to have the OpenSearch server fully portable without the need to do additional changes in Gradle and rebuild the server is the lack of support for s390x in SystemCallFilter (a single line in the ARCHITECTURES hash map).
Describe the solution you'd like
I would happily provide the missing entry in the hash as a PR.
Describe alternatives you've considered
none
Additional context
This should be a simple and safe change and it should not cause any regressions for the supported platforms yet it would help us significantly in our deployment process.