0.19.1 Released

Hi,

0.19.1 has been released, its a bug fix release for 0.19.0, including
one major bug fixed (that also affects 0.18 releases, upgrade is highly
recommended). More info here:
http://www.elasticsearch.org/blog/2012/03/20/0.19.1-released.html.

-shay.banon

Hi Kimchy,

Question about the major bug: is case it happens and a a request hangs
trying to search in a closed shard (if I don't missunderstand the issue),
it will stop by timeout anyway right? could this affect the server side in
any way?

Thanks,

On Tuesday, 20 March 2012 09:20:21 UTC-3, kimchy wrote:

Hi,

0.19.1 has been released, its a bug fix release for 0.19.0, including
one major bug fixed (that also affects 0.18 releases, upgrade is highly
recommended). More info here:
Elasticsearch Platform — Find real-time answers at scale | Elastic.

-shay.banon

Hi Kimchy,

Question about the major bug: in case it happens and a request hangs trying
to search in a closed shard (if I don't missunderstand the issue), it will
stop at some point by timeout anyway right? could this affect the server
side in any way?

Thanks,

On Tuesday, 20 March 2012 09:20:21 UTC-3, kimchy wrote:

Hi,

0.19.1 has been released, its a bug fix release for 0.19.0, including
one major bug fixed (that also affects 0.18 releases, upgrade is highly
recommended). More info here:
Elasticsearch Platform — Find real-time answers at scale | Elastic.

-shay.banon

I tried upgrading to 0.19.1 by re-installing cloud-aws and
elasticsearch-head and then moving the data directory, elasticsearch.yml
and logging.yml files from my 0.19.0 directory and this is the error I get.

This is the command I used to successfully install cloud-aws:

sudo bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.4.0

[ec2-user@ip- elasticsearch-0.19.1]$ sudo bin/elasticsearch -f
[2012-03-20 14:56:10,174][INFO ][node ] [Doe, John]
{0.19.1}[1669]: initializing ...
[2012-03-20 14:56:10,181][INFO ][plugins ] [Doe, John]
loaded [], sites []
[2012-03-20 14:56:10,208][ERROR][bootstrap ] {0.19.1}:
Initialization Failed ...

  • NoClassSettingsException[Failed to load class setting [discovery.type]
    with value [ec2]]
    ClassNotFoundException[ec2]
    [ec2-user@ip- elasticsearch-0.19.1]$ sudo vi config/elasticsearch.yml
    [ec2-user@ip- elasticsearch-0.19.1]$

Any suggestions?

@ylon: it does not seem like the cloud plugin was installed..., you can see
in the plugins message that it was not loaded.

On Tue, Mar 20, 2012 at 5:03 PM, ylon thardin137@gmail.com wrote:

I tried upgrading to 0.19.1 by re-installing cloud-aws and
elasticsearch-head and then moving the data directory, elasticsearch.yml
and logging.yml files from my 0.19.0 directory and this is the error I get.

This is the command I used to successfully install cloud-aws:

sudo bin/plugin -install elasticsearch/elasticsearch-**cloud-aws/1.4.0

[ec2-user@ip- elasticsearch-0.19.1]$ sudo bin/elasticsearch -f
[2012-03-20 14:56:10,174][INFO ][node ] [Doe, John]
{0.19.1}[1669]: initializing ...
[2012-03-20 14:56:10,181][INFO ][plugins ] [Doe, John]
loaded , sites
[2012-03-20 14:56:10,208][ERROR][bootstrap ] {0.19.1}:
Initialization Failed ...

  • NoClassSettingsException[Failed to load class setting [discovery.type]
    with value [ec2]]
    ClassNotFoundException[ec2]
    [ec2-user@ip- elasticsearch-0.19.1]$ sudo vi config/elasticsearch.yml
    [ec2-user@ip- elasticsearch-0.19.1]$

Any suggestions?

The timeout will not affect it. Its a very small chance that it will
happen - while the shard is being closed (closing it is fast), a
search/stats request happens.

On Tue, Mar 20, 2012 at 4:41 PM, Frederic focampo.br@gmail.com wrote:

Hi Kimchy,

Question about the major bug: in case it happens and a request hangs
trying to search in a closed shard (if I don't missunderstand the issue),
it will stop at some point by timeout anyway right? could this affect the
server side in any way?

Thanks,

On Tuesday, 20 March 2012 09:20:21 UTC-3, kimchy wrote:

Hi,

0.19.1 has been released, its a bug fix release for 0.19.0, including
one major bug fixed (that also affects 0.18 releases, upgrade is highly
recommended). More info here: http://www.Elasticsearch Platform — Find real-time answers at scale | Elastic
03/20/0.19.1-released.htmlhttp://www.elasticsearch.org/blog/2012/03/20/0.19.1-released.html
.

-shay.banon

I'm not seeing the cloud aws plugin in the repository for version 0.19.x.
http://elasticsearch.googlecode.com/svn/plugins/cloud-aws/

Did the URL change?

Yes. See readme here : GitHub - elastic/elasticsearch-cloud-aws: AWS Cloud Plugin for Elasticsearch
It's now in github.

David :wink:
Twitter : @dadoonet / @elasticsearchfr

Le 26 mars 2012 à 17:11, danpolites dpolites@gmail.com a écrit :

I'm not seeing the cloud aws plugin in the repository for version 0.19.x. http://elasticsearch.googlecode.com/svn/plugins/cloud-aws/

Did the URL change?