test-related: log core container shutdown

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023546 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2010-10-17 18:27:41 +00:00
parent 80f95a16e0
commit 0334672582
1 changed files with 1 additions and 0 deletions

View File

@ -463,6 +463,7 @@ public class CoreContainer
* Stops all cores.
*/
public void shutdown() {
log.info("Shutting down CoreContainer instance="+System.identityHashCode(this));
synchronized(cores) {
try {
for(SolrCore core : cores.values()) {