[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-647: -- Attachment: solr-647.patch Here's a slight update: - removes the SolrCore finalizer to prevent too many

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-647: -- Attachment: solr-647.patch Here's an updated patch: - cores is a MapString,SolrCore - no prohibition of

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-647: -- Attachment: solr-647.patch Do SolrCore.close() in a refcounted way

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-647: --- Attachment: solr-647.patch My apologies to all for cluttering the issue. New simplified version

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-647: --- Attachment: solr-647.patch Based on Ryan's comment, simplified the patch to strictly focus on the

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-647: --- Attachment: solr-647.patch updated to reflect Yonik's last suggestion. fixed test attempting to close

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-647: --- Attachment: solr-647.patch bq. Yes, if cores obtained through other methods need to be open for some

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-647: -- Attachment: refcount_example.patch It seems like some simplifications could be made... see attached

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-11 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-647: --- Comment: was deleted Do SolrCore.close() in a refcounted way ---

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-11 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-647: --- Attachment: solr-647.patch fixed 1.6 dependency (sorry thanks Grant); updated to trunk; fixed a bug

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-08 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-647: --- Attachment: solr-647.patch new version based on Yonik's comment in solr-545. Do SolrCore.close() in

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-07 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-647: --- Attachment: solr-647.patch A few modifications to make things (hopefully) a little clearer tests

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-647: -- Priority: Major (was: Minor) Fix Version/s: 1.3 Issue Type: Bug (was: Improvement) Do

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-06 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-647: --- Attachment: solr-647.patch Being hit by the same core issue swapping/closing cores, here is another

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-07-29 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-647: Attachment: SOLR-647.patch I hope this fixes the race condition Do SolrCore.close() in a refcounted way

[jira] Updated: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-07-25 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-647: Attachment: SOLR-647.patch Do SolrCore.close() in a refcounted way ---