You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2012/10/18 16:18:49 UTC

[Solr Wiki] Trivial Update of "LotsOfCores" by ErickErickson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "LotsOfCores" page has been changed by ErickErickson:
http://wiki.apache.org/solr/LotsOfCores?action=diff&rev1=12&rev2=13

Comment:
Separated open and fixed related issues.

  
  = Issues =
   * [[https://issues.apache.org/jira/browse/SOLR-1293|SOLR-1293]] - Support for large number of cores and faster loading/unloading of cores. This issue has many child issues focusing on individual changes:
+   * Open issues
-   * [[https://issues.apache.org/jira/browse/SOLR-919|SOLR-919]] - Cache and reuse SolrConfig
+    * [[https://issues.apache.org/jira/browse/SOLR-919|SOLR-919]] - Cache and reuse SolrConfig
+    * [[https://issues.apache.org/jira/browse/SOLR-880|SOLR-880]] - SolrCore should have a STOP option and a lazy startup option
+    * [[https://issues.apache.org/jira/browse/SOLR-1028|SOLR-1028]] - Automatic core loading unloading for multicore
+    * [[https://issues.apache.org/jira/browse/SOLR-1306|SOLR-1306]] - Support pluggable persistence/loading of solr.xml details
+    * [[https://issues.apache.org/jira/browse/SOLR-1416|SOLR-1416]] - Reduce contention in CoreContainer#getCore()
+    * [[https://issues.apache.org/jira/browse/SOLR-1530|SOLR-1530]] - Open IndexSearcher lazily
+    * [[https://issues.apache.org/jira/browse/SOLR-1531|SOLR-1531]] - Provide an option to remove the data directory on core unload
+    * [[https://issues.apache.org/jira/browse/SOLR-1533|SOLR-1533]] - Partition data directories into multiple "bucket" directories
+   * Fixed/Closed issues
-   * [[https://issues.apache.org/jira/browse/SOLR-920|SOLR-920]] - Cache and reuse IndexSchema
+    * [[https://issues.apache.org/jira/browse/SOLR-920|SOLR-920]] - Cache and reuse IndexSchema
-   * [[https://issues.apache.org/jira/browse/SOLR-921|SOLR-921]] - SolrResourceLoader must cache short name vs fully qualified name
+    * [[https://issues.apache.org/jira/browse/SOLR-921|SOLR-921]] - SolrResourceLoader must cache short name vs fully qualified name
-   * [[https://issues.apache.org/jira/browse/SOLR-880|SOLR-880]] - SolrCore should have a STOP option and a lazy startup option
-   * [[https://issues.apache.org/jira/browse/SOLR-1108|SOLR-1108]] - Remove synchronization in SolrCore constructor
+    * [[https://issues.apache.org/jira/browse/SOLR-1108|SOLR-1108]] - Remove synchronization in SolrCore constructor
-   * [[https://issues.apache.org/jira/browse/SOLR-1028|SOLR-1028]] - Automatic core loading unloading for multicore
-   * [[https://issues.apache.org/jira/browse/SOLR-943|SOLR-943]] - Make it possible to specify dataDir in solr.xml
+    * [[https://issues.apache.org/jira/browse/SOLR-943|SOLR-943]] - Make it possible to specify dataDir in solr.xml
-   * [[https://issues.apache.org/jira/browse/SOLR-1306|SOLR-1306]] - Support pluggable persistence/loading of solr.xml details
-   * [[https://issues.apache.org/jira/browse/SOLR-1106|SOLR-1106]] - Pluggable CoreAdminHandler (Action ) architecture that allows for custom handler access to CoreContainer / request-response
+    * [[https://issues.apache.org/jira/browse/SOLR-1106|SOLR-1106]] - Pluggable CoreAdminHandler (Action ) architecture that allows for custom handler access to CoreContainer / request-response
+  
-   * [[https://issues.apache.org/jira/browse/SOLR-1416|SOLR-1416]] - Reduce contention in CoreContainer#getCore()
-   * [[https://issues.apache.org/jira/browse/SOLR-1530|SOLR-1530]] - Open IndexSearcher lazily
-   * [[https://issues.apache.org/jira/browse/SOLR-1531|SOLR-1531]] - Provide an option to remove the data directory on core unload
-   * [[https://issues.apache.org/jira/browse/SOLR-1533|SOLR-1533]] - Partition data directories into multiple "bucket" directories
  
  Other features which may be needed for such a system include:
   * Changes to SolrJ for new start/stop commands and better error codes/messages.