Skip to content

add support for s390x architecture #4000

@pantovad

Description

@pantovad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementEnhancement or improvement to existing feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions