Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

v1.3.6

Compare
Choose a tag to compare
@aquamatthias aquamatthias released this 07 Nov 08:22
· 2303 commits to master since this release

Changes from 1.3.5 to 1.3.6

Fixed issues:

  • When a runtime exit is requested, if the exit does not complete in less than the requested amount of time (10 seconds by default),
    now will actually kill the JVM. Previously, the timeout code did not actually work at all.
  • Marathon will now terminate upon loss of leadership instead of becoming a non-master. This prevents a lot of potentially unsafe
    behavior and a watchdog will instead bring marathon back up in a clean state.