Skip to content

can't use elasticsearch with circleci because of bootstrap checks #23866

@alrooney

Description

@alrooney

Currently you have a policy of enforcing bootstrap checks if not binding to localhost. This prevents me from testing on circleci because the docker test setup there does not bind to localhost and starting the elasticsearch container fails due to

[2017-04-02T03:30:05,591][INFO ][o.e.b.BootstrapChecks    ] [Vwkcgeo] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
ERROR: bootstrap checks failed
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
[2017-04-02T03:30:05,597][INFO ][o.e.n.Node               ] [Vwkcgeo] stopping ...
[2017-04-02T03:30:05,659][INFO ][o.e.n.Node               ] [Vwkcgeo] stopped
[2017-04-02T03:30:05,660][INFO ][o.e.n.Node               ] [Vwkcgeo] closing ...
[2017-04-02T03:30:05,667][INFO ][o.e.n.Node               ] [Vwkcgeo] closed
Exited with code 78

It would be nice if we could explicitly disable bootstrap checks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions