You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by se...@apache.org on 2017/10/31 16:24:11 UTC

aurora git commit: Remove inaccurate "Initializing sandbox" message

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/


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

Branch: refs/heads/master
Commit: 8af269f52f162faa36cd2778979626eefcbe8181
Parents: 9e646ae
Author: Stephan Erb <se...@apache.org>
Authored: Tue Oct 31 17:24:04 2017 +0100
Committer: Stephan Erb <se...@apache.org>
Committed: Tue Oct 31 17:24:04 2017 +0100

----------------------------------------------------------------------
 src/main/python/apache/aurora/executor/aurora_executor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/8af269f5/src/main/python/apache/aurora/executor/aurora_executor.py
----------------------------------------------------------------------
diff --git a/src/main/python/apache/aurora/executor/aurora_executor.py b/src/main/python/apache/aurora/executor/aurora_executor.py
index aeb3a4d..8a9958f 100644
--- a/src/main/python/apache/aurora/executor/aurora_executor.py
+++ b/src/main/python/apache/aurora/executor/aurora_executor.py
@@ -95,7 +95,7 @@ class AuroraExecutor(ExecutorBase, Observable):
         - Set up necessary HealthCheckers
         - Set up StatusManager, and attach HealthCheckers
     """
-    self.send_update(driver, self._task_id, mesos_pb2.TASK_STARTING, 'Initializing sandbox.')
+    self.send_update(driver, self._task_id, mesos_pb2.TASK_STARTING)
 
     if not self._initialize_sandbox(driver, assigned_task, mounted_volume_paths):
       return