This repository was archived by the owner on Nov 7, 2018. It is now read-only.
This repository was archived by the owner on Nov 7, 2018. It is now read-only.
ES_PLUGINS_INSTALL breaks boot sequence #237
Open
Description
After several different stages of debugging why my fresh instances are failing to boot, I've tracked it down to the ES_PLUGINS_INSTALL
option. Without ES_PLUGINS_INSTALL, pods boot fine wihtout issue. Once ES_PLUGINS_INSTALL added, pods fail. I'm using the stateful master yaml files.
It seems any Pires image from 6.3.0 to latest shares same behaviour.
Steps to re-create
- Download fresh es-master-stateful.yaml
- Update image version to 6.4.0 (6.3.0 throws license error)
- Update storage settings to match platform
- Add ES_PLUGINS_INSTALL
ex.
- name: "ES_PLUGINS_INSTALL"
value: "mapper-murmur3"
Pod will load plugin, but then die.
Is there issue with stateful storage path? Unfortunately, I'm not able to find any logs.
Metadata
Metadata
Assignees
Labels
No labels