Skip to content

Releases: Netflix/mantis

Replace Bintray jcenter with Maven Central

18 Mar 23:26
c6ebe5b
Compare
Choose a tag to compare

What’s Changed

Add webhook on release `published` event.

11 Mar 00:12
a997609
Compare
Choose a tag to compare

What’s Changed

  • No changes

Add webhook to catch release triggers

11 Mar 00:04
495f388
Compare
Choose a tag to compare

What’s Changed

  • No changes

Address CI and Publishing Debt

10 Mar 23:53
4ebde3b
Compare
Choose a tag to compare

This release moves our CI system away from Travis and over to Github Actions. This also addresses the upcoming Bintray deprecation by moving over to a (public) self-managed setup.

Other general cleaning items such as nebula oss plugin updates, gradle updates, and addition of release drafter are included.

What’s Changed

  • Add release drafter github action. (#95) @jeffchao
  • Upgrade nebula.netflixoss to replace bintray publication and replace TravisCI with Github Actions (#94) @rpalcolea

Change scale of clutch RPS config params to 100.0

18 Feb 18:56
3470a5b
Compare
Choose a tag to compare

Fix for thread exhaustion in concurrentInput stage workers when source observable onCompletes

27 Jan 21:16
9bbb725
Compare
Choose a tag to compare

When using mantis.stageConcurrency in a job, if the source observable onComplete, this triggers an unsubscribe which in turn triggers the Executor in NewThreadWorker to shutdown. This could lead to all processing threads of concurrentInput stage workers to be terminated without being replaced and stall job processing.

bound max time to wait for scheduler driver init

22 Jan 21:04
1616e0f
Compare
Choose a tag to compare
Merge pull request #92 from nickmahilani/master

bound max time to wait for scheduler driver init

mesos scheduler driver init updates

22 Jan 00:01
bff2a83
Compare
Choose a tag to compare
  • The mesos scheduler driver init blocks indefinitely in some cases, this release adds enhancements to cap max time to wait for driver init with bounded retries before exiting the master so it can be retried on a different node in the cluster

more logging around mesos scheduler driver init

20 Jan 00:24
1b294ae
Compare
Choose a tag to compare

Extra logging to debug an NPE from mesos driver

Rope uses percentage for Clutch RPS

05 Jan 19:57
f6b3764
Compare
Choose a tag to compare