Skip to content
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
@rewt

Description

@rewt

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

  1. Download fresh es-master-stateful.yaml
  2. Update image version to 6.4.0 (6.3.0 throws license error)
  3. Update storage settings to match platform
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions