Skip to content

Releases: izeigerman/akkeeper

v0.4.11

27 Dec 15:22
Compare
Choose a tag to compare
  • Introduced a concept of global YARN resources which can be shared across applications. Kudos to @lceleban-dd for adding this.

v0.4.10

19 Aug 21:33
Compare
Choose a tag to compare
  • Fixed release of YARN client resources when submitting the Akkeeper application to YARN cluster.

v0.4.9

08 Mar 20:40
Compare
Choose a tag to compare
  • Fix usage of the default staging directory in case when a user that submitted application is different from a user that runs the application.
  • Akka Cluster is no longer a mandatory part of Akkeeper and can be disabled by setting akkeeper.akka.use-akka-cluster to false.

v0.4.8

21 Feb 21:49
Compare
Choose a tag to compare
  • Fix error handling when launching containers on YARN.
  • Make sure that each instance of the Member Autodown Service has a unique name.

v0.4.7

06 Feb 00:34
Compare
Choose a tag to compare
  • Fix split brain by terminating container instances if Akkeeper Master is unavailable during some configurable period of time.
  • Fix more edge cases related to Akkeeper Master recovering from crash.

v0.4.6

04 Feb 17:59
Compare
Choose a tag to compare
  • Refresh the list of instances in case when the local list doesn't match list in the storage.

v0.4.5

01 Feb 22:33
Compare
Choose a tag to compare
  • Refresh the local list of instances after joining the cluster.

v0.4.4

30 Jan 18:38
Compare
Choose a tag to compare
  • Allow Container Instance to proceed with its workflow when it's weakly joined the cluster.

v0.4.3

28 Jan 21:09
Compare
Choose a tag to compare
  • Use Coordinated Shutdown when terminating a Container Instance.

v0.4.2

25 Jan 16:40
Compare
Choose a tag to compare
  • Fix termination of the Akkeeper Master instance in case when Heartbeats are enabled.