Releases: Netflix/mantis
Releases · Netflix/mantis
Releasing PR #238 from the release-1.3 branch
[RC Release] Latest master with TM/ResourceManager PRs
What’s Changed
- [ResourceCluster] Add basic host routes to v1 API. (#197) @Andyz26
- Making sure there's a distinction between metrics publisher and metrics publisher's publish frequency (#199) @sundargates
- Making ClassLoaderHandle public (#198) @sundargates
- Upgrading mantis-shaded (#196) @sundargates
- Upgrading mantis-shaded dependency (#193) @sundargates
- Disabling reconciliation temporarily (#192) @sundargates
- Adding a test to verify if execute stage request is serializable (#191) @sundargates
- Updating publish and snapshot workflows (#190) @sundargates
- Fix flaky test case in ResourceClustersHostManagerActorTests (#188) @Andyz26
- Making the initialization of tasks based on task executor IDs (#189) @sundargates
- Making sure zookeeper master monitor doesn't need a seed value for master description (#187) @sundargates
- Add extra dependency for mantis-shaded (#186) @sundargates
- Adding API routes for various resource cluster related actions (#185) @sundargates
- Scheduler Integration with Mantis Master (#183) @sundargates
- [ResourceCluster Part1] ResourceClustersManager actor + contracts (#175) @Andyz26
- Resource Cluster Aware Scheduler Introduction (#182) @sundargates
- Deleting old code (#181) @sundargates
- Setting hostname as part of heartbeat (#180) @sundargates
- Iceberg sink uses Parameters::get to ensure parameter definition exists (#171) @liuml07
- Resource Cluster Manager Actor (#179) @sundargates
- Let's see if this works (#178) @sundargates
- adding jcenter (#177) @sundargates
- Fixing trace log (#176) @sundargates
- Adding tests for Resource Cluster Actor (#169) @sundargates
- Fixing flaky tests (#174) @sundargates
- Upload test results from the ci workflow (#173) @sundargates
- Adding new workflow to publish test results (#172) @sundargates
- Iceberg writer stage should include WRITER_MAXIMUM_POOL_SIZE in its parameters (#170) @liuml07
- [Part 12] Calling Source::close, Sink::close as part of stage execution (#163) @sundargates
- Upgrade jackson version in shaded jar (#167) @Andyz26
- [Part 15]: Resource Cluster Abstraction and an implementation based on Akka actor (#166) @sundargates
- Making WorkerId serializable by both jackson and Java (#165) @sundargates
- Bunch of spurious changes to make various classes serializable via java serialization (#164) @sundargates
- [Part 11] Introducing Source::close (#162) @sundargates
- [Part 10]: Task Executor Starter and other related classes (#160) @sundargates
- Link to latest mantis-example and update commands (#161) @liuml07
- [Part 9]: Introducing Sink::close (#159) @sundargates
- Refactoring a few classes (#158) @sundargates
- [Part 7]: Introducing the Task Executor (#157) @sundargates
- Indent task using 4 spaces (#156) @sundargates
- [Part 6]: Blob Store abstractions and a classloader factory that uses the blob store (#155) @sundargates
- [Part 5]: Rewriting Mantis Worker to be able to support starting tasks dynamically from the mantis master (#153) @sundargates
- Fix bug in CompressionUtils that fails with certain delimiters (#154) @calvin681
- Some quality-of-life changes like variable names and removing warnings (#149) @hmit
- Ignore failing and flaky tests for now (#152) @hmit
- [Part 4]: Clean up worker ports (#151) @sundargates
- [Part 3] Refactoring Mantis Master Client code into a Gateway interface that defines the spec and a curator based implementation that matches that. (#147) @sundargates
- Depend on remote artifacts for mantis-shaded instead of local subproject (#148) @hmitnflx
- [Part 2] Introducing Task Executor Gateway (#146) @sundargates
- [Part 1]: Support for hot task executors in Mantis (#145) @sundargates
v1.3.43-rc.57
This release contains the Jackson version upgrade to 1.12+ in Mantis-Shaded.
v1.3.51: SinkClient fix logging on unsubscribe (#144)
What’s Changed
- SinkClient fix logging on unsubscribe (#144) @calvin681
Override RC release on 1.3.x
Release from latest release-1.3 branch to ensure the rc versions for 1.3x is still algined.
v1.3.50
What's Changed
- Only count resubmission from worker failures by @calvin681 in #142
- RTDI-2167 source job has incorrect subscriptions by @codyrioux in #143
Full Changelog: v1.3.49...v1.3.50
v1.3.49 Release
[Note: v1.3.48 has been released without github release creation so this one will contain all changes in v1.3.48 as well]
Minor change: PR 141
This is a test release and has code that has not been tested fully yet.
v1.3.43-rc.6 ignoring the failing test
v1.3.42
What’s Changed
- Making the IcebergWriter always use 1 thread for writing to the data file (#130) @sundargates