From issues-return-49279-archive-asf-public=cust-asf.ponee.io@mesos.apache.org Wed Oct 24 14:58:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5447F180638 for ; Wed, 24 Oct 2018 14:58:04 +0200 (CEST) Received: (qmail 30942 invoked by uid 500); 24 Oct 2018 12:58:03 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 30933 invoked by uid 99); 24 Oct 2018 12:58:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2018 12:58:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id E2DDB1A2C60 for ; Wed, 24 Oct 2018 12:58:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id jhWWwwKg-OGD for ; Wed, 24 Oct 2018 12:58:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 7AD945F502 for ; Wed, 24 Oct 2018 12:58:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AA3BBE25AA for ; Wed, 24 Oct 2018 12:58:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 324F026696 for ; Wed, 24 Oct 2018 12:58:00 +0000 (UTC) Date: Wed, 24 Oct 2018 12:58:00 +0000 (UTC) From: "Andrei Budnik (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (MESOS-7474) Mesos Fetcher Cache Doesn't Retry when Missed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Budnik reassigned MESOS-7474: ------------------------------------ Assignee: Andrei Budnik (was: Joseph Wu) > Mesos Fetcher Cache Doesn't Retry when Missed > --------------------------------------------- > > Key: MESOS-7474 > URL: https://issues.apache.org/jira/browse/MESOS-7474 > Project: Mesos > Issue Type: Bug > Components: fetcher > Affects Versions: 1.2.0 > Reporter: Miguel Bernadin > Assignee: Andrei Budnik > Priority: Major > Labels: mesosphere > > Mesos Fetcher doesn't retry when a cache is missed. It needs to have the ability to pull from source when it fails. > 421 15:52:53.022902 32751 fetcher.cpp:498] Fetcher Info: {"cache_directory":"\/tmp\/mesos\/fetch\/slaves\/","items":[\{"action":"RETRIEVE_FROM_CACHE","cache_filename":")","uri":\{"cache":true,"executable":false,"extract":true,"value":"https:\/\/\/"}}],"sandbox_directory":"\/var\/lib\/mesos\/slave\/slaves\/\/frameworks\\/executors\/name\/runs\/"} > I0421 15:52:53.024926 32751 fetcher.cpp:409] Fetching URI '"https:\/\/\/" > I0421 15:52:53.024942 32751 fetcher.cpp:306] Fetching from cache > I0421 15:52:53.024958 32751 fetcher.cpp:84] Extracting with command: tar -C "\/var\/lib\/mesos\/slave\/slaves\/\/frameworks\\/executors\/name\/runs\/' -xf '/tmp/mesos/fetch/slaves/f3feeab8-a2fe-4ac1-afeb-ec7bd4ce7b0d-S29/c1-docker-hub.tar.gz' > tar: /"https:\/\/\/": Cannot open: No such file or directory > tar: Error is not recoverable: exiting now > Failed to fetch '"https:\/\/\/"': Failed to extract: command tar -C '"\/var\/lib\/mesos\/slave\/slaves\/\/frameworks\\/executors\/name\/runs\/' -xf '/tmp/mesos/fetch/slaves/"' exited with status: 512 -- This message was sent by Atlassian JIRA (v7.6.3#76005)