You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Furkan KAMACI (JIRA)" <ji...@apache.org> on 2013/07/03 17:08:21 UTC

[jira] [Created] (SOLR-4996) CloudSolrServer Does Not Respect Propagate Requests

Furkan KAMACI created SOLR-4996:
-----------------------------------

             Summary: CloudSolrServer Does Not Respect Propagate Requests
                 Key: SOLR-4996
                 URL: https://issues.apache.org/jira/browse/SOLR-4996
             Project: Solr
          Issue Type: Bug
            Reporter: Furkan KAMACI


When using CloudSolrServer if you make a request as like LukeRequest it uses LBHttpSolrServer internally and it sends request to just one Solr Node (via HttpSolrServer) as round robin. So you may get different results for same requests at different times event nothing changes. Using a PropagateServer inside CloudSolrServer will fix that bug.

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org