You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/03/01 12:45:07 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+158) - Build # 19079 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19079/
Java: 64bit/jdk-9-ea+158 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CdcrBootstrapTest

Error Message:
ObjectTracker found 5 object(s) that were not released!!! [MockDirectoryWrapper, RawDirectoryWrapper, MockDirectoryWrapper, SolrCore, MockDirectoryWrapper] 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.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:388)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:269)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:399)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:757)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:712)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)  at java.base/java.lang.Thread.run(Thread.java:844)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper  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:349)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:695)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:912)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:829)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:937)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:873)  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:171)  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:347)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)  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.base/java.lang.Thread.run(Thread.java:844)  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:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:727)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:912)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:829)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:937)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:873)  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:171)  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:347)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)  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.base/java.lang.Thread.run(Thread.java:844)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)  at org.apache.solr.core.SolrCore.reload(SolrCore.java:638)  at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1126)  at org.apache.solr.handler.IndexFetcher.lambda$reloadCore$0(IndexFetcher.java:796)  at java.base/java.lang.Thread.run(Thread.java:844)  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:480)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:906)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:829)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:937)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:873)  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:171)  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:347)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)  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.base/java.lang.Thread.run(Thread.java:844)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [MockDirectoryWrapper, RawDirectoryWrapper, MockDirectoryWrapper, SolrCore, MockDirectoryWrapper]
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.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:388)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:269)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:399)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:757)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:712)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:844)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
	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:349)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:695)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:912)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:829)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:937)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:873)
	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:171)
	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:347)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
	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.base/java.lang.Thread.run(Thread.java:844)

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:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:727)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:912)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:829)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:937)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:873)
	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:171)
	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:347)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
	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.base/java.lang.Thread.run(Thread.java:844)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:638)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1126)
	at org.apache.solr.handler.IndexFetcher.lambda$reloadCore$0(IndexFetcher.java:796)
	at java.base/java.lang.Thread.run(Thread.java:844)

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:480)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:906)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:829)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:937)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:873)
	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:171)
	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:347)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
	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.base/java.lang.Thread.run(Thread.java:844)


	at __randomizedtesting.SeedInfo.seed([B6C6316BA55DF143]: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 jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:547)
	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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Captured an uncaught exception in thread: Thread[id=2413, name=Thread-585, state=RUNNABLE, group=TGRP-CdcrBootstrapTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2413, name=Thread-585, state=RUNNABLE, group=TGRP-CdcrBootstrapTest]
	at __randomizedtesting.SeedInfo.seed([B6C6316BA55DF143:62837A32420B42B8]:0)
Caused by: java.lang.AssertionError: 1
	at __randomizedtesting.SeedInfo.seed([B6C6316BA55DF143]:0)
	at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:191)
	at org.apache.solr.core.SolrCore.close(SolrCore.java:1550)
	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:799)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1127)
	at org.apache.solr.handler.IndexFetcher.lambda$reloadCore$0(IndexFetcher.java:796)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11303 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_B6C6316BA55DF143-001/init-core-data-001
   [junit4]   2> 269813 INFO  (SUITE-CdcrBootstrapTest-seed#[B6C6316BA55DF143]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 269814 INFO  (SUITE-CdcrBootstrapTest-seed#[B6C6316BA55DF143]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 269815 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[B6C6316BA55DF143]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 269816 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[B6C6316BA55DF143]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_B6C6316BA55DF143-001/cdcr-target-001
   [junit4]   2> 269816 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[B6C6316BA55DF143]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 269816 INFO  (Thread-558) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 269817 INFO  (Thread-558) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 269916 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[B6C6316BA55DF143]) [    ] o.a.s.c.ZkTestServer start zk server on port:39093
   [junit4]   2> 269923 INFO  (jetty-launcher-345-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 269923 INFO  (jetty-launcher-345-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d0d394d{/solr,null,AVAILABLE}
   [junit4]   2> 269925 INFO  (jetty-launcher-345-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1d023336{SSL,[ssl, http/1.1]}{127.0.0.1:42259}
   [junit4]   2> 269925 INFO  (jetty-launcher-345-thread-1) [    ] o.e.j.s.Server Started @271639ms
   [junit4]   2> 269925 INFO  (jetty-launcher-345-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42259}
   [junit4]   2> 269925 ERROR (jetty-launcher-345-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 269925 INFO  (jetty-launcher-345-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 269925 INFO  (jetty-launcher-345-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 269925 INFO  (jetty-launcher-345-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 269925 INFO  (jetty-launcher-345-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-01T12:06:24.616725Z
   [junit4]   2> 269927 INFO  (jetty-launcher-345-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 269933 INFO  (jetty-launcher-345-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39093/solr
   [junit4]   2> 269943 INFO  (jetty-launcher-345-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 269943 INFO  (jetty-launcher-345-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42259_solr
   [junit4]   2> 269943 INFO  (jetty-launcher-345-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97541815304912899-127.0.0.1:42259_solr-n_0000000000) starting
   [junit4]   2> 269946 INFO  (jetty-launcher-345-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42259_solr
   [junit4]   2> 269946 INFO  (zkCallback-352-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 270025 INFO  (jetty-launcher-345-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_B6C6316BA55DF143-001/cdcr-target-001/node1/.
   [junit4]   1> Target zkHost = 127.0.0.1:39093/solr
   [junit4]   2> 270206 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[B6C6316BA55DF143]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_B6C6316BA55DF143-001/cdcr-source-001
   [junit4]   2> 270206 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[B6C6316BA55DF143]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 270206 INFO  (Thread-568) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 270206 INFO  (Thread-568) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 270210 WARN  (Thread-568) [    ] o.a.z.j.MBeanRegistry Failed to register MBean StandaloneServer_port-1
   [junit4]   2> 270210 WARN  (Thread-568) [    ] o.a.z.s.ZooKeeperServer Failed to register with JMX
   [junit4]   2> javax.management.InstanceAlreadyExistsException: org.apache.ZooKeeperService:name0=StandaloneServer_port-1
   [junit4]   2> 	at java.management/com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:436)
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1855)
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:955)
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:890)
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:320)
   [junit4]   2> 	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)
   [junit4]   2> 	at org.apache.zookeeper.jmx.MBeanRegistry.register(MBeanRegistry.java:96)
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperServer.registerJMX(ZooKeeperServer.java:377)
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperServer.startup(ZooKeeperServer.java:410)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.startup(NIOServerCnxnFactory.java:123)
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:308)
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
   [junit4]   2> 270306 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[B6C6316BA55DF143]) [    ] o.a.s.c.ZkTestServer start zk server on port:46646
   [junit4]   2> 270313 INFO  (jetty-launcher-357-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 270314 INFO  (jetty-launcher-357-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@459020e7{/solr,null,AVAILABLE}
   [junit4]   2> 270314 INFO  (jetty-launcher-357-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3bcabbca{SSL,[ssl, http/1.1]}{127.0.0.1:33697}
   [junit4]   2> 270315 INFO  (jetty-launcher-357-thread-1) [    ] o.e.j.s.Server Started @272029ms
   [junit4]   2> 270315 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33697}
   [junit4]   2> 270315 ERROR (jetty-launcher-357-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 270315 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 270315 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 270315 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 270315 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-01T12:06:25.006454Z
   [junit4]   2> 270317 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 270327 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46646/solr
   [junit4]   2> 270341 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 270342 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33697_solr
   [junit4]   2> 270343 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97541815330406403-127.0.0.1:33697_solr-n_0000000000) starting
   [junit4]   2> 270348 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33697_solr
   [junit4]   2> 270349 INFO  (zkCallback-364-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 270450 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_B6C6316BA55DF143-001/cdcr-source-001/node1/.
   [junit4]   2> 270646 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[B6C6316BA55DF143]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 270646 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[B6C6316BA55DF143]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46646/solr ready
   [junit4]   2> 270664 INFO  (qtp90708204-2318) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 270665 INFO  (OverseerThreadFactory-1383-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 270772 INFO  (qtp90708204-2317) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
   [junit4]   2> 270876 INFO  (zkCallback-364-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 271780 INFO  (qtp90708204-2317) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 271784 INFO  (qtp90708204-2317) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 271786 INFO  (qtp90708204-2317) [    ] o.a.s.s.IndexSchema [cdcr-source_shard1_replica1] Schema name=minimal
   [junit4]   2> 271787 INFO  (qtp90708204-2317) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 271788 INFO  (qtp90708204-2317) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 271789 INFO  (qtp90708204-2317) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 271789 INFO  (qtp90708204-2317) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica1' using configuration from collection cdcr-source
   [junit4]   2> 271791 INFO  (qtp90708204-2317) [    ] o.a.s.c.SolrCore [[cdcr-source_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_B6C6316BA55DF143-001/cdcr-source-001/node1/cdcr-source_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_B6C6316BA55DF143-001/cdcr-source-001/node1/./cdcr-source_shard1_replica1/data/]
   [junit4]   2> 272085 INFO  (qtp90708204-2317) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 272085 INFO  (qtp90708204-2317) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 272087 INFO  (qtp90708204-2317) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 272087 INFO  (qtp90708204-2317) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 272093 INFO  (qtp90708204-2317) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a0369b6[cdcr-source_shard1_replica1] main]
   [junit4]   2> 272093 INFO  (qtp90708204-2317) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 272094 INFO  (qtp90708204-2317) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 272094 INFO  (qtp90708204-2317) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 272094 INFO  (qtp90708204-2317) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 272094 INFO  (qtp90708204-2317) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 272097 INFO  (qtp90708204-2317) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 272099 INFO  (qtp90708204-2317) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 272110 INFO  (searcherExecutor-1386-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@a0369b6[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 272110 INFO  (qtp90708204-2317) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560669047279845376
   [junit4]   2> 272114 INFO  (qtp90708204-2317) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 272114 INFO  (qtp90708204-2317) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 272114 INFO  (qtp90708204-2317) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33697/solr/cdcr-source_shard1_replica1/
   [junit4]   2> 272114 INFO  (qtp90708204-2317) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 272114 INFO  (qtp90708204-2317) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:33697/solr/cdcr-source_shard1_replica1/ has no replicas
   [junit4]   2> 272114 INFO  (qtp90708204-2317) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 272116 INFO  (zkCallback-364-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 272117 INFO  (qtp90708204-2317) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33697/solr/cdcr-source_shard1_replica1/ shard1
   [junit4]   2> 272219 INFO  (zkCallback-364-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 272268 INFO  (qtp90708204-2317) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 272275 INFO  (qtp90708204-2317) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=1502
   [junit4]   2> 272277 INFO  (qtp90708204-2318) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 272371 INFO  (zkCallback-364-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 272667 INFO  (OverseerCollectionConfigSetProcessor-97541815330406403-127.0.0.1:33697_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 273277 INFO  (qtp90708204-2318) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2613
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 273291 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 273291 INFO  (qtp90708204-2316) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 273291 INFO  (qtp90708204-2316) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@364cdb3b
   [junit4]   2> 273556 INFO  (qtp90708204-2316) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d2753f5[cdcr-source_shard1_replica1] main]
   [junit4]   2> 273557 INFO  (searcherExecutor-1386-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@6d2753f5[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)))}
   [junit4]   2> 273557 INFO  (qtp90708204-2316) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 273557 INFO  (qtp90708204-2316) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=265
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 273565 INFO  (qtp90708204-2317) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 273566 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 273566 INFO  (qtp90708204-2318) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@364cdb3b
   [junit4]   2> 273830 INFO  (qtp90708204-2318) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c0cf13c[cdcr-source_shard1_replica1] main]
   [junit4]   2> 273830 INFO  (searcherExecutor-1386-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@4c0cf13c[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100)))}
   [junit4]   2> 273830 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 273831 INFO  (qtp90708204-2318) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=264
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 273838 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 273838 INFO  (qtp90708204-2316) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 273838 INFO  (qtp90708204-2316) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@364cdb3b
   [junit4]   2> 274172 INFO  (qtp90708204-2316) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@35bc119c[cdcr-source_shard1_replica1] main]
   [junit4]   2> 274173 INFO  (qtp90708204-2316) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 274176 INFO  (searcherExecutor-1386-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@35bc119c[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100)))}
   [junit4]   2> 274177 INFO  (qtp90708204-2316) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=338
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 274183 INFO  (qtp90708204-2317) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 274184 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 274185 INFO  (qtp90708204-2318) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@364cdb3b
   [junit4]   2> 274548 INFO  (qtp90708204-2318) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3387dac9[cdcr-source_shard1_replica1] main]
   [junit4]   2> 274549 INFO  (searcherExecutor-1386-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@3387dac9[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100)))}
   [junit4]   2> 274549 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 274549 INFO  (qtp90708204-2318) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=364
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 274555 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 274556 INFO  (qtp90708204-2316) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 274556 INFO  (qtp90708204-2316) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@364cdb3b
   [junit4]   2> 274954 INFO  (qtp90708204-2316) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@72a26c49[cdcr-source_shard1_replica1] main]
   [junit4]   2> 274954 INFO  (searcherExecutor-1386-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@72a26c49[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100)))}
   [junit4]   2> 274955 INFO  (qtp90708204-2316) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 274955 INFO  (qtp90708204-2316) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=398
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 274962 INFO  (qtp90708204-2317) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 274962 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 274962 INFO  (qtp90708204-2318) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@364cdb3b
   [junit4]   2> 275405 INFO  (qtp90708204-2318) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@129cecfe[cdcr-source_shard1_replica1] main]
   [junit4]   2> 275405 INFO  (searcherExecutor-1386-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@129cecfe[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) Uninverting(_5(7.0.0):C100)))}
   [junit4]   2> 275405 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 275405 INFO  (qtp90708204-2318) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=442
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 275419 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 275419 INFO  (qtp90708204-2316) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 275419 INFO  (qtp90708204-2316) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@364cdb3b
   [junit4]   2> 275822 INFO  (qtp90708204-2316) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@502714b8[cdcr-source_shard1_replica1] main]
   [junit4]   2> 275823 INFO  (searcherExecutor-1386-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@502714b8[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) Uninverting(_5(7.0.0):C100) Uninverting(_6(7.0.0):C100)))}
   [junit4]   2> 275823 INFO  (qtp90708204-2316) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 275823 INFO  (qtp90708204-2316) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=403
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 275829 INFO  (qtp90708204-2317) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 275830 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 275830 INFO  (qtp90708204-2318) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@364cdb3b
   [junit4]   2> 276287 INFO  (qtp90708204-2318) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@65666280[cdcr-source_shard1_replica1] main]
   [junit4]   2> 276287 INFO  (searcherExecutor-1386-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@65666280[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) Uninverting(_5(7.0.0):C100) Uninverting(_6(7.0.0):C100) Uninverting(_7(7.0.0):C100)))}
   [junit4]   2> 276287 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 276287 INFO  (qtp90708204-2318) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=457
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 276294 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 276295 INFO  (qtp90708204-2316) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 276295 INFO  (qtp90708204-2316) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@364cdb3b
   [junit4]   2> 276855 INFO  (qtp90708204-2316) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@33be9dbd[cdcr-source_shard1_replica1] main]
   [junit4]   2> 276856 INFO  (searcherExecutor-1386-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@33be9dbd[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) Uninverting(_5(7.0.0):C100) Uninverting(_6(7.0.0):C100) Uninverting(_7(7.0.0):C100) Uninverting(_8(7.0.0):C100)))}
   [junit4]   2> 276856 INFO  (qtp90708204-2316) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 276856 INFO  (qtp90708204-2316) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=561
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 276863 INFO  (qtp90708204-2317) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 276864 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 276864 INFO  (qtp90708204-2318) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@364cdb3b
   [junit4]   2> 277327 INFO  (qtp90708204-2318) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@760c123a[cdcr-source_shard1_replica1] main]
   [junit4]   2> 277327 INFO  (searcherExecutor-1386-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@760c123a[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) Uninverting(_5(7.0.0):C100) Uninverting(_6(7.0.0):C100) Uninverting(_7(7.0.0):C100) Uninverting(_8(7.0.0):C100) Uninverting(_9(7.0.0):C100)))}
   [junit4]   2> 277328 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 277328 INFO  (qtp90708204-2318) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=464
   [junit4]   2> 277332 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:3&wt=javabin&version=2} hits=1000 status=0 QTime=1
   [junit4]   2> 277344 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[B6C6316BA55DF143]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 277345 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[B6C6316BA55DF143]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39093/solr ready
   [junit4]   2> 277373 INFO  (qtp1119416561-2277) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 277376 INFO  (OverseerThreadFactory-1375-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 277485 INFO  (qtp1119416561-2276) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2
   [junit4]   2> 277589 INFO  (zkCallback-352-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 278494 INFO  (qtp1119416561-2276) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 278504 INFO  (qtp1119416561-2276) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 278506 INFO  (qtp1119416561-2276) [    ] o.a.s.s.IndexSchema [cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 278507 INFO  (qtp1119416561-2276) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 278508 INFO  (qtp1119416561-2276) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 278509 INFO  (qtp1119416561-2276) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 278510 INFO  (qtp1119416561-2276) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica1' using configuration from collection cdcr-target
   [junit4]   2> 278510 INFO  (qtp1119416561-2276) [    ] o.a.s.c.SolrCore [[cdcr-target_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_B6C6316BA55DF143-001/cdcr-target-001/node1/cdcr-target_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_B6C6316BA55DF143-001/cdcr-target-001/node1/./cdcr-target_shard1_replica1/data/]
   [junit4]   2> 278658 INFO  (qtp1119416561-2276) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 278658 INFO  (qtp1119416561-2276) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 278663 INFO  (qtp1119416561-2276) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 278663 INFO  (qtp1119416561-2276) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 278663 INFO  (qtp1119416561-2276) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3696f767[cdcr-target_shard1_replica1] main]
   [junit4]   2> 278664 INFO  (qtp1119416561-2276) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 278664 INFO  (qtp1119416561-2276) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 278664 INFO  (qtp1119416561-2276) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 278664 INFO  (qtp1119416561-2276) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 278664 INFO  (qtp1119416561-2276) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 278665 INFO  (qtp1119416561-2276) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 278666 INFO  (qtp1119416561-2276) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 278667 INFO  (searcherExecutor-1392-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@3696f767[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 278667 INFO  (qtp1119416561-2276) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560669054155358208
   [junit4]   2> 278671 INFO  (qtp1119416561-2276) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 278671 INFO  (qtp1119416561-2276) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 278671 INFO  (qtp1119416561-2276) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42259/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 278671 INFO  (qtp1119416561-2276) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 278671 INFO  (qtp1119416561-2276) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:42259/solr/cdcr-target_shard1_replica1/ has no replicas
   [junit4]   2> 278671 INFO  (qtp1119416561-2276) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 278672 INFO  (zkCallback-352-thread-2) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 278674 INFO  (qtp1119416561-2276) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42259/solr/cdcr-target_shard1_replica1/ shard1
   [junit4]   2> 278775 INFO  (zkCallback-352-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 278824 INFO  (qtp1119416561-2276) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 278827 INFO  (qtp1119416561-2276) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2} status=0 QTime=1341
   [junit4]   2> 278829 INFO  (qtp1119416561-2277) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 278926 INFO  (zkCallback-352-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 279377 INFO  (OverseerCollectionConfigSetProcessor-97541815304912899-127.0.0.1:42259_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 279829 INFO  (qtp1119416561-2277) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2456
   [junit4]   2> 280836 INFO  (zkCallback-352-thread-3) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 280837 INFO  (qtp1119416561-2270) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:3&action=start&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 280837 INFO  (zkCallback-352-thread-3) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 280841 INFO  (qtp90708204-2316) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 280849 INFO  (qtp90708204-2316) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39093/solr ready
   [junit4]   2> 280889 INFO  (qtp1119416561-2273) [    ] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 280889 INFO  (qtp1119416561-2273) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 280891 INFO  (qtp1119416561-2277) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:3&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=29
   [junit4]   2> 280892 INFO  (qtp90708204-2316) [    ] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 280892 INFO  (qtp90708204-2316) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 280896 INFO  (qtp90708204-2316) [    ] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 280897 INFO  (zkCallback-364-thread-2) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 280897 INFO  (cdcr-bootstrap-status-376-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: https://127.0.0.1:42259/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 280898 INFO  (zkCallback-364-thread-2) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 280898 INFO  (qtp90708204-2316) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:3&action=start&wt=javabin&version=2} status=0 QTime=59
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1100
   [junit4]   2> 280912 INFO  (qtp90708204-2317) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 280913 INFO  (qtp1119416561-2270) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=https://127.0.0.1:33697/solr/cdcr-source_shard1_replica1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 280914 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 280914 INFO  (qtp90708204-2318) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@364cdb3b
   [junit4]   2> 280915 INFO  (qtp1119416561-2272) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 280915 WARN  (cdcr-bootstrap-status-376-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: https://127.0.0.1:42259/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 280916 INFO  (cdcr-bootstrap-status-376-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: https://127.0.0.1:42259/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 280917 INFO  (qtp1119416561-2273) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=https://127.0.0.1:33697/solr/cdcr-source_shard1_replica1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 280918 INFO  (qtp1119416561-2277) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 280918 INFO  (cdcr-bootstrap-status-376-thread-1) [    ] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 280920 INFO  (recoveryExecutor-350-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 281929 INFO  (qtp90708204-2318) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@218438a6[cdcr-source_shard1_replica1] main]
   [junit4]   2> 281930 INFO  (searcherExecutor-1386-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@218438a6[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(7.0.0):C1000) Uninverting(_b(7.0.0):C100)))}
   [junit4]   2> 281930 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 281930 INFO  (qtp90708204-2313) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 281930 INFO  (qtp90708204-2313) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 282097 INFO  (qtp90708204-2313) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 282097 INFO  (qtp90708204-2318) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=1182
   [junit4]   2> 282097 INFO  (qtp90708204-2313) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=1167
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1200
   [junit4]   2> 282109 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 282110 INFO  (qtp90708204-2318) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 282110 INFO  (qtp90708204-2318) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@364cdb3b
   [junit4]   2> 282115 INFO  (qtp90708204-2314) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 282116 INFO  (recoveryExecutor-350-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 282116 INFO  (recoveryExecutor-350-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 1488369995605
   [junit4]   2> 282116 INFO  (recoveryExecutor-350-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 282116 INFO  (recoveryExecutor-350-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 282116 INFO  (recoveryExecutor-350-thread-1) [    ] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 282205 INFO  (qtp90708204-2314) [    ] o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4649, name=tlog.0000000000000000000.1560669048507727872}, {size=4770, name=tlog.0000000000000000001.1560669048798183424}, {size=4770, name=tlog.0000000000000000002.1560669049085493248}, {size=4770, name=tlog.0000000000000000003.1560669049448300544}, {size=4770, name=tlog.0000000000000000004.1560669049838370816}, {size=4770, name=tlog.0000000000000000005.1560669050264092672}, {size=4770, name=tlog.0000000000000000006.1560669050735951872}, {size=4770, name=tlog.0000000000000000007.1560669051174256640}, {size=4770, name=tlog.0000000000000000008.1560669051660795904}, {size=4770, name=tlog.0000000000000000009.1560669052257435648}, {size=4870, name=tlog.0000000000000000010.1560669056496828416}]
   [junit4]   2> 282205 INFO  (qtp90708204-2314) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=88
   [junit4]   2> 282206 INFO  (recoveryExecutor-350-thread-1) [    ] o.a.s.h.IndexFetcher Number of files in latest index in master: 37
   [junit4]   2> 282206 INFO  (recoveryExecutor-350-thread-1) [    ] o.a.s.h.IndexFetcher Number of tlog files in master: 11
   [junit4]   2> 282209 INFO  (recoveryExecutor-350-thread-1) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 282209 INFO  (recoveryExecutor-350-thread-1) [    ] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@70b7774d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40ec437d)
   [junit4]   2> 282215 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapDocFreqInterval_0.tiv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=2
   [junit4]   2> 282219 INFO  (qtp90708204-2313) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Direct_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282221 INFO  (qtp90708204-2314) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282224 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Direct_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282227 INFO  (qtp90708204-2313) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Direct_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282229 INFO  (qtp90708204-2314) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282230 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282232 INFO  (qtp90708204-2313) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapDocFreqInterval_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282245 INFO  (qtp90708204-2314) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282249 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282257 INFO  (qtp90708204-2313) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_BlockTreeOrds_0.tio&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282261 INFO  (qtp90708204-2313) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapDocFreqInterval_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282264 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_BlockTreeOrds_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282286 INFO  (qtp90708204-2314) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_BlockTreeOrds_0.tipo&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282289 INFO  (qtp90708204-2313) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Direct_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282292 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_BlockTreeOrds_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282295 INFO  (qtp90708204-2314) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282298 INFO  (qtp90708204-2313) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapDocFreqInterval_0.tib&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282307 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Direct_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282312 INFO  (qtp90708204-2314) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapDocFreqInterval_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282317 INFO  (qtp90708204-2313) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Direct_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282320 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Direct_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282327 INFO  (qtp90708204-2314) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282347 INFO  (qtp90708204-2313) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282354 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282370 INFO  (qtp90708204-2314) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282373 INFO  (qtp90708204-2313) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapDocFreqInterval_0.tiv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282376 INFO  (qtp90708204-2311) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 282378 INFO  (qtp90708204-2314) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_BlockTreeOrds_0.tio&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit

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

ndex(SolrCore.java:727)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:912)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:829)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:937)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:873)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    > 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]    > 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]    > 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]    > 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]    > 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]    > 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]    > 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]    > 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]    > 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]    > 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]    > 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
   [junit4]    > 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:638)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1126)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.lambda$reloadCore$0(IndexFetcher.java:796)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:480)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:906)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:829)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:937)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:873)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    > 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]    > 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]    > 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]    > 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]    > 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]    > 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]    > 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]    > 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]    > 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]    > 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]    > 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B6C6316BA55DF143]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
   [junit4]    > 	at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:547)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [170/693 (1!)] on J1 in 230.83s, 3 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 53412 lines...]


[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_121) - Build # 19080 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19080/
Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:43964/sj_a","node_name":"127.0.0.1:43964_sj_a","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/33)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:33369/sj_a",           "node_name":"127.0.0.1:33369_sj_a",           "state":"down"},         "core_node2":{           "state":"down",           "base_url":"http://127.0.0.1:36651/sj_a",           "core":"c8n_1x3_lf_shard1_replica3",           "node_name":"127.0.0.1:36651_sj_a"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica2",           "base_url":"http://127.0.0.1:43964/sj_a",           "node_name":"127.0.0.1:43964_sj_a",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:43964/sj_a","node_name":"127.0.0.1:43964_sj_a","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/33)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:33369/sj_a",
          "node_name":"127.0.0.1:33369_sj_a",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:36651/sj_a",
          "core":"c8n_1x3_lf_shard1_replica3",
          "node_name":"127.0.0.1:36651_sj_a"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:43964/sj_a",
          "node_name":"127.0.0.1:43964_sj_a",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([6F8A169181351238:E7DE294B2FC97FC0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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 12478 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/init-core-data-001
   [junit4]   2> 1363168 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[6F8A169181351238]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1363170 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[6F8A169181351238]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1363170 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[6F8A169181351238]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /sj_a/
   [junit4]   2> 1363171 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1363171 INFO  (Thread-2451) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1363171 INFO  (Thread-2451) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1363271 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.ZkTestServer start zk server on port:40029
   [junit4]   2> 1363276 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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> 1363277 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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> 1363278 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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> 1363278 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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> 1363279 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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> 1363279 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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> 1363280 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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> 1363280 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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> 1363281 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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> 1363281 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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> 1363282 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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> 1363338 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/control-001/cores/collection1
   [junit4]   2> 1363340 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1363340 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c2b1139{/sj_a,null,AVAILABLE}
   [junit4]   2> 1363341 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1407e9e2{HTTP/1.1,[http/1.1]}{127.0.0.1:38103}
   [junit4]   2> 1363341 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.Server Started @1365348ms
   [junit4]   2> 1363341 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/tempDir-001/control/data, hostContext=/sj_a, hostPort=35368, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/control-001/cores}
   [junit4]   2> 1363342 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1363342 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1363342 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1363342 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1363342 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-01T15:18:47.576Z
   [junit4]   2> 1363343 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1363344 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/control-001/solr.xml
   [junit4]   2> 1363348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40029/solr
   [junit4]   2> 1363356 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1363357 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35368_sj_a
   [junit4]   2> 1363357 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.Overseer Overseer (id=97542571780079620-127.0.0.1:35368_sj_a-n_0000000000) starting
   [junit4]   2> 1363359 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35368_sj_a
   [junit4]   2> 1363360 INFO  (zkCallback-2055-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1363396 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:35368_sj_a    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/control-001/cores
   [junit4]   2> 1363396 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1363397 INFO  (OverseerStateUpdate-97542571780079620-127.0.0.1:35368_sj_a-n_0000000000) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1364405 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1364414 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1364481 WARN  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a 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> 1364483 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1364488 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1364489 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/control-001/cores/collection1/data/]
   [junit4]   2> 1364489 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1047d1f9
   [junit4]   2> 1364490 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=2.697265625, floorSegmentMB=1.9716796875, forceMergeDeletesPctAllowed=20.872616676584496, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.504853127495482
   [junit4]   2> 1364493 WARN  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a 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> 1364516 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1364516 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1364516 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1364516 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1364517 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7629180363599304]
   [junit4]   2> 1364517 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@433dca2[collection1] main]
   [junit4]   2> 1364518 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1364518 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1364518 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1364519 INFO  (searcherExecutor-5318-thread-1-processing-n:127.0.0.1:35368_sj_a x:collection1 c:control_collection) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@433dca2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1364519 INFO  (coreLoadExecutor-5317-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560681149893705728
   [junit4]   2> 1364522 INFO  (coreZkRegister-5310-thread-1-processing-n:127.0.0.1:35368_sj_a x:collection1 c:control_collection) [n:127.0.0.1:35368_sj_a c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1364522 INFO  (coreZkRegister-5310-thread-1-processing-n:127.0.0.1:35368_sj_a x:collection1 c:control_collection) [n:127.0.0.1:35368_sj_a 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> 1364523 INFO  (coreZkRegister-5310-thread-1-processing-n:127.0.0.1:35368_sj_a x:collection1 c:control_collection) [n:127.0.0.1:35368_sj_a c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35368/sj_a/collection1/
   [junit4]   2> 1364523 INFO  (coreZkRegister-5310-thread-1-processing-n:127.0.0.1:35368_sj_a x:collection1 c:control_collection) [n:127.0.0.1:35368_sj_a c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1364523 INFO  (coreZkRegister-5310-thread-1-processing-n:127.0.0.1:35368_sj_a x:collection1 c:control_collection) [n:127.0.0.1:35368_sj_a c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:35368/sj_a/collection1/ has no replicas
   [junit4]   2> 1364523 INFO  (coreZkRegister-5310-thread-1-processing-n:127.0.0.1:35368_sj_a x:collection1 c:control_collection) [n:127.0.0.1:35368_sj_a 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> 1364524 INFO  (coreZkRegister-5310-thread-1-processing-n:127.0.0.1:35368_sj_a x:collection1 c:control_collection) [n:127.0.0.1:35368_sj_a c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35368/sj_a/collection1/ shard1
   [junit4]   2> 1364674 INFO  (coreZkRegister-5310-thread-1-processing-n:127.0.0.1:35368_sj_a x:collection1 c:control_collection) [n:127.0.0.1:35368_sj_a c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1364843 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1364844 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40029/solr ready
   [junit4]   2> 1364844 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1364899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-1-001/cores/collection1
   [junit4]   2> 1364899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-1-001
   [junit4]   2> 1364900 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1364900 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2049d6a4{/sj_a,null,AVAILABLE}
   [junit4]   2> 1364901 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b8dd8dd{HTTP/1.1,[http/1.1]}{127.0.0.1:38434}
   [junit4]   2> 1364901 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.Server Started @1366907ms
   [junit4]   2> 1364901 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/sj_a, hostPort=33369, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-1-001/cores}
   [junit4]   2> 1364901 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1364901 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1364902 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1364902 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1364902 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-01T15:18:49.136Z
   [junit4]   2> 1364903 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1364903 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-1-001/solr.xml
   [junit4]   2> 1364908 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40029/solr
   [junit4]   2> 1364913 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:33369_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1364914 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:33369_sj_a    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1364915 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:33369_sj_a    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33369_sj_a
   [junit4]   2> 1364915 INFO  (zkCallback-2059-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1364915 INFO  (zkCallback-2055-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1364915 INFO  (zkCallback-2064-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1364967 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:33369_sj_a    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-1-001/cores
   [junit4]   2> 1364967 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:33369_sj_a    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1364968 INFO  (OverseerStateUpdate-97542571780079620-127.0.0.1:35368_sj_a-n_0000000000) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1365990 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1365999 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1366058 WARN  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a 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> 1366059 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1366065 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1366066 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1366066 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1047d1f9
   [junit4]   2> 1366066 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=2.697265625, floorSegmentMB=1.9716796875, forceMergeDeletesPctAllowed=20.872616676584496, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.504853127495482
   [junit4]   2> 1366070 WARN  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a 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> 1366093 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1366093 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1366094 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1366094 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1366094 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7629180363599304]
   [junit4]   2> 1366094 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@334a2c38[collection1] main]
   [junit4]   2> 1366095 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1366095 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1366095 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1366096 INFO  (searcherExecutor-5329-thread-1-processing-n:127.0.0.1:33369_sj_a x:collection1 c:collection1) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@334a2c38[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1366096 INFO  (coreLoadExecutor-5328-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560681151547310080
   [junit4]   2> 1366100 INFO  (coreZkRegister-5323-thread-1-processing-n:127.0.0.1:33369_sj_a x:collection1 c:collection1) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1366100 INFO  (coreZkRegister-5323-thread-1-processing-n:127.0.0.1:33369_sj_a x:collection1 c:collection1) [n:127.0.0.1:33369_sj_a 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> 1366100 INFO  (coreZkRegister-5323-thread-1-processing-n:127.0.0.1:33369_sj_a x:collection1 c:collection1) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33369/sj_a/collection1/
   [junit4]   2> 1366101 INFO  (coreZkRegister-5323-thread-1-processing-n:127.0.0.1:33369_sj_a x:collection1 c:collection1) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1366101 INFO  (coreZkRegister-5323-thread-1-processing-n:127.0.0.1:33369_sj_a x:collection1 c:collection1) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:33369/sj_a/collection1/ has no replicas
   [junit4]   2> 1366101 INFO  (coreZkRegister-5323-thread-1-processing-n:127.0.0.1:33369_sj_a x:collection1 c:collection1) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1366102 INFO  (coreZkRegister-5323-thread-1-processing-n:127.0.0.1:33369_sj_a x:collection1 c:collection1) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33369/sj_a/collection1/ shard2
   [junit4]   2> 1366253 INFO  (coreZkRegister-5323-thread-1-processing-n:127.0.0.1:33369_sj_a x:collection1 c:collection1) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1366387 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-2-001/cores/collection1
   [junit4]   2> 1366387 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-2-001
   [junit4]   2> 1366388 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1366388 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59351286{/sj_a,null,AVAILABLE}
   [junit4]   2> 1366389 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@32b40b3b{HTTP/1.1,[http/1.1]}{127.0.0.1:46170}
   [junit4]   2> 1366389 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.Server Started @1368395ms
   [junit4]   2> 1366389 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/sj_a, hostPort=36651, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-2-001/cores}
   [junit4]   2> 1366389 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1366389 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1366389 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1366389 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1366389 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-01T15:18:50.623Z
   [junit4]   2> 1366391 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1366391 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-2-001/solr.xml
   [junit4]   2> 1366396 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40029/solr
   [junit4]   2> 1366400 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:36651_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1366401 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:36651_sj_a    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1366402 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:36651_sj_a    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36651_sj_a
   [junit4]   2> 1366403 INFO  (zkCallback-2059-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1366403 INFO  (zkCallback-2064-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1366403 INFO  (zkCallback-2055-thread-2-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1366403 INFO  (zkCallback-2070-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1366460 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:36651_sj_a    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-2-001/cores
   [junit4]   2> 1366460 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:36651_sj_a    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1366461 INFO  (OverseerStateUpdate-97542571780079620-127.0.0.1:35368_sj_a-n_0000000000) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1367472 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1367486 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1368197 ERROR (Finalizer) [    ] o.a.s.u.ConcurrentLFUCache ConcurrentLFUCache was not destroyed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!
   [junit4]   2> 1368262 WARN  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a 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> 1368265 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1368273 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1368274 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-2-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1368274 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1047d1f9
   [junit4]   2> 1368275 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=2.697265625, floorSegmentMB=1.9716796875, forceMergeDeletesPctAllowed=20.872616676584496, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.504853127495482
   [junit4]   2> 1368282 WARN  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a 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> 1368323 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1368323 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1368324 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1368324 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1368324 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7629180363599304]
   [junit4]   2> 1368325 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@25b4bf9e[collection1] main]
   [junit4]   2> 1368326 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1368326 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1368326 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1368327 INFO  (searcherExecutor-5340-thread-1-processing-n:127.0.0.1:36651_sj_a x:collection1 c:collection1) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@25b4bf9e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1368328 INFO  (coreLoadExecutor-5339-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560681153887731712
   [junit4]   2> 1368332 INFO  (coreZkRegister-5334-thread-1-processing-n:127.0.0.1:36651_sj_a x:collection1 c:collection1) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1368332 INFO  (coreZkRegister-5334-thread-1-processing-n:127.0.0.1:36651_sj_a x:collection1 c:collection1) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1368332 INFO  (coreZkRegister-5334-thread-1-processing-n:127.0.0.1:36651_sj_a x:collection1 c:collection1) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36651/sj_a/collection1/
   [junit4]   2> 1368332 INFO  (coreZkRegister-5334-thread-1-processing-n:127.0.0.1:36651_sj_a x:collection1 c:collection1) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1368332 INFO  (coreZkRegister-5334-thread-1-processing-n:127.0.0.1:36651_sj_a x:collection1 c:collection1) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:36651/sj_a/collection1/ has no replicas
   [junit4]   2> 1368332 INFO  (coreZkRegister-5334-thread-1-processing-n:127.0.0.1:36651_sj_a x:collection1 c:collection1) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1368334 INFO  (coreZkRegister-5334-thread-1-processing-n:127.0.0.1:36651_sj_a x:collection1 c:collection1) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36651/sj_a/collection1/ shard1
   [junit4]   2> 1368485 INFO  (coreZkRegister-5334-thread-1-processing-n:127.0.0.1:36651_sj_a x:collection1 c:collection1) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1368751 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-3-001/cores/collection1
   [junit4]   2> 1368751 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-3-001
   [junit4]   2> 1368752 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1368753 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d2b36bd{/sj_a,null,AVAILABLE}
   [junit4]   2> 1368753 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@548a67b4{HTTP/1.1,[http/1.1]}{127.0.0.1:41350}
   [junit4]   2> 1368754 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.Server Started @1370760ms
   [junit4]   2> 1368754 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/sj_a, hostPort=43964, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-3-001/cores}
   [junit4]   2> 1368754 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1368754 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1368754 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1368754 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1368754 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-01T15:18:52.988Z
   [junit4]   2> 1368756 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1368756 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-3-001/solr.xml
   [junit4]   2> 1368761 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40029/solr
   [junit4]   2> 1368765 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:43964_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1368766 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:43964_sj_a    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1368767 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:43964_sj_a    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43964_sj_a
   [junit4]   2> 1368768 INFO  (zkCallback-2059-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1368768 INFO  (zkCallback-2055-thread-2-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1368768 INFO  (zkCallback-2064-thread-1-processing-n:127.0.0.1:33369_sj_a) [n:127.0.0.1:33369_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1368768 INFO  (zkCallback-2070-thread-1-processing-n:127.0.0.1:36651_sj_a) [n:127.0.0.1:36651_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1368768 INFO  (zkCallback-2076-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1368822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:43964_sj_a    ] 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-3-001/cores
   [junit4]   2> 1368822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [n:127.0.0.1:43964_sj_a    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1368823 INFO  (OverseerStateUpdate-97542571780079620-127.0.0.1:35368_sj_a-n_0000000000) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1369838 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1369848 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1369908 WARN  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a 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> 1369910 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1369916 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1369916 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a 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.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-3-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1369916 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1047d1f9
   [junit4]   2> 1369917 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=2.697265625, floorSegmentMB=1.9716796875, forceMergeDeletesPctAllowed=20.872616676584496, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.504853127495482
   [junit4]   2> 1369920 WARN  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a 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> 1369944 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1369944 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1369945 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1369945 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1369945 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7629180363599304]
   [junit4]   2> 1369945 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d6088da[collection1] main]
   [junit4]   2> 1369946 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1369946 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1369946 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1369947 INFO  (searcherExecutor-5351-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 c:collection1) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5d6088da[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1369947 INFO  (coreLoadExecutor-5350-thread-1-processing-n:127.0.0.1:43964_sj_a) [n:127.0.0.1:43964_sj_a c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560681155585376256
   [junit4]   2> 1369950 INFO  (coreZkRegister-5345-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 c:collection1) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1369951 INFO  (updateExecutor-2073-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1369951 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1369951 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1369951 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1369951 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1369951 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:33369/sj_a/collection1/] and I am [http://127.0.0.1:43964/sj_a/collection1/]
   [junit4]   2> 1369952 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:33369/sj_a]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:43964_sj_a&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1369953 INFO  (SocketProxy-Acceptor-33369) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=49178,localport=33369], receiveBufferSize:531000
   [junit4]   2> 1369956 INFO  (SocketProxy-Acceptor-33369) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38434,localport=53866], receiveBufferSize=530904
   [junit4]   2> 1369957 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1369957 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 1369957 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:43964_sj_a, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:43964/sj_a","node_name":"127.0.0.1:43964_sj_a","state":"down"}
   [junit4]   2> 1370187 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1370187 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 1370187 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1370957 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:43964_sj_a, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:43964/sj_a","node_name":"127.0.0.1:43964_sj_a","state":"recovering"}
   [junit4]   2> 1370957 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1370958 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:43964_sj_a&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 1371458 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:33369/sj_a/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1371459 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:43964/sj_a START replicas=[http://127.0.0.1:33369/sj_a/collection1/] nUpdates=100
   [junit4]   2> 1371459 INFO  (SocketProxy-Acceptor-33369) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=49274,localport=33369], receiveBufferSize:531000
   [junit4]   2> 1371459 INFO  (SocketProxy-Acceptor-33369) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38434,localport=53964], receiveBufferSize=530904
   [junit4]   2> 1371463 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1371464 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/sj_a path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1371464 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1371464 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1371464 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1371464 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1371466 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1371466 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1371466 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1371466 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1371466 INFO  (recoveryExecutor-2074-thread-1-processing-n:127.0.0.1:43964_sj_a x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1372187 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1372188 INFO  (SocketProxy-Acceptor-35368) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53924,localport=35368], receiveBufferSize:531000
   [junit4]   2> 1372189 INFO  (SocketProxy-Acceptor-35368) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38103,localport=46076], receiveBufferSize=530904
   [junit4]   2> 1372190 INFO  (qtp1974396158-11209) [n:127.0.0.1:35368_sj_a c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1372190 INFO  (qtp1974396158-11209) [n:127.0.0.1:35368_sj_a c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1372190 INFO  (qtp1974396158-11209) [n:127.0.0.1:35368_sj_a c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1372191 INFO  (qtp1974396158-11209) [n:127.0.0.1:35368_sj_a c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/sj_a path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 1372191 INFO  (SocketProxy-Acceptor-36651) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=56738,localport=36651], receiveBufferSize:531000
   [junit4]   2> 1372192 INFO  (SocketProxy-Acceptor-36651) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46170,localport=58378], receiveBufferSize=530904
   [junit4]   2> 1372193 INFO  (SocketProxy-Acceptor-36651) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=56742,localport=36651], receiveBufferSize:531000
   [junit4]   2> 1372193 INFO  (SocketProxy-Acceptor-33369) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=49294,localport=33369], receiveBufferSize:531000
   [junit4]   2> 1372193 INFO  (SocketProxy-Acceptor-36651) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46170,localport=58384], receiveBufferSize=530904
   [junit4]   2> 1372194 INFO  (SocketProxy-Acceptor-33369) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38434,localport=53984], receiveBufferSize=530904
   [junit4]   2> 1372194 INFO  (SocketProxy-Acceptor-43964) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36930,localport=43964], receiveBufferSize:531000
   [junit4]   2> 1372199 INFO  (qtp930611237-11277) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1372199 INFO  (qtp930611237-11277) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1372199 INFO  (qtp753653889-11241) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1372200 INFO  (SocketProxy-Acceptor-43964) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41350,localport=49538], receiveBufferSize=530904
   [junit4]   2> 1372200 INFO  (qtp753653889-11241) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1372200 INFO  (qtp930611237-11277) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1372201 INFO  (qtp930611237-11277) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/sj_a path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36651/sj_a/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 6
   [junit4]   2> 1372201 INFO  (qtp753653889-11241) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1372201 INFO  (qtp753653889-11241) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/sj_a path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36651/sj_a/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 1372201 INFO  (qtp1238309599-11304) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1372201 INFO  (qtp1238309599-11304) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1372201 INFO  (qtp1238309599-11304) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1372201 INFO  (qtp1238309599-11304) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/sj_a path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36651/sj_a/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1372201 INFO  (qtp930611237-11275) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/sj_a path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 8
   [junit4]   2> 1372202 INFO  (SocketProxy-Acceptor-33369) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=49304,localport=33369], receiveBufferSize:531000
   [junit4]   2> 1372202 INFO  (SocketProxy-Acceptor-33369) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38434,localport=53992], receiveBufferSize=530904
   [junit4]   2> 1372203 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/sj_a path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1372203 INFO  (SocketProxy-Acceptor-43964) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36938,localport=43964], receiveBufferSize:531000
   [junit4]   2> 1372204 INFO  (SocketProxy-Acceptor-43964) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41350,localport=49546], receiveBufferSize=530904
   [junit4]   2> 1372205 INFO  (qtp1238309599-11306) [n:127.0.0.1:43964_sj_a c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/sj_a path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1372206 INFO  (SocketProxy-Acceptor-36651) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=56762,localport=36651], receiveBufferSize:531000
   [junit4]   2> 1372207 INFO  (SocketProxy-Acceptor-36651) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46170,localport=58402], receiveBufferSize=530904
   [junit4]   2> 1372207 INFO  (qtp930611237-11271) [n:127.0.0.1:36651_sj_a c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/sj_a path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1374208 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_1x3_lf
   [junit4]   2> 1374209 INFO  (SocketProxy-Acceptor-33369) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=49332,localport=33369], receiveBufferSize:531000
   [junit4]   2> 1374209 INFO  (SocketProxy-Acceptor-33369) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38434,localport=54020], receiveBufferSize=530904
   [junit4]   2> 1374210 INFO  (qtp753653889-11241) [n:127.0.0.1:33369_sj_a    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1374211 INFO  (OverseerThreadFactory-5315-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 1374211 INFO  (OverseerThreadFactory-5315-thread-1-processing-n:127.0.0.1:35368_sj_a) [n:127.0.0.1:35368_sj_a    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 1374313 INFO  (SocketProxy-Acceptor-33369) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=49336,localport=33369], receiveBufferSize:531000
   [junit4]   2> 1374313 INFO  (SocketProxy-Acceptor-36651) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=56788,localport=36651], receiveBufferSize:531000
   [junit4]   2> 1374313 INFO  (SocketProxy-Acceptor-43964) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36966,localport=43964], receiveBufferSize:531000
   [junit4]   2> 1374314 INFO  (SocketProxy-Acceptor-33369) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38434,localport=54026], receiveBufferSize=530904
   [junit4]   2> 1374315 INFO  (SocketProxy-Acceptor-36651) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46170,localport=58430], receiveBufferSize=530904
   [junit4]   2> 1374315 INFO  (SocketProxy-Acceptor-43964) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41350,localport=49580], receiveBufferSize=530904
   [junit4]   2> 1374315 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1374316 INFO  (qtp1238309599-11304) [n:127.0.0.1:43964_sj_a    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1374315 INFO  (qtp930611237-11275) [n:127.0.0.1:36651_sj_a    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1375324 INFO  (qtp930611237-11275) [n:127.0.0.1:36651_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1375327 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1375327 INFO  (qtp1238309599-11304) [n:127.0.0.1:43964_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1375334 INFO  (qtp930611237-11275) [n:127.0.0.1:36651_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 1375353 INFO  (qtp1238309599-11304) [n:127.0.0.1:43964_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 1375355 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 1375422 WARN  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1375424 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1375431 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from collection c8n_1x3_lf
   [junit4]   2> 1375431 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 1375431 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1047d1f9
   [junit4]   2> 1375432 INFO  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=2.697265625, floorSegmentMB=1.9716796875, forceMergeDeletesPctAllowed=20.872616676584496, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.504853127495482
   [junit4]   2> 1375436 WARN  (qtp753653889-11246) [n:127.0.0.1:33369_sj_a c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,n

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

 o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1491359 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@548a67b4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1491359 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3d2b36bd{/sj_a,null,UNAVAILABLE}
   [junit4]   2> 1491360 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40029 40029
   [junit4]   2> 1491381 INFO  (Thread-2451) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40029 40029
   [junit4]   2> 1491382 WARN  (Thread-2451) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97542571780079620-127.0.0.1:35368_sj_a-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	125	/solr/overseer/collection-queue-work
   [junit4]   2> 	39	/solr/overseer/queue
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1491382 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:35368/sj_a, target: http://127.0.0.1:38103/sj_a
   [junit4]   2> 1491382 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:33369/sj_a, target: http://127.0.0.1:38434/sj_a
   [junit4]   2> 1491382 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:43964/sj_a, target: http://127.0.0.1:41350/sj_a
   [junit4]   2> 1491382 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6F8A169181351238]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:36651/sj_a, target: http://127.0.0.1:46170/sj_a
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=6F8A169181351238 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fi-FI -Dtests.timezone=Europe/Vatican -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  128s J2 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:43964/sj_a","node_name":"127.0.0.1:43964_sj_a","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/33)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:33369/sj_a",
   [junit4]    >           "node_name":"127.0.0.1:33369_sj_a",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:36651/sj_a",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "node_name":"127.0.0.1:36651_sj_a"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:43964/sj_a",
   [junit4]    >           "node_name":"127.0.0.1:43964_sj_a",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6F8A169181351238:E7DE294B2FC97FC0]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1491385 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[6F8A169181351238]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6F8A169181351238-001
   [junit4]   2> Mar 01, 2017 3:20:55 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=fi-FI, timezone=Europe/Vatican
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=12,threads=1,free=220362080,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkChroot, StatsComponentTest, TestCSVResponseWriter, TestIBSimilarityFactory, TestClassicSimilarityFactory, TestSort, GraphQueryTest, RequestHandlersTest, BitVectorTest, SortSpecParsingTest, TestRTimerTree, LeaderElectionTest, DeleteLastCustomShardedReplicaTest, AutoCommitTest, SolrCoreCheckLockOnStartupTest, PeerSyncWithIndexFingerprintCachingTest, NoCacheHeaderTest, TestSolrCloudWithKerberosAlt, CloudExitableDirectoryReaderTest, TestTolerantUpdateProcessorRandomCloud, DateFieldTest, UnloadDistributedZkTest, ReplicaListTransformerTest, TestSchemaManager, TestRequestStatusCollectionAPI, TestDistribDocBasedVersion, SuggesterWFSTTest, TestJsonFacetRefinement, SolrPluginUtilsTest, StatelessScriptUpdateProcessorFactoryTest, TestReloadDeadlock, TestPerFieldSimilarityWithDefaultOverride, ZkStateWriterTest, DistributedVersionInfoTest, HdfsNNFailoverTest, TestSolrFieldCacheMBean, TestStressInPlaceUpdates, TestMergePolicyConfig, HardAutoCommitTest, TestQuerySenderNoQuery, CachingDirectoryFactoryTest, TestDistribIDF, TestRuleBasedAuthorizationPlugin, TestConfigSetsAPIZkFailure, HighlighterConfigTest, TestJsonRequest, XmlUpdateRequestHandlerTest, SolrSlf4jReporterTest, TestReversedWildcardFilterFactory, CdcrReplicationDistributedZkTest, CircularListTest, TestCoreDiscovery, TestSmileRequest, PrimUtilsTest, URLClassifyProcessorTest, SaslZkACLProviderTest, HdfsChaosMonkeyNothingIsSafeTest, PrimitiveFieldTypeTest, DocValuesMultiTest, TestBulkSchemaConcurrent, TestReloadAndDeleteDocs, TestMiniSolrCloudCluster, ConcurrentDeleteAndCreateCollectionTest, DateRangeFieldTest, ExitableDirectoryReaderTest, TestSerializedLuceneMatchVersion, ClassificationUpdateProcessorIntegrationTest, SuggestComponentContextFilterQueryTest, BinaryUpdateRequestHandlerTest, DirectUpdateHandlerOptimizeTest, DistanceUnitsTest, TestCloudDeleteByQuery, SharedFSAutoReplicaFailoverUtilsTest, VMParamsZkACLAndCredentialsProvidersTest, SuggesterTest, TestDynamicFieldResource, TestMaxScoreQueryParser, BadCopyFieldTest, ShowFileRequestHandlerTest, TestCopyFieldCollectionResource, DistributedSuggestComponentTest, MigrateRouteKeyTest, TestFieldSortValues, TermVectorComponentDistributedTest, PKIAuthenticationIntegrationTest, CreateCollectionCleanupTest, CollectionTooManyReplicasTest, DistributedFacetPivotLongTailTest, FieldAnalysisRequestHandlerTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestCustomStream, TestPHPSerializedResponseWriter, TestExtendedDismaxParser, JavabinLoaderTest, DirectUpdateHandlerTest, TestBackupRepositoryFactory, DistributedFacetPivotWhiteBoxTest, AnalysisErrorHandlingTest, TestSystemCollAutoCreate, AsyncCallRequestStatusResponseTest, TestReload, CoreAdminHandlerTest, JSONWriterTest, TestGraphMLResponseWriter, EchoParamsTest, TestNumericTerms64, TestConfigsApi, TestSQLHandlerNonCloud, ActionThrottleTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestRawResponseWriter, RAMDirectoryFactoryTest, TestImpersonationWithHadoopAuth, ExternalFileFieldSortTest, OverseerTest, LeaderElectionIntegrationTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomDVFaceting, TestDistributedSearch, ZkControllerTest, TestStressVersions, SimpleFacetsTest, SpellCheckComponentTest, SolrCmdDistributorTest, PeerSyncTest, TestLazyCores, TestBadConfig, TestIndexSearcher, SoftAutoCommitTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, FastVectorHighlighterTest, TestCollationField, QueryParsingTest, TestComponentsName, TestLFUCache, CleanupOldIndexTest, ConfigSetsAPITest, DeleteInactiveReplicaTest, DeleteNodeTest, DistribDocExpirationUpdateProcessorTest, LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [504/693 (1!)] on J2 in 128.73s, 1 test, 1 failure <<< FAILURES!

[...truncated 63230 lines...]