Return-Path: X-Original-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 303CA10157 for ; Fri, 25 Oct 2013 20:37:13 +0000 (UTC) Received: (qmail 63705 invoked by uid 500); 25 Oct 2013 20:37:13 -0000 Delivered-To: apmail-incubator-allura-dev-archive@incubator.apache.org Received: (qmail 63617 invoked by uid 500); 25 Oct 2013 20:37:12 -0000 Mailing-List: contact allura-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-dev@incubator.apache.org Received: (qmail 63594 invoked by uid 99); 25 Oct 2013 20:37:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Oct 2013 20:37:07 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of noreply@sourceforge.net designates 216.34.181.60 as permitted sender) Received: from [216.34.181.60] (HELO smtp.ch3.sourceforge.com) (216.34.181.60) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Oct 2013 20:37:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.com; s=x; h=Date:Message-ID:Subject:Reply-To:From:To:MIME-Version:Content-Type; bh=DdCWDxKf2WUQ3BUi4XZDykEuhu0TXiAxaFcGW2ABlfI=; b=nNa3No/nc4KPeSkYcVUQsIqaQNVUHk2NKi2hp1FAdRBPzRoR0sVbFXDggLxmZtEVgCyKH6nFl1Hwu4lpPl98rkrWWTIagwcN6S1mHSm+nU8syofdJy6uFNh8vWVy6uB1ij9yePvi+RIdFD88HaScFFkpSvPIICl6xnfzs9kFWr8=; Received: from localhost ([127.0.0.1] helo=sfs-alluradaemon-4.v29.ch3.sourceforge.com) by sfs-alluradaemon-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1VZo7d-0006qB-A7 for allura-dev@incubator.apache.org; Fri, 25 Oct 2013 20:36:41 +0000 Content-Type: multipart/related; boundary="===============9204454952217951162==" MIME-Version: 1.0 To: "[allura:tickets] " <6603@tickets.allura.p.re.sf.net> From: "Cory Johns" Reply-To: "[allura:tickets] " <6603@tickets.allura.p.re.sf.net> Subject: [allura:tickets] #6603 Certain code snapshots take forever even to queue up Message-ID:

Date: Fri, 25 Oct 2013 20:36:41 +0000 X-Virus-Checked: Checked by ClamAV on apache.org --===============9204454952217951162== Content-Type: multipart/alternative; boundary="===============0907575558955551752==" MIME-Version: 1.0 --===============0907575558955551752== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit `allura:cj/6603` Confirmed that adding `recurse=False` drops `info2` time down from 27 sec to 0.01 sec and still functions as expected. --- ** [tickets:#6603] Certain code snapshots take forever even to queue up** **Status:** code-review **Labels:** performance **Created:** Mon Aug 26, 2013 02:23 PM UTC by Dave Brondsema **Last Updated:** Thu Oct 24, 2013 08:40 PM UTC **Owner:** Cory Johns Just to queue up a code snapshot, some requests take a really long time. E.g. https://sourceforge.net/p/texstudio/code/4175/tarball had the following timings. I've seen it with other high-revisioned SVN repos like sf.net/p/nhcontrib/code too. ~~~~ { "mongo": 56, "repo.Commit.get_tree": 2, "repo.Commit.set_context": 0, "svn_tool.rev_parse": 138, "svn_tool._oid": 0, "repo.Commit.shorthand_id": 0, "total": 43615, "svn_tool.symbolics_for_commit": 0, "svn_tool.url_for_commit": 139, "sidebar": 144, "jinja": 16384, "svn_tool.__init__": 0, "svn_tool._path_to_root": 43138, "socket_write": 0, "socket_read": 36, "repo.Tree.set_context": 0, "svn_tool._revno": 0, "svn_tool.shorthand_for_commit": 0, "repo.Commit.url": 0, "svn_lib.info2": 43052, "ming": 97, "svn_tool.commit": 2 } ~~~~ --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. --===============0907575558955551752== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit

allura:cj/6603

Confirmed that adding recurse=False drops info2 time down from 27 sec to 0.01 sec and still functions as expected.


[tickets:#6603] Certain code snapshots take forever even to queue up

Status: code-review
Labels: performance
Created: Mon Aug 26, 2013 02:23 PM UTC by Dave Brondsema
Last Updated: Thu Oct 24, 2013 08:40 PM UTC
Owner: Cory Johns

Just to queue up a code snapshot, some requests take a really long time. E.g. https://sourceforge.net/p/texstudio/code/4175/tarball had the following timings. I've seen it with other high-revisioned SVN repos like sf.net/p/nhcontrib/code too.

{
    "mongo": 56,
    "repo.Commit.get_tree": 2,
    "repo.Commit.set_context": 0,
    "svn_tool.rev_parse": 138,
    "svn_tool._oid": 0,
    "repo.Commit.shorthand_id": 0,
    "total": 43615,
    "svn_tool.symbolics_for_commit": 0,
    "svn_tool.url_for_commit": 139,
    "sidebar": 144,
    "jinja": 16384,
    "svn_tool.__init__": 0,
    "svn_tool._path_to_root": 43138,
    "socket_write": 0,
    "socket_read": 36,
    "repo.Tree.set_context": 0,
    "svn_tool._revno": 0,
    "svn_tool.shorthand_for_commit": 0,
    "repo.Commit.url": 0,
    "svn_lib.info2": 43052,
    "ming": 97,
    "svn_tool.commit": 2
}

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

--===============0907575558955551752==-- --===============9204454952217951162==--