History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1378
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Robin Shen
Reporter: Siim Käba
Votes: 0
Watchers: 0
Operations

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

synchronized DefaultCacheManager

Created: 17/Sep/12 07:57 AM   Updated: 27/Dec/12 07:46 AM
Component/s: None
Affects Version/s: 4.0.59
Fix Version/s: 4.0.89

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
synchronized DefaultCacheManager implementation doesn't perform.
For example query: /rest/configurations?recursive=true takes constantly 25-30 seconds to complete, but what's more problematic is that it locks everything related to configuration cache during that.

 All   Comments   Work Log   Change History      Sort Order:
Siim Käba [17/Sep/12 09:34 AM]
implement something based on java.util.concurrent.locks.ReadWriteLock maybe?

Robin Shen [17/Sep/12 11:22 PM]
How many configurations do you have?

Siim Käba [18/Sep/12 05:25 AM]
From http://track.pmease.com/browse/QB-1364: We have around 13 400 configurations and 570 000 builds.

Siim Käba [26/Sep/12 10:08 AM]
Hi, have you acknowledged the problem and is there ETA planned?