[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16784176#comment-16784176 ]
Shalin Shekhar Mangar commented on SOLR-13271: ---------------------------------------------- I don't think using indexEnabled is correct here. A full index replication at a time when the disk does not have enough space to download the full index, sets indexEnabled=false. Before the changes in DistributedURP, any updates coming from the leader at such a time would have been buffered but now they will fail with a forbidden error. > Implement a read-only mode for a collection > ------------------------------------------- > > Key: SOLR-13271 > URL: https://issues.apache.org/jira/browse/SOLR-13271 > Project: Solr > Issue Type: New Feature > Security Level: Public(Default Security Level. Issues are Public) > Affects Versions: 8.x, master (9.0) > Reporter: Andrzej Bialecki > Assignee: Andrzej Bialecki > Priority: Major > Fix For: 8.x, master (9.0) > > Attachments: SOLR-13271.patch, SOLR-13271.patch > > > Spin-off from SOLR-11127. In some scenarios it's useful to be able to block > any index updates to a collection, while still being able to search its > contents. > Currently the scope of this issue is SolrCloud, ie. standalone Solr will not > be supported. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org