Skip to content

Tags: Netflix/mantis

Tags

v5.0.2-rc.1

Toggle v5.0.2-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Builder.from() copy constructor to MantisJobClusterMetadataView (#…

…862)

Co-authored-by: ggao <ggao@netflix.com>

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix test failure for ResourceClusterActorTest (#861)

Co-authored-by: ggao <ggao@netflix.com>

v5.0.1-rc.2

Toggle v5.0.1-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clean up fields for job cluster creation request (#859)

Co-authored-by: ggao <ggao@netflix.com>

v5.0.1-rc.1

Toggle v5.0.1-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make scale-up worker additions transactional (#853)

* support proper addworker rollback

* fix followup

* drop sync keyword

* fix CI test failures from prior commits

- testJobSubmitInitalizationFails: actor now stops on submit-time
  init failure, so assert termination instead of expecting a follow-up
  GetJobDetailsResponse.

- testWorkerAcceptedToStartedMsRecordedOnWorkerStatus: SpectatorRegistryFactory.setRegistry
  is a one-shot CAS, so when JobScaleUpDownTests installs a registry first
  this test was reading a different DefaultRegistry instance than the one
  actually wired up. Read the installed registry via getRegistry() instead.

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix TaskExecutorReconnectionIntegrationTest not stop old actors (#855)

Co-authored-by: ggao <ggao@netflix.com>

v5.0.0-rc.14

Toggle v5.0.0-rc.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix TaskExecutorReconnectionIntegrationTest not stop old actors (#855)

Co-authored-by: ggao <ggao@netflix.com>

v5.0.0-rc.13

Toggle v5.0.0-rc.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix GET scale rules API stuck on disabled cluster (#851)

Co-authored-by: ggao <ggao@netflix.com>

v5.0.0-rc.12

Toggle v5.0.0-rc.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: idle TEs leak from scheduler pool after disable + reconnect + ex…

…piry (#850)

v5.0.0-rc.11

Toggle v5.0.0-rc.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Healthcheck Endpoint (#843)

Add healthcheck endpoint for JobClusters

v5.0.0-rc.10

Toggle v5.0.0-rc.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove deprecated job type ctor (#837)