Releases: Netflix/mantis
Releases · Netflix/mantis
Replace Bintray jcenter with Maven Central
What’s Changed
- Replace jcenter with maven central (#96) @rpalcolea
Add webhook on release `published` event.
What’s Changed
- No changes
Add webhook to catch release triggers
What’s Changed
- No changes
Address CI and Publishing Debt
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
Fix for thread exhaustion in concurrentInput stage workers when source observable onCompletes
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
Merge pull request #92 from nickmahilani/master bound max time to wait for scheduler driver init
mesos scheduler driver init updates
- 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
Extra logging to debug an NPE from mesos driver