aurora icon indicating copy to clipboard operation
aurora copied to clipboard

Apache Aurora - A Mesos framework for long-running services, cron jobs, and ad-hoc jobs

Results 16 aurora issues
Sort by recently updated
recently updated
newest added

### Description: Implement `docker/volume` and `volume/secret` support on the scheduler and python client. * update docs for using docker/volume and volume/secret * implement scheduler changes for docker/volume and volume/secret *...

## Feature request I'd like support on the scheduler and client for `docker/volume` and `volume/secret` ### docker/volume http://mesos.apache.org/documentation/latest/isolators/docker-volume/ ### volume/secret http://mesos.apache.org/documentation/latest/secrets/

How to reproduce: Send thrift request that requires username and password to succeed to a follower.

Thrift backup restoration should be deprecated in 0.22.0 and removed in 0.23.0 given the fact that the restoration tool has existed since 0.20.0

A finding from https://github.com/apache/aurora/issues/31. A user created an update to remove instances from a job. This throws a NullPointerException as mentioned in the issue above. The [LoggingInterceptor actually swallows the...

Currently when a task is PARTITIONED and LOST, Aurora reschedules a replacement. Later on, the task can send a message saying it was healthy and then Aurora will kill the...