svn commit: r1834145 - in /aurora/3rdparty: centos/7/python/mesos.executor-1.5.0-py2.7-linux-x86_64.egg debian/jessie64/python/mesos.executor-1.5.0-py2.7-linux-x86_64.egg ubuntu/trusty64/python/mesos.

2018-06-22 Thread serb
Author: serb Date: Fri Jun 22 16:39:03 2018 New Revision: 1834145 URL: http://svn.apache.org/viewvc?rev=1834145=rev Log: Adding mesos 1.5 eggs for centos7, jessie64, and trusty64. Added: aurora/3rdparty/centos/7/python/mesos.executor-1.5.0-py2.7-linux-x86_64.egg (with props) aurora

aurora git commit: Speedup regular Thermos observer checkpoint refresh

2018-06-14 Thread serb
Repository: aurora Updated Branches: refs/heads/master c84d08146 -> 8383ed511 Speedup regular Thermos observer checkpoint refresh Profiling indicates that a significant part of the refresh time os spend in `os.path.realpath`. This was introduced in https://reviews.apache.org/r/35580/ to

aurora git commit: Remove resource properties from ResourceAggregate

2018-06-14 Thread serb
Repository: aurora Updated Branches: refs/heads/master 748babb92 -> c84d08146 Remove resource properties from ResourceAggregate Bugs closed: AURORA-1975 Reviewed at https://reviews.apache.org/r/67077/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Update Pants to 1.6.0 and Virtualenv to 16.0.0

2018-06-13 Thread serb
Repository: aurora Updated Branches: refs/heads/master f8a7676b2 -> 748babb92 Update Pants to 1.6.0 and Virtualenv to 16.0.0 Beyond a regular version bump, this fixes the build on older versions of MacOS. Testing Done: ./build-support/jenkins/build.sh Reviewed at

svn commit: r1833461 - in /aurora/3rdparty/ubuntu/xenial64/python: mesos.executor-1.5.0-py2.7-linux-x86_64.egg mesos.executor-1.5.1-py2.7-linux-x86_64.egg

2018-06-13 Thread serb
Author: serb Date: Wed Jun 13 12:55:47 2018 New Revision: 1833461 URL: http://svn.apache.org/viewvc?rev=1833461=rev Log: Adding mesos 1.5 eggs for xenial64. Added: aurora/3rdparty/ubuntu/xenial64/python/mesos.executor-1.5.0-py2.7-linux-x86_64.egg (with props) aurora/3rdparty/ubuntu

aurora git commit: Ensure primary_port warning respects announcer portmap

2018-02-01 Thread serb
Repository: aurora Updated Branches: refs/heads/master 858552db0 -> 21a371c4f Ensure primary_port warning respects announcer portmap This eliminates false-positive warnings in the client: It used to complain about unbound primary ports if those where bound via the portmap. Bugs closed:

aurora git commit: Allow for injection of custom OfferSets, removed OfferOrder and OfferSelector

2018-01-20 Thread serb
Repository: aurora Updated Branches: refs/heads/master c4c55ff51 -> dbe713743 Allow for injection of custom OfferSets, removed OfferOrder and OfferSelector The goal of this patch is to provide a more reasonable abstraction for custom scheduling. Currently, we have `OfferSelector`,

aurora git commit: Attempt #2 to fix flaky Webhook test

2017-12-12 Thread serb
Repository: aurora Updated Branches: refs/heads/master 301f06636 -> 65c2288e0 Attempt #2 to fix flaky Webhook test Along the same lines of Stephan's change (https://reviews.apache.org/r/64482/), but waiting for `onThrowable` to finish since it is called asyncronously to the future being

aurora git commit: Restore Linux compatibility of review_feedback.py

2017-12-12 Thread serb
Repository: aurora Updated Branches: refs/heads/master 0cdaa1509 -> 301f06636 Restore Linux compatibility of review_feedback.py The "unbuffered" parameter introduced in https://reviews.apache.org/r/64508/ does only work on MacOS. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo

aurora git commit: Fix flaky WebhookTest

2017-12-10 Thread serb
Repository: aurora Updated Branches: refs/heads/master 47c689956 -> ef24c2ce3 Fix flaky WebhookTest I opted for a minimal patch that stays close to the style of the other tests. There is a remaining risk of a race condition if the OS re-uses the same port between stopping jetty and triggering

aurora git commit: Update Python deps incl requests and pex

2017-12-09 Thread serb
Repository: aurora Updated Branches: refs/heads/master 4f0299b2a -> 47c689956 Update Python deps incl requests and pex * Update requests to 2.18.4. The major visible change is that requests has un-vendored its dependencies in 2.16.0. Details:

aurora git commit: Expose thrift workload stats on pruneTasks() invocations

2017-12-03 Thread serb
Repository: aurora Updated Branches: refs/heads/master 5e008ff7f -> 89338dd7f Expose thrift workload stats on pruneTasks() invocations Bugs closed: AURORA-1901 Reviewed at https://reviews.apache.org/r/64284/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Moved `HostOffer` to `offers` package

2017-11-30 Thread serb
Repository: aurora Updated Branches: refs/heads/master 284f40f5e -> de8b37549 Moved `HostOffer` to `offers` package Small refactor, I think it fits better here as opposed to the top-level package. Reviewed at https://reviews.apache.org/r/64190/ Project:

aurora git commit: Update to Mesos 1.4

2017-11-13 Thread serb
Repository: aurora Updated Branches: refs/heads/master 9b9b2ee7b -> e0624b27b Update to Mesos 1.4 This is a non-breaking update to the latest Mesos version. The mesos.interface Python package has a requirement on a newer protobuf version. I applied the same update to Java for consistency. *

aurora git commit: Migrate from findbugs to spotbugs

2017-11-06 Thread serb
Repository: aurora Updated Branches: refs/heads/master d10165544 -> ad86177a0 Migrate from findbugs to spotbugs Findbugs [1] is no longer developed and replaced by spotbugs [2] as mostly a drop-in replacement. [1] https://github.com/findbugsproject/findbugs [2]

aurora git commit: Terminate the executor on unhandled errors

2017-11-02 Thread serb
Repository: aurora Updated Branches: refs/heads/master d106b4ecc -> 06d25fd4d Terminate the executor on unhandled errors This commit consits of two independent parts: a) ensure we interrupt the main thread when there are unhandled exceptions b) ensure the main thread of the executor can be

aurora git commit: Remove inaccurate "Initializing sandbox" message

2017-10-31 Thread serb
Repository: aurora Updated Branches: refs/heads/master 9e646ae53 -> 8af269f52 Remove inaccurate "Initializing sandbox" message The message is no longer completely accurate, now that we remain in `STARTING` until health checks have passed. Reviewed at https://reviews.apache.org/r/63435/

aurora git commit: Move job environment validation to the scheduler

2017-10-23 Thread serb
Repository: aurora Updated Branches: refs/heads/master 5b91150fd -> a673c5b3f Move job environment validation to the scheduler Removed the Job environment validation from the command line client. Validation was moved to the the scheduler side through the `allowed_job_environments` option. By

aurora git commit: Use compatible Curator session and connection timeouts

2017-10-15 Thread serb
Repository: aurora Updated Branches: refs/heads/master 2aee90d0e -> c446504e6 Use compatible Curator session and connection timeouts Curator will warn if used with a connection timeout that is lower than the session timeout [1]. As it uses a default connection timeout of 15s [2], this warning

svn commit: r1812208 - in /aurora/3rdparty: centos/6/python/ centos/7/python/ debian/jessie64/python/ ubuntu/trusty64/python/ ubuntu/xenial64/python/

2017-10-14 Thread serb
Author: serb Date: Sat Oct 14 22:18:30 2017 New Revision: 1812208 URL: http://svn.apache.org/viewvc?rev=1812208=rev Log: Adding mesos 1.4.0 eggs Added: aurora/3rdparty/centos/6/python/mesos.executor-1.4.0-py2.7-linux-x86_64.egg (with props) aurora/3rdparty/centos/7/python

aurora git commit: Run Jenkins tests without the Gradle daemon

2017-10-08 Thread serb
Repository: aurora Updated Branches: refs/heads/master 2cb257b80 -> 0169b8198 Run Jenkins tests without the Gradle daemon This follows the recommendation of Gradle to only use their daemon when running in local environments but not in CI environments. We are seeing spurious build failures

aurora git commit: Fix documentation of pystachio Volume struct

2017-10-08 Thread serb
Repository: aurora Updated Branches: refs/heads/master e0b6953ec -> 2cb257b80 Fix documentation of pystachio Volume struct For details, see https://github.com/apache/aurora/blob/master/src/main/python/apache/aurora/config/schema/base.py#L145 Reviewed at https://reviews.apache.org/r/62829/

aurora-packaging git commit: Switch packaging release checksum to sha512

2017-10-08 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master ec923e6c6 -> de2ad96bd Switch packaging release checksum to sha512 For our releases we will now be using .sha512 files rather than .sha files containing sha1 checksums. This change is triggered by a recent update of the Apache

aurora git commit: Allow transitions from any state to STOPPED in CallOrderEnforcingStorage

2017-09-28 Thread serb
Repository: aurora Updated Branches: refs/heads/master 7c78519ef -> dfd06771a Allow transitions from any state to STOPPED in CallOrderEnforcingStorage - Allow transitions from any state to STOPPED in CallOrderEnforcingStorage, including adding a STOPPED -> STOPPED transition so stop() can

aurora-packaging git commit: Add ca-certificates-java to ubuntu-trusty Dockerfile

2017-09-21 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/0.17.x b9d9fdb69 -> 57ff79859 Add ca-certificates-java to ubuntu-trusty Dockerfile When building Aurora 0.17 and 0.18 debs I had an error because there were no ca-certificates. Adding the ca-certificates-java to the apt-get step in the

aurora-packaging git commit: Add ca-certificates-java to ubuntu-trusty Dockerfile

2017-09-21 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/0.18.x 102b98ce9 -> 74efd813e Add ca-certificates-java to ubuntu-trusty Dockerfile When building Aurora 0.17 and 0.18 debs I had an error because there were no ca-certificates. Adding the ca-certificates-java to the apt-get step in the

aurora-packaging git commit: Add ca-certificates-java to ubuntu-trusty Dockerfile

2017-09-19 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master b92684b7f -> 46223a1b9 Add ca-certificates-java to ubuntu-trusty Dockerfile When building Aurora 0.17 and 0.18 debs I had an error because there were no ca-certificates. Adding the ca-certificates-java to the apt-get step in the

aurora git commit: Add Houghton Mifflin Harcourt to adopters list

2017-09-17 Thread serb
Repository: aurora Updated Branches: refs/heads/master 8d5f6a227 -> 96a528746 Add Houghton Mifflin Harcourt to adopters list Reviewed at https://reviews.apache.org/r/62347/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Fix concurrency issues around banned offers in HostOffers

2017-09-04 Thread serb
Repository: aurora Updated Branches: refs/heads/master 364eac5d1 -> 3ec0430b8 Fix concurrency issues around banned offers in HostOffers Currently, `getOffers` and `getWeaklyConsistentOffers` provide iterables that use lambdas (in filter) not backed by concurrent data structures

aurora-packaging git commit: Attempted workaround for flaky nightly build

2017-09-03 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master d77b6b2e2 -> b92684b7f Attempted workaround for flaky nightly build Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/b92684b7 Tree:

aurora git commit: Add timing metrics in MesosCallbackHandler for backward compatibility.

2017-08-04 Thread serb
Repository: aurora Updated Branches: refs/heads/master 65257d63b -> aae2b0dc7 Add timing metrics in MesosCallbackHandler for backward compatibility. We have an internal performance dashboard that reads the following timing metrics: ``` scheduler_resource_offers, scheduler_framework_message,

aurora-packaging git commit: Fix observer themos extra arguments usage

2017-08-03 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master 102b98ce9 -> d77b6b2e2 Fix observer themos extra arguments usage Arguments variable is specified in /etc/default/thermos file but is not used in any init script. Reviewed at https://reviews.apache.org/r/61402/ Project:

aurora git commit: Added PayPal to the list of companies using Aurora

2017-07-20 Thread serb
Repository: aurora Updated Branches: refs/heads/master 908a450f5 -> 8f5a59164 Added PayPal to the list of companies using Aurora Reviewed at https://reviews.apache.org/r/60787/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Ensure Thermos is not overloaded by an unlimited number of lost processes

2017-06-21 Thread serb
Repository: aurora Updated Branches: refs/heads/master aae39a81e -> 13055df3b Ensure Thermos is not overloaded by an unlimited number of lost processes Included changes: * Thermos may consider launched processes to be LOST. Instead of restarting those immediately, the restarts will now be

aurora git commit: Support specifying a custom ShiroCredentialsMatcher

2017-06-21 Thread serb
Repository: aurora Updated Branches: refs/heads/master 8f4b351ff -> aae39a81e Support specifying a custom ShiroCredentialsMatcher Includes: - Adding eclipse generated files to .gitignore - Support specifying a custom ShiroCredentialsMatcher Reviewed at https://reviews.apache.org/r/59883/

aurora git commit: Update h2 to 1.4.196

2017-06-16 Thread serb
Repository: aurora Updated Branches: refs/heads/master 0001f9091 -> 58ee6e485 Update h2 to 1.4.196 This update picks up my H2 patch improving SLF4j logging performance (https://github.com/h2database/h2database/commit/e907049a2b4a18ef3ab47bb0779e60005722bcb7). Additional changes in this

aurora git commit: Bump logback to 1.2.3 and SLF4J to 1.7.25

2017-05-30 Thread serb
Repository: aurora Updated Branches: refs/heads/master 2ac16f015 -> d7425aa56 Bump logback to 1.2.3 and SLF4J to 1.7.25 The changelog entries that stand out the most: * The ReentrantLock in OutputStreamAppender is now "unfair". In previous versions of logback, a fair lock was used. Fair

aurora git commit: Fix update affinity cache name

2017-05-14 Thread serb
Repository: aurora Updated Branches: refs/heads/master b0d24f4d5 -> b00a15e48 Fix update affinity cache name In a previous review (https://reviews.apache.org/r/58636/) I introduced metrics for BiCache explicit removals and expirations. There I changed the contract to instead of passing _cache

aurora git commit: Extend operator documentation

2017-04-25 Thread serb
Repository: aurora Updated Branches: refs/heads/master 6cb2d4f69 -> c85bffdd6 Extend operator documentation Included changes: * new cluster upgrade instructions * docs for several best practices collected on the mailinglist * extracted and extended troubleshooting guide for new cluster

aurora git commit: Bump initial_task_kill_retry_interval to 15s.

2017-04-25 Thread serb
Repository: aurora Updated Branches: refs/heads/master 2026ca040 -> 6cb2d4f69 Bump initial_task_kill_retry_interval to 15s. It is not very common that kills are dropped by Mesos and have to be retried by Aurora. It therefore makes sense to slightly increase the retry timeout so that we don't

aurora git commit: Improve cleanup hints in release and release-candidate scripts

2017-04-21 Thread serb
Repository: aurora Updated Branches: refs/heads/master b847db8d7 -> 2026ca040 Improve cleanup hints in release and release-candidate scripts Reviewed at https://reviews.apache.org/r/58612/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Update to Mesos 1.2.0

2017-04-17 Thread serb
Repository: aurora Updated Branches: refs/heads/master cc2aa46f7 -> b847db8d7 Update to Mesos 1.2.0 Changelog: https://github.com/apache/mesos/blob/1.2.0/CHANGELOG Reviewed at https://reviews.apache.org/r/58467/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

svn commit: r1791395 - in /aurora/3rdparty: centos/6/python/ centos/7/python/ debian/jessie64/python/ ubuntu/trusty64/python/ ubuntu/xenial64/python/

2017-04-14 Thread serb
Author: serb Date: Fri Apr 14 18:25:39 2017 New Revision: 1791395 URL: http://svn.apache.org/viewvc?rev=1791395=rev Log: Adding mesos 1.2.0 eggs Added: aurora/3rdparty/centos/6/python/mesos.executor-1.2.0-py2.7-linux-x86_64.egg (with props) aurora/3rdparty/centos/7/python

aurora git commit: Fix Thermos Health Check for MesosContainerizer with `--nosetuid-health-checks`

2017-04-05 Thread serb
Repository: aurora Updated Branches: refs/heads/master 72046170d -> 7678d194f Fix Thermos Health Check for MesosContainerizer with `--nosetuid-health-checks` With MesosContainerizer, the health check is performed using a "mesos-containerizer launch" process, but there is actually a code bug

aurora git commit: Remove use of deprecated fields in tests

2017-04-03 Thread serb
Repository: aurora Updated Branches: refs/heads/master 076d9177b -> 72046170d Remove use of deprecated fields in tests Removed the usage of numCpus, ramMb and diskMb from tests and replaced them with the Resource set when necessary. Also modified the thrift backfill so that it won't backfill

aurora git commit: Make Thermos observer resource collection intervals configurable

2017-03-21 Thread serb
Repository: aurora Updated Branches: refs/heads/master b8f72d146 -> 33acb899b Make Thermos observer resource collection intervals configurable We have noticed that on hosts with lots of active tasks (~100) the observer UI is not usable. Thermos fully utilizes one core but does not render any

aurora git commit: Change Resource Validation in ConfigurationManager so that it validates the Resource Set instead of deprecated fields

2017-03-13 Thread serb
Repository: aurora Updated Branches: refs/heads/master a07b9edf5 -> 2f08d9110 Change Resource Validation in ConfigurationManager so that it validates the Resource Set instead of deprecated fields The Resource validation in ConfigurationManager is now done against the Resource set instead of

svn commit: r1783940 [20/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-02-21 Thread serb
Added: aurora/site/source/documentation/0.17.0/reference/task-lifecycle.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.17.0/reference/task-lifecycle.md?rev=1783940=auto == ---

svn commit: r1783940 [13/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-02-21 Thread serb
Modified: aurora/site/publish/documentation/0.9.0/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.9.0/index.html?rev=1783940=1783939=1783940=diff == ---

svn commit: r1783940 [4/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-02-21 Thread serb
Modified: aurora/site/publish/documentation/0.16.0/features/containers/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.16.0/features/containers/index.html?rev=1783940=1783939=1783940=diff

svn commit: r1783940 [10/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-02-21 Thread serb
Added: aurora/site/publish/documentation/0.17.0/reference/client-hooks/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.17.0/reference/client-hooks/index.html?rev=1783940=auto == ---

svn commit: r1783940 [11/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-02-21 Thread serb
Added: aurora/site/publish/documentation/0.17.0/reference/configuration/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.17.0/reference/configuration/index.html?rev=1783940=auto == ---

svn commit: r1783940 [14/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-02-21 Thread serb
Modified: aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html?rev=1783940=1783939=1783940=diff

svn commit: r1783940 [3/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-02-21 Thread serb
Modified: aurora/site/publish/documentation/0.14.0/development/client/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/development/client/index.html?rev=1783940=1783939=1783940=diff ==

svn commit: r1783940 [6/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-02-21 Thread serb
Added: aurora/site/publish/documentation/0.17.0/features/custom-executors/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.17.0/features/custom-executors/index.html?rev=1783940=auto == ---

svn commit: r1783940 [1/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-02-21 Thread serb
Author: serb Date: Tue Feb 21 20:54:58 2017 New Revision: 1783940 URL: http://svn.apache.org/viewvc?rev=1783940=rev Log: Update website for Aurora 0.17.0 Added: aurora/site/publish/blog/aurora-0-17-0-released/ aurora/site/publish/blog/aurora-0-17-0-released/index.html aurora/site

svn commit: r1783940 [19/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-02-21 Thread serb
Added: aurora/site/source/documentation/0.17.0/reference/configuration-best-practices.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.17.0/reference/configuration-best-practices.md?rev=1783940=auto

svn commit: r1783940 [9/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-02-21 Thread serb
Added: aurora/site/publish/documentation/0.17.0/operations/security/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.17.0/operations/security/index.html?rev=1783940=auto == ---

svn commit: r1783940 [16/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-02-21 Thread serb
Added: aurora/site/source/blog/2017-02-06-aurora-0-17-0-released.md URL: http://svn.apache.org/viewvc/aurora/site/source/blog/2017-02-06-aurora-0-17-0-released.md?rev=1783940=auto == ---

svn commit: r1783940 [2/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-02-21 Thread serb
Modified: aurora/site/publish/documentation/0.10.0/tutorial/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.10.0/tutorial/index.html?rev=1783940=1783939=1783940=diff == ---

svn commit: r1783940 [17/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-02-21 Thread serb
Added: aurora/site/source/documentation/0.17.0/features/multitenancy.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.17.0/features/multitenancy.md?rev=1783940=auto == ---

svn commit: r1783940 [12/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-02-21 Thread serb
Modified: aurora/site/publish/documentation/0.5.0-incubating/clientv2/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.5.0-incubating/clientv2/index.html?rev=1783940=1783939=1783940=diff ==

svn commit: r1783940 [7/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-02-21 Thread serb
Added: aurora/site/publish/documentation/0.17.0/features/webhooks/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.17.0/features/webhooks/index.html?rev=1783940=auto == ---

svn commit: r1783940 [5/20] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-17-0-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-02-21 Thread serb
Added: aurora/site/publish/documentation/0.17.0/development/design-documents/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.17.0/development/design-documents/index.html?rev=1783940=auto

[aurora-packaging] Git Push Summary

2017-02-12 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/0.17.x [created] 2b19410bf

aurora-packaging git commit: Adding support for Ubuntu Xenial packages

2017-02-07 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master 712ca6158 -> 2b19410bf Adding support for Ubuntu Xenial packages Added builder and test environment for Xenial as well as updated instructions on how to test it. Added distribution to release-candidate script. Bugs closed:

aurora git commit: Update PMD to 5.5.3 with the for us relevant fixes:

2017-02-07 Thread serb
Repository: aurora Updated Branches: refs/heads/master cd4df56c9 -> 5b7042c4e Update PMD to 5.5.3 with the for us relevant fixes: * [java] InvalidSlf4jMessageFormat: False positive with placeholder and exception * [java] InvalidSlf4jMessageFormat: fails with NPE Full changelog:

svn commit: r18162 - in /release/aurora/0.17.0: apache-aurora-0.17.0.tar.gz apache-aurora-0.17.0.tar.gz.asc apache-aurora-0.17.0.tar.gz.md5 apache-aurora-0.17.0.tar.gz.sha

2017-02-06 Thread serb
Author: serb Date: Mon Feb 6 18:23:30 2017 New Revision: 18162 Log: aurora-0.17.0 release Added: release/aurora/0.17.0/apache-aurora-0.17.0.tar.gz (with props) release/aurora/0.17.0/apache-aurora-0.17.0.tar.gz.asc (with props) release/aurora/0.17.0/apache-aurora-0.17.0

[aurora] Git Push Summary

2017-02-06 Thread serb
Repository: aurora Updated Tags: refs/tags/rel/0.17.0 [created] c6ac9a16d

[2/3] aurora git commit: Updating CHANGELOG for 0.17.0 release.

2017-02-01 Thread serb
Updating CHANGELOG for 0.17.0 release. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/ddf04b1b Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/ddf04b1b Diff:

[aurora] Git Push Summary

2017-02-01 Thread serb
Repository: aurora Updated Tags: refs/tags/rel/0.17.0-rc0 [created] 483b1c891

[3/3] aurora git commit: Incrementing snapshot version to 0.18.0-SNAPSHOT.

2017-02-01 Thread serb
Incrementing snapshot version to 0.18.0-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/7de6d34b Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/7de6d34b Diff:

[1/3] aurora git commit: Prepare release notes for 0.17.0

2017-02-01 Thread serb
Repository: aurora Updated Branches: refs/heads/master fb7ab0938 -> 7de6d34be Prepare release notes for 0.17.0 Reviewed at https://reviews.apache.org/r/56138/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/7761e181

svn commit: r18067 - in /dev/aurora/0.17.0-rc0: apache-aurora-0.17.0-rc0.tar.gz apache-aurora-0.17.0-rc0.tar.gz.asc apache-aurora-0.17.0-rc0.tar.gz.md5 apache-aurora-0.17.0-rc0.tar.gz.sha

2017-02-01 Thread serb
Author: serb Date: Wed Feb 1 08:16:48 2017 New Revision: 18067 Log: aurora-0.17.0 release candidate rel/0.17.0-rc0 Added: dev/aurora/0.17.0-rc0/apache-aurora-0.17.0-rc0.tar.gz (with props) dev/aurora/0.17.0-rc0/apache-aurora-0.17.0-rc0.tar.gz.asc (with props) dev/aurora/0.17.0

svn commit: r18066 - /dev/aurora/0.17.0-rc0/

2017-02-01 Thread serb
Author: serb Date: Wed Feb 1 08:16:21 2017 New Revision: 18066 Log: aurora-0.17.0 release candidate rel/0.17.0-rc0 Added: dev/aurora/0.17.0-rc0/

aurora git commit: Suppress role deprecation warning as replacement is not yet ready.

2017-01-31 Thread serb
Repository: aurora Updated Branches: refs/heads/master efffd85f6 -> fb7ab0938 Suppress role deprecation warning as replacement is not yet ready. The role field was prematurely deprecated in the Mesos project. https://github.com/apache/mesos/blob/master/include/mesos/mesos.proto#L257 Reviewed

aurora git commit: Fixed starting cron jobs when using default_docker_parameters

2017-01-31 Thread serb
Repository: aurora Updated Branches: refs/heads/master e0c9e08d0 -> efffd85f6 Fixed starting cron jobs when using default_docker_parameters The code was previously attempting to re-sanitize the configuration read from storage rather than just using it as is. This causes issues if after

aurora git commit: Fix flapping TestRunnerKillProcessGroup test.

2017-01-30 Thread serb
Repository: aurora Updated Branches: refs/heads/master c385b63f4 -> e0c9e08d0 Fix flapping TestRunnerKillProcessGroup test. The test was working when run in isolation, but failed when executing the entire Thermos test suite. Bugs closed: AURORA-1809 Reviewed at

aurora git commit: Fix pendingTasks endpoint in case of multiple TaskGroups per job.

2017-01-30 Thread serb
Repository: aurora Updated Branches: refs/heads/master 07065b502 -> c385b63f4 Fix pendingTasks endpoint in case of multiple TaskGroups per job. Central idea of this patch is to change the return value of `getPendingReasons` from a map keyed by JobKey to a map keyed by `TaskGroupKey`. This

svn commit: r1780806 [6/11] - in /aurora/site: publish/ publish/assets/img/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-1

2017-01-29 Thread serb
Modified: aurora/site/publish/documentation/0.16.0/development/thrift/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.16.0/development/thrift/index.html?rev=1780806=1780805=1780806=diff ==

svn commit: r1780806 [5/11] - in /aurora/site: publish/ publish/assets/img/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-1

2017-01-29 Thread serb
Modified: aurora/site/publish/documentation/0.15.0/development/client/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.15.0/development/client/index.html?rev=1780806=1780805=1780806=diff ==

svn commit: r1780806 [1/11] - in /aurora/site: publish/ publish/assets/img/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-1

2017-01-29 Thread serb
Author: serb Date: Sun Jan 29 15:21:41 2017 New Revision: 1780806 URL: http://svn.apache.org/viewvc?rev=1780806=rev Log: Update copyright year Added: aurora/site/publish/assets/img/aurora_logo_on_blue.svg (with props) aurora/site/publish/assets/img/aurora_logo_on_white.svg

svn commit: r1780806 [8/11] - in /aurora/site: publish/ publish/assets/img/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-1

2017-01-29 Thread serb
Modified: aurora/site/publish/documentation/0.8.0/configuration-reference/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/configuration-reference/index.html?rev=1780806=1780805=1780806=diff

svn commit: r1780806 [7/11] - in /aurora/site: publish/ publish/assets/img/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-1

2017-01-29 Thread serb
Modified: aurora/site/publish/documentation/0.6.0-incubating/client-cluster-configuration/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.6.0-incubating/client-cluster-configuration/index.html?rev=1780806=1780805=1780806=diff

svn commit: r1780806 [9/11] - in /aurora/site: publish/ publish/assets/img/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-1

2017-01-29 Thread serb
Modified: aurora/site/publish/documentation/latest/development/client/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/development/client/index.html?rev=1780806=1780805=1780806=diff ==

svn commit: r1780806 [3/11] - in /aurora/site: publish/ publish/assets/img/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-1

2017-01-29 Thread serb
Modified: aurora/site/publish/documentation/0.12.0/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.12.0/index.html?rev=1780806=1780805=1780806=diff == ---

svn commit: r1780806 [10/11] - in /aurora/site: publish/ publish/assets/img/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-

2017-01-29 Thread serb
Modified: aurora/site/publish/sitemap.xml URL: http://svn.apache.org/viewvc/aurora/site/publish/sitemap.xml?rev=1780806=1780805=1780806=diff == --- aurora/site/publish/sitemap.xml (original) +++

svn commit: r1780806 [2/11] - in /aurora/site: publish/ publish/assets/img/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-1

2017-01-29 Thread serb
Modified: aurora/site/publish/documentation/0.10.0/resources/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.10.0/resources/index.html?rev=1780806=1780805=1780806=diff == ---

svn commit: r1780806 [11/11] - in /aurora/site: publish/ publish/assets/img/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-

2017-01-29 Thread serb
Modified: aurora/site/source/_footer.erb URL: http://svn.apache.org/viewvc/aurora/site/source/_footer.erb?rev=1780806=1780805=1780806=diff == --- aurora/site/source/_footer.erb (original) +++

svn commit: r1780806 [4/11] - in /aurora/site: publish/ publish/assets/img/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-1

2017-01-29 Thread serb
Modified: aurora/site/publish/documentation/0.13.0/reference/configuration-tutorial/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.13.0/reference/configuration-tutorial/index.html?rev=1780806=1780805=1780806=diff

aurora git commit: Preemption performance improvement and new metrics release notes entry

2017-01-28 Thread serb
Repository: aurora Updated Branches: refs/heads/master a8afa59fb -> 1217fc87c Preemption performance improvement and new metrics release notes entry Reviewed at https://reviews.apache.org/r/56048/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Consider reserving for multiple tasks per preemption round

2017-01-24 Thread serb
Repository: aurora Updated Branches: refs/heads/master 86d8f2f04 -> 52ddce919 Consider reserving for multiple tasks per preemption round To be fair, PendingTaskProcessor interleaves tasks from different groups. However, this fairness comes at the price of increasing reservation time. Even if

aurora git commit: Evaluate multiple preemption proposals per round

2017-01-24 Thread serb
Repository: aurora Updated Branches: refs/heads/master 1e2a9e160 -> 86d8f2f04 Evaluate multiple preemption proposals per round `TaskScheduler` makes an attempt to preempt already identified candidates through `Preemptor` when it fails to schedule one or more tasks. However, `Preemptor`

aurora git commit: Fix command escaping when using the Mesos containerizer.

2017-01-22 Thread serb
Repository: aurora Updated Branches: refs/heads/master 6ad4c8728 -> dc6f27ed3 Fix command escaping when using the Mesos containerizer. The important bit is the change to call the Mesos containerizer with `shell=False`. Getting rid of manual json encoding and eliminating shlex might have

aurora git commit: Make announced scheduler endpoint name configurable.

2017-01-18 Thread serb
Repository: aurora Updated Branches: refs/heads/master c223e666f -> 6ad4c8728 Make announced scheduler endpoint name configurable. We decided to co-deploy an HTTPS enabled reverse proxy in front of each of our Aurora schedulers. The proxy instances bind to `public_ip:8081` and the schedulers

aurora git commit: Log process sampling failures with debug severity

2017-01-17 Thread serb
Repository: aurora Updated Branches: refs/heads/master b75dfb838 -> 6eda8c8af Log process sampling failures with debug severity The observer's logs consist of lots of warnings about being unable to find PIDs. This is expected when running with the PID isolator, or when checkpoints are out of

[2/2] aurora-packaging git commit: Update packaging scripts for Mesos 1.1.0

2017-01-14 Thread serb
Update packaging scripts for Mesos 1.1.0 Reviewed at https://reviews.apache.org/r/55507/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/712ca615 Tree:

[2/3] aurora git commit: Eliminate sequential scan in MemTaskStore.getJobKeys()

2017-01-11 Thread serb
Eliminate sequential scan in MemTaskStore.getJobKeys() If scheduler is configured to run with the `MemTaskStore` every hit on scheduler landing page (`/scheduler`) causes a call to `MemTaskStore.getJobKeys()` through `ReadOnlyScheduler.getRoleSummary()`. The implementation of

[3/3] aurora git commit: Expose stats on statically banned offers

2017-01-11 Thread serb
Expose stats on statically banned offers Bugs closed: AURORA-1859 Reviewed at https://reviews.apache.org/r/55058/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/06a221fd Tree:

aurora git commit: Expose stats on ZooKeeper connection state

2017-01-10 Thread serb
Repository: aurora Updated Branches: refs/heads/master eb3660d9e -> 3bdf0274c Expose stats on ZooKeeper connection state * zk_connection_state_STATE shows 1 if STATE is current connection state, otherwise 0. * zk_connection_state_STATE_counter represents occurence times of the STATE since

  1   2   >