[
https://issues.apache.org/jira/browse/SOLR-7908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680015#comment-14680015
]
Mark Miller commented on SOLR-7908:
-----------------------------------
{code}
private IndexWriter getIndexWriter(SolrQueryRequest req) throws IOException {
return req.getCore().getSolrCoreState().getIndexWriter(req.getCore()).get();
}
{code}
This is not right.
> SegmentsInfoRequestHandler gets a ref counted IndexWriter and does not
> properly release it.
> -------------------------------------------------------------------------------------------
>
> Key: SOLR-7908
> URL: https://issues.apache.org/jira/browse/SOLR-7908
> Project: Solr
> Issue Type: Bug
> Reporter: Mark Miller
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]