-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
ElasticSearch 7.6.0 container doesn't start on AWS ECS #52809
Comments
Pinging @elastic/es-core-infra (:Core/Infra/Packaging) |
Not 100% sure this is a packaging issue - I think this file is supplied by ECS itself. @Roberdvs are you using any AWS-specific plugins (e.g. |
We were using a custom image at first with both of those plugins but in order to track down the issue and discard things I deployed just the base image ( I'm afraid that line is the only thing it logs before stopping :( |
@DaveCTurner Processing of |
This is same isue as #52503. It will be fixed in 7.6.1 |
Cool. Thanks everyone for the fast feedback! |
Ah, right, that makes sense. I failed to find that error message in the source but now I see it. |
Elasticsearch version: 7.6.0 Official Docker container
Plugins installed: none
Description of the problem including expected versus actual behavior:
ECS fails to start up an ElasticSearch 7.6.0 container. Tried several times in several ECS clusters with several ECS Agent versions (including the latest).
I also can confirm this doesn't happen with the Kibana 7.6.0 image or ElasticSearch 7.5.2.
Steps to reproduce:
Create an ECS service using a minimal task definition with the
docker.elastic.co/elasticsearch/elasticsearch:7.6.0
container imageTasks fail to start with the following error
ERROR: File /opt/ecs/metadata/eaa62b4d-c24e-4791-8be3-1e3f9f4dc768/ecs-container-metadata.json from ECS_CONTAINER_METADATA_FILE must have file permissions 400 or 600, but actually has: 644
Not sure if this belongs on AWS ECS or Elastic but since previous ElasticSearch releases didn't have this issue I guess something must have changed on the 7.6.0 Docker image so I'm posting it here.
The text was updated successfully, but these errors were encountered: