Actions
Defect #19457
closedRedmine crashes when click "View revision" on a big branch of big git repository
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hi,
I am using Redmine 2.6.1.stable with Ruby 2.0.0-p598 and Rails 3.2.21.
Whenever a user clicks on "View revision" on a big branch of big git repository, the whole system freezes. By this I mean that not only the user get a timeout page after some minutes, but Redmine stops answering to all other users.
The only solution I've found is to restart Redmine.
By checking in the FAQ I've seen that by issuing the command:
ruby script/rails runner "Repository.fetch_changesets" -e production
Redmine is supposed to pre-fetch the data, and everything should run smoothly. This is not the case (I've even put this command in cron to execute it every day, just to be sure...).
Is this a known behaviour? Is it fixed in Redmine 3.0 (we're going to migrate asap)?
Thanks a lot!
Cheers,
Rob
Actions