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

ASF subversion and git services commented on SOLR-12067:
--------------------------------------------------------

Commit 9322a7b37555832e41a25bbc556a34299b90204e in lucene-solr's branch 
refs/heads/master from Shalin Shekhar Mangar
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=9322a7b ]

SOLR-12067: Remove support for autoReplicaFailoverWaitAfterExpiration

This closes #1402.


> AutoAddReplicas default 30 second wait time is too low
> ------------------------------------------------------
>
>                 Key: SOLR-12067
>                 URL: https://issues.apache.org/jira/browse/SOLR-12067
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Varun Thacker
>            Assignee: Shalin Shekhar Mangar
>            Priority: Major
>             Fix For: 7.3, 8.0
>
>         Attachments: SOLR-12067-test-fix.patch, SOLR-12067.patch
>
>
> If I create a collection with autoAddReplicas=true in Solr 7.x a 
> AutoAddReplicasPlanAction get's created with a waitFor=30 seconds
> The default should be increased as a JVM which is down for more than 
> 30seconds can cause the framework to add a new replica on another node
> With HDFS this was a cheap operation as it only involved create a core and 
> pointing it to the same index directory. 
> But for non shared file systems, this is a very expensive operation and can 
> potentially move large indexes around so maybe we should have a higher default



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to