You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2015/08/04 23:44:11 UTC

[05/11] aurora-packaging git commit: Removing GcExecutorLauncher code.

Removing GcExecutorLauncher code.

Bugs closed: AURORA-1334

Reviewed at https://reviews.apache.org/r/35760/


Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/18cfef0e
Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/18cfef0e
Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/18cfef0e

Branch: refs/heads/master
Commit: 18cfef0efc4547afdc605f705285d97aad82bd2a
Parents: a823409
Author: Maxim Khutornenko <ma...@apache.org>
Authored: Tue Jun 23 11:08:55 2015 -0700
Committer: Bill Farner <wf...@twitter.com>
Committed: Tue Aug 4 14:07:42 2015 -0700

----------------------------------------------------------------------
 debian/aurora-scheduler.default | 3 ---
 debian/aurora-scheduler.init    | 1 -
 debian/aurora-scheduler.upstart | 1 -
 3 files changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/18cfef0e/debian/aurora-scheduler.default
----------------------------------------------------------------------
diff --git a/debian/aurora-scheduler.default b/debian/aurora-scheduler.default
index 47fea5b..bc30627 100644
--- a/debian/aurora-scheduler.default
+++ b/debian/aurora-scheduler.default
@@ -70,9 +70,6 @@ THERMOS_EXECUTOR_FLAGS=""
 # Container types that are allowed to be used by jobs.
 ALLOWED_CONTAINER_TYPES="MESOS,DOCKER"
 
-# Path (on the slave nodes) or URL to garbage collection executor
-GC_EXECUTOR_PATH="/usr/share/aurora/bin/gc_executor.pex"
-
 # Scheduler log verbosity
 LOG_LEVEL="INFO"
 

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/18cfef0e/debian/aurora-scheduler.init
----------------------------------------------------------------------
diff --git a/debian/aurora-scheduler.init b/debian/aurora-scheduler.init
index 2ed0159..59b200f 100755
--- a/debian/aurora-scheduler.init
+++ b/debian/aurora-scheduler.init
@@ -62,7 +62,6 @@ ARGS="-cluster_name=$CLUSTER_NAME
   -thermos_executor_resources=$THERMOS_EXECUTOR_RESOURCES
   -thermos_executor_flags=$THERMOS_EXECUTOR_FLAGS
   -allowed_container_types=$ALLOWED_CONTAINER_TYPES
-  -gc_executor_path=$GC_EXECUTOR_PATH
   -vlog=$LOG_LEVEL
   $EXTRA_SCHEDULER_ARGS"
 

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/18cfef0e/debian/aurora-scheduler.upstart
----------------------------------------------------------------------
diff --git a/debian/aurora-scheduler.upstart b/debian/aurora-scheduler.upstart
index ed7fe09..1ceb704 100644
--- a/debian/aurora-scheduler.upstart
+++ b/debian/aurora-scheduler.upstart
@@ -34,7 +34,6 @@ script
       -thermos_executor_resources="$THERMOS_EXECUTOR_RESOURCES" \
       -thermos_executor_flags="$THERMOS_EXECUTOR_FLAGS" \
       -allowed_container_types="$ALLOWED_CONTAINER_TYPES" \
-      -gc_executor_path="$GC_EXECUTOR_PATH" \
       -vlog="$LOG_LEVEL" \
       $EXTRA_SCHEDULER_ARGS
 end script