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

Mike Drob commented on SOLR-8279:
---------------------------------

bq. +    threads = new ArrayList<>(2);
Should be ArrayList<>(numThreads);

{quote}
+        thread.safeStop();
+        thread.safeStop();
{quote}
Typo, or some nuance here?

{quote}
+  public void stopAndStartAllReplicas() throws Exception, InterruptedException 
{
+    chaosMonkey.stopAll(random().nextInt(2000));
+    
+    Thread.sleep(1000);
+    
+    chaosMonkey.startAll();
+  }
{quote}
Is sleeping for one second sufficient here? Do we want to instead sleep until 
some condition is met (like all the servers are fully down, in case there is a 
straggler)?

> Add a new SolrCloud test that stops and starts the cluster while indexing 
> data.
> -------------------------------------------------------------------------------
>
>                 Key: SOLR-8279
>                 URL: https://issues.apache.org/jira/browse/SOLR-8279
>             Project: Solr
>          Issue Type: Test
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>         Attachments: SOLR-8279.patch, SOLR-8279.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to