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

Collection re-creation fails if previous collection creation had failed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 6.5, 7.0
    • None
    • None

    Description

      Steps to reproduce:

      1. Create collection using a bad configset that has some errors, due to which collection creation fails.
      2. Now, create a collection using the same name, but a good configset. This fails sometimes (about 25-30% of the times, according to my rough estimate).

      Here's what happens during the second step (can be seen from stacktrace below):

      1. In CoreContainer's create(CoreDescriptor, boolean, boolean), there's a line {{ zkSys.getZkController().preRegister(dcore);}}.
      2. This calls ZkController's publish(), which in turn calls CoreContainer's getCore() method. This call should return null (since previous attempt of core creation didn't succeed). But, it throws the exception associated with the previous failure.

      Here's the stack trace for the same.

      Caused by: org.apache.solr.common.SolrException: SolrCore 'newcollection2_shard1_replica1' is not available due to init failure: blahblah
      	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1312)
      	at org.apache.solr.cloud.ZkController.publish(ZkController.java:1225)
      	at org.apache.solr.cloud.ZkController.preRegister(ZkController.java:1399)
      	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:945)
      

      While working on SOLR-6736, I ran into this (nasty?) issue. I'll try to isolate this into a standalone test that demonstrates this issue. Otherwise, as of now, this can be seen in the SOLR-6736's testUploadWithScriptUpdateProcessor() test (which tries to re-create the collection, but sometimes fails).

      Attachments

        1. SOLR-10365.patch
          0.8 kB
          Ishan Chattopadhyaya
        2. SOLR-10365.patch
          4 kB
          Ishan Chattopadhyaya
        3. SOLR-10365.patch
          4 kB
          Ishan Chattopadhyaya
        4. SOLR-10365.patch
          4 kB
          Ishan Chattopadhyaya

        Activity

          People

            ichattopadhyaya Ishan Chattopadhyaya
            ichattopadhyaya Ishan Chattopadhyaya
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: