Closed AndreKurait closed 2 weeks ago
Attention: Patch coverage is 60.00000%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 80.53%. Comparing base (
dc326f0
) to head (f6c8663
). Report is 20 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...bulkload/version_universal/RemoteReaderClient.java | 60.00% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
I encountered startup issues running the ES 6.8 image on apple silicon due to x-pack-ml.
Fixed encountered metadata issue when only a single template exists in the cluster.
org.elasticsearch.bootstrap.StartupException: org.elasticsearch.bootstrap.BootstrapException: java.io.IOException: Cannot run program "/usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/controller": error=0, Failed to exec spawn helper: pid: 111, exit value: 1 at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:163)
exiting container in testIssues Resolved
MIGRATIONS-2202
Is this a backport? If so, please add backport PR # and/or commits #
Testing
Ran locally on M3 Pro
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.