[ANN] elasticsearch-equilibrium plugin version 0.19.4

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi All,

I'm pleased to announce the initial release of our (Sonian's)
ElasticSearch Equilibrium plugin. The elasticsearch-equilibrium plugin
replaces ElasticSearch's EvenShardsCountAllocator with an allocator
that prevents allocating shards when a disk threshold has been
reached. It also adds a REST endpoint for rebalancing shards across a
cluster to even out disk space.

For more information and how to install/use the plugin, see:

Thanks,
Lee Hinman
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (Darwin)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBAgAGBQJQpnSeAAoJEJ1kZdQ6zsrgDIkP/2zhC0FFV9b8urYpeZHvm+ml
PhQizOrv/mswLVsnehrppHOHLsjWUViwCFdK4GLM2prQ2DZu4wtjQEXzj/TpRWi1
m12jAzqxM2VJ4/zKZbxfL3KVLXomv7z2laiPQ2Rc6OaIWuZhQET5g3AlE2jpibXF
cv2QZtoNVr/78Uqkd/O4ubHy6QNBNGG2PC6r8B8qO32FcdT5thtrYC/zgi1f/Aaz
Qpe91wpV+GsQRFgMsP9nCXZEsfR1wyuMCRbZ1OtpO0x0mBB4ZSUjFzuL+JEU3+l4
LZIh8BdwRd2YkkKXRLOjCkr/48oaQmySzF5kKZGQM1+qoiQsIJMGf6bU08IBMeVW
JxcuAxMWskovawL1L3bG+opVxGun6GZ19Ttm6nSjYQLRbqNOgsQx4avu+tPCPupB
KY+2UICjshLbkFX2wP3AqFh4Ce+rh+JiMLUsaA30MdUFYGi5cy0FTYLS3uEkzzeZ
liwrZK5fLxxeYAIZVMVJQjRa95OYH64tY9KXfY2b49RL3WitLDVhZSdmAdEI9rYs
HpPtB2IjjfES1bYmcScrKKiISeipSNPDyk3gih2Jnhr+2LAtaBXvzehbQgNTUzBF
Ep6E0kAhu8gH0jdQIZeiMzMhJ9pkUHxRkYciapU8SSuVhxuyzGZ7lu9PY5bOrsIY
IUMMjUJT1Mv97TVtrhlX
=1vuH
-----END PGP SIGNATURE-----

--

Hi Lee,

Thanks, this sounds nice.
Does this take into account shards and their replicas to ensure that no
more than 1 copy of a shard is placed on any 1 server?

Otis

Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service
Search Analytics - Cloud Monitoring Tools & Services | Sematext

On Friday, November 16, 2012 12:15:17 PM UTC-5, Lee Hinman wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi All,

I'm pleased to announce the initial release of our (Sonian's)
Elasticsearch Equilibrium plugin. The elasticsearch-equilibrium plugin
replaces Elasticsearch's EvenShardsCountAllocator with an allocator
that prevents allocating shards when a disk threshold has been
reached. It also adds a REST endpoint for rebalancing shards across a
cluster to even out disk space.

For more information and how to install/use the plugin, see:
GitHub - sonian/elasticsearch-equilibrium

Thanks,
Lee Hinman
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (Darwin)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBAgAGBQJQpnSeAAoJEJ1kZdQ6zsrgDIkP/2zhC0FFV9b8urYpeZHvm+ml
PhQizOrv/mswLVsnehrppHOHLsjWUViwCFdK4GLM2prQ2DZu4wtjQEXzj/TpRWi1
m12jAzqxM2VJ4/zKZbxfL3KVLXomv7z2laiPQ2Rc6OaIWuZhQET5g3AlE2jpibXF
cv2QZtoNVr/78Uqkd/O4ubHy6QNBNGG2PC6r8B8qO32FcdT5thtrYC/zgi1f/Aaz
Qpe91wpV+GsQRFgMsP9nCXZEsfR1wyuMCRbZ1OtpO0x0mBB4ZSUjFzuL+JEU3+l4
LZIh8BdwRd2YkkKXRLOjCkr/48oaQmySzF5kKZGQM1+qoiQsIJMGf6bU08IBMeVW
JxcuAxMWskovawL1L3bG+opVxGun6GZ19Ttm6nSjYQLRbqNOgsQx4avu+tPCPupB
KY+2UICjshLbkFX2wP3AqFh4Ce+rh+JiMLUsaA30MdUFYGi5cy0FTYLS3uEkzzeZ
liwrZK5fLxxeYAIZVMVJQjRa95OYH64tY9KXfY2b49RL3WitLDVhZSdmAdEI9rYs
HpPtB2IjjfES1bYmcScrKKiISeipSNPDyk3gih2Jnhr+2LAtaBXvzehbQgNTUzBF
Ep6E0kAhu8gH0jdQIZeiMzMhJ9pkUHxRkYciapU8SSuVhxuyzGZ7lu9PY5bOrsIY
IUMMjUJT1Mv97TVtrhlX
=1vuH
-----END PGP SIGNATURE-----

--

On Friday, November 16, 2012 9:39:04 PM UTC-5, Otis Gospodnetic wrote:

Hi Lee,

Thanks, this sounds nice.
Does this take into account shards and their replicas to ensure that no
more than 1 copy of a shard is placed on any 1 server?

Otis

Hi Otis,

Yes, this plugin takes into account all the same Deciders that the original
shard allocator does, just with the additional check for available disk
space before giving the "thumbs up" for shard allocation or relocation.

  • Lee

--