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

Uwe Schindler commented on SOLR-5492:
-------------------------------------

Hi Shalin, your latest commit causes every Jenkins build to fail:

{noformat}
REGRESSION:  org.apache.solr.cloud.CustomCollectionTest.testDistribSearch

Error Message:
missing shard info

Stack Trace:
java.lang.AssertionError: missing shard info
        at 
__randomizedtesting.SeedInfo.seed([35BA8C553A3848FE:B45C024D4D6728C2]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:251)
        at 
org.apache.solr.cloud.CustomCollectionTest.doTest(CustomCollectionTest.java:130)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:843)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
{noformat}

> Return the replica that actually served the query in shards.info response
> -------------------------------------------------------------------------
>
>                 Key: SOLR-5492
>                 URL: https://issues.apache.org/jira/browse/SOLR-5492
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 5.0, 4.7
>
>         Attachments: SOLR-5492-grouping.patch, SOLR-5492.patch
>
>
> The shards.info returns all the replicas in the shard that returned the 
> response but it is impossible to figure out which replica was actually used. 
> I propose to add the actual shard that served the request as another 
> attribute in the shards.info response.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to