lp:elasticsearch

Created by Aaron Bentley and last modified
Get this branch:
bzr branch lp:elasticsearch

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Aaron Bentley
Project:
elasticsearch
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/elasticsearch/elasticsearch.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-12 and finished taking 8 minutes — see the log
Import started on pear and finished taking 1 minute — see the log
Import started on neumayer and finished taking 1 minute — see the log
Import started on pear and finished taking 5 minutes — see the log

Recent revisions

6113. By Boaz Leskes

Added Cluster Stats API

Closes #4460

6112. By Simon Willnauer <email address hidden>

Fail test with timeout and stack dump after 20 min rather than 1h

6111. By Grégory Quatannens <email address hidden>

Fixing typo and grammar

6110. By Boaz Leskes

Move index health calculations to ClusterIndexHealth so it can be reused.

6109. By Adrien Grand <email address hidden>

Compressed geo-point field data.

This commit allows to trade precision for memory when storing geo points.
This new field data impl accepts a `precision` parameter that controls the
maximum expected error for storing coordinates. This option can be updated on
a live index with the PUT mapping API.

Default precision is 1cm, which requires 8 bytes per geo-point (50% memory
saving compared to using 2 doubles).

Close #4386

6108. By clinton

[DOCS] Removed unused file

6107. By Shay Banon

fix usage of deprecated netty header method

6106. By Alexander Reelsen <email address hidden>

Allow to provide parameters not only through -D but as long parameters

All getopt long style parameters are now set as es. properties,

elasticsearch --path.data=/some/path

results in -Des.path.data=/some/path

Closes #4393

6105. By Alexander Reelsen <email address hidden>

Start elasticsearch in the foreground by default

Instead of using the '-f' parameter to start elasticsearch in the
foreground, this is now the default modus.

In order to start elasticsearch in the background, the '-d' parameter
can be used.

Closes #4392

6104. By Shay Banon

introduce a native int/long open immutable map, and use it in in routing table

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers