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

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

Commit 1672371 from [~yo...@apache.org] in branch 'dev/branches/lucene_solr_5_1'
[ https://svn.apache.org/r1672371 ]

SOLR-7238: remove buggy SolrQueryRequest.forward

> SolrQueryRequest.forward is buggy
> ---------------------------------
>
>                 Key: SOLR-7238
>                 URL: https://issues.apache.org/jira/browse/SOLR-7238
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.0
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>         Attachments: SOLR-7238.patch
>
>
> The current API/implementation has a number of potential issues, including 
> encouraging the use of the response object after the locally created request 
> object has been closed, and the fact that the "child" request has no actual 
> relationship with the "parent" request, meaning that either the searcher or 
> the schema objects could change.  A searcher changing would most commonly 
> manifest as incorrect documents being returned or other random exceptions 
> during the writing of the response.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to