The latest Apache Aurora release, 0.20.0, is now available for download. Here are some highlights in this release:
-partition_aware
that is disabled by default. When Mesos support is improved and the new behavior is vetted in
production clusters, we’ll enable this by default.-offer_set_module
scheduler flag. To take advantage of this feature, you will need to implement the OfferSet
interface.executor_config
field to the Job object of the DSL which will populate
JobConfiguration.TaskConfig.ExecutorConfig
. This allows for using custom executors defined
through the --custom_executor_config
scheduler flag. See our
custom-executors documentation for more information.--enable_mesos_disk_collector
flag, in which case Observer will use the
agent’s containers HTTP API to query the amount of used bytes for each container. Note that disk
isolation should be enabled in Mesos agent. This feature is not compatible with authentication
enabled agents.Deprecations and removals:
numCpus
, ramMb
, diskMb
, requestedPorts
).-offer_order_modules
scheduler flag related to custom injectable offer orderings,
since this will now be subsumed under custom OfferSet
implementations (see the comment above):Full release notes are available in the release CHANGELOG.
Thanks to the 12 contributors who made Apache Aurora 0.20.0 possible: