Re: Saving job configuration still extremely slow

2010-09-23 Thread Niklas Gustavsson
On Wed, Sep 22, 2010 at 11:59 PM, Antoine Toulme wrote: > Can you share with us the bug number once you filed it ? http://issues.hudson-ci.org/browse/HUDSON-7535 /niklas

Re: Saving job configuration still extremely slow

2010-09-22 Thread Antoine Toulme
Can you share with us the bug number once you filed it ? On Wed, Sep 22, 2010 at 00:19, Niklas Gustavsson wrote: > On Wed, Sep 22, 2010 at 12:07 AM, Jesse Glick > wrote: > > On 09/21/2010 04:37 PM, Niklas Gustavsson wrote: > >> > >> If anyone got any idea, besides asking the Hudson devs to optim

Re: Saving job configuration still extremely slow

2010-09-22 Thread Niklas Gustavsson
On Wed, Sep 22, 2010 at 12:07 AM, Jesse Glick wrote: > On 09/21/2010 04:37 PM, Niklas Gustavsson wrote: >> >> If anyone got any idea, besides asking the Hudson devs to optimize >> this code > > Sounds like a clear bug in Hudson; will you file it? Yes, that's my plan. /niklas

Re: Saving job configuration still extremely slow

2010-09-21 Thread Jesse Glick
On 09/21/2010 04:37 PM, Niklas Gustavsson wrote: If anyone got any idea, besides asking the Hudson devs to optimize this code Sounds like a clear bug in Hudson; will you file it?

Re: Saving job configuration still extremely slow

2010-09-21 Thread Niklas Gustavsson
On Tue, Sep 21, 2010 at 10:41 PM, Ted Dunning wrote: > Ouch.  It sounds like the easiest optimization would be to not do this > computation if the dependencies for the current job have not changed. Right, in the current code, as far as I understand it, the dependency graph is rebuilt twice, no ma

Re: Saving job configuration still extremely slow

2010-09-21 Thread Ted Dunning
Ouch. It sounds like the easiest optimization would be to not do this computation if the dependencies for the current job have not changed. That would be easier than doing the correct thing which would be to propagate simply changes until the system reaches something unchanged. On Tue, Sep 21, 2

Re: Saving job configuration still extremely slow

2010-09-21 Thread Niklas Gustavsson
On Tue, Sep 21, 2010 at 9:44 PM, Niklas Gustavsson wrote: > On Tue, Sep 21, 2010 at 5:52 PM, Jesse Glick wrote: >> I had thought this was just a problem with the old Hudson installation, but >> it is still true: clicking "Save" from a job's /configure screen takes >> several minutes before the jo

Re: Saving job configuration still extremely slow

2010-09-21 Thread Niklas Gustavsson
On Tue, Sep 21, 2010 at 5:52 PM, Jesse Glick wrote: > I had thought this was just a problem with the old Hudson installation, but > it is still true: clicking "Save" from a job's /configure screen takes > several minutes before the job's main page is loaded again. This should only > take a second

Saving job configuration still extremely slow

2010-09-21 Thread Jesse Glick
I had thought this was just a problem with the old Hudson installation, but it is still true: clicking "Save" from a job's /configure screen takes several minutes before the job's main page is loaded again. This should only take a second or two. Maybe someone can trace what is taking so long?