Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19527/
Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.util.TestSolrCLIRunExample

Error Message:
ObjectTracker found 5 object(s) that were not released!!! 
[MockDirectoryWrapper, TransactionLog, MockDirectoryWrapper, 
MockDirectoryWrapper, MDCAwareThreadPoolExecutor] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:92)  at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:752)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:854)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:959)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:894)  at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
  at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:378)
  at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
  at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
  at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)  
at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)  
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:355)
  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
  at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) 
 at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)  
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  
at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)  
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) 
 at org.eclipse.jetty.server.Server.handle(Server.java:534)  at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)  at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)  at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) 
 at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
  at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
  at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) 
 at java.lang.Thread.run(Thread.java:745)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.update.TransactionLog  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at org.apache.solr.update.TransactionLog.<init>(TransactionLog.java:190)  at 
org.apache.solr.update.UpdateLog.newTransactionLog(UpdateLog.java:438)  at 
org.apache.solr.update.UpdateLog.ensureLog(UpdateLog.java:1250)  at 
org.apache.solr.update.UpdateLog.add(UpdateLog.java:524)  at 
org.apache.solr.update.UpdateLog.add(UpdateLog.java:509)  at 
org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:349)
  at 
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:268)
  at 
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:218)
  at 
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
  at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
  at 
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:991)
  at 
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1207)
  at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:753)
  at 
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
  at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
  at 
org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory$AddSchemaFieldsUpdateProcessor.processAdd(AddSchemaFieldsUpdateProcessorFactory.java:336)
  at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
  at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
  at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
  at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
  at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
  at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
  at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
  at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
  at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
  at 
org.apache.solr.update.processor.FieldNameMutatingUpdateProcessorFactory$1.processAdd(FieldNameMutatingUpdateProcessorFactory.java:74)
  at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
  at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
  at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
  at 
org.apache.solr.update.processor.AbstractDefaultValueUpdateProcessorFactory$DefaultValueUpdateProcessor.processAdd(AbstractDefaultValueUpdateProcessorFactory.java:91)
  at 
org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:98)  
at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:187)
  at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:143)
  at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:313) 
 at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:258)  at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:129)
  at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:278) 
 at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:258)  at 
org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:180)  at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:194)
  at 
org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:108)
  at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)  
at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
  at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
  at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2486)  at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)  at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:355)
  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
  at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) 
 at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)  
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  
at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)  
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) 
 at org.eclipse.jetty.server.Server.handle(Server.java:534)  at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)  at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)  at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) 
 at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
  at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
  at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) 
 at java.lang.Thread.run(Thread.java:745)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
  at 
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:489)  
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:941)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:854)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:959)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:894)  at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
  at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:378)
  at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
  at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
  at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)  
at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)  
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:355)
  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
  at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) 
 at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)  
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  
at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)  
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) 
 at org.eclipse.jetty.server.Server.handle(Server.java:534)  at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)  at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)  at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) 
 at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
  at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
  at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) 
 at java.lang.Thread.run(Thread.java:745)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:360)  at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:720)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:854)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:959)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:894)  at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
  at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:378)
  at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
  at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
  at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)  
at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)  
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:355)
  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
  at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) 
 at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)  
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  
at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)  
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) 
 at org.eclipse.jetty.server.Server.handle(Server.java:534)  at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)  at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)  at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) 
 at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
  at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
  at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) 
 at java.lang.Thread.run(Thread.java:745)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at 
org.apache.solr.core.SolrCore.reload(SolrCore.java:647)  at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1184)  at 
org.apache.solr.core.SolrCore.lambda$getConfListener$18(SolrCore.java:2949)  at 
org.apache.solr.handler.SolrConfigHandler$Command.lambda$handleGET$0(SolrConfigHandler.java:225)
  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not 
released!!! [MockDirectoryWrapper, TransactionLog, MockDirectoryWrapper, 
MockDirectoryWrapper, MDCAwareThreadPoolExecutor]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:92)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:752)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:854)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:959)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:894)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:378)
        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:355)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:534)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.update.TransactionLog
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at org.apache.solr.update.TransactionLog.<init>(TransactionLog.java:190)
        at 
org.apache.solr.update.UpdateLog.newTransactionLog(UpdateLog.java:438)
        at org.apache.solr.update.UpdateLog.ensureLog(UpdateLog.java:1250)
        at org.apache.solr.update.UpdateLog.add(UpdateLog.java:524)
        at org.apache.solr.update.UpdateLog.add(UpdateLog.java:509)
        at 
org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:349)
        at 
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:268)
        at 
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:218)
        at 
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:991)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1207)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:753)
        at 
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
        at 
org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory$AddSchemaFieldsUpdateProcessor.processAdd(AddSchemaFieldsUpdateProcessorFactory.java:336)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
        at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
        at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
        at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
        at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
        at 
org.apache.solr.update.processor.FieldNameMutatingUpdateProcessorFactory$1.processAdd(FieldNameMutatingUpdateProcessorFactory.java:74)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
        at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
        at 
org.apache.solr.update.processor.AbstractDefaultValueUpdateProcessorFactory$DefaultValueUpdateProcessor.processAdd(AbstractDefaultValueUpdateProcessorFactory.java:91)
        at 
org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:98)
        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:187)
        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:143)
        at 
org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:313)
        at 
org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:258)
        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:129)
        at 
org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:278)
        at 
org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:258)
        at 
org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:180)
        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:194)
        at 
org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:108)
        at 
org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)
        at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2486)
        at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:355)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:534)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
        at 
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:489)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:941)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:854)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:959)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:894)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:378)
        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:355)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:534)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
        at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:360)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:720)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:854)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:959)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:894)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:378)
        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:355)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:534)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
        at org.apache.solr.core.SolrCore.reload(SolrCore.java:647)
        at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1184)
        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$18(SolrCore.java:2949)
        at 
org.apache.solr.handler.SolrConfigHandler$Command.lambda$handleGET$0(SolrConfigHandler.java:225)
        at java.lang.Thread.run(Thread.java:745)


        at __randomizedtesting.SeedInfo.seed([8E7DCB898BA10658]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
        at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 13309 lines...]
   [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/init-core-data-001
   [junit4]   2> 2304170 WARN  
(SUITE-TestSolrCLIRunExample-seed#[8E7DCB898BA10658]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
   [junit4]   2> 2304170 INFO  
(SUITE-TestSolrCLIRunExample-seed#[8E7DCB898BA10658]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 2304171 INFO  
(SUITE-TestSolrCLIRunExample-seed#[8E7DCB898BA10658]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 2304173 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8E7DCB898BA10658]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testSchemalessExample
   [junit4]   2> 2304173 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8E7DCB898BA10658]) [    
] o.a.s.u.TestSolrCLIRunExample Selected port 39899 to start schemaless example 
Solr instance on ...
   [junit4]   2> 2304194 INFO  (Thread-5143) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2304204 INFO  (Thread-5143) [    ] o.e.j.s.h.ContextHandler 
Started o.e.j.s.ServletContextHandler@6c42292f{/solr,null,AVAILABLE}
   [junit4]   2> 2304208 INFO  (Thread-5143) [    ] o.e.j.s.AbstractConnector 
Started ServerConnector@753424a5{HTTP/1.1,[http/1.1]}{127.0.0.1:39899}
   [junit4]   2> 2304208 INFO  (Thread-5143) [    ] o.e.j.s.Server Started 
@2306477ms
   [junit4]   2> 2304208 INFO  (Thread-5143) [    ] o.a.s.c.s.e.JettySolrRunner 
Jetty properties: {hostContext=/solr, hostPort=39899}
   [junit4]   2> 2304208 ERROR (Thread-5143) [    ] o.a.s.s.StartupLoggingUtils 
Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2304208 INFO  (Thread-5143) [    ] o.a.s.s.SolrDispatchFilter  
___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2304208 INFO  (Thread-5143) [    ] o.a.s.s.SolrDispatchFilter 
/ __| ___| |_ _   Starting in standalone mode on port 39899
   [junit4]   2> 2304208 INFO  (Thread-5143) [    ] o.a.s.s.SolrDispatchFilter 
\__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2304208 INFO  (Thread-5143) [    ] o.a.s.s.SolrDispatchFilter 
|___/\___/_|_|    Start time: 2017-05-01T11:35:08.660Z
   [junit4]   2> 2304209 INFO  (Thread-5143) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/solr.xml
   [junit4]   2> 2304212 ERROR (qtp1147170362-22663) [    ] 
o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is 
either not initialized or shutting down.
   [junit4]   2> 2304212 WARN  (qtp1147170362-22663) [    ] 
o.e.j.s.ServletHandler /solr/admin/info/system
   [junit4]   2> org.apache.solr.common.SolrException: Error processing the 
request. CoreContainer is either not initialized or shutting down.
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:315)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2304213 INFO  (Thread-5143) [    ] o.a.s.c.SolrXmlConfig MBean 
server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5abc9f57, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 2304251 INFO  (Thread-5143) [    ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5abc9f57
   [junit4]   2> 2304256 INFO  (Thread-5143) [    ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5abc9f57
   [junit4]   2> 2304256 INFO  (Thread-5143) [    ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5abc9f57
   [junit4]   2> 2304257 INFO  (Thread-5143) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr
   [junit4]   2> 2306225 INFO  (qtp1147170362-22658) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system 
params={wt=json} status=0 QTime=8
   [junit4]   2> 2306229 INFO  (qtp1147170362-22658) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2306230 INFO  (qtp1147170362-22658) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0
   [junit4]   2> 2306240 INFO  (qtp1147170362-22658) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system 
params={wt=json} status=0 QTime=5
   [junit4]   2> 2306251 INFO  (qtp1147170362-22660) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system 
params={wt=json} status=0 QTime=6
   [junit4]   2> 2306255 INFO  (qtp1147170362-22660) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0
   [junit4]   2> 2306274 INFO  (qtp1147170362-22660) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json
   [junit4]   2> 2306281 WARN  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/extraction/lib
   [junit4]   2> 2306282 WARN  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
   [junit4]   2> 2306282 WARN  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/clustering/lib
   [junit4]   2> 2306282 WARN  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
   [junit4]   2> 2306282 WARN  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/langid/lib
   [junit4]   2> 2306282 WARN  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
   [junit4]   2> 2306282 WARN  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/velocity/lib
   [junit4]   2> 2306283 WARN  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
   [junit4]   2> 2306289 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2306309 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.s.IndexSchema [gettingstarted] Schema name=example-data-driven-schema
   [junit4]   2> 2306537 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.s.IndexSchema Loaded schema example-data-driven-schema/1.6 with uniqueid 
field id
   [junit4]   2> 2306559 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.c.CoreContainer Creating SolrCore 'gettingstarted' using configuration 
from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted,
 trusted=true
   [junit4]   2> 2306559 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.gettingstarted' 
(registry 'solr.core.gettingstarted') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5abc9f57
   [junit4]   2> 2306560 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2306560 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.c.SolrCore [[gettingstarted] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/data/]
   [junit4]   2> 2306567 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2306629 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2306629 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2306630 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2306630 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2306631 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@66e2dca6[gettingstarted] main]
   [junit4]   2> 2306631 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/conf
   [junit4]   2> 2306632 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2306632 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 2306632 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-001/schemaless/solr/gettingstarted/conf/elevate.xml
   [junit4]   2> 2306644 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2306647 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1566193495414145024
   [junit4]   2> 2306650 INFO  (qtp1147170362-22660) [    x:gettingstarted] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json} 
status=0 QTime=376
   [junit4]   2> 2306661 INFO  
(searcherExecutor-9994-thread-1-processing-x:gettingstarted) [    
x:gettingstarted] o.a.s.c.QuerySenderListener QuerySenderListener sending 
requests to Searcher@66e2dca6[gettingstarted] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2306661 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8E7DCB898BA10658]) [    
] o.e.j.s.AbstractConnector Stopped 
ServerConnector@753424a5{HTTP/1.1,[http/1.1]}{127.0.0.1:39899}
   [junit4]   2> 2306661 INFO  
(searcherExecutor-9994-thread-1-processing-x:gettingstarted) [    
x:gettingstarted] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2306661 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8E7DCB898BA10658]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1627366737
   [junit4]   2> 2306661 INFO  
(searcherExecutor-9994-thread-1-processing-x:gettingstarted) [    
x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: default
   [junit4]   2> 2306661 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8E7DCB898BA10658]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2306663 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8E7DCB898BA10658]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2306663 INFO  
(searcherExecutor-9994-thread-1-processing-x:gettingstarted) [    
x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Registered new searcher 
Searcher@66e2dca6[gettingstarted] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2306664 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8E7DCB898BA10658]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2306666 INFO  (coreCloseExecutor-9999-thread-1) [    
x:gettingstarted] o.a.s.c.SolrCore [gettingstarted]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2c3db84b
   [junit4]   2> 2306666 INFO  (coreCloseExecutor-9999-thread-1) [    
x:gettingstarted] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.gettingstarted, tag=742242379
   [junit4]   2> 2306669 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8E7DCB898BA10658]) [    
] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6c42292f{/solr,null,UNAVAILABLE}
   [junit4]   2> 2306669 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8E7DCB898BA10658]) [    
] o.a.s.u.TestSolrCLIRunExample Stopped standalone Solr instance running on 
port 39899
   [junit4]   2> 2306669 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8E7DCB898BA10658]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testSchemalessExample
   [junit4]   2> 2306671 INFO  
(TEST-TestSolrCLIRunExample.testFailExecuteScript-seed#[8E7DCB898BA10658]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testFailExecuteScript
   [junit4]   2> 
   [junit4]   2> ERROR: Cannot run program 
"/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-002/failExecuteScript"
 (in directory "."): error=13, Permission denied
   [junit4]   2> 
   [junit4]   2> 2306676 INFO  
(TEST-TestSolrCLIRunExample.testFailExecuteScript-seed#[8E7DCB898BA10658]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testFailExecuteScript
   [junit4]   2> 2306678 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8E7DCB898BA10658])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testInteractiveSolrCloudExample
   [junit4]   2> 2306684 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8E7DCB898BA10658])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004
   [junit4]   2> 2306684 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8E7DCB898BA10658])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2306684 INFO  (Thread-5154) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2306684 INFO  (Thread-5154) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2306685 ERROR (Thread-5154) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2306784 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8E7DCB898BA10658])
 [    ] o.a.s.c.ZkTestServer start zk server on port:46599
   [junit4]   2> 2306789 INFO  (jetty-launcher-3682-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2306789 INFO  (jetty-launcher-3682-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2491b855{/solr,null,AVAILABLE}
   [junit4]   2> 2306789 INFO  (jetty-launcher-3682-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1ab52cad{HTTP/1.1,[http/1.1]}{127.0.0.1:39582}
   [junit4]   2> 2306789 INFO  (jetty-launcher-3682-thread-1) [    ] 
o.e.j.s.Server Started @2309059ms
   [junit4]   2> 2306789 INFO  (jetty-launcher-3682-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39582}
   [junit4]   2> 2306790 ERROR (jetty-launcher-3682-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2306790 INFO  (jetty-launcher-3682-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2306790 INFO  (jetty-launcher-3682-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
39582
   [junit4]   2> 2306790 INFO  (jetty-launcher-3682-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2306790 INFO  (jetty-launcher-3682-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-01T11:35:11.242Z
   [junit4]   2> 2306791 INFO  (jetty-launcher-3682-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2306794 INFO  (jetty-launcher-3682-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5abc9f57, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2306799 INFO  (jetty-launcher-3682-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46599/solr
   [junit4]   2> 2306807 INFO  (jetty-launcher-3682-thread-1) 
[n:localhost:39582_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2306807 INFO  (jetty-launcher-3682-thread-1) 
[n:localhost:39582_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader localhost:39582_solr
   [junit4]   2> 2306808 INFO  (jetty-launcher-3682-thread-1) 
[n:localhost:39582_solr    ] o.a.s.c.Overseer Overseer 
(id=97887093465874435-localhost:39582_solr-n_0000000000) starting
   [junit4]   2> 2306813 INFO  (jetty-launcher-3682-thread-1) 
[n:localhost:39582_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/localhost:39582_solr
   [junit4]   2> 2306822 INFO  
(zkCallback-3689-thread-1-processing-n:localhost:39582_solr) 
[n:localhost:39582_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2306967 INFO  (jetty-launcher-3682-thread-1) 
[n:localhost:39582_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5abc9f57
   [junit4]   2> 2306970 INFO  (jetty-launcher-3682-thread-1) 
[n:localhost:39582_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5abc9f57
   [junit4]   2> 2306970 INFO  (jetty-launcher-3682-thread-1) 
[n:localhost:39582_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5abc9f57
   [junit4]   2> 2306970 INFO  (jetty-launcher-3682-thread-1) 
[n:localhost:39582_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1
   [junit4]   2> 2306990 INFO  (qtp1311480660-22697) [n:localhost:39582_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system 
params={wt=json} status=0 QTime=6
   [junit4]   2> 2306993 INFO  (qtp1311480660-22698) [n:localhost:39582_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 2306995 INFO  (qtp1311480660-22698) [n:localhost:39582_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=json} status=0 QTime=2
   [junit4]   2> 2306997 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8E7DCB898BA10658])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2306998 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8E7DCB898BA10658])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:46599/solr ready
   [junit4]   2> 2306999 INFO  (qtp1311480660-22698) [n:localhost:39582_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=list&wt=json and sendToOCPQueue=true
   [junit4]   2> 2306999 INFO  (qtp1311480660-22698) [n:localhost:39582_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=list&wt=json} status=0 QTime=0
   [junit4]   2> 2307012 INFO  (qtp1311480660-22694) [n:localhost:39582_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system 
params={wt=json} status=0 QTime=8
   [junit4]   2> 2307016 INFO  (qtp1311480660-22698) [n:localhost:39582_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 2307016 INFO  (qtp1311480660-22698) [n:localhost:39582_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=json} status=0 QTime=0
   [junit4]   2> 2307028 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8E7DCB898BA10658])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2307029 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8E7DCB898BA10658])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:46599/solr ready
   [junit4]   2> 2307072 INFO  (qtp1311480660-22698) [n:localhost:39582_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=list&wt=json and sendToOCPQueue=true
   [junit4]   2> 2307072 INFO  (qtp1311480660-22698) [n:localhost:39582_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=list&wt=json} status=0 QTime=0
   [junit4]   2> 2307075 INFO  (qtp1311480660-22698) [n:localhost:39582_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&maxShardsPerNode=4&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt&action=CREATE&numShards=2&wt=json
 and sendToOCPQueue=true
   [junit4]   2> 2307077 INFO  
(OverseerThreadFactory-10006-thread-1-processing-n:localhost:39582_solr) 
[n:localhost:39582_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testCloudExamplePrompt
   [junit4]   2> 2307077 WARN  
(OverseerThreadFactory-10006-thread-1-processing-n:localhost:39582_solr) 
[n:localhost:39582_solr    ] o.a.s.c.CreateCollectionCmd Specified 
replicationFactor of 2 on collection testCloudExamplePrompt is higher than or 
equal to the number of Solr instances currently live or live and part of your 
createNodeSet(1). It's unusual to run two replica of the same slice on the same 
Solr-instance.
   [junit4]   2> 2307181 INFO  (qtp1311480660-22695) [n:localhost:39582_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=testCloudExamplePrompt&newCollection=true&name=testCloudExamplePrompt_shard2_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
   [junit4]   2> 2307181 INFO  (qtp1311480660-22693) [n:localhost:39582_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=testCloudExamplePrompt&newCollection=true&name=testCloudExamplePrompt_shard1_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2307181 INFO  (qtp1311480660-22692) [n:localhost:39582_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=testCloudExamplePrompt&newCollection=true&name=testCloudExamplePrompt_shard2_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
   [junit4]   2> 2307182 INFO  (qtp1311480660-22695) [n:localhost:39582_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2307181 INFO  (qtp1311480660-22694) [n:localhost:39582_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=testCloudExamplePrompt&newCollection=true&name=testCloudExamplePrompt_shard1_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2307286 INFO  
(zkCallback-3689-thread-1-processing-n:localhost:39582_solr) 
[n:localhost:39582_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCloudExamplePrompt/state.json] for collection 
[testCloudExamplePrompt] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2308191 INFO  (qtp1311480660-22695) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2308192 INFO  (qtp1311480660-22694) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2308192 INFO  (qtp1311480660-22693) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2308192 INFO  (qtp1311480660-22695) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2308192 INFO  (qtp1311480660-22693) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2308192 INFO  (qtp1311480660-22694) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2308192 INFO  (qtp1311480660-22692) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2308192 INFO  (qtp1311480660-22692) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2308192 WARN  (qtp1311480660-22695) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/extraction/lib
   [junit4]   2> 2308192 WARN  (qtp1311480660-22693) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/extraction/lib
   [junit4]   2> 2308192 WARN  (qtp1311480660-22692) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/extraction/lib
   [junit4]   2> 2308193 WARN  (qtp1311480660-22694) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/extraction/lib
   [junit4]   2> 2308193 WARN  (qtp1311480660-22692) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
   [junit4]   2> 2308193 WARN  (qtp1311480660-22693) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
   [junit4]   2> 2308193 WARN  (qtp1311480660-22695) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
   [junit4]   2> 2308193 WARN  (qtp1311480660-22692) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/clustering/lib
   [junit4]   2> 2308193 WARN  (qtp1311480660-22694) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
   [junit4]   2> 2308193 WARN  (qtp1311480660-22693) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/clustering/lib
   [junit4]   2> 2308193 WARN  (qtp1311480660-22692) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
   [junit4]   2> 2308193 WARN  (qtp1311480660-22694) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/clustering/lib
   [junit4]   2> 2308194 WARN  (qtp1311480660-22693) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
   [junit4]   2> 2308193 WARN  (qtp1311480660-22695) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/clustering/lib
   [junit4]   2> 2308194 WARN  (qtp1311480660-22694) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
   [junit4]   2> 2308194 WARN  (qtp1311480660-22695) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
   [junit4]   2> 2308194 WARN  (qtp1311480660-22693) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/langid/lib
   [junit4]   2> 2308194 WARN  (qtp1311480660-22694) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/langid/lib
   [junit4]   2> 2308194 WARN  (qtp1311480660-22692) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/langid/lib
   [junit4]   2> 2308194 WARN  (qtp1311480660-22694) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
   [junit4]   2> 2308195 WARN  (qtp1311480660-22692) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
   [junit4]   2> 2308194 WARN  (qtp1311480660-22693) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
   [junit4]   2> 2308194 WARN  (qtp1311480660-22695) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/langid/lib
   [junit4]   2> 2308195 WARN  (qtp1311480660-22692) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/velocity/lib
   [junit4]   2> 2308195 WARN  (qtp1311480660-22695) [n:localhost:39582_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_8E7DCB898BA10658-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
   [junit4]   2> 2308195 WARN  (qtp1311480660-22693) [n:localhost

[...truncated too long message...]

eProduceConsume.java:136)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:489)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:941)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:854)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:959)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:894)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:378)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]    >        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
   [junit4]    >        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]    >        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]    >        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]    >        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:355)
   [junit4]    >        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    >        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]    >        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]    >        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]    >        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]    >        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]    >        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]    >        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]    >        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]    >        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:360)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:720)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:854)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:959)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:894)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:378)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]    >        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
   [junit4]    >        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]    >        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]    >        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]    >        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:355)
   [junit4]    >        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:306)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    >        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]    >        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]    >        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]    >        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]    >        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]    >        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]    >        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]    >        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]    >        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.reload(SolrCore.java:647)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1184)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$18(SolrCore.java:2949)
   [junit4]    >        at 
org.apache.solr.handler.SolrConfigHandler$Command.lambda$handleGET$0(SolrConfigHandler.java:225)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8E7DCB898BA10658]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [697/706 (1!)] on J0 in 30.51s, 4 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 43380 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to