
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Reference
|
|
|
|
This issue is related to:
|
|
SCAR-20
Provide a PropertySet implementation for sharing properties on cluster
|
|
|
|
|
|
|
|
Currently, the Jira application properties management (through the com.atlassian.jira.config.properties.ApplicationPropertiesImpl and related classes) acts as a bottleneck because of too much contention.
We should be able to improve it by simply sharing properties values in a ConcurrentHashMap.
|
|
Description
|
Currently, the Jira application properties management (through the com.atlassian.jira.config.properties.ApplicationPropertiesImpl and related classes) acts as a bottleneck because of too much contention.
We should be able to improve it by simply sharing properties values in a ConcurrentHashMap. |
Show » |
|