-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Describe the bug
This issue was originally reported in the OpenSearch forum, and all investigation/troubleshooting were performed there.
https://forum.opensearch.org/t/docker-image-3-1-1-doesnt-seem-to-work/24875
OpenSearch 3.1.0 freezes when running on AlmaLinux 8 after these OpenSearch log lines
WARNING: Using incubator modules: jdk.incubator.vector
WARNING: Unknown module: org.apache.arrow.memory.core specified to
There are no errors in the Opensearch logs or journalctl that would indicate the root cause.
The issue is visible with Docker deployment and with a minimal binary version.
OpenSearch 3.0.0 starts successfully.
Related component
Other
To Reproduce
Deploy LinuxAlma 8 VM and deploy OpenSearch 3.1.0 as a Docker container or binary.
Expected behavior
OpenSearch 3.1.0 should fully start as 3.0.0 does.
Additional Details
Host/Environment (please complete the following information):
- OS: VMware VM AlamaLinux 8
Additional context
It was discovered that OpenSearch 3.1.0 starts successfully on LinuxAlma 9 and 10. After comparing all the versions, it was found that LinuxAlma 8 runs on kernel 4.18.0, 9 - 5.x and 10 - 6.x
Installing kernel 5.x on AlmaLinux 8 allowed the OpenSearch 3.1.0 to start successfully
[root@localhost pablo]# curl --insecure -u admin:Eliatra123 https://localhost:9200
{
"name" : "opensearch-node1",
"cluster_name" : "opensearch-cluster",
"cluster_uuid" : "BTKf7poWR3OosXwDZQ07og",
"version" : {
"distribution" : "opensearch",
"number" : "3.1.0",
"build_type" : "tar",
"build_hash" : "8ff7c6ee924a49f0f59f80a6e1c73073c8904214",
"build_date" : "2025-06-21T08:05:43.345081313Z",
"build_snapshot" : false,
"lucene_version" : "10.2.1",
"minimum_wire_compatibility_version" : "2.19.0",
"minimum_index_compatibility_version" : "2.0.0"
},
"tagline" : "The OpenSearch Project: https://opensearch.org/"
}
[root@localhost pablo]# cat /etc/*release
AlmaLinux release 8.10 (Cerulean Leopard)
AlmaLinux release 8.10 (Cerulean Leopard)
NAME="AlmaLinux"
VERSION="8.10 (Cerulean Leopard)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.10"
PLATFORM_ID="platform:el8"
PRETTY_NAME="AlmaLinux 8.10 (Cerulean Leopard)"
ANSI_COLOR="0;34"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:almalinux:almalinux:8::baseos"
HOME_URL="https://almalinux.org/"
DOCUMENTATION_URL="https://wiki.almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"
ALMALINUX_MANTISBT_PROJECT="AlmaLinux-8"
ALMALINUX_MANTISBT_PROJECT_VERSION="8.10"
REDHAT_SUPPORT_PRODUCT="AlmaLinux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.10"
SUPPORT_END=2029-06-01
AlmaLinux release 8.10 (Cerulean Leopard)
AlmaLinux release 8.10 (Cerulean Leopard)
[root@localhost pablo]# uname -r
5.4.295-1.el8.elrepo.x86_64
