Why is CVS server so slow?

Started by Simon Riggsalmost 20 years ago8 messageshackers
Jump to latest
#1Simon Riggs
simon@2ndQuadrant.com

The last few days the CVS server seems to be much slower than it used to
be. No network changes here. Anything changed server side, or should I
ask elsewhere?

--
Simon Riggs
EnterpriseDB http://www.enterprisedb.com

#2The Hermit Hacker
scrappy@hub.org
In reply to: Simon Riggs (#1)
Re: Why is CVS server so slow?

On Tue, 23 May 2006, Simon Riggs wrote:

The last few days the CVS server seems to be much slower than it used to
be. No network changes here. Anything changed server side, or should I
ask elsewhere?

I'm logged on daily interactively, and haven't noticed any issues ...
Bruce has, in the past, noticed an issue that if he wipes out and
re-checks out the source, it seems to clear up ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email . scrappy@hub.org MSN . scrappy@hub.org
Yahoo . yscrappy Skype: hub.org ICQ . 7615664

#3Michael Fuhr
mike@fuhr.org
In reply to: The Hermit Hacker (#2)
Re: Why is CVS server so slow?

On Tue, May 23, 2006 at 08:30:36PM -0300, Marc G. Fournier wrote:

On Tue, 23 May 2006, Simon Riggs wrote:

The last few days the CVS server seems to be much slower than it used to
be. No network changes here. Anything changed server side, or should I
ask elsewhere?

I'm logged on daily interactively, and haven't noticed any issues ...
Bruce has, in the past, noticed an issue that if he wipes out and
re-checks out the source, it seems to clear up ...

Are you both referring to the same server? I've noticed that
anoncvs.postgresql.org (66.98.251.159) has been slow for a couple
of days -- it just took over five minutes to do a cvs update of
HEAD where it usually takes thirty seconds or less.

--
Michael Fuhr

#4Josh Berkus
josh@agliodbs.com
In reply to: Michael Fuhr (#3)
Re: Why is CVS server so slow?

Michael,

Are you both referring to the same server? I've noticed that
anoncvs.postgresql.org (66.98.251.159) has been slow for a couple
of days -- it just took over five minutes to do a cvs update of
HEAD where it usually takes thirty seconds or less.

Marc's been building the 8.1.4 et. al. releases.

--
Josh Berkus
PostgreSQL @ Sun
San Francisco

#5Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Fuhr (#3)
Re: Why is CVS server so slow?

Michael Fuhr <mike@fuhr.org> writes:

On Tue, May 23, 2006 at 08:30:36PM -0300, Marc G. Fournier wrote:

I'm logged on daily interactively, and haven't noticed any issues ...

Are you both referring to the same server? I've noticed that
anoncvs.postgresql.org (66.98.251.159) has been slow for a couple
of days -- it just took over five minutes to do a cvs update of
HEAD where it usually takes thirty seconds or less.

Yeah, I was about to say the same. The master CVS server has been OK
(not great, but OK) for the last week or so; but I believe the folks
complaining are using anoncvs.

regards, tom lane

#6The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#5)
Re: Why is CVS server so slow?

On Tue, 23 May 2006, Tom Lane wrote:

Michael Fuhr <mike@fuhr.org> writes:

On Tue, May 23, 2006 at 08:30:36PM -0300, Marc G. Fournier wrote:

I'm logged on daily interactively, and haven't noticed any issues ...

Are you both referring to the same server? I've noticed that
anoncvs.postgresql.org (66.98.251.159) has been slow for a couple
of days -- it just took over five minutes to do a cvs update of
HEAD where it usually takes thirty seconds or less.

Yeah, I was about to say the same. The master CVS server has been OK
(not great, but OK) for the last week or so; but I believe the folks
complaining are using anoncvs.

Anyone noticing any network issues? I just looked over the server itself,
swapping a *little* bit, but vmstat shows the disks aren't busy ... and
nothing unusual taking up CPU on the server itself ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email . scrappy@hub.org MSN . scrappy@hub.org
Yahoo . yscrappy Skype: hub.org ICQ . 7615664

#7Dave Page
dpage@pgadmin.org
In reply to: The Hermit Hacker (#6)
Re: Why is CVS server so slow?

-----Original Message-----
From: pgsql-hackers-owner@postgresql.org
[mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Marc
G. Fournier
Sent: 24 May 2006 20:06
To: Tom Lane
Cc: Michael Fuhr; Simon Riggs; pgsql-hackers@postgresql.org
Subject: Re: [HACKERS] Why is CVS server so slow?

Anyone noticing any network issues? I just looked over the
server itself,
swapping a *little* bit, but vmstat shows the disks aren't
busy ... and
nothing unusual taking up CPU on the server itself ...

Err, have you read your emails from Magnus yet today? They might explain
a thing or two.

/D

#8Magnus Hagander
magnus@hagander.net
In reply to: Dave Page (#7)
Re: Why is CVS server so slow?

On Tue, May 23, 2006 at 08:30:36PM -0300, Marc G. Fournier wrote:

I'm logged on daily interactively, and haven't noticed

any issues ...

Are you both referring to the same server? I've noticed that
anoncvs.postgresql.org (66.98.251.159) has been slow for a

couple of

days -- it just took over five minutes to do a cvs update of HEAD
where it usually takes thirty seconds or less.

Yeah, I was about to say the same. The master CVS server

has been OK

(not great, but OK) for the last week or so; but I believe

the folks

complaining are using anoncvs.

Anyone noticing any network issues? I just looked over the
server itself, swapping a *little* bit, but vmstat shows the
disks aren't busy ... and nothing unusual taking up CPU on
the server itself ...

anoncvs is on svr4, right? It's been dead slow due to spam getting
trapped in a loop because of configuration errors (see other mails with
details on what we need to do to fix that).

//Magnus