You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ramkumar Aiyengar (JIRA)" <ji...@apache.org> on 2015/06/15 01:45:00 UTC

[jira] [Resolved] (SOLR-7680) Use POST instead of GET when finding versions for mismatches with CloudInspectUtil

     [ https://issues.apache.org/jira/browse/SOLR-7680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramkumar Aiyengar resolved SOLR-7680.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 5.3

> Use POST instead of GET when finding versions for mismatches with CloudInspectUtil
> ----------------------------------------------------------------------------------
>
>                 Key: SOLR-7680
>                 URL: https://issues.apache.org/jira/browse/SOLR-7680
>             Project: Solr
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Ramkumar Aiyengar
>            Assignee: Ramkumar Aiyengar
>            Priority: Minor
>             Fix For: 5.3
>
>
> {{CloudInspectUtil.compareResults}} currently tries to find versions of ids which are mismatched between the cloud and control clients. It does so with a Solr query which is a GET and can fail if there are many mismatches. Switch this to a POST.
> If there are still any errors as a result of this, we should still ignore them rather than failing the test so as to not unmask the original issue (this query is anyway being done to only add more debug information to mismatches).



--
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