[ 
https://issues.apache.org/jira/browse/SOLR-9059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269140#comment-15269140
 ] 

ASF subversion and git services commented on SOLR-9059:
-------------------------------------------------------

Commit f588374bcc8f4c3425a185f1791f89ce7a29bcc6 in lucene-solr's branch 
refs/heads/branch_6x from jbernste
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=f588374 ]

SOLR-9059: Update CHANGES.txt


> NPE in SolrClientCache following collection reload
> --------------------------------------------------
>
>                 Key: SOLR-9059
>                 URL: https://issues.apache.org/jira/browse/SOLR-9059
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>             Fix For: 6.1
>
>         Attachments: SOLR-9059.patch, SOLR-9059.patch
>
>
> Currently the StreamHandler opens the client cache only once when the 
> StreamHandler is initialized. During a collection reload the client cache is 
> closed by the closeHook, but not re-opened. This causes null pointers as the 
> CloudSolrClient sets the zkStateReader = null when it's closed.
> A simple fix for this is to have the SolrClientCache clear it's internal map 
> of clients after closing. The next time the cache is accessed it will then 
> create new clients.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to