You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2019/02/13 16:57:00 UTC

[jira] [Commented] (SOLR-13021) You cannot safely create and delete the same collection.

    [ https://issues.apache.org/jira/browse/SOLR-13021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767384#comment-16767384 ] 

Erick Erickson commented on SOLR-13021:
---------------------------------------

I cannot get this to fail on master, patch attached that I beasted with. So I had the idea of trying this on Solr 7.5, which was the current 7x when this Jira was created, and got a compilation error: 

{code}
   [javac] /Users/Erick/apache/solrJiras/master/solr/core/src/test/org/apache/solr/core/CreateDeleteCollectionStressTest.java:109: error: cannot find symbol

    [javac]       cluster.waitForActiveCollection(COLLECTION, TIMEOUT_SECONDS, TimeUnit.SECONDS, 2, 4);
{code}

This method was added after 7.5.

So I'm going to give up trying to reproduce, and put this on the back-burner. Let's see if it recurs and if any failures are cured by using the

{code}cluster.waitForActiveCollection 
and 
AbstractDistribZkTestBase.waitForCollectionToDisappear
{code}

methods.

> You cannot safely create and delete the same collection.
> --------------------------------------------------------
>
>                 Key: SOLR-13021
>                 URL: https://issues.apache.org/jira/browse/SOLR-13021
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mark Miller
>            Priority: Major
>         Attachments: SOLR-13021.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org