Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-5970

Create collection API always has status 0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 8.1
    • None
    • None

    Description

      The responses below are from a successful create collection API (https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-CreateormodifyanAliasforaCollection) call and an unsuccessful create collection API call. It seems the 'status' is always 0.

      Success:
      {u'responseHeader':

      {u'status': 0, u'QTime': 4421}

      , u'success': {u'': {u'core': u'test1_shard1_replica1', u'responseHeader': {u'status': 0, u'QTime': 3449}}}}

      Failure:
      {u'failure':

      {u'': u"org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException:Error CREATEing SolrCore 'test43_shard1_replica1': Unable to create core: test43_shard1_replica1 Caused by: Could not find configName for collection test43 found:[test1]"}

      ,
      u'responseHeader':

      {u'status': 0, u'QTime': 17149}

      }

      It seems like the status should be 400 or something similar for an unsuccessful attempt?

      Attachments

        1. bad.jar
          1 kB
          Ishan Chattopadhyaya
        2. schema.xml
          1.0 kB
          Ishan Chattopadhyaya
        3. solrconfig.xml
          1 kB
          Ishan Chattopadhyaya
        4. SOLR-5970-test.patch
          4 kB
          Ishan Chattopadhyaya
        5. SOLR-5970.patch
          9 kB
          Jason Gerlowski
        6. SOLR-5970_branch_8x.patch
          13 kB
          Kesharee Nandan Vishwakarma
        7. SOLR-5970.patch
          13 kB
          Kesharee Nandan Vishwakarma

        Issue Links

          Activity

            People

              ichattopadhyaya Ishan Chattopadhyaya
              abec Abraham Elmahrek
              Votes:
              1 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: