New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-8857
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Dylan Etkin [Atlassian]
Reporter: Anton Mazkovoi [Atlassian]
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

UI locks up when the CVS repository takes long time to parse or update

Created: 20/Dec/05 05:17 PM   Updated: 30/Jul/06 07:37 PM
Component/s: CVS integration
Affects Version/s: None
Fix Version/s: 3.5

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Participants: Anton Mazkovoi [Atlassian] and Dylan Etkin [Atlassian]
Since last comment: 2 years, 35 weeks, 4 days ago
Resolution Date: 22/Dec/05 07:18 PM
Labels:


 Description  « Hide
If the user clicks the Version Control tab before the CVS information was retrieved the thread just hangs until the CVS repository is parsed. If the repository takes a long time to parse or retrieve teh log the UI thread is locked up. Many users just hit refresh and lock up another thread.

This is a huge problems when the CVS server stops responding as the thread takes a long time to time out.

In JIRA 3.4 this is not too bad as there is a timeout on CVS checkout thread. However, the timeout is quite long (10 minutes) so problems still arise.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dylan Etkin [Atlassian] added a comment - 22/Dec/05 07:18 PM
Now we only let the VcsService parse the cvs log file instead of trying to do it triggered via the UI. If it has not been parsed then we show a message that alerts the user so and suggests that if they have admin permissions they can speed it up in the admin section. This is the same behavior as the Subversion plugin.