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

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

Commit f68c498e4fb891efbd598ea2007985334c731baf in lucene-solr's branch 
refs/heads/branch_8x from Shalin Shekhar Mangar
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=f68c498 ]

SOLR-14402: Avoid creating new exceptions for every request made to 
MDCAwareThreadPoolExecutor by distributed search.

 This is a fix for incomplete optimization made by SOLR-11880 in Solr 7.4 which 
fixed distributed updates but not distributed search.

(cherry picked from commit d52c1021e543b8cc2dd7b8d1d181e3dba160a760)


> Avoid creating new exceptions for every request made to 
> MDCAwareThreadPoolExecutor by distributed search
> --------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-14402
>                 URL: https://issues.apache.org/jira/browse/SOLR-14402
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SolrCloud
>    Affects Versions: 7.4
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>         Attachments: SOLR-14402.patch
>
>
> SOLR-11880 tried to do the same and it succeeded for update shard handler but 
> the implementation was wrong for http shard handler because the executor 
> created during construction is overwritten in the init() method. The commit 
> for SOLR-11880 is at https://github.com/apache/lucene-solr/commit/5a47ed4/
> Thanks [~caomanhdat] for spotting this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to