[jira] [Commented] (SOLR-13271) Implement a read-only mode for a collection

2019-03-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16784651#comment-16784651 ] ASF subversion and git services commented on SOLR-13271: Commit

[jira] [Commented] (SOLR-13271) Implement a read-only mode for a collection

2019-03-05 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16784640#comment-16784640 ] Andrzej Bialecki commented on SOLR-13271: -- Thanks Shalin for the reviews! The final version

[jira] [Commented] (SOLR-13271) Implement a read-only mode for a collection

2019-03-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16784616#comment-16784616 ] ASF subversion and git services commented on SOLR-13271: Commit

[jira] [Commented] (SOLR-13271) Implement a read-only mode for a collection

2019-03-04 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16784176#comment-16784176 ] Shalin Shekhar Mangar commented on SOLR-13271: -- I don't think using indexEnabled is correct

[jira] [Commented] (SOLR-13271) Implement a read-only mode for a collection

2019-02-28 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16780745#comment-16780745 ] Andrzej Bialecki commented on SOLR-13271: -- It turns out that actually closing the IndexWriter

[jira] [Commented] (SOLR-13271) Implement a read-only mode for a collection

2019-02-28 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16780307#comment-16780307 ] Andrzej Bialecki commented on SOLR-13271: -- Thanks for the comments - I'll upload a new patch

[jira] [Commented] (SOLR-13271) Implement a read-only mode for a collection

2019-02-27 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16779814#comment-16779814 ] Christine Poerschke commented on SOLR-13271: {quote}... In some scenarios it's useful to be

[jira] [Commented] (SOLR-13271) Implement a read-only mode for a collection

2019-02-27 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16779658#comment-16779658 ] Shalin Shekhar Mangar commented on SOLR-13271: -- Thanks Andrzej. A few comments: # Using

[jira] [Commented] (SOLR-13271) Implement a read-only mode for a collection

2019-02-26 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16777909#comment-16777909 ] Andrzej Bialecki commented on SOLR-13271: -- This patch implements the read-only functionality as