Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Releases: shikhar/eskka

v0.4.0 - various improvements

16 Jun 05:18
Compare
Choose a tag to compare
  • now featuring abdication from cluster on quorum loss followed by rejoin attempts, which simplifies internal logic in various actors. previously manual node restarts on minority partition could have been necessary, no more.
  • cluster join blocks on quorum of seed nodes being available via akka's enforcement of min-nr-of-members

installation

./bin/plugin --url https://eskka.s3.amazonaws.com/eskka-0.4.0.zip --install eskka

v0.3.0

08 Jun 07:17
Compare
Choose a tag to compare

compatible with elasticsearch 1.2.x

this release contains mainly version upgrades and robustness tweaks

some akka configuration like acceptable-heartbeat-pause and heartbeat-interval can now be directly configured via elasticsearch.yml

please see README for installation and configuration details.

v2 - smaller package, better ClusterState propagation

11 May 08:10
Compare
Choose a tag to compare

This release brings improvements to ClusterState serialization in the form of compression and ES-version-stamping in line with what is used by Zen.

Additionally the plugin package has shed a lot of fat and is now 13MB (vs 32MB for 0.1.x)

0.1.1 - bugfix

07 May 03:40
Compare
Choose a tag to compare

fixes bug with publish requests not being properly acknowledged

see README for installation and configuration details

first release

05 May 05:13
Compare
Choose a tag to compare

See README for installation and configuration instructions.