RequestHandlers#handlers is a synchronized
-------------------------------------------
Key: SOLR-917
URL: https://issues.apache.org/jira/browse/SOLR-917
Project: Solr
Issue Type: Improvement
Reporter: Noble Paul
{code}
private final Map<String, SolrRequestHandler> handlers =
Collections.synchronizedMap(
new HashMap<String,SolrRequestHandler>() );
{code}
this map is queried for every request and it can easily be made
ConcurrentHashMap
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.