From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tay Ray Chuan Subject: Re: [Patch] Prevent cloning over http from spewing Date: Wed, 10 Jun 2009 22:07:32 +0800 Message-ID: References: <20090602174229.GA14455@infidigm.net> <7vmy8p8947.fsf@alter.siamese.dyndns.org> <20090603191050.GB29564@coredump.intra.peff.net> <20090603191555.GL3355@spearce.org> <20090604160152.GA13984@sigill.intra.peff.net> <20090608122430.GD13775@coredump.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: "Shawn O. Pearce" , Junio C Hamano , Jakub Narebski , sparse@infidigm.net, git@vger.kernel.org To: Jeff King X-From: git-owner@vger.kernel.org Wed Jun 10 16:07:51 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1MEOT0-00011V-R9 for gcvg-git-2@gmane.org; Wed, 10 Jun 2009 16:07:51 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755784AbZFJOHc convert rfc822-to-quoted-printable (ORCPT ); Wed, 10 Jun 2009 10:07:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756545AbZFJOHc (ORCPT ); Wed, 10 Jun 2009 10:07:32 -0400 Received: from mail-px0-f200.google.com ([209.85.216.200]:61475 "EHLO mail-px0-f200.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756510AbZFJOHa convert rfc822-to-8bit (ORCPT ); Wed, 10 Jun 2009 10:07:30 -0400 Received: by pxi38 with SMTP id 38so716374pxi.33 for ; Wed, 10 Jun 2009 07:07:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Za5pi9B50YG8jNikuPDKrUT/fnW1vi5cIeOeHSIa8Co=; b=CZ3vmozUyM/6EWnPgg1YT7sYdjBRi/hpcu32MthLCcLIoO2wnoek+n8/ImfWXyk5t3 fAziXbf2gQx4qv5gRU4kpuJl/VciwFe7YlPGGc9AGZJnNkD54N2fff4275zJiHnofm7U pV2x8OpWpF1ExW1qnFG504ZN5LNeBTpV2ArVc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=DrU5z9OsJkkj8SjsuyhTWZBub2C5a4W3/HoHFOpYu9isUfWBt9wo6NUbmnEneHVklN ElqsB+sHH3y+ev/Pe6XA7USkNz2rIg6Bu1HhQjd53dvoTL07ppJ8PcpbtzYu3Sy3fx8+ /jbUc21jnnlyCJTbZ82XiRlfmwMR90BZkdVdc= Received: by 10.142.43.7 with SMTP id q7mr587771wfq.346.1244642852860; Wed, 10 Jun 2009 07:07:32 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Wed, Jun 10, 2009 at 10:03 PM, Tay Ray Chuan wrot= e: > On Mon, Jun 8, 2009 at 8:24 PM, Jeff King wrote: >> =A0Fetching 0 objects (got 2 of 320, 0 alt) and pack: =A0 8% >> =A0(241096602/302989431), 229.78 MiB | 668 KiB/s >> =A0... >> =A0Fetching 0 objects (got 2 of 320, 0 alt) and pack: =A0 4% >> =A0(270741882/302989431), 257.93 MiB | 690 KiB/s >> >> Those are two cut-and-pastes from the same fetch. You can see it >> progressing in terms of absolute numbers, but the percentage values = make >> no sense. The "total downloaded" and throughput numbers look roughly >> correct. I don't know if this is caused by multiple simultaenous >> downloads. > > It's likely that your guess (about simultaneous downloads) is causing > the inconsistent % completed, but then packs aren't downloaded > simultaneously. I'll have to check this again. the linux-2.6 repo has only 1 pack (and no http-alternates), so this is= weird. --=20 Cheers, Ray Chuan