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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14585325#comment-14585325 ] 

ASF subversion and git services commented on SOLR-7680:
-------------------------------------------------------

Commit 1685488 from [~andyetitmoves] in branch 'dev/trunk'
[ https://svn.apache.org/r1685488 ]

SOLR-7680: Use POST instead of GET when finding versions for mismatches with CloudInspectUtil

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