Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core"

2013-09-05 Thread Austin Rasmussen
Hello, I currently have Solr 4.3 set up with about 400 cores set to load upon start up. When starting Solr with an empty index for each core, Solr is able to load all of the cores and start up normally as expected. However, after running a dataimport on all cores and restarting Solr, it hangs

RE: Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core"

2013-09-06 Thread Austin Rasmussen
Thanks for clearing that up Erick. The updateLog XML element isn't present in any of the solrconfig.xml files, so I don't believe this is enabled. I posted the directory listing of all of the core data directories in a prior post, but there are no files/folders found that contain "tlog" in th

RE: Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core"

2013-09-06 Thread Austin Rasmussen
: Do all of your cores have "newSearcher" event listners configured or just : 2 (i'm trying to figure out if it's a timing fluke that these two are stalled, or if it's something special about the configs) All of my cores have both the "newSearcher" and "firstSearcher" event listeners configured.