This one worries me, this was one of the tests that I had some issues with during testing for SOLR-10007. I'll dig...
On Thu, Apr 13, 2017 at 4:43 AM, Policeman Jenkins Server <[email protected]> wrote: > Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19382/ > Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseG1GC > > 2 tests failed. > FAILED: junit.framework.TestSuite.org.apache.solr.cloud.SolrCloudExampleTest > > Error Message: > ObjectTracker found 5 object(s) that were not released!!! [TransactionLog, > MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, > MockDirectoryWrapper] > 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:348) > at > org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:267) > at > org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:217) > 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.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:344) > at > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295) > 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.ssl.SslConnection.onFillable(SslConnection.java:202) 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:958) at > org.apache.solr.core.CoreContainer.create(CoreContainer.java:893) at > org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88) > at > org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370) > 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:344) > at > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295) > 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.ssl.SslConnection.onFillable(SslConnection.java:202) 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.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:958) at > org.apache.solr.core.CoreContainer.create(CoreContainer.java:893) at > org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88) > at > org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370) > 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:344) > at > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295) > 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.ssl.SslConnection.onFillable(SslConnection.java:202) 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:1154) 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) > 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:958) at > org.apache.solr.core.CoreContainer.create(CoreContainer.java:893) at > org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88) > at > org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370) > 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:344) > at > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295) > 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.ssl.SslConnection.onFillable(SslConnection.java:202) 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) > > Stack Trace: > java.lang.AssertionError: ObjectTracker found 5 object(s) that were not > released!!! [TransactionLog, MockDirectoryWrapper, MockDirectoryWrapper, > MDCAwareThreadPoolExecutor, MockDirectoryWrapper] > 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:348) > at > org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:267) > at > org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:217) > 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.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:344) > at > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295) > 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.ssl.SslConnection.onFillable(SslConnection.java:202) > 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:958) > at org.apache.solr.core.CoreContainer.create(CoreContainer.java:893) > at > org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88) > at > org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370) > 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:344) > at > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295) > 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.ssl.SslConnection.onFillable(SslConnection.java:202) > 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.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:958) > at org.apache.solr.core.CoreContainer.create(CoreContainer.java:893) > at > org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88) > at > org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370) > 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:344) > at > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295) > 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.ssl.SslConnection.onFillable(SslConnection.java:202) > 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:1154) > 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) > > 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:958) > at org.apache.solr.core.CoreContainer.create(CoreContainer.java:893) > at > org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88) > at > org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370) > 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:344) > at > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295) > 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.ssl.SslConnection.onFillable(SslConnection.java:202) > 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) > > > at __randomizedtesting.SeedInfo.seed([B9E6AB9D475E0304]: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.GeneratedMethodAccessor40.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) > > > FAILED: > org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats > > Error Message: > Key SEARCHER.searcher.indexVersion not found in registry solr.core.collection1 > > Stack Trace: > java.lang.AssertionError: Key SEARCHER.searcher.indexVersion not found in > registry solr.core.collection1 > at > __randomizedtesting.SeedInfo.seed([B9E6AB9D475E0304:7678CEA4C8AF6B5B]:0) > at org.junit.Assert.fail(Assert.java:93) > at org.junit.Assert.assertTrue(Assert.java:43) > at > org.apache.solr.handler.admin.StatsReloadRaceTest.requestMetrics(StatsReloadRaceTest.java:132) > at > org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats(StatsReloadRaceTest.java:70) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > 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$8.evaluate(RandomizedRunner.java:907) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) > at > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) > at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) > at > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) > at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) > at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) > at > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) > 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 11295 lines...] > [junit4] Suite: org.apache.solr.cloud.SolrCloudExampleTest > [junit4] 2> Creating dataDir: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/init-core-data-001 > [junit4] 2> 256456 WARN > (SUITE-SolrCloudExampleTest-seed#[B9E6AB9D475E0304]-worker) [ ] > o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1 > [junit4] 2> 256456 INFO > (SUITE-SolrCloudExampleTest-seed#[B9E6AB9D475E0304]-worker) [ ] > o.a.s.SolrTestCaseJ4 Using TrieFields > [junit4] 2> 256457 INFO > (SUITE-SolrCloudExampleTest-seed#[B9E6AB9D475E0304]-worker) [ ] > o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: > @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, > clientAuth=NaN) > [junit4] 2> 256458 INFO > (SUITE-SolrCloudExampleTest-seed#[B9E6AB9D475E0304]-worker) [ ] > o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ll/ > [junit4] 2> 256460 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER > [junit4] 2> 256460 INFO (Thread-604) [ ] o.a.s.c.ZkTestServer client > port:0.0.0.0/0.0.0.0:0 > [junit4] 2> 256460 INFO (Thread-604) [ ] o.a.s.c.ZkTestServer > Starting server > [junit4] 2> 256560 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.ZkTestServer start zk server on port:45209 > [junit4] 2> 256569 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractZkTestCase put > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml > to /configs/conf1/solrconfig.xml > [junit4] 2> 256571 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractZkTestCase put > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml > to /configs/conf1/schema.xml > [junit4] 2> 256572 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractZkTestCase put > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml > to /configs/conf1/solrconfig.snippet.randomindexconfig.xml > [junit4] 2> 256573 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractZkTestCase put > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt > to /configs/conf1/stopwords.txt > [junit4] 2> 256575 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractZkTestCase put > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt > to /configs/conf1/protwords.txt > [junit4] 2> 256575 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractZkTestCase put > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml > to /configs/conf1/currency.xml > [junit4] 2> 256576 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractZkTestCase put > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml > to /configs/conf1/enumsConfig.xml > [junit4] 2> 256577 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractZkTestCase put > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json > to /configs/conf1/open-exchange-rates.json > [junit4] 2> 256578 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractZkTestCase put > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt > to /configs/conf1/mapping-ISOLatin1Accent.txt > [junit4] 2> 256579 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractZkTestCase put > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt > to /configs/conf1/old_synonyms.txt > [junit4] 2> 256580 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractZkTestCase put > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt > to /configs/conf1/synonyms.txt > [junit4] 2> 256740 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/control-001/cores/collection1 > [junit4] 2> 256743 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.e.j.s.Server jetty-9.3.14.v20161028 > [junit4] 2> 256744 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.e.j.s.h.ContextHandler Started > o.e.j.s.ServletContextHandler@18a6ead3{/ll,null,AVAILABLE} > [junit4] 2> 256746 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.e.j.s.AbstractConnector Started ServerConnector@79f2c655{SSL,[ssl, > http/1.1]}{127.0.0.1:36823} > [junit4] 2> 256746 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.e.j.s.Server Started @258888ms > [junit4] 2> 256746 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: > {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/tempDir-001/control/data, > hostContext=/ll, hostPort=36823, > coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/control-001/cores} > [junit4] 2> 256746 ERROR > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging > may be missing or incomplete. > [junit4] 2> 256746 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? > version 7.0.0 > [junit4] 2> 256747 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode > on port null > [junit4] 2> 256747 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null > [junit4] 2> 256747 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: > 2017-04-13T11:03:02.883Z > [junit4] 2> 256756 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found > in ZooKeeper) > [junit4] 2> 256756 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.SolrXmlConfig Loading container configuration from > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/control-001/solr.xml > [junit4] 2> 256762 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.SolrXmlConfig MBean server found: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63, but no JMX reporters were > configured - adding default JMX reporter. > [junit4] 2> 256765 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45209/solr > [junit4] 2> 256793 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:36823_ll ] o.a.s.c.Overseer Overseer (id=null) closing > [junit4] 2> 256794 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:36823_ll ] o.a.s.c.OverseerElectionContext I am going to be > the leader 127.0.0.1:36823_ll > [junit4] 2> 256794 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:36823_ll ] o.a.s.c.Overseer Overseer > (id=97785045489876997-127.0.0.1:36823_ll-n_0000000000) starting > [junit4] 2> 256799 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:36823_ll ] o.a.s.c.ZkController Register node as live in > ZooKeeper:/live_nodes/127.0.0.1:36823_ll > [junit4] 2> 256800 INFO > (OverseerStateUpdate-97785045489876997-127.0.0.1:36823_ll-n_0000000000) > [n:127.0.0.1:36823_ll ] o.a.s.c.c.ZkStateReader Updated live nodes from > ZooKeeper... (0) -> (1) > [junit4] 2> 256855 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:36823_ll ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr.node' (registry 'solr.node') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63 > [junit4] 2> 256859 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:36823_ll ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr.jvm' (registry 'solr.jvm') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63 > [junit4] 2> 256859 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:36823_ll ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr.jetty' (registry 'solr.jetty') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63 > [junit4] 2> 256861 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:36823_ll ] o.a.s.c.CorePropertiesLocator Found 1 core > definitions underneath > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/control-001/cores > [junit4] 2> 256861 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:36823_ll ] o.a.s.c.CorePropertiesLocator Cores are: > [collection1] > [junit4] 2> 256863 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 > transient cores > [junit4] 2> 256864 INFO > (OverseerStateUpdate-97785045489876997-127.0.0.1:36823_ll-n_0000000000) > [n:127.0.0.1:36823_ll ] o.a.s.c.o.ReplicaMutator Assigning new node to > shard shard=shard1 > [junit4] 2> 256884 WARN > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] o.a.s.c.Config > Beginning with Solr 5.5, <mergePolicy> is deprecated, use > <mergePolicyFactory> instead. > [junit4] 2> 256885 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 > [junit4] 2> 256904 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.s.IndexSchema [collection1] Schema name=test > [junit4] 2> 257118 WARN > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.s.IndexSchema [collection1] default search field in schema is text. > WARNING: Deprecated, please use 'df' on request instead. > [junit4] 2> 257122 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id > [junit4] 2> 257144 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration > from collection control_collection, trusted=true > [junit4] 2> 257144 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr.core.control_collection.shard1.core_node1' (registry > 'solr.core.control_collection.shard1.core_node1') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63 > [junit4] 2> 257145 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] o.a.s.c.SolrCore > solr.RecoveryStrategy.Builder > [junit4] 2> 257145 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] o.a.s.c.SolrCore > [[collection1] ] Opening new SolrCore at > [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/control-001/cores/collection1], > > dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/control-001/cores/collection1/data/] > [junit4] 2> 257147 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class > org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: > maxMergeAtOnce=26, maxMergeAtOnceExplicit=23, > maxMergedSegmentMB=19.998046875, floorSegmentMB=2.18359375, > forceMergeDeletesPctAllowed=6.879125915706633, segmentsPerTier=18.0, > maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23596001029060948 > [junit4] 2> 257150 WARN > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = > requestHandler,name = /dump,class = DumpRequestHandler,attributes = > {initParams=a, name=/dump, class=DumpRequestHandler},args = > {defaults={a=A,b=B}}} > [junit4] 2> 257183 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.u.UpdateHandler Using UpdateLog implementation: > org.apache.solr.update.UpdateLog > [junit4] 2> 257183 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] o.a.s.u.UpdateLog > Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 > maxNumLogsToKeep=10 numVersionBuckets=65536 > [junit4] 2> 257186 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.u.CommitTracker Hard AutoCommit: disabled > [junit4] 2> 257186 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.u.CommitTracker Soft AutoCommit: disabled > [junit4] 2> 257187 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class > org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: > minMergeSize=0, mergeFactor=10, maxMergeSize=1621694174, > maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, > maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, > noCFSRatio=0.1] > [junit4] 2> 257187 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.s.SolrIndexSearcher Opening [Searcher@6dd79e37[collection1] main] > [junit4] 2> 257188 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: > /configs/conf1 > [junit4] 2> 257189 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using > ZooKeeperStorageIO:path=/configs/conf1 > [junit4] 2> 257189 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] > o.a.s.h.ReplicationHandler Commits will be reserved for 10000 > [junit4] 2> 257190 INFO > (searcherExecutor-1401-thread-1-processing-n:127.0.0.1:36823_ll x:collection1 > c:control_collection) [n:127.0.0.1:36823_ll c:control_collection > x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher > Searcher@6dd79e37[collection1] > main{ExitableDirectoryReader(UninvertingDirectoryReader())} > [junit4] 2> 257191 INFO > (coreLoadExecutor-1400-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll c:control_collection x:collection1] o.a.s.u.UpdateLog > Could not find max version in index or recent updates, using new clock > 1564560728603492352 > [junit4] 2> 257196 INFO > (coreZkRegister-1393-thread-1-processing-n:127.0.0.1:36823_ll x:collection1 > c:control_collection) [n:127.0.0.1:36823_ll c:control_collection s:shard1 > r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough > replicas found to continue. > [junit4] 2> 257196 INFO > (coreZkRegister-1393-thread-1-processing-n:127.0.0.1:36823_ll x:collection1 > c:control_collection) [n:127.0.0.1:36823_ll c:control_collection s:shard1 > r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the > new leader - try and sync > [junit4] 2> 257196 INFO > (coreZkRegister-1393-thread-1-processing-n:127.0.0.1:36823_ll x:collection1 > c:control_collection) [n:127.0.0.1:36823_ll c:control_collection s:shard1 > r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to > https://127.0.0.1:36823/ll/collection1/ > [junit4] 2> 257196 INFO > (coreZkRegister-1393-thread-1-processing-n:127.0.0.1:36823_ll x:collection1 > c:control_collection) [n:127.0.0.1:36823_ll c:control_collection s:shard1 > r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync > replicas to me > [junit4] 2> 257196 INFO > (coreZkRegister-1393-thread-1-processing-n:127.0.0.1:36823_ll x:collection1 > c:control_collection) [n:127.0.0.1:36823_ll c:control_collection s:shard1 > r:core_node1 x:collection1] o.a.s.c.SyncStrategy > https://127.0.0.1:36823/ll/collection1/ has no replicas > [junit4] 2> 257196 INFO > (coreZkRegister-1393-thread-1-processing-n:127.0.0.1:36823_ll x:collection1 > c:control_collection) [n:127.0.0.1:36823_ll c:control_collection s:shard1 > r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all > replicas participating in election, clear LIR > [junit4] 2> 257199 INFO > (coreZkRegister-1393-thread-1-processing-n:127.0.0.1:36823_ll x:collection1 > c:control_collection) [n:127.0.0.1:36823_ll c:control_collection s:shard1 > r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new > leader: https://127.0.0.1:36823/ll/collection1/ shard1 > [junit4] 2> 257304 INFO > (coreZkRegister-1393-thread-1-processing-n:127.0.0.1:36823_ll x:collection1 > c:control_collection) [n:127.0.0.1:36823_ll c:control_collection s:shard1 > r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery > necessary > [junit4] 2> 257382 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> > (1) > [junit4] 2> 257383 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at > 127.0.0.1:45209/solr ready > [junit4] 2> 257383 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause > connection loss:false > [junit4] 2> 257496 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/shard-1-001/cores/collection1 > [junit4] 2> 257497 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/shard-1-001 > [junit4] 2> 257499 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.e.j.s.Server jetty-9.3.14.v20161028 > [junit4] 2> 257500 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.e.j.s.h.ContextHandler Started > o.e.j.s.ServletContextHandler@dd729c0{/ll,null,AVAILABLE} > [junit4] 2> 257504 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.e.j.s.AbstractConnector Started ServerConnector@46ab9c4d{SSL,[ssl, > http/1.1]}{127.0.0.1:39026} > [junit4] 2> 257504 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.e.j.s.Server Started @259646ms > [junit4] 2> 257504 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: > {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/tempDir-001/jetty1, > solrconfig=solrconfig.xml, hostContext=/ll, hostPort=39026, > coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/shard-1-001/cores} > [junit4] 2> 257506 ERROR > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging > may be missing or incomplete. > [junit4] 2> 257506 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? > version 7.0.0 > [junit4] 2> 257506 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode > on port null > [junit4] 2> 257506 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null > [junit4] 2> 257506 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: > 2017-04-13T11:03:03.642Z > [junit4] 2> 257512 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found > in ZooKeeper) > [junit4] 2> 257512 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.SolrXmlConfig Loading container configuration from > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/shard-1-001/solr.xml > [junit4] 2> 257519 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.SolrXmlConfig MBean server found: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63, but no JMX reporters were > configured - adding default JMX reporter. > [junit4] 2> 257527 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45209/solr > [junit4] 2> 257539 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:39026_ll ] o.a.s.c.c.ZkStateReader Updated live nodes from > ZooKeeper... (0) -> (1) > [junit4] 2> 257542 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:39026_ll ] o.a.s.c.Overseer Overseer (id=null) closing > [junit4] 2> 257543 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:39026_ll ] o.a.s.c.ZkController Register node as live in > ZooKeeper:/live_nodes/127.0.0.1:39026_ll > [junit4] 2> 257544 INFO > (zkCallback-532-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll ] o.a.s.c.c.ZkStateReader Updated live nodes from > ZooKeeper... (1) -> (2) > [junit4] 2> 257545 INFO (zkCallback-536-thread-1) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) > [junit4] 2> 257551 INFO > (zkCallback-541-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll ] o.a.s.c.c.ZkStateReader Updated live nodes from > ZooKeeper... (1) -> (2) > [junit4] 2> 257634 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:39026_ll ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr.node' (registry 'solr.node') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63 > [junit4] 2> 257640 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:39026_ll ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr.jvm' (registry 'solr.jvm') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63 > [junit4] 2> 257641 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:39026_ll ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr.jetty' (registry 'solr.jetty') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63 > [junit4] 2> 257643 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:39026_ll ] o.a.s.c.CorePropertiesLocator Found 1 core > definitions underneath > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/shard-1-001/cores > [junit4] 2> 257643 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:39026_ll ] o.a.s.c.CorePropertiesLocator Cores are: > [collection1] > [junit4] 2> 257654 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] > o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 > transient cores > [junit4] 2> 257665 INFO > (OverseerStateUpdate-97785045489876997-127.0.0.1:36823_ll-n_0000000000) > [n:127.0.0.1:36823_ll ] o.a.s.c.o.ReplicaMutator Assigning new node to > shard shard=shard2 > [junit4] 2> 258686 WARN > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.c.Config Beginning > with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. > [junit4] 2> 258687 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.c.SolrConfig Using > Lucene MatchVersion: 7.0.0 > [junit4] 2> 258706 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.s.IndexSchema > [collection1] Schema name=test > [junit4] 2> 258853 WARN > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.s.IndexSchema > [collection1] default search field in schema is text. WARNING: Deprecated, > please use 'df' on request instead. > [junit4] 2> 258855 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.s.IndexSchema > Loaded schema test/1.0 with uniqueid field id > [junit4] 2> 258865 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.c.CoreContainer > Creating SolrCore 'collection1' using configuration from collection > collection1, trusted=true > [junit4] 2> 258865 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] > o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr.core.collection1.shard2.core_node1' (registry > 'solr.core.collection1.shard2.core_node1') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63 > [junit4] 2> 258865 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.c.SolrCore > solr.RecoveryStrategy.Builder > [junit4] 2> 258866 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.c.SolrCore > [[collection1] ] Opening new SolrCore at > [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/shard-1-001/cores/collection1], > > dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/shard-1-001/cores/collection1/data/] > [junit4] 2> 258867 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] > o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class > org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: > maxMergeAtOnce=26, maxMergeAtOnceExplicit=23, > maxMergedSegmentMB=19.998046875, floorSegmentMB=2.18359375, > forceMergeDeletesPctAllowed=6.879125915706633, segmentsPerTier=18.0, > maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23596001029060948 > [junit4] 2> 258870 WARN > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.c.RequestHandlers > INVALID paramSet a in requestHandler {type = requestHandler,name = > /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, > class=DumpRequestHandler},args = {defaults={a=A,b=B}}} > [junit4] 2> 258925 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.u.UpdateHandler > Using UpdateLog implementation: org.apache.solr.update.UpdateLog > [junit4] 2> 258925 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.u.UpdateLog > Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 > maxNumLogsToKeep=10 numVersionBuckets=65536 > [junit4] 2> 258928 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.u.CommitTracker > Hard AutoCommit: disabled > [junit4] 2> 258928 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.u.CommitTracker > Soft AutoCommit: disabled > [junit4] 2> 258930 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] > o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class > org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: > minMergeSize=0, mergeFactor=10, maxMergeSize=1621694174, > maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, > maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, > noCFSRatio=0.1] > [junit4] 2> 258930 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] > o.a.s.s.SolrIndexSearcher Opening [Searcher@1b7d39cd[collection1] main] > [junit4] 2> 258931 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] > o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: > /configs/conf1 > [junit4] 2> 258932 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] > o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using > ZooKeeperStorageIO:path=/configs/conf1 > [junit4] 2> 258932 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] > o.a.s.h.ReplicationHandler Commits will be reserved for 10000 > [junit4] 2> 258934 INFO > (searcherExecutor-1412-thread-1-processing-n:127.0.0.1:39026_ll x:collection1 > c:collection1) [n:127.0.0.1:39026_ll c:collection1 x:collection1] > o.a.s.c.SolrCore [collection1] Registered new searcher > Searcher@1b7d39cd[collection1] > main{ExitableDirectoryReader(UninvertingDirectoryReader())} > [junit4] 2> 258935 INFO > (coreLoadExecutor-1411-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll c:collection1 x:collection1] o.a.s.u.UpdateLog Could > not find max version in index or recent updates, using new clock > 1564560730432208896 > [junit4] 2> 258940 INFO > (coreZkRegister-1406-thread-1-processing-n:127.0.0.1:39026_ll x:collection1 > c:collection1) [n:127.0.0.1:39026_ll c:collection1 s:shard2 r:core_node1 > x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to > continue. > [junit4] 2> 258940 INFO > (coreZkRegister-1406-thread-1-processing-n:127.0.0.1:39026_ll x:collection1 > c:collection1) [n:127.0.0.1:39026_ll c:collection1 s:shard2 r:core_node1 > x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - > try and sync > [junit4] 2> 258941 INFO > (coreZkRegister-1406-thread-1-processing-n:127.0.0.1:39026_ll x:collection1 > c:collection1) [n:127.0.0.1:39026_ll c:collection1 s:shard2 r:core_node1 > x:collection1] o.a.s.c.SyncStrategy Sync replicas to > https://127.0.0.1:39026/ll/collection1/ > [junit4] 2> 258941 INFO > (coreZkRegister-1406-thread-1-processing-n:127.0.0.1:39026_ll x:collection1 > c:collection1) [n:127.0.0.1:39026_ll c:collection1 s:shard2 r:core_node1 > x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me > [junit4] 2> 258941 INFO > (coreZkRegister-1406-thread-1-processing-n:127.0.0.1:39026_ll x:collection1 > c:collection1) [n:127.0.0.1:39026_ll c:collection1 s:shard2 r:core_node1 > x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:39026/ll/collection1/ > has no replicas > [junit4] 2> 258941 INFO > (coreZkRegister-1406-thread-1-processing-n:127.0.0.1:39026_ll x:collection1 > c:collection1) [n:127.0.0.1:39026_ll c:collection1 s:shard2 r:core_node1 > x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas > participating in election, clear LIR > [junit4] 2> 258944 INFO > (coreZkRegister-1406-thread-1-processing-n:127.0.0.1:39026_ll x:collection1 > c:collection1) [n:127.0.0.1:39026_ll c:collection1 s:shard2 r:core_node1 > x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: > https://127.0.0.1:39026/ll/collection1/ shard2 > [junit4] 2> 259095 INFO > (coreZkRegister-1406-thread-1-processing-n:127.0.0.1:39026_ll x:collection1 > c:collection1) [n:127.0.0.1:39026_ll c:collection1 s:shard2 r:core_node1 > x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary > [junit4] 2> 259330 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/shard-2-001/cores/collection1 > [junit4] 2> 259331 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/shard-2-001 > [junit4] 2> 259334 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.e.j.s.Server jetty-9.3.14.v20161028 > [junit4] 2> 259335 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.e.j.s.h.ContextHandler Started > o.e.j.s.ServletContextHandler@68c3ef68{/ll,null,AVAILABLE} > [junit4] 2> 259336 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.e.j.s.AbstractConnector Started ServerConnector@1d65f92e{SSL,[ssl, > http/1.1]}{127.0.0.1:38484} > [junit4] 2> 259337 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.e.j.s.Server Started @261479ms > [junit4] 2> 259337 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: > {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/tempDir-001/jetty2, > solrconfig=solrconfig.xml, hostContext=/ll, hostPort=38484, > coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/shard-2-001/cores} > [junit4] 2> 259337 ERROR > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging > may be missing or incomplete. > [junit4] 2> 259338 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? > version 7.0.0 > [junit4] 2> 259338 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode > on port null > [junit4] 2> 259338 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null > [junit4] 2> 259338 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: > 2017-04-13T11:03:05.474Z > [junit4] 2> 259359 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found > in ZooKeeper) > [junit4] 2> 259359 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.SolrXmlConfig Loading container configuration from > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/shard-2-001/solr.xml > [junit4] 2> 259365 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.SolrXmlConfig MBean server found: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63, but no JMX reporters were > configured - adding default JMX reporter. > [junit4] 2> 259391 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45209/solr > [junit4] 2> 259397 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:38484_ll ] o.a.s.c.c.ZkStateReader Updated live nodes from > ZooKeeper... (0) -> (2) > [junit4] 2> 259399 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:38484_ll ] o.a.s.c.Overseer Overseer (id=null) closing > [junit4] 2> 259400 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:38484_ll ] o.a.s.c.ZkController Register node as live in > ZooKeeper:/live_nodes/127.0.0.1:38484_ll > [junit4] 2> 259403 INFO > (zkCallback-547-thread-1-processing-n:127.0.0.1:38484_ll) > [n:127.0.0.1:38484_ll ] o.a.s.c.c.ZkStateReader Updated live nodes from > ZooKeeper... (2) -> (3) > [junit4] 2> 259403 INFO (zkCallback-536-thread-1) [ ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) > [junit4] 2> 259403 INFO > (zkCallback-532-thread-1-processing-n:127.0.0.1:36823_ll) > [n:127.0.0.1:36823_ll ] o.a.s.c.c.ZkStateReader Updated live nodes from > ZooKeeper... (2) -> (3) > [junit4] 2> 259404 INFO > (zkCallback-541-thread-1-processing-n:127.0.0.1:39026_ll) > [n:127.0.0.1:39026_ll ] o.a.s.c.c.ZkStateReader Updated live nodes from > ZooKeeper... (2) -> (3) > [junit4] 2> 259480 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:38484_ll ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr.node' (registry 'solr.node') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63 > [junit4] 2> 259484 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:38484_ll ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr.jvm' (registry 'solr.jvm') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63 > [junit4] 2> 259484 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:38484_ll ] o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr.jetty' (registry 'solr.jetty') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63 > [junit4] 2> 259486 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:38484_ll ] o.a.s.c.CorePropertiesLocator Found 1 core > definitions underneath > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_B9E6AB9D475E0304-001/shard-2-001/cores > [junit4] 2> 259486 INFO > (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[B9E6AB9D475E0304]) > [n:127.0.0.1:38484_ll ] o.a.s.c.CorePropertiesLocator Cores are: > [collection1] > [junit4] 2> 259486 INFO > (coreLoadExecutor-1422-thread-1-processing-n:127.0.0.1:38484_ll) > [n:127.0.0.1:38484_ll c:collection1 x:collection1] > o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 > transient cores > [junit4] 2> 259487 INFO > (OverseerStateUpdate-97785045489876997-127.0.0.1:36823_ll-n_0000000000) > [n:127.0.0.1:36823_ll ] o.a.s.c.o.ReplicaMutator Assigning new node to > shard shard=shard1 > [junit4] 2> 260523 WARN > (coreLoadExecutor-1422-thread-1-processing-n:127.0.0.1:38484_ll) > [n:127.0.0.1:38484_ll c:collection1 x:collection1] o.a.s.c.Config Beginning > with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. > [junit4] 2> 260524 INFO > (coreLoadExecutor-1422-thread-1-processing-n:127.0.0.1:38484_ll) > [n:127.0.0.1:38484_ll c:collection1 x:collection1] o.a.s.c.SolrConfig Using > Lucene MatchVersion: 7.0.0 > [junit4] 2> 260542 INFO > (coreLoadExecutor-1422-thread-1-processing-n:127.0.0.1:38484_ll) > [n:127.0.0.1:38484_ll c:collection1 x:collection1] o.a.s.s.IndexSchema > [collection1] Schema name=test > [junit4] 2> 260721 WARN > (coreLoadExecutor-1422-thread-1-processing-n:127.0.0.1:38484_ll) > [n:127.0.0.1:38484_ll c:collection1 x:collection1] o.a.s.s.IndexSchema > [collection1] default search field in schema is text. WARNING: Deprecated, > please use 'df' on request instead. > [junit4] 2> 260725 INFO > (coreLoadExecutor-1422-thread-1-processing-n:127.0.0.1:38484_ll) > [n:127.0.0.1:38484_ll c:collection1 x:collection1] o.a.s.s.IndexSchema > Loaded schema test/1.0 with uniqueid field id > [junit4] 2> 260737 INFO > (coreLoadExecutor-1422-thread-1-processing-n:127.0.0.1:38484_ll) > [n:127.0.0.1:38484_ll c:collection1 x:collection1] o.a.s.c.CoreContainer > Creating SolrCore 'collection1' using configuration from collection > collection1, trusted=true > [junit4] 2> 260738 INFO > (coreLoadExecutor-1422-thread-1-processing-n:127.0.0.1:38484_ll) > [n:127.0.0.1:38484_ll c:collection1 x:collection1] > o.a.s.m.r.SolrJmxReporter JMX monitoring for > 'solr.core.collection1.shard1.core_node2' (registry > 'solr.core.collection1.shard1.core_node2') enabled at server: > com.sun.jmx.mbeanserver.JmxMBeanServer@2ddedd63 > [junit4] 2> 260738 INFO > (coreLoadExecutor-1422-thread-1-processing-n:127.0.0.1:38484_ll) > [n:127.0.0.1:38484_ll c:collection1 x:collection1] o.a.s.c.SolrCore > solr.RecoveryStrategy > > [...truncated too long message...] > > tion1 2 RELOAD) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading > spell index for spellchecker: external > [junit4] 2> 672454 INFO > (searcherExecutor-3905-thread-1-processing-x:collection1 2 RELOAD) [ > x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for > spellchecker: freq > [junit4] 2> 672455 INFO > (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2 > [junit4] 2> 672455 INFO > (searcherExecutor-3905-thread-1-processing-x:collection1 2 RELOAD) [ > x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for > spellchecker: fqcn > [junit4] 2> 672455 INFO > (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2 > [junit4] 2> 672455 INFO > (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2 > [junit4] 2> 672455 INFO > (searcherExecutor-3905-thread-1-processing-x:collection1 2 RELOAD) [ > x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for > spellchecker: perDict > [junit4] 2> 672455 INFO > (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2 > [junit4] 2> 672455 INFO > (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2 > [junit4] 2> 672455 INFO > (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2 > [junit4] 2> 672456 INFO > (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2 > [junit4] 2> 672456 INFO > (parallelCoreAdminExecutor-3894-thread-2-processing-2 RELOAD) [ > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class > org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: > minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, > maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, > maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, > noCFSRatio=0.23621403871649457] > [junit4] 2> 672456 INFO > (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2 > [junit4] 2> 672456 INFO > (parallelCoreAdminExecutor-3894-thread-2-processing-2 RELOAD) [ > x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be > used. > [junit4] 2> 672456 INFO > (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2 > [junit4] 2> 672457 INFO > (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2 > [junit4] 2> 672457 INFO > (searcherExecutor-3905-thread-1-processing-x:collection1 2 RELOAD) [ > x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher > Searcher@7c32e0f[collection1] > main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C33)))} > [junit4] 2> 672458 INFO > (parallelCoreAdminExecutor-3894-thread-2-processing-2 RELOAD) [ > x:collection1] o.a.s.s.SolrIndexSearcher Opening > [Searcher@649cb794[collection1] main] > [junit4] 2> 672458 INFO > (parallelCoreAdminExecutor-3894-thread-2-processing-2 RELOAD) [ > x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore > org.apache.solr.core.SolrCore@14de49d7 > [junit4] 2> 672458 INFO > (parallelCoreAdminExecutor-3894-thread-2-processing-2 RELOAD) [ > x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for > registry=solr.core.collection1, tag=350112215 > [junit4] 2> 672461 INFO > (searcherExecutor-3905-thread-1-processing-x:collection1 2 RELOAD) [ > x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher > Searcher@649cb794[collection1] > main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C33)))} > [junit4] 2> 682464 INFO > (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[B9E6AB9D475E0304]) > [ ] o.a.s.SolrTestCaseJ4 ###Ending testParallelReloadAndStats > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=StatsReloadRaceTest -Dtests.method=testParallelReloadAndStats > -Dtests.seed=B9E6AB9D475E0304 -Dtests.multiplier=3 -Dtests.slow=true > -Dtests.locale=ko-KR -Dtests.timezone=SystemV/PST8 -Dtests.asserts=true > -Dtests.file.encoding=US-ASCII > [junit4] FAILURE 10.5s J0 | StatsReloadRaceTest.testParallelReloadAndStats > <<< > [junit4] > Throwable #1: java.lang.AssertionError: Key > SEARCHER.searcher.indexVersion not found in registry solr.core.collection1 > [junit4] > at > __randomizedtesting.SeedInfo.seed([B9E6AB9D475E0304:7678CEA4C8AF6B5B]:0) > [junit4] > at > org.apache.solr.handler.admin.StatsReloadRaceTest.requestMetrics(StatsReloadRaceTest.java:132) > [junit4] > at > org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats(StatsReloadRaceTest.java:70) > [junit4] > at java.lang.Thread.run(Thread.java:745) > [junit4] 2> 682466 INFO > (SUITE-StatsReloadRaceTest-seed#[B9E6AB9D475E0304]-worker) [ ] > o.a.s.SolrTestCaseJ4 ###deleteCore > [junit4] 2> 682466 INFO > (SUITE-StatsReloadRaceTest-seed#[B9E6AB9D475E0304]-worker) [ ] > o.a.s.c.CoreContainer Shutting down CoreContainer instance=225275766 > [junit4] 2> 682466 INFO > (SUITE-StatsReloadRaceTest-seed#[B9E6AB9D475E0304]-worker) [ ] > o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, > tag=null > [junit4] 2> 682467 INFO > (SUITE-StatsReloadRaceTest-seed#[B9E6AB9D475E0304]-worker) [ ] > o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, > tag=null > [junit4] 2> 682467 INFO > (SUITE-StatsReloadRaceTest-seed#[B9E6AB9D475E0304]-worker) [ ] > o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, > tag=null > [junit4] 2> 682467 INFO > (SUITE-StatsReloadRaceTest-seed#[B9E6AB9D475E0304]-worker) [ ] > o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for > 2147483647 transient cores > [junit4] 2> 682467 INFO (coreCloseExecutor-3909-thread-1) [ > x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore > org.apache.solr.core.SolrCore@540e7d28 > [junit4] 2> 682468 INFO (coreCloseExecutor-3909-thread-1) [ > x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for > registry=solr.core.collection1, tag=1410235688 > [junit4] 2> NOTE: leaving temporary files on disk at: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.StatsReloadRaceTest_B9E6AB9D475E0304-001 > [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): > {name_s=PostingsFormat(name=LuceneFixedGap), > multiDefault=PostingsFormat(name=Asserting), > id=PostingsFormat(name=LuceneFixedGap)}, > docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), > _version_=DocValuesFormat(name=Direct), > intDefault=DocValuesFormat(name=Direct), > range_facet_i_dv=DocValuesFormat(name=Lucene70), > intDvoDefault=DocValuesFormat(name=Lucene70), > range_facet_l=DocValuesFormat(name=Lucene70), > timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=689, > maxMBSortInHeap=6.790272724091303, sim=RandomSimilarity(queryNorm=false): {}, > locale=ko-KR, timezone=SystemV/PST8 > [junit4] 2> NOTE: Linux 4.4.0-72-generic amd64/Oracle Corporation > 1.8.0_121 (64-bit)/cpus=12,threads=1,free=155468288,total=536870912 > [junit4] 2> NOTE: All tests run in this JVM: [TestUseDocValuesAsStored2, > SolrShardReporterTest, TestGraphMLResponseWriter, > AddSchemaFieldsUpdateProcessorFactoryTest, SpellPossibilityIteratorTest, > TestConfigsApi, HdfsBasicDistributedZk2Test, BlobRepositoryCloudTest, > ZkNodePropsTest, TestJoin, CursorPagingTest, > SignatureUpdateProcessorFactoryTest, TestNamedUpdateProcessors, > BasicAuthIntegrationTest, NodeMutatorTest, DefaultValueUpdateProcessorTest, > TestSuggestSpellingConverter, DocExpirationUpdateProcessorFactoryTest, > TestConfigSetsAPI, DistributedFacetPivotWhiteBoxTest, CopyFieldTest, > PeerSyncWithIndexFingerprintCachingTest, TestFieldCacheWithThreads, > AliasIntegrationTest, TestManagedSchemaAPI, MissingSegmentRecoveryTest, > TestRangeQuery, DisMaxRequestHandlerTest, UUIDFieldTest, > SolrCoreMetricManagerTest, TestUniqueKeyFieldResource, > UniqFieldsUpdateProcessorFactoryTest, OverseerRolesTest, TestFastWriter, > RankQueryTest, TestIntervalFaceting, TestDistributedSearch, TestStressLucene, > TlogReplayBufferedWhileIndexingTest, DistanceUnitsTest, TestSchemaManager, > TestDocTermOrds, TestBlendedInfixSuggestions, PeerSyncTest, TestFaceting, > TestJsonFacets, TestAnalyzedSuggestions, TestRandomFlRTGCloud, > PeerSyncReplicationTest, TestRestManager, TestQuerySenderListener, > CustomCollectionTest, CheckHdfsIndexTest, TestReRankQParserPlugin, > BasicDistributedZkTest, TestLazyCores, TestAuthorizationFramework, > DistributedSpellCheckComponentTest, SolrCoreTest, TestSolrConfigHandlerCloud, > TestClusterStateMutator, TestSha256AuthenticationProvider, TestRestoreCore, > TestSolrXml, TestCopyFieldCollectionResource, BlockJoinFacetRandomTest, > MetricUtilsTest, SearchHandlerTest, TestBadConfig, NotRequiredUniqueKeyTest, > MinimalSchemaTest, TestValueSourceCache, TestPseudoReturnFields, > ConfigureRecoveryStrategyTest, BaseCdcrDistributedZkTest, > TestSortByMinMaxFunction, TestCloudRecovery, DateRangeFieldTest, > DocValuesNotIndexedTest, TestExpandComponent, TestHdfsBackupRestoreCore, > TestCodecSupport, BufferStoreTest, SolrXmlInZkTest, > TestSubQueryTransformerDistrib, AnalysisErrorHandlingTest, > SolrRequestParserTest, StatsReloadRaceTest] > [junit4] Completed [268/702 (2!)] on J0 in 11.27s, 1 test, 1 failure <<< > FAILURES! > > [...truncated 44718 lines...] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
