mirror of https://github.com/apache/lucene.git
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:
parent
80f95a16e0
commit
0334672582
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue