Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1935F200B9D for ; Thu, 29 Sep 2016 00:53:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 17A6D160AD4; Wed, 28 Sep 2016 22:53:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 85CE5160AD3 for ; Thu, 29 Sep 2016 00:53:21 +0200 (CEST) Received: (qmail 89687 invoked by uid 500); 28 Sep 2016 22:53:20 -0000 Mailing-List: contact issues-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list issues@aurora.apache.org Received: (qmail 89670 invoked by uid 99); 28 Sep 2016 22:53:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2016 22:53:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 91E662C002D for ; Wed, 28 Sep 2016 22:53:20 +0000 (UTC) Date: Wed, 28 Sep 2016 22:53:20 +0000 (UTC) From: "John Sirois (JIRA)" To: issues@aurora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (AURORA-1784) e2e tests fail in http_example_unified_appc due to slow image copies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 28 Sep 2016 22:53:22 -0000 [ https://issues.apache.org/jira/browse/AURORA-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sirois reassigned AURORA-1784: ----------------------------------- Assignee: John Sirois > e2e tests fail in http_example_unified_appc due to slow image copies > -------------------------------------------------------------------- > > Key: AURORA-1784 > URL: https://issues.apache.org/jira/browse/AURORA-1784 > Project: Aurora > Issue Type: Bug > Components: Docker, Testing > Reporter: John Sirois > Assignee: John Sirois > > We currently run the {{mesos-slave}} with {{--image_provisioner_backend=copy}} inside the Vagrant vm. This can result in task launch failures due to slow copies as documented in https://issues.apache.org/jira/browse/MESOS-6004. We currently work around these failures by launching the {{mesos-slave}} with {{--executor_registration_timeout=1mins}}, but it would be better to use a more performant means of provisioning tasks' images. One option is to flatten e2e test images and try {{--image_provisioner_backend=bind}}. Another is to investigate the storage drive used by the docker daemon running in the Vagrant vm and switch it out for a more performant driver if one can be found. -- This message was sent by Atlassian JIRA (v6.3.4#6332)