Project

General

Profile

Actions

Defect #4716

closed

Git repository performance fall on parsing new commits after 0.9.1 update

Added by Gergely Fábián about 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
Start date:
2010-02-02
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

I recently updated Redmine from 0.8.7 to 0.9.1.
Everything works ok, just the git repository seems really slow (when processing new commits).
There are ~2600 commits and 7 branches in the repo.
I've been using Git with Redmine already in 0.8.7, there processing all commits took long (fair enough), but processing one new commit was just around 10 seconds.
Here pulling one new commit (to one branch) and then opening the Repository page takes really long (when the repository was loaded previously), even some minutes.
May it be that when checking for new commits Redmine goes too deep in the log (that can be painful for big repositories)?

I use the following software:
git 1.5.6.3
Mysql 5.0.67
Ruby 1.8.7.72
Rails 2.3.5
Using redmine 0.9-stable, "Merged r3351 from trunk." commit on top.


Related issues

Related to Redmine - Defect #8857: Git: Too long in fetching repositories after upgrade from 1.1 or new branch at first timeClosedToshi MARUYAMA2011-07-20

Actions
Related to Redmine - Feature #1406: Browse through Git branchesClosedEric Davis2008-06-09

Actions
Actions #1

Updated by Gergely Fábián about 14 years ago

Parsing a new commit (maybe it was 4 new commits this time, not one) takes around 1700 seconds (28 minutes). For that time redmine hardly answers also for other requests. After that time is gone, it's ok again (until new commits are uploaded and repo page is opened...).

Actions #2

Updated by Jean-Philippe Lang about 14 years ago

Fix committed in r3394.
Feedback would be appreciated before merging it into 0.9-stable.

Actions #3

Updated by Gergely Fábián about 14 years ago

I put the fix commit on top of 0.9-stable (r3392 currently) and updated redmine.
Uploaded some new commits to the repo, updated two branches, here is part of the git info:

Counting objects: 124, done.
Compressing objects: 100% (64/64), done.
Writing objects: 100% (70/70), 19.34 KiB, done.
Total 70 (delta 47), reused 1 (delta 0)

I tried opening the repository page, and I got Internal server error once (after loading really long - and the server's load became high).
After some time, I refreshed the repository page again, it was loading long, but finally I got the repo page.
In the log I find:
"Completed in 1030714ms (View: 366, DB: 45162)", so 1030s (17 minutes).

Actions #4

Updated by Gergely Fábián about 14 years ago

Sorry, it was my failure, somehow I was testing the old version. I'll get back to you once I've tested the new one :)

Actions #5

Updated by Gergely Fábián about 14 years ago

  • Status changed from New to Resolved

I uploaded a new commit, and parsing the repo lasted for 20 seconds. That's nice comparing to 17 minutes :)
Thanks much for fixing this bug so fast!

Actions #6

Updated by Jean-Philippe Lang about 14 years ago

  • Category set to SCM
  • Status changed from Resolved to Closed
  • Target version set to 0.9.3
  • Resolution set to Fixed

Thanks for the feedback. The fix was merged in 0.9.3.

Actions

Also available in: Atom PDF