Elasticsearch in docker container core dumped

Hi, running Elastic 6.1.2 in docker and one of my nodes core dumped...

I should specify through DC/OS 1.10.4 using docker 17.12.0-ce. I laso have ulimit no-lock setting.

I was doing fairly large re-index from remote cluster, but nothing out of the ordinary shows in the logs:

My Dockerfile

FROM docker.elastic.co/elasticsearch/elasticsearch-platinum:6.1.2

USER root
RUN whoami
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch repository-s3
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin list

RUN echo "xxxxxx" | /usr/share/elasticsearch/bin/elasticsearch-keystore add --stdin s3.client.default.access_key
RUN echo "xxxxxx" | /usr/share/elasticsearch/bin/elasticsearch-keystore add --stdin s3.client.default.secret_key

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.