[ https://issues.apache.org/jira/browse/SOLR-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657053#action_12657053 ]
Noble Paul commented on SOLR-917: --------------------------------- sure it will have to be tested. If there are null keys let us put it in as empty string. all get(null) can be done as get("") > RequestHandlers#handlers is a synchronizedMap() > ----------------------------------------------- > > Key: SOLR-917 > URL: https://issues.apache.org/jira/browse/SOLR-917 > Project: Solr > Issue Type: Improvement > Reporter: Noble Paul > Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-917.patch > > > {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.