You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/06/03 02:30:49 UTC

[jira] [Commented] (SOLR-7614) Distributed Pivot Facet not thread safe

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

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

Commit 1683203 from [~yonik@apache.org] in branch 'dev/trunk'
[ https://svn.apache.org/r1683203 ]

SOLR-7614: make pivotRefinementCounter specific to each top level request

> Distributed Pivot Facet not thread safe
> ---------------------------------------
>
>                 Key: SOLR-7614
>                 URL: https://issues.apache.org/jira/browse/SOLR-7614
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>         Attachments: SOLR-7614.patch
>
>
> I just happened to notice the following added to FacetComponent:
> {code}
>   /**
>    * Incremented counter used to track the values being refined in a given request.
>    * This counter is used in conjunction with {@link PivotFacet#REFINE_PARAM} to identify
>    * which refinement values are associated with which pivots.
>    */
>   int pivotRefinementCounter = 0;
> {code}
> That counter is incremented for each refinement request for correlation, and then reset to 0 at the end.  This will obviously break for concurrent distributed pivot facet requests.
> pivotRefinementCounter should be moved to per-request storage.



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

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