Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C498C11D7A for ; Mon, 25 Aug 2014 06:30:06 +0000 (UTC) Received: (qmail 45826 invoked by uid 500); 25 Aug 2014 06:30:06 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 45786 invoked by uid 500); 25 Aug 2014 06:30:06 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 45775 invoked by uid 99); 25 Aug 2014 06:30:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2014 06:30:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.192.180] (HELO mail-pd0-f180.google.com) (209.85.192.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2014 06:29:38 +0000 Received: by mail-pd0-f180.google.com with SMTP id v10so19646218pde.39 for ; Sun, 24 Aug 2014 23:29:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to; bh=Jv05gVHtL5tj4e0PLbV4WQlzomif1gi4iieXWpAw/4Y=; b=PPcXsGDL2m3UAH69qx9lpUtTHhD2jThmWK03b/Uwsm5KNSlp8tgJXoKc7H0OhL/55H Mq55ZJSTlo8UIviVg1+CvVOC2mtdczYL0vhXcgE0SwNty2qWixd8nxrNYG/k/euaTlMf z59XM69E53RTjKEDpfWuYTVLxy6dd76/8pW+Vi+ldjZZJ/dpzDqdDD1SkDkp5n3wOwXI VSjVsJhcXe9YlLONzWdF1dhg4xDtTAIN3gKmLycKoCkFrB5sRlyEmeZTJJyZ1tR4Q66j E3YfkCOIZaYggjY6pO8hiMrSlIbzo3sj4c+XdrVlL6tz2Aq9n4W5HqtoGIJMjlUpxKNo WdTQ== X-Gm-Message-State: ALoCoQl4zh9Ao4jbV3xja8VybQzmi5RIwxOAHdgnrp/WX4h40D7vlJJ8TieljfmZuWsb0xw0FOOD X-Received: by 10.68.238.69 with SMTP id vi5mr26259406pbc.0.1408948175708; Sun, 24 Aug 2014 23:29:35 -0700 (PDT) Received: from [192.168.1.82] ([202.171.186.233]) by mx.google.com with ESMTPSA id br1sm36328600pbc.6.2014.08.24.23.29.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 24 Aug 2014 23:29:34 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Installer errors in last week From: Justin Mclean In-Reply-To: Date: Mon, 25 Aug 2014 16:29:30 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <60FC00A9-CB28-4FE7-9F31-4FE47DF12E50@classsoftware.com> References: To: dev@flex.apache.org X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org Hi, > The download failure rate gets skewed when the MD5's become out of = date > because folks try again right away, maybe even more than once and get = the > same failure. About 1/3rd of people try again, 2/3rd give up I would assume (pageview = vs unique pageview). > The MD5Checker seems to work, but the CI server keeps hanging saving = the > artifacts of the flex-sdk-release build and then MD5Checker doesn't = get to > run. Can we make this more reliable by have it use a pre built SDK? > But really, the theme remains that download reliability is poor. Downloading from multiple locations probably makes the issue worse, = having multiple points of failure, but it seems odd the majority of MD5 = failures are for our SDK - except when the player changes. > I'm starting to wonder if there is a bug in URLLoader that makes it = less > forgiving in large downloads. That also seems likely to me. > Maybe we need to implement some other, more reliable download = mechanism. =20 Chunking and check sums for each chunk and re-sended any that fail? = Although seems like a lot of effort to go to. Thanks, Justin=