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

Ryan McKinley commented on SOLR-3369:
-------------------------------------

latest patch adds:
{code}
+      // test group query
+      queryPartialResults(upShards, upClients, 
+          "q", "*:*", 
+          "rows", 100, 
+          "fl", "id," + i1, 
+          "group", "true", 
+          "group.query", t1 + ":kings OR " + t1 + ":eggs", 
+          "group.limit", 10, 
+          "sort", i1 + " asc, id asc",
+          CommonParams.TIME_ALLOWED, 1, 
+          ShardParams.SHARDS_INFO, "true",
+          ShardParams.SHARDS_TOLERANT, "true");
{code}


but does not include TestDistributedGroupingWithShardTolerantActivated.java

Is this intentional?
                
> shards.tolerant=true broken on group and facet queries
> ------------------------------------------------------
>
>                 Key: SOLR-3369
>                 URL: https://issues.apache.org/jira/browse/SOLR-3369
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 4.0-ALPHA
>         Environment: Distributed environment (shards)
>            Reporter: Russell Black
>              Labels: patch
>         Attachments: SOLR-3369-shards-tolerant.patch
>
>
> In a distributed environment, shards.tolerant=true allows for partial results 
> to be returned when individual shards are down.  For group=true and 
> facet=true queries, using this feature results in an error when shards are 
> down.  This patch allows users to use the shard tolerance feature with facet 
> and grouping queries. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to