Homec4science
Diffusion YCSB a3ba64d5e21b

Elasticsearch 5: Avoid adding path.home if not set

Authored by Jason Tedor <jason@tedor.me> on Aug 7 2017, 09:06.

Description

Elasticsearch 5: Avoid adding path.home if not set

If path.home is not set we should not add it to the settings object used
to construct the transport client otherwise we will hit a null pointer
exception due to the null value being dereferenced in the internals of
Elasticsearch.

Details

Committed
Jason Tedor <jason@tedor.me>Aug 7 2017, 14:41
Pushed
iorgulescuOct 2 2018, 18:02
Parents
R7507:b1e1d480977e: Elasticsearch 5: Set dependency to version 5.5.1
Branches
Unknown
Tags
Unknown

Event Timeline

Jason Tedor <jason@tedor.me> committed R7507:a3ba64d5e21b: Elasticsearch 5: Avoid adding path.home if not set (authored by Jason Tedor <jason@tedor.me>).Aug 7 2017, 14:41