What does PercolateIndexUnavailable mean?

Hi,

I am encountering this error when trying to percolate with an
additional query. As in:

{"error":"RemoteTransportException[[ElectroCute][inet[/
192.168.1.102:9301]][indices/percolate/shard]]; nested:
PercolateIndexUnavailable[[_percolator] percolator index not allocated
on this node]; ","status":
500}%

See https://gist.github.com/845575

What does it mean? Is it a configuration error?

This is in a new 0.15.0 installation with a single node. Happens also
with a current snapshot.

Thanks

  • angel

Right, thats a bug: Percolate: Failure to percolate with specific query (when creating the _percolate index before the actual index) · Issue #725 · elastic/elasticsearch · GitHub. Will push a fix shortly to 0.15 and master. Thanks for catching this!
On Saturday, February 26, 2011 at 10:23 PM, Angel Faus wrote:

Hi,

I am encountering this error when trying to percolate with an
additional query. As in:

{"error":"RemoteTransportException[[ElectroCute][inet[/
192.168.1.102:9301]][indices/percolate/shard]]; nested:
PercolateIndexUnavailable[[_percolator] percolator index not allocated
on this node]; ","status":
500}%

See get a PercolateIndexUnavailable · GitHub

What does it mean? Is it a configuration error?

This is in a new 0.15.0 installation with a single node. Happens also
with a current snapshot.

Thanks

  • angel