From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: "bzr commit" takes 17 minutes? Date: Fri, 25 Feb 2011 13:51:20 +0200 Message-ID: <83bp20qqmf.fsf@gnu.org> References: <4D67836F.9090504@cs.ucla.edu> <83mxlkqsq6.fsf@gnu.org> <83fwrcqrxm.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1298634717 15542 80.91.229.12 (25 Feb 2011 11:51:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Feb 2011 11:51:57 +0000 (UTC) To: eggert@cs.ucla.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 25 12:51:53 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PswCp-0007xF-DK for ged-emacs-devel@m.gmane.org; Fri, 25 Feb 2011 12:51:53 +0100 Original-Received: from localhost ([127.0.0.1]:43777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PswCj-0000pi-A6 for ged-emacs-devel@m.gmane.org; Fri, 25 Feb 2011 06:51:25 -0500 Original-Received: from [140.186.70.92] (port=59336 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PswCe-0000pX-Mf for emacs-devel@gnu.org; Fri, 25 Feb 2011 06:51:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PswCd-0005HL-Dm for emacs-devel@gnu.org; Fri, 25 Feb 2011 06:51:20 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:57814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PswCd-0005Go-6q for emacs-devel@gnu.org; Fri, 25 Feb 2011 06:51:19 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LH600E008VNZ600@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 25 Feb 2011 13:51:17 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.53.157]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LH600EQK8XFYW00@a-mtaout22.012.net.il>; Fri, 25 Feb 2011 13:51:17 +0200 (IST) In-reply-to: <83fwrcqrxm.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136504 Archived-At: > Date: Fri, 25 Feb 2011 13:23:01 +0200 > From: Eli Zaretskii > Cc: > > > Date: Fri, 25 Feb 2011 13:05:53 +0200 > > From: Eli Zaretskii > > Cc: emacs-devel@gnu.org > > > > Not that long, never. A commit is typically 1-2 min for me. Which is > > also slow, but not as bad as 17 min. Is the above time exceptional, > > or do you get that as a matter of routine? You can gather statistics > > from your ~/.bzr.log file. > > Something _is_ strange with bzr.savanna.gnu.org. It just took me a > full minute to get a single revision with "bzr up", something that > should take 20 sec at most. And "bzr up" in the emacs-23 branch took > 2.5 minutes(!). I just committed a small change to the emacs-23 branch, and experienced the same 17-minute time. From my .bzr.log: [ 4564] 2011-02-25 13:47:21.246 INFO: Committed revision 100508. 1019.921 Committed revid eliz@gnu.org-20110225113047-ah523retq71cj6ca as revno 100508. 1020.296 Transferred: 310kB (0.3kB/s r:137kB w:173kB) 17 minutes to write 170KB! I would guess some bad CPU or other resource problem on the server, because when it starts sending data downstream, I see my normal network throughput figures (hundreds of KB/sec). So it doesn't look like network congestion.