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

Brett Lucey commented on SOLR-2894:
-----------------------------------

{quote}Another thing I noticed is that with my 2 shard exampledocs setup, the 
following URL seems to send the pivot faceting into an infinite loop of 
refinement requests (note the typo: there's a space embeded in a field name 
{{manu_id_s != manu_+id_s}} )...

http://localhost:8983/solr/select?q=*:*&sort=id+desc&rows=2&facet=true&facet.pivot=cat,manu_+id_s,inStock&facet.limit=3

...not clear what's going on there, but definitely something that needs fixed 
before committing ("garbage in -> garbage out" is one thing, "garbage in -> 
crash your cluster" is another)
{quote}

I'm not able to reproduce this.  Could you tell me a little more about your 
setup?  I am trying to recreate using the example data split to the two shards. 
 (a-m example files on shard1, n-z on shard2).  I've run your script and added 
your data as well, and then gone to the URL you provided and added a 
{{&shards=localhost:8983/solr,localhost:7574/solr}} onto it.  It comes back 
each time without locking up.  I am using revision 
{{566d6371c77fd07d11f2e1b3033a669e26692a58}} with only the SOLR-2894 patch 
applied.

> Implement distributed pivot faceting
> ------------------------------------
>
>                 Key: SOLR-2894
>                 URL: https://issues.apache.org/jira/browse/SOLR-2894
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Erik Hatcher
>             Fix For: 4.9, 5.0
>
>         Attachments: SOLR-2894-reworked.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> dateToObject.patch, pivot_mincount_problem.sh
>
>
> Following up on SOLR-792, pivot faceting currently only supports 
> undistributed mode.  Distributed pivot faceting needs to be implemented.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to