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

Mark Miller commented on SOLR-8221:
-----------------------------------

bq. And change the collection-complete check to wait until all cores are up 
before it returns, to ensure that no docs are added until the collection is 
fully up.

I still think it's tricky - you have to time out at some point, and what if a 
create call is held up in some buffer and released after the timeout .. it 
skips recovery? Just seems tricky to nail that. Would be better to spend that 
effort on making the wait itself active and not passive.

On my setup I just ran with that wait at 7 seconds and lowered it down to 2 
seconds - the total test time was about 40 seconds faster - which is almost 
within normal variation. Probably a bit faster though. 

> Some improvements to MiniSolrCloudCluster API
> ---------------------------------------------
>
>                 Key: SOLR-8221
>                 URL: https://issues.apache.org/jira/browse/SOLR-8221
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>            Priority: Minor
>         Attachments: SOLR-8221.patch, SOLR-8221.patch
>
>
> Spin-off from discussion on SOLR-8196.
> MiniSolrCloudCluster should create subdirectories for all its child nodes.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to