aurora git commit: Improve performance of MemTaskStore queries

2018-01-31 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 787ccfed5 -> 858552db0 Improve performance of MemTaskStore queries Use `ArrayDeque` rather than `HashSet` for fetchTasks, and use imperative style rather than functional. I arrived at this result after running benchmarks with some of the

aurora git commit: Print command line parameters when the scheduler starts

2018-01-18 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 710706f4e -> c4c55ff51 Print command line parameters when the scheduler starts Realized i never added this in the command line parser change. Note that this output differs from the original code in one important way - it uses `toString()`

aurora git commit: GitHub Pull Request template to discourage folks from making PRs

2018-01-18 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 8a5dcacdc -> 710706f4e GitHub Pull Request template to discourage folks from making PRs Simple pull request template encouraging potential contributors to submit via ReviewBoard instead of opening up a PR on GitHub. Normally I wouldn't

aurora git commit: Added ExclusionStrategy to Gson formatter in structdump

2018-01-17 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master f6146eb5e -> 8a5dcacdc Added ExclusionStrategy to Gson formatter in structdump This hides thrift metadata fields such as "__isset_bitfield" and the "optionals" enum. Added a FieldNamingStrategy to rename "value_" and "setName_" fields to

[1/2] aurora git commit: Refactor scheduling code to split matching and assigning phases

2018-01-09 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 5b34231ba -> 4e6242fed http://git-wip-us.apache.org/repos/asf/aurora/blob/4e6242fe/src/test/java/org/apache/aurora/scheduler/preemptor/PreemptionVictimFilterTest.java --

aurora git commit: Custom converter to allow the -thermos_executor_resources flag to take an empty string and parse it to an empty list

2018-01-09 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 8e5e08ebf -> 5b34231ba Custom converter to allow the -thermos_executor_resources flag to take an empty string and parse it to an empty list Fixes the issue that caused the voting to fail for the 0.19.0 Aurora packages. Fix cribbed from:

[2/2] aurora git commit: Add a test to detect incompatible storage changes

2018-01-04 Thread wfarner
Add a test to detect incompatible storage changes This is intended as a safeguard against future compatibility regressions like [AURORA-1959](https://issues.apache.org/jira/browse/AURORA-1959). I approached this with a few goals: - golden files should be text-based and human-readable. This

[1/2] aurora git commit: Add a test to detect incompatible storage changes

2018-01-04 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master f1d9caf36 -> 8e5e08ebf http://git-wip-us.apache.org/repos/asf/aurora/blob/8e5e08eb/src/test/resources/org/apache/aurora/scheduler/storage/durability/goldens/read-compatible/15-saveTasks

aurora git commit: Add metadata field to Job object in DSL

2017-12-17 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 2e1ca4288 -> f1d9caf36 Add metadata field to Job object in DSL Bugs closed: AURORA-1898 Reviewed at https://reviews.apache.org/r/64341/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

[1/2] aurora git commit: Add a storage recovery tool

2017-12-15 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 6fd765bcf -> 2e1ca4288 http://git-wip-us.apache.org/repos/asf/aurora/blob/2e1ca428/src/test/java/org/apache/aurora/scheduler/storage/log/SnapshotStoreImplIT.java -- diff

[2/2] aurora git commit: Add a storage recovery tool

2017-12-15 Thread wfarner
Add a storage recovery tool This tool was originally intended as a migration path between Persistence backends. As it turns out, the model also works well for recovering from a backup. I propose we drop our current recovery mechanism to use this tool. The existing recovery-via-scheduler-rpc is

[1/4] aurora git commit: Use java.util.Optional throughout

2017-12-15 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 5f79f7ca7 -> 6fd765bcf http://git-wip-us.apache.org/repos/asf/aurora/blob/6fd765bc/src/test/java/org/apache/aurora/scheduler/storage/AbstractCronJobStoreTest.java -- diff

[3/4] aurora git commit: Use java.util.Optional throughout

2017-12-15 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/6fd765bc/src/main/java/org/apache/aurora/scheduler/mesos/MesosTaskFactory.java -- diff --git a/src/main/java/org/apache/aurora/scheduler/mesos/MesosTaskFactory.java

[4/4] aurora git commit: Use java.util.Optional throughout

2017-12-15 Thread wfarner
Use java.util.Optional throughout Reviewed at https://reviews.apache.org/r/64629/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/6fd765bc Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/6fd765bc Diff:

[2/4] aurora git commit: Use java.util.Optional throughout

2017-12-15 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/6fd765bc/src/main/java/org/apache/aurora/scheduler/updater/SideEffect.java -- diff --git a/src/main/java/org/apache/aurora/scheduler/updater/SideEffect.java

[2/2] aurora git commit: Recover snapshots via the Op stream

2017-12-13 Thread wfarner
ntLock writeLock; private final ThriftBackfill thriftBackfill; - private final WriteAheadStorage writeAheadStorage; + private final WriteRecorder writeRecorder; - // TODO(wfarner): It should be possible to remove this flag now, since all call stacks when - // recovering are controlled at this l

[1/2] aurora git commit: Recover snapshots via the Op stream

2017-12-13 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 4489dc345 -> 5f79f7ca7 http://git-wip-us.apache.org/repos/asf/aurora/blob/5f79f7ca/src/main/java/org/apache/aurora/scheduler/storage/log/SnapshotService.java -- diff --git

aurora git commit: Deprecated Ops re-added, perform no-op instead of throwing an exception.

2017-12-08 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 6c897e520 -> 4f0299b2a Deprecated Ops re-added, perform no-op instead of throwing an exception. Bugs closed: AURORA-1959 Reviewed at https://reviews.apache.org/r/64459/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo

[aurora-packaging] Git Push Summary

2017-12-08 Thread wfarner
Repository: aurora-packaging Updated Branches: refs/heads/0.19.x [created] de2ad96bd

aurora git commit: Remove hack for guice error logging

2017-12-07 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 103f794ed -> 6c897e520 Remove hack for guice error logging With `103f794ed126e135f2fe0ff1bde04a4093413521`, this hack is no longer needed. Reviewed at https://reviews.apache.org/r/64426/ Project:

aurora git commit: Update to guice 4.1.0, switch from jersey to resteasy

2017-12-07 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 2754636c6 -> 103f794ed Update to guice 4.1.0, switch from jersey to resteasy Upgrading guice was the original goal with this patch, which pulled along several other dependencies. Guice 3 [suffers from obscure

aurora git commit: Remove H2-related end-to-end test case

2017-12-06 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master e74fb3240 -> 2754636c6 Remove H2-related end-to-end test case This test still exercises kerberos functionality through the `snapshot_as` function, so the h2 test case can safely be considered redundant. Reviewed at

aurora git commit: Clean up some lint rules

2017-12-04 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 89338dd7f -> a0628efd1 Clean up some lint rules Reviewed at https://reviews.apache.org/r/64287/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/a0628efd Tree:

aurora git commit: Remove redundant transaction recorder

2017-12-03 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master cea43db9d -> 5e008ff7f Remove redundant transaction recorder Reviewed at https://reviews.apache.org/r/64283/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

[1/4] aurora git commit: Extract a storage Persistence layer

2017-12-02 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master de8b37549 -> cea43db9d http://git-wip-us.apache.org/repos/asf/aurora/blob/cea43db9/src/test/java/org/apache/aurora/scheduler/storage/log/LogStorageTest.java -- diff --git

[4/4] aurora git commit: Extract a storage Persistence layer

2017-12-02 Thread wfarner
possibility * for a reader to read uncommitted state from a concurrent writer. * - * TODO(wfarner): Update this documentation once all stores are backed by - * {@link org.apache.aurora.scheduler.storage.db.DbStorage}, as the concurrency behavior will then - * be dictated b

[2/4] aurora git commit: Extract a storage Persistence layer

2017-12-02 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/cea43db9/src/test/java/org/apache/aurora/scheduler/storage/durability/DurableStorageTest.java -- diff --git

[3/4] aurora git commit: Extract a storage Persistence layer

2017-12-02 Thread wfarner
ReentrantLock writeLock; - private final ThriftBackfill thriftBackfill; - - private StreamManager streamManager; - private final WriteAheadStorage writeAheadStorage; - - // TODO(wfarner): It should be possible to remove this flag now, since all call stacks when - // recovering are cont

[1/2] aurora git commit: Add RemoveJobUpdates log Op, slim JobUpdateStore API

2017-11-28 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 80139da46 -> 284f40f5e http://git-wip-us.apache.org/repos/asf/aurora/blob/284f40f5/src/test/java/org/apache/aurora/scheduler/storage/AbstractJobUpdateStoreTest.java --

[2/2] aurora git commit: Add RemoveJobUpdates log Op, slim JobUpdateStore API

2017-11-28 Thread wfarner
d-only view of the instructions for a job update. - * - * @param key Update identifier. - * @return A read-only view of job update instructions. - */ - Optional fetchJobUpdateInstructions(IJobUpdateKey key); - - /** - * Fetches a read-only view of all job update details available in th

[2/3] aurora git commit: Enable custom offer scoring modules for task assignment

2017-11-28 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/80139da4/src/main/java/org/apache/aurora/scheduler/scheduling/FirstFitOfferSelector.java -- diff --git

[3/3] aurora git commit: Enable custom offer scoring modules for task assignment

2017-11-28 Thread wfarner
Enable custom offer scoring modules for task assignment Major portions of the refactor: * Refactor `OfferManager` to do filtering of offers (added `getMatching` and `getAllMatching` methods) as opposed to TaskAssigner * Refactor `TaskAssigner`, allow for injection of custom "scoring" class

[1/3] aurora git commit: Enable custom offer scoring modules for task assignment

2017-11-28 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 21af250c9 -> 80139da46 http://git-wip-us.apache.org/repos/asf/aurora/blob/80139da4/src/test/java/org/apache/aurora/scheduler/offers/OfferManagerImplTest.java -- diff --git

aurora git commit: Remove task level resource fields from thrift interface

2017-11-27 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 0f3dc939e -> 21af250c9 Remove task level resource fields from thrift interface Bugs closed: AURORA-1707 Reviewed at https://reviews.apache.org/r/60942/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Fix flaky MesosCallbackHandlerTest

2017-11-14 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 89b0fa9b2 -> 46b1112ee Fix flaky MesosCallbackHandlerTest In the same vein as: https://reviews.apache.org/r/63760/ Fix a flaky test that uses `Thread.sleep` by injecting a fake Executor. Reviewed at https://reviews.apache.org/r/63763/

aurora git commit: Use transition method and fix documentation in Webhooks

2017-11-14 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 4fecf1f59 -> 89b0fa9b2 Use transition method and fix documentation in Webhooks Reviewed at https://reviews.apache.org/r/63705/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

[1/2] aurora git commit: Remove LockStore

2017-11-13 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master fb64df240 -> 4fecf1f59 http://git-wip-us.apache.org/repos/asf/aurora/blob/4fecf1f5/src/test/java/org/apache/aurora/scheduler/storage/AbstractJobUpdateStoreTest.java --

[2/2] aurora git commit: Remove LockStore

2017-11-13 Thread wfarner
Remove LockStore Reviewed at https://reviews.apache.org/r/63744/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/4fecf1f5 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/4fecf1f5 Diff:

aurora git commit: Make testTaskChangedWithOldStateError more robust

2017-11-13 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master bd1218867 -> fb64df240 Make testTaskChangedWithOldStateError more robust Reviewed at https://reviews.apache.org/r/63760/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Add a workaround for test_du_diskcollector failing on macOS

2017-11-13 Thread wfarner
est==) + # pytest_cov_requirement=$(python -m pip freeze | grep pytest-cov==) + #deactivate + # TODO(wfarner): The above attempt to fetch pytest versions from pants stopped + # working with commit 0c177058. As a workaround, manually specify the versions + # for now. + pytest_requirement='pyt

[3/5] aurora git commit: Remove the internal SQL database

2017-11-13 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/94276046/src/main/java/org/apache/aurora/scheduler/storage/db/TaskConfigMapper.java -- diff --git a/src/main/java/org/apache/aurora/scheduler/storage/db/TaskConfigMapper.java

[2/5] aurora git commit: Remove the internal SQL database

2017-11-13 Thread wfarner
http://git-wip-us.apache.org/repos/asf/aurora/blob/94276046/src/main/java/org/apache/aurora/scheduler/storage/db/views/Pairs.java -- diff --git a/src/main/java/org/apache/aurora/scheduler/storage/db/views/Pairs.java

[4/5] aurora git commit: Remove the internal SQL database

2017-11-13 Thread wfarner
geException, E { -// NOTE: Async work is intentionally executed regardless of whether the transaction succeeded. -// Doing otherwise runs the risk of cross-talk between transactions and losing async tasks -// due to failure of an unrelated transaction. This matches behavio

[1/5] aurora git commit: Remove the internal SQL database

2017-11-13 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master e0624b27b -> 942760466 http://git-wip-us.apache.org/repos/asf/aurora/blob/94276046/src/test/java/org/apache/aurora/scheduler/async/GatingDelayExecutorTest.java -- diff

[5/5] aurora git commit: Remove the internal SQL database

2017-11-13 Thread wfarner
us.KILLING, ScheduleStatus.DRAINING); - private final DelayExecutor executor; + private final ScheduledExecutorService executor; private final Storage storage; private final StateManager stateManager; private final Amount<Long, Time> timeout; @@ -73,7 +74,7 @@ class TaskTimeout ext

svn commit: r1814961 [12/14] - in /aurora/site: publish/blog/ publish/blog/aurora-0-19-0-released/ publish/documentation/0.19.0/ publish/documentation/0.19.0/additional-resources/ publish/documentatio

2017-11-11 Thread wfarner
Propchange: aurora/site/source/documentation/0.19.0/images/presentations/10_08_2015_sla_aware_maintenance_for_operators_thumb.png -- svn:mime-type = application/octet-stream Added:

svn commit: r1814961 [4/14] - in /aurora/site: publish/blog/ publish/blog/aurora-0-19-0-released/ publish/documentation/0.19.0/ publish/documentation/0.19.0/additional-resources/ publish/documentation

2017-11-11 Thread wfarner
Added: aurora/site/publish/documentation/0.19.0/features/services/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.19.0/features/services/index.html?rev=1814961=auto == ---

svn commit: r1814961 [10/14] - in /aurora/site: publish/blog/ publish/blog/aurora-0-19-0-released/ publish/documentation/0.19.0/ publish/documentation/0.19.0/additional-resources/ publish/documentatio

2017-11-11 Thread wfarner
Added: aurora/site/publish/documentation/0.19.0/reference/task-lifecycle/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.19.0/reference/task-lifecycle/index.html?rev=1814961=auto == ---

svn commit: r1814961 [2/14] - in /aurora/site: publish/blog/ publish/blog/aurora-0-19-0-released/ publish/documentation/0.19.0/ publish/documentation/0.19.0/additional-resources/ publish/documentation

2017-11-11 Thread wfarner
Added: aurora/site/publish/documentation/0.19.0/development/db-migration/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.19.0/development/db-migration/index.html?rev=1814961=auto == ---

svn commit: r1814961 [8/14] - in /aurora/site: publish/blog/ publish/blog/aurora-0-19-0-released/ publish/documentation/0.19.0/ publish/documentation/0.19.0/additional-resources/ publish/documentation

2017-11-11 Thread wfarner
Added: aurora/site/publish/documentation/0.19.0/reference/configuration-best-practices/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.19.0/reference/configuration-best-practices/index.html?rev=1814961=auto

svn commit: r1814961 [6/14] - in /aurora/site: publish/blog/ publish/blog/aurora-0-19-0-released/ publish/documentation/0.19.0/ publish/documentation/0.19.0/additional-resources/ publish/documentation

2017-11-11 Thread wfarner
Added: aurora/site/publish/documentation/0.19.0/operations/configuration/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.19.0/operations/configuration/index.html?rev=1814961=auto == ---

svn commit: r1814961 [13/14] - in /aurora/site: publish/blog/ publish/blog/aurora-0-19-0-released/ publish/documentation/0.19.0/ publish/documentation/0.19.0/additional-resources/ publish/documentatio

2017-11-11 Thread wfarner
Added: aurora/site/source/documentation/0.19.0/reference/client-commands.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.19.0/reference/client-commands.md?rev=1814961=auto == ---

svn commit: r1814961 [7/14] - in /aurora/site: publish/blog/ publish/blog/aurora-0-19-0-released/ publish/documentation/0.19.0/ publish/documentation/0.19.0/additional-resources/ publish/documentation

2017-11-11 Thread wfarner
Added: aurora/site/publish/documentation/0.19.0/operations/storage/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.19.0/operations/storage/index.html?rev=1814961=auto == ---

svn commit: r1814961 [9/14] - in /aurora/site: publish/blog/ publish/blog/aurora-0-19-0-released/ publish/documentation/0.19.0/ publish/documentation/0.19.0/additional-resources/ publish/documentation

2017-11-11 Thread wfarner
Added: aurora/site/publish/documentation/0.19.0/reference/configuration/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.19.0/reference/configuration/index.html?rev=1814961=auto == ---

svn commit: r1814961 [5/14] - in /aurora/site: publish/blog/ publish/blog/aurora-0-19-0-released/ publish/documentation/0.19.0/ publish/documentation/0.19.0/additional-resources/ publish/documentation

2017-11-11 Thread wfarner
Added: aurora/site/publish/documentation/0.19.0/getting-started/tutorial/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.19.0/getting-started/tutorial/index.html?rev=1814961=auto == ---

svn commit: r1814961 [11/14] - in /aurora/site: publish/blog/ publish/blog/aurora-0-19-0-released/ publish/documentation/0.19.0/ publish/documentation/0.19.0/additional-resources/ publish/documentatio

2017-11-11 Thread wfarner
Added: aurora/site/source/documentation/0.19.0/features/custom-executors.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.19.0/features/custom-executors.md?rev=1814961=auto == ---

svn commit: r1814961 [1/14] - in /aurora/site: publish/blog/ publish/blog/aurora-0-19-0-released/ publish/documentation/0.19.0/ publish/documentation/0.19.0/additional-resources/ publish/documentation

2017-11-11 Thread wfarner
Author: wfarner Date: Sat Nov 11 16:49:46 2017 New Revision: 1814961 URL: http://svn.apache.org/viewvc?rev=1814961=rev Log: Add files missing from 0.19.0 publish Added: aurora/site/publish/blog/aurora-0-19-0-released/ aurora/site/publish/blog/aurora-0-19-0-released/index.html aurora

svn commit: r1814960 [3/9] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ p

2017-11-11 Thread wfarner
Modified: aurora/site/publish/documentation/0.14.0/development/design-documents/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/development/design-documents/index.html?rev=1814960=1814959=1814960=diff

svn commit: r1814960 [7/9] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ p

2017-11-11 Thread wfarner
Modified: aurora/site/publish/documentation/latest/features/multitenancy/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/features/multitenancy/index.html?rev=1814960=1814959=1814960=diff

svn commit: r1814960 [8/9] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ p

2017-11-11 Thread wfarner
Modified: aurora/site/publish/sitemap.xml URL: http://svn.apache.org/viewvc/aurora/site/publish/sitemap.xml?rev=1814960=1814959=1814960=diff == --- aurora/site/publish/sitemap.xml (original) +++

svn commit: r1814960 [2/9] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ p

2017-11-11 Thread wfarner
Modified: aurora/site/publish/documentation/0.11.0/build-system/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.11.0/build-system/index.html?rev=1814960=1814959=1814960=diff == ---

svn commit: r1814960 [5/9] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ p

2017-11-11 Thread wfarner
Modified: aurora/site/publish/documentation/0.18.0/operations/security/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.18.0/operations/security/index.html?rev=1814960=1814959=1814960=diff

svn commit: r1814960 [9/9] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ p

2017-11-11 Thread wfarner
Modified: aurora/site/source/blog/2017-11-01-aurora-0-18-1-released.md URL: http://svn.apache.org/viewvc/aurora/site/source/blog/2017-11-01-aurora-0-18-1-released.md?rev=1814960=1814959=1814960=diff == ---

svn commit: r1814960 [6/9] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ p

2017-11-11 Thread wfarner
Modified: aurora/site/publish/documentation/0.6.0-incubating/storage/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.6.0-incubating/storage/index.html?rev=1814960=1814959=1814960=diff ==

svn commit: r1814960 [4/9] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/2015-upcoming-apache-aurora-meetups/ publish/blog/aurora-0-10-0-released/ publish/blog/aurora-0-11-0-released/ p

2017-11-11 Thread wfarner
Modified: aurora/site/publish/documentation/0.16.0/features/services/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.16.0/features/services/index.html?rev=1814960=1814959=1814960=diff ==

[aurora] Git Push Summary

2017-11-10 Thread wfarner
Repository: aurora Updated Tags: refs/tags/rel/0.19.0 [created] 3fd641700

svn commit: r23056 - /release/aurora/0.19.0/

2017-11-10 Thread wfarner
Author: wfarner Date: Sat Nov 11 05:02:32 2017 New Revision: 23056 Log: aurora-0.19.0 release Added: release/aurora/0.19.0/

svn commit: r23057 - in /release/aurora/0.19.0: apache-aurora-0.19.0.tar.gz apache-aurora-0.19.0.tar.gz.asc apache-aurora-0.19.0.tar.gz.md5 apache-aurora-0.19.0.tar.gz.sha512

2017-11-10 Thread wfarner
Author: wfarner Date: Sat Nov 11 05:02:39 2017 New Revision: 23057 Log: aurora-0.19.0 release Added: release/aurora/0.19.0/apache-aurora-0.19.0.tar.gz (with props) release/aurora/0.19.0/apache-aurora-0.19.0.tar.gz.asc release/aurora/0.19.0/apache-aurora-0.19.0.tar.gz.md5

aurora git commit: Add a test for storage durability

2017-11-09 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 773d2d6ab -> 9b9b2ee7b Add a test for storage durability Reviewed at https://reviews.apache.org/r/63670/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/9b9b2ee7

[aurora] Git Push Summary

2017-11-07 Thread wfarner
Repository: aurora Updated Tags: refs/tags/rel/0.19.0-rc0 [created] 4b431bcca

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

2017-11-07 Thread wfarner
Updating CHANGELOG for 0.19.0 release. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/dd6da803 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/dd6da803 Diff:

[1/2] aurora git commit: Incrementing snapshot version to 0.20.0-SNAPSHOT.

2017-11-07 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master d41d3357d -> 5dfe51c27 Incrementing snapshot version to 0.20.0-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/5dfe51c2 Tree:

svn commit: r23006 - in /dev/aurora/0.19.0-rc0: apache-aurora-0.19.0-rc0.tar.gz apache-aurora-0.19.0-rc0.tar.gz.asc apache-aurora-0.19.0-rc0.tar.gz.md5 apache-aurora-0.19.0-rc0.tar.gz.sha512

2017-11-07 Thread wfarner
Author: wfarner Date: Wed Nov 8 04:47:59 2017 New Revision: 23006 Log: aurora-0.19.0 release candidate rel/0.19.0-rc0 Added: dev/aurora/0.19.0-rc0/apache-aurora-0.19.0-rc0.tar.gz (with props) dev/aurora/0.19.0-rc0/apache-aurora-0.19.0-rc0.tar.gz.asc dev/aurora/0.19.0-rc0/apache

svn commit: r23005 - /dev/aurora/0.19.0-rc0/

2017-11-07 Thread wfarner
Author: wfarner Date: Wed Nov 8 04:47:49 2017 New Revision: 23005 Log: aurora-0.19.0 release candidate rel/0.19.0-rc0 Added: dev/aurora/0.19.0-rc0/

aurora git commit: Update release notes in preparation for 0.19.0 release

2017-11-07 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 0e3e0dd71 -> d41d3357d Update release notes in preparation for 0.19.0 release Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/d41d3357 Tree:

aurora git commit: Use a pair of fields for caching offer resources rather than a Cache

2017-11-07 Thread wfarner
edulerException If the task could not be encoded. */ - TaskInfo createFrom(IAssignedTask task, Offer offer) throws SchedulerException; + TaskInfo createFrom(IAssignedTask task, Offer offer, boolean revocable) throws SchedulerException; // TODO(wfarner): Move this class to its own file to redu

aurora git commit: Fixed issue where saving attributes are not being persisted to log

2017-11-02 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 06d25fd4d -> d10165544 Fixed issue where saving attributes are not being persisted to log A bug was introduced when the old `MemAttributeStore` was revived. Previously, the `saveHostAttributes` method did not return anything. However,

svn commit: r1813982 [19/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-11-01 Thread wfarner
Added: aurora/site/source/documentation/0.18.1/operations/configuration.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.18.1/operations/configuration.md?rev=1813982=auto == ---

svn commit: r1813982 [21/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-11-01 Thread wfarner
Added: aurora/site/source/documentation/0.18.1/reference/observer-configuration.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.18.1/reference/observer-configuration.md?rev=1813982=auto == ---

svn commit: r1813982 [18/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-11-01 Thread wfarner
Added: aurora/site/source/documentation/0.18.1/features/resource-isolation.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/0.18.1/features/resource-isolation.md?rev=1813982=auto == ---

svn commit: r1813982 [6/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-11-01 Thread wfarner
Added: aurora/site/publish/documentation/0.18.1/development/design/command-hooks/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.18.1/development/design/command-hooks/index.html?rev=1813982=auto

svn commit: r1813982 [11/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-11-01 Thread wfarner
Added: aurora/site/publish/documentation/0.18.1/reference/client-commands/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.18.1/reference/client-commands/index.html?rev=1813982=auto == ---

svn commit: r1813982 [5/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-11-01 Thread wfarner
Modified: aurora/site/publish/documentation/0.18.0/getting-started/overview/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.18.0/getting-started/overview/index.html?rev=1813982=1813981=1813982=diff

svn commit: r1813982 [8/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-11-01 Thread wfarner
Added: aurora/site/publish/documentation/0.18.1/features/sla-metrics/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.18.1/features/sla-metrics/index.html?rev=1813982=auto == ---

svn commit: r1813982 [2/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-11-01 Thread wfarner
Modified: aurora/site/publish/documentation/0.10.0/vagrant/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.10.0/vagrant/index.html?rev=1813982=1813981=1813982=diff == ---

svn commit: r1813982 [17/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-11-01 Thread wfarner
Added: aurora/site/source/blog/2017-11-01-aurora-0-18-1-released.md URL: http://svn.apache.org/viewvc/aurora/site/source/blog/2017-11-01-aurora-0-18-1-released.md?rev=1813982=auto == ---

svn commit: r1813982 [3/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-11-01 Thread wfarner
Modified: aurora/site/publish/documentation/0.14.0/development/committers-guide/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.14.0/development/committers-guide/index.html?rev=1813982=1813981=1813982=diff

svn commit: r1813982 [13/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-11-01 Thread wfarner
Added: aurora/site/publish/documentation/0.18.1/reference/scheduler-configuration/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.18.1/reference/scheduler-configuration/index.html?rev=1813982=auto

svn commit: r1813982 [9/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-11-01 Thread wfarner
Added: aurora/site/publish/documentation/0.18.1/images/RunningJob.png URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.18.1/images/RunningJob.png?rev=1813982=auto == Binary file - no diff available.

svn commit: r1813982 [16/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-11-01 Thread wfarner
Modified: aurora/site/publish/sitemap.xml URL: http://svn.apache.org/viewvc/aurora/site/publish/sitemap.xml?rev=1813982=1813981=1813982=diff == --- aurora/site/publish/sitemap.xml (original) +++

svn commit: r1813982 [12/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docum

2017-11-01 Thread wfarner
Added: aurora/site/publish/documentation/0.18.1/reference/configuration-tutorial/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.18.1/reference/configuration-tutorial/index.html?rev=1813982=auto

svn commit: r1813982 [4/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-11-01 Thread wfarner
Modified: aurora/site/publish/documentation/0.16.0/features/job-updates/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.16.0/features/job-updates/index.html?rev=1813982=1813981=1813982=diff

svn commit: r1813982 [1/21] - in /aurora/site: data/ publish/ publish/blog/ publish/blog/aurora-0-18-1-released/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/docume

2017-11-01 Thread wfarner
Author: wfarner Date: Wed Nov 1 18:39:52 2017 New Revision: 1813982 URL: http://svn.apache.org/viewvc?rev=1813982=rev Log: Update website for Aurora 0.18.1 Added: aurora/site/publish/blog/aurora-0-18-1-released/ aurora/site/publish/blog/aurora-0-18-1-released/index.html aurora/site

[aurora] Git Push Summary

2017-11-01 Thread wfarner
Repository: aurora Updated Tags: refs/tags/rel/0.18.1 [created] 1e6b4443a

svn commit: r22814 - in /release/aurora/0.18.1: apache-aurora-0.18.1.tar.gz apache-aurora-0.18.1.tar.gz.asc apache-aurora-0.18.1.tar.gz.md5 apache-aurora-0.18.1.tar.gz.sha

2017-11-01 Thread wfarner
Author: wfarner Date: Wed Nov 1 17:53:50 2017 New Revision: 22814 Log: aurora-0.18.1 release Added: release/aurora/0.18.1/apache-aurora-0.18.1.tar.gz (with props) release/aurora/0.18.1/apache-aurora-0.18.1.tar.gz.asc release/aurora/0.18.1/apache-aurora-0.18.1.tar.gz.md5

svn commit: r22813 - /release/aurora/0.18.1/

2017-11-01 Thread wfarner
Author: wfarner Date: Wed Nov 1 17:53:37 2017 New Revision: 22813 Log: aurora-0.18.1 release Added: release/aurora/0.18.1/

aurora git commit: Refactor staticallyBannedOffers into a LRU cache

2017-10-31 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 8af269f52 -> d106b4ecc Refactor staticallyBannedOffers into a LRU cache Using the new `hold_offers_forever` option, it is possible for the `staticallyBannedOffers` to grow very large in size as we never release offers. 1. The current

aurora git commit: Add support for generating patch RCs from non-master branches

2017-10-30 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master bc190641f -> 3fe5d5907 Add support for generating patch RCs from non-master branches Reviewed at https://reviews.apache.org/r/63401/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

svn commit: r22724 - /dev/aurora/0.18.1-rc1/apache-aurora-0.18.1-rc1.tar.gz.sha512

2017-10-29 Thread wfarner
Author: wfarner Date: Sun Oct 29 23:29:15 2017 New Revision: 22724 Log: Adding sha512 signature for 0.18.1-rc1 Added: dev/aurora/0.18.1-rc1/apache-aurora-0.18.1-rc1.tar.gz.sha512 Added: dev/aurora/0.18.1-rc1/apache-aurora-0.18.1-rc1.tar.gz.sha512

svn commit: r22722 - /dev/aurora/0.18.1-rc1/

2017-10-29 Thread wfarner
Author: wfarner Date: Sun Oct 29 17:30:47 2017 New Revision: 22722 Log: aurora-0.18.1 release candidate rel/0.18.1-rc1 Added: dev/aurora/0.18.1-rc1/

  1   2   3   4   >