You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/12/18 04:11:05 UTC

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 5 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/5/

No tests ran.

Build Log:
[...truncated 25 lines...]
ERROR: Failed to update http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: timed out waiting for server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:124)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.createRepository(SvnRepositoryAccess.java:103)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepository(SvnNgRepositoryAccess.java:211)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.updateInternal(SvnNgAbstractUpdate.java:210)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:115)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:18)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:161)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.connect(SVNSocketFactory.java:164)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:75)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:238)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:415)
	... 34 more
ERROR: Subversion update failed
java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.connect(SVNSocketFactory.java:164)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:75)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:238)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:415)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: timed out waiting for server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:124)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.createRepository(SvnRepositoryAccess.java:103)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepository(SvnNgRepositoryAccess.java:211)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.updateInternal(SvnNgAbstractUpdate.java:210)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:115)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:18)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:161)
Caused: hudson.scm.subversion.UpdaterException: failed to perform svn update
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:216)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:744)
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch_8_4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch_8_4^{commit} # timeout=10
Checking out Revision 7f5edd7dcd9ce387c9377dbadcf08353bad94def (refs/remotes/origin/branch_8_4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7f5edd7dcd9ce387c9377dbadcf08353bad94def
Commit message: "Ref Guide: fix typos & standardize spellings"
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Cleaning up /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data
Updating http://svn.apache.org/repos/asf/lucene/test-data at revision '2019-12-18T04:04:17.190 +0000'
ERROR: Failed to update http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: timed out waiting for server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:124)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.createRepository(SvnRepositoryAccess.java:103)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepository(SvnNgRepositoryAccess.java:211)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.updateInternal(SvnNgAbstractUpdate.java:210)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:115)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:18)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:161)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.connect(SVNSocketFactory.java:164)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:75)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:238)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:415)
	... 34 more
ERROR: Subversion update failed
java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.connect(SVNSocketFactory.java:164)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:75)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:238)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:415)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: timed out waiting for server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:124)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.createRepository(SvnRepositoryAccess.java:103)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepository(SvnNgRepositoryAccess.java:211)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.updateInternal(SvnNgAbstractUpdate.java:210)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:115)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:18)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:161)
Caused: hudson.scm.subversion.UpdaterException: failed to perform svn update
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:216)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:744)
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch_8_4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch_8_4^{commit} # timeout=10
Checking out Revision 7f5edd7dcd9ce387c9377dbadcf08353bad94def (refs/remotes/origin/branch_8_4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7f5edd7dcd9ce387c9377dbadcf08353bad94def
Commit message: "Ref Guide: fix typos & standardize spellings"
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Cleaning up /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data
Updating http://svn.apache.org/repos/asf/lucene/test-data at revision '2019-12-18T04:04:17.190 +0000'
ERROR: Failed to update http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: timed out waiting for server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:124)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.createRepository(SvnRepositoryAccess.java:103)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepository(SvnNgRepositoryAccess.java:211)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.updateInternal(SvnNgAbstractUpdate.java:210)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:115)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:18)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:161)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.connect(SVNSocketFactory.java:164)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:75)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:238)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:415)
	... 34 more
ERROR: Subversion update failed
java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.connect(SVNSocketFactory.java:164)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:75)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:238)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:415)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: timed out waiting for server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:124)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.createRepository(SvnRepositoryAccess.java:103)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepository(SvnNgRepositoryAccess.java:211)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.updateInternal(SvnNgAbstractUpdate.java:210)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:115)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:18)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:161)
Caused: hudson.scm.subversion.UpdaterException: failed to perform svn update
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:216)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:744)
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-8.5 - Build # 21 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.5/21/

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

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper] 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:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)   expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper] 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:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper]
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:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper]
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:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

>
	at __randomizedtesting.SeedInfo.seed([A437B82E2AC22BF2]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:334)
	at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
	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:748)




Build Log:
[...truncated 15271 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4]   2> 3611671 INFO  (SUITE-CdcrBootstrapTest-seed#[A437B82E2AC22BF2]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 3611672 INFO  (SUITE-CdcrBootstrapTest-seed#[A437B82E2AC22BF2]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/data-dir-181-001
   [junit4]   2> 3611672 INFO  (SUITE-CdcrBootstrapTest-seed#[A437B82E2AC22BF2]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3611673 INFO  (SUITE-CdcrBootstrapTest-seed#[A437B82E2AC22BF2]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3611673 INFO  (SUITE-CdcrBootstrapTest-seed#[A437B82E2AC22BF2]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4] IGNOR/A 0.00s J2 | CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 3611676 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 3611676 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/cdcr-target-001
   [junit4]   2> 3611677 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3611677 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3611677 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3611777 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer start zk server on port:32897
   [junit4]   2> 3611777 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:32897
   [junit4]   2> 3611777 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32897
   [junit4]   2> 3611777 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 32897
   [junit4]   2> 3611779 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3611781 INFO  (zkConnectionManagerCallback-19423-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3611781 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3611783 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3611784 INFO  (zkConnectionManagerCallback-19425-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3611784 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3611785 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3611785 INFO  (zkConnectionManagerCallback-19427-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3611785 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3611888 WARN  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 3611888 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3611888 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3611888 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a0259ee{/solr,null,AVAILABLE}
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2596ee75{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:46049}
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.Server Started @3611918ms
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46049}
   [junit4]   2> 3611889 ERROR (jetty-launcher-19428-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-09T16:23:36.462Z
   [junit4]   2> 3611890 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3611891 INFO  (zkConnectionManagerCallback-19430-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3611891 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3611891 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3612161 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3612161 WARN  (jetty-launcher-19428-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@19025ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3612161 WARN  (jetty-launcher-19428-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@19025ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3612164 WARN  (jetty-launcher-19428-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7843e8c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3612164 WARN  (jetty-launcher-19428-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7843e8c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3612165 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32897/solr
   [junit4]   2> 3612165 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612166 INFO  (zkConnectionManagerCallback-19437-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612166 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612268 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612269 INFO  (zkConnectionManagerCallback-19439-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612269 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612317 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46049_solr
   [junit4]   2> 3612317 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.Overseer Overseer (id=73380936893857797-127.0.0.1:46049_solr-n_0000000000) starting
   [junit4]   2> 3612321 INFO  (OverseerStateUpdate-73380936893857797-127.0.0.1:46049_solr-n_0000000000) [n:127.0.0.1:46049_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46049_solr
   [junit4]   2> 3612321 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46049_solr
   [junit4]   2> 3612322 INFO  (zkCallback-19438-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3612323 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3612324 WARN  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3612337 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3612366 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46049.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3612376 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46049.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3612377 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46049.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3612378 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/cdcr-target-001/node1/.
   [junit4]   2> 3612404 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 3612405 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612406 INFO  (zkConnectionManagerCallback-19448-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612406 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612407 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3612408 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32897/solr ready
   [junit4]   2> 3612408 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.CdcrBootstrapTest Target zkHost = 127.0.0.1:32897/solr
   [junit4]   2> 3612408 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/cdcr-source-001
   [junit4]   2> 3612408 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3612409 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3612409 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3612509 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer start zk server on port:34341
   [junit4]   2> 3612509 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34341
   [junit4]   2> 3612509 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34341
   [junit4]   2> 3612509 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34341
   [junit4]   2> 3612511 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612513 INFO  (zkConnectionManagerCallback-19450-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612513 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612516 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612516 INFO  (zkConnectionManagerCallback-19452-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612516 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612517 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612518 INFO  (zkConnectionManagerCallback-19454-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612518 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612620 WARN  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 3612620 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3612620 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3612620 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25987468{/solr,null,AVAILABLE}
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6b305a8d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44719}
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.Server Started @3612650ms
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44719}
   [junit4]   2> 3612621 ERROR (jetty-launcher-19455-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3612622 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 3612622 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3612622 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 3612622 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-09T16:23:37.195Z
   [junit4]   2> 3612623 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612623 INFO  (zkConnectionManagerCallback-19457-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612623 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612624 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3613031 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3613031 WARN  (jetty-launcher-19455-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@15a0632a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3613031 WARN  (jetty-launcher-19455-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@15a0632a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3613034 WARN  (jetty-launcher-19455-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ea6c9fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3613034 WARN  (jetty-launcher-19455-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ea6c9fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3613035 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34341/solr
   [junit4]   2> 3613036 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3613037 INFO  (zkConnectionManagerCallback-19464-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3613037 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3613140 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3613141 INFO  (zkConnectionManagerCallback-19466-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3613141 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3613209 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44719_solr
   [junit4]   2> 3613210 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.Overseer Overseer (id=73380936941830149-127.0.0.1:44719_solr-n_0000000000) starting
   [junit4]   2> 3613215 INFO  (OverseerStateUpdate-73380936941830149-127.0.0.1:44719_solr-n_0000000000) [n:127.0.0.1:44719_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44719_solr
   [junit4]   2> 3613215 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44719_solr
   [junit4]   2> 3613216 INFO  (OverseerStateUpdate-73380936941830149-127.0.0.1:44719_solr-n_0000000000) [n:127.0.0.1:44719_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3613217 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3613218 WARN  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3613233 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3613261 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44719.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3613276 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44719.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3613276 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44719.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3613277 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/cdcr-source-001/node1/.
   [junit4]   2> 3613317 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 3613318 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3613319 INFO  (zkConnectionManagerCallback-19475-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3613319 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3613320 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3613321 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34341/solr ready
   [junit4]   2> 3613322 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3613322 INFO  (zkConnectionManagerCallback-19477-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3613322 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3613426 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3613429 INFO  (OverseerThreadFactory-13545-thread-1-processing-n:127.0.0.1:44719_solr) [n:127.0.0.1:44719_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 3613536 INFO  (OverseerStateUpdate-73380936941830149-127.0.0.1:44719_solr-n_0000000000) [n:127.0.0.1:44719_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44719/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44719_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3613738 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr    x:cdcr-source_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 3613738 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr    x:cdcr-source_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3613747 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 3613755 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3613767 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3613768 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from configset cdcr-source, trusted=true
   [junit4]   2> 3613768 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44719.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3613768 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 3613835 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3613835 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3613836 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3613836 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3613838 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@12337404[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3613839 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 3613839 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 3613840 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3613840 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1660704279403429888
   [junit4]   2> 3613842 INFO  (zkCallback-19465-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> 3613843 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@12337404[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3613844 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 3613844 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/cdcr-source/leaders/shard1
   [junit4]   2> 3613848 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3613848 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3613848 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44719/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 3613849 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3613849 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:44719/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 3613849 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/cdcr-source/leaders/shard1/leader after winning as /collections/cdcr-source/leader_elect/shard1/election/73380936941830149-core_node2-n_0000000000
   [junit4]   2> 3613850 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44719/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 3613952 INFO  (zkCallback-19465-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> 3613952 INFO  (zkCallback-19465-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> 3613952 INFO  (zkCallback-19465-thread-3) [     ] 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> 3613953 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3613955 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=216
   [junit4]   2> 3613957 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 3614055 INFO  (zkCallback-19465-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> 3614055 INFO  (zkCallback-19465-thread-3) [     ] 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> 3614055 INFO  (zkCallback-19465-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> 3614055 INFO  (zkCallback-19465-thread-4) [     ] 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> 3614056 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=629
   [junit4]   2> 3614056 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: cdcr-source
   [junit4]   2> 3614068 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 3614068 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_0 (1660704279634116608), source_1 (1660704279635165184), source_2 (1660704279635165185), source_3 (1660704279635165186), source_4 (1660704279635165187), source_5 (1660704279636213760), source_6 (1660704279636213761), source_7 (1660704279636213762), source_8 (1660704279636213763), source_9 (1660704279636213764), ... (100 adds)]} 0 9
   [junit4]   2> 3614070 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704279644602368,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614070 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704279644602368
   [junit4]   2> 3614165 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6362a4b9[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614165 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614168 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@6362a4b9[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}])))}
   [junit4]   2> 3614169 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 99
   [junit4]   2> 3614176 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_100 (1660704279749459968), source_101 (1660704279752605696), source_102 (1660704279752605697), source_103 (1660704279752605698), source_104 (1660704279752605699), source_105 (1660704279752605700), source_106 (1660704279752605701), source_107 (1660704279752605702), source_108 (1660704279752605703), source_109 (1660704279752605704), ... (100 adds)]} 0 6
   [junit4]   2> 3614177 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704279756800000,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614177 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704279756800000
   [junit4]   2> 3614273 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3848ecf0[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614273 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614275 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@3848ecf0[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}])))}
   [junit4]   2> 3614276 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 98
   [junit4]   2> 3614281 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_200 (1660704279861657600), source_201 (1660704279862706176), source_202 (1660704279862706177), source_203 (1660704279862706178), source_204 (1660704279862706179), source_205 (1660704279862706180), source_206 (1660704279862706181), source_207 (1660704279862706182), source_208 (1660704279862706183), source_209 (1660704279862706184), ... (100 adds)]} 0 4
   [junit4]   2> 3614281 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704279865851905,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614281 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704279865851905
   [junit4]   2> 3614373 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@53709053[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614374 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614376 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@53709053[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}])))}
   [junit4]   2> 3614377 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 95
   [junit4]   2> 3614381 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_300 (1660704279967563776), source_301 (1660704279968612352), source_302 (1660704279968612353), source_303 (1660704279968612354), source_304 (1660704279968612355), source_305 (1660704279968612356), source_306 (1660704279968612357), source_307 (1660704279968612358), source_308 (1660704279968612359), source_309 (1660704279968612360), ... (100 adds)]} 0 3
   [junit4]   2> 3614382 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704279971758080,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614382 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704279971758080
   [junit4]   2> 3614473 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@45b3e1a7[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614473 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614475 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@45b3e1a7[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}])))}
   [junit4]   2> 3614476 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 93
   [junit4]   2> 3614481 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_400 (1660704280071372800), source_401 (1660704280072421376), source_402 (1660704280072421377), source_403 (1660704280072421378), source_404 (1660704280072421379), source_405 (1660704280072421380), source_406 (1660704280072421381), source_407 (1660704280072421382), source_408 (1660704280072421383), source_409 (1660704280072421384), ... (100 adds)]} 0 3
   [junit4]   2> 3614482 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280075567110,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614482 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280075567110
   [junit4]   2> 3614574 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b39d52e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614574 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614576 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@b39d52e[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}]) Uninverting(_4(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019057}])))}
   [junit4]   2> 3614577 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 95
   [junit4]   2> 3614581 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_500 (1660704280177278976), source_501 (1660704280178327552), source_502 (1660704280178327553), source_503 (1660704280178327554), source_504 (1660704280178327555), source_505 (1660704280178327556), source_506 (1660704280178327557), source_507 (1660704280178327558), source_508 (1660704280178327559), source_509 (1660704280178327560), ... (100 adds)]} 0 3
   [junit4]   2> 3614582 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280181473280,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614582 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280181473280
   [junit4]   2> 3614674 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d73ab2b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614675 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614676 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1d73ab2b[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}]) Uninverting(_4(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019057}]) Uninverting(_5(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019158}])))}
   [junit4]   2> 3614677 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 95
   [junit4]   2> 3614681 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_600 (1660704280282136576), source_601 (1660704280283185152), source_602 (1660704280283185153), source_603 (1660704280283185154), source_604 (1660704280283185155), source_605 (1660704280283185156), source_606 (1660704280283185157), source_607 (1660704280283185158), source_608 (1660704280283185159), source_609 (1660704280283185160), ... (100 adds)]} 0 3
   [junit4]   2> 3614682 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280286330880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614682 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280286330880
   [junit4]   2> 3614772 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@f62f7e5[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614773 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614775 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@f62f7e5[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}]) Uninverting(_4(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019057}]) Uninverting(_5(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019158}]) Uninverting(_6(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019258}])))}
   [junit4]   2> 3614775 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 93
   [junit4]   2> 3614780 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_700 (1660704280384897024), source_701 (1660704280385945600), source_702 (1660704280385945601), source_703 (1660704280385945602), source_704 (1660704280385945603), source_705 (1660704280385945604), source_706 (1660704280385945605), source_707 (1660704280385945606), source_708 (1660704280385945607), source_709 (1660704280385945608), ... (100 adds)]} 0 3
   [junit4]   2> 3614780 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280389091328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614780 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280389091328
   [junit4]   2> 3614871 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6b89fc5a[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614871 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614873 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@6b89fc5a[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}]) Uninverting(_4(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019057}]) Uninverting(_5(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019158}]) Uninverting(_6(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019258}]) Uninverting(_7(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019356}])))}
   [junit4]   2> 3614873 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 93
   [junit4]   2> 3614879 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_800 (1660704280487657472), source_801 (1660704280488706048), source_802 (1660704280488706049), source_803 (1660704280488706050), source_804 (1660704280488706051), source_805 (1660704280489754624), source_806 (1660704280489754625), source_807 (1660704280489754626), source_808 (1660704280489754627), source_809 (1660704280489754628), ... (100 adds)]} 0 4
   [junit4]   2> 3614880 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280493948928,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614880 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280493948928
   [junit4]   2> 3614970 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@491892ef[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614970 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614972 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@491892ef[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}]) Uninverting(_4(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019057}]) Uninverting(_5(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019158}]) Uninverting(_6(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019258}]) Uninverting(_7(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019356}]) Uninverting(_8(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019455}])))}
   [junit4]   2> 3614972 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 93
   [junit4]   2> 3614977 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_900 (1660704280592515072), source_901 (1660704280593563648), source_902 (1660704280593563649), source_903 (1660704280593563650), source_904 (1660704280593563651), source_905 (1660704280593563652), source_906 (1660704280593563653), source_907 (1660704280593563654), source_908 (1660704280593563655), source_909 (1660704280593563656), ... (100 adds)]} 0 3
   [junit4]   2> 3614978 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280596709376,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614978 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280596709376
   [junit4]   2> 3615087 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e48e1f6[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3615088 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3615090 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@2e48e1f6[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}]) Uninverting(_4(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019057}]) Uninverting(_5(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019158}]) Uninverting(_6(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019258}]) Uninverting(_7(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019356}]) Uninverting(_8(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019455}]) Uninverting(_9(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019553}])))}
   [junit4]   2> 3615090 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 112
   [junit4]   2> 3615095 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_1000 (1660704280715198464), source_1001 (1660704280716247040), source_1002 (1660704280716247041), source_1003 (1660704280716247042), source_1004 (1660704280716247043), source_1005 (1660704280716247044), source_1006 (1660704280716247045), source_1007 (1660704280716247046), source_1008 (1660704280716247047), source_1009 (1660704280716247048), ... (100 adds)]} 0 4
   [junit4]   2> 3615096 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280720441344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3615096 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280720441344
   [junit4]   2> 3615191 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bf1a51b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3615191 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3615193 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1bf1a51b[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Li

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

unit4.slave.SlaveMain.main(SlaveMain.java:394)
   [junit4]   2>     com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2> 
   [junit4]   2> Reference Handler:
   [junit4]   2>     java.lang.Object.wait(Native Method)
   [junit4]   2>     java.lang.Object.wait(Object.java:502)
   [junit4]   2>     java.lang.ref.Reference.tryHandlePending(Reference.java:191)
   [junit4]   2>     java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
   [junit4]   2> 
   [junit4]   2> Finalizer:
   [junit4]   2>     java.lang.Object.wait(Native Method)
   [junit4]   2>     java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
   [junit4]   2>     java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
   [junit4]   2>     java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
   [junit4]   2> 
   [junit4]   2> 3749299 INFO  (SUITE-CdcrBootstrapTest-seed#[A437B82E2AC22BF2]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=SimpleText, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1a7c58b2), locale=sr-BA, timezone=Europe/Nicosia
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=166449088,total=494927872
   [junit4]   2> NOTE: All tests run in this JVM: [AuditLoggerPluginTest, TestMiniSolrCloudClusterSSL, TestAnalyzeInfixSuggestions, SolrCloudReportersTest, TestSystemIdResolver, TestDistributedGrouping, TestFileDictionaryLookup, HdfsRestartWhileUpdatingTest, TestCollapseQParserPlugin, UpdateLogTest, TestFieldTypeCollectionResource, ProtectedTermFilterFactoryTest, SuggestComponentTest, MBeansHandlerTest, TestCollectionAPI, SpellCheckComponentTest, CustomHighlightComponentTest, SyncSliceTest, TestDocBasedVersionConstraints, ForceLeaderWithTlogReplicasTest, TestLocalFSCloudBackupRestore, CopyFieldTest, TestSubQueryTransformer, TestReloadAndDeleteDocs, TestLeaderElectionWithEmptyReplica, SearchRateTriggerIntegrationTest, AutoAddReplicasIntegrationTest, TestMinMaxOnMultiValuedField, CdcrUpdateLogTest, DistributedVersionInfoTest, RandomizedTaggerTest, SpatialFilterTest, TestExactStatsCache, TestDynamicFieldNamesIndexCorrectly, TermsComponentTest, TestTolerantSearch, ComputePlanActionTest, TestCorePropertiesReload, TestSimpleTrackingShardHandler, TestRangeQuery, ConnectionReuseTest, ParsingFieldUpdateProcessorsTest, DocumentAnalysisRequestHandlerTest, BasicDistributedZkTest, TestConfigOverlay, FacetPivotSmallTest, TestUseDocValuesAsStored, DateRangeFieldTest, MultiSolrCloudTestCaseTest, TestSort, PhrasesIdentificationComponentTest, TestClassicSimilarityFactory, ClassificationUpdateProcessorIntegrationTest, TestRawTransformer, AdminHandlersProxyTest, TestNumericTokenStream, CollectionTooManyReplicasTest, TestLuceneMatchVersion, TestConfigSetsAPIZkFailure, V2StandaloneTest, TestExportWriter, TestPointFields, DistributedFacetPivotLargeTest, SearchHandlerTest, TimeRoutedAliasUpdateProcessorTest, LeaderElectionContextKeyTest, FileUtilsTest, TestHttpServletCarrier, OutputWriterTest, SynonymTokenizerTest, SpatialHeatmapFacetsTest, TestNRTOpen, CdcrWithNodesRestartsTest, DistributedFacetPivotSmallTest, SpellCheckCollatorWithCollapseTest, PluginInfoTest, PeerSyncReplicationTest, CdcrBidirectionalTest, TestPerFieldSimilarityWithDefaultOverride, AtomicUpdatesTest, HighlighterWithoutStoredIdTest, ZkNodePropsTest, TestWithCollection, TestDistribPackageStore, TestSolrConfigHandler, TaggingAttributeTest, NotRequiredUniqueKeyTest, LeaderFailoverAfterPartitionTest, TestChildDocTransformer, DeleteShardTest, HLLSerializationTest, TestSchemalessBufferedUpdates, TestFoldingMultitermQuery, HdfsLockFactoryTest, HdfsNNFailoverTest, TestStressVersions, DistributedIntervalFacetingTest, NodeMutatorTest, TestSolrIndexConfig, TestPHPSerializedResponseWriter, TestCollectionAPIs, IndexSizeTriggerTest, TestElisionMultitermQuery, TestSuggestSpellingConverter, IgnoreLargeDocumentProcessorFactoryTest, TestStressRecovery, TestUnInvertedFieldException, PrimUtilsTest, PKIAuthenticationIntegrationTest, TestFieldCacheSortRandom, TestMultiValuedNumericRangeQuery, TokenizerChainTest, DocExpirationUpdateProcessorFactoryTest, MetricsHistoryWithAuthIntegrationTest, ZkCLITest, TestManagedResource, TestRecovery, TestDistribDocBasedVersion, QueryEqualityTest, TestIndexSearcher, TestCloudManagedSchema, TestConfigSets, TestLegacyFieldReuse, TestNestedUpdateProcessor, BitVectorTest, DistanceFunctionTest, ZookeeperStatusHandlerTest, OverseerCollectionConfigSetProcessorTest, TestSimLargeCluster, TestPolicyCloud, TestHdfsUpdateLog, TestMinHashQParser, TestSimUtils, TestMacros, TestStressThreadBackup, TestTrieFacet, InfoHandlerTest, DOMUtilTest, TestDynamicLoading, DistribDocExpirationUpdateProcessorTest, SaslZkACLProviderTest, TestTolerantUpdateProcessorRandomCloud, SharedFSAutoReplicaFailoverTest, SolrRequestParserTest, TlogReplayBufferedWhileIndexingTest, CollectionsAPIDistributedZkTest, CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest, ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, MetricTriggerIntegrationTest, MetricTriggerTest, NodeAddedTriggerIntegrationTest, NodeAddedTriggerTest, NodeLostTriggerIntegrationTest, NodeLostTriggerTest, NodeMarkersRegistrationTest, RestoreTriggerStateTest, ScheduledMaintenanceTriggerTest, TriggerCooldownIntegrationTest, TriggerEventQueueTest, TriggerIntegrationTest, TriggerSetPropertiesIntegrationTest, TestSimClusterStateProvider, TestSimComputePlanAction, TestSimDistribStateManager, TestSimDistributedQueue, TestSimExecutePlanAction, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimPolicyCloud, CdcrBootstrapTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest -Dtests.seed=A437B82E2AC22BF2 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/test-data/enwiki.random.lines.txt -Dtests.locale=sr-BA -Dtests.timezone=Europe/Nicosia -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | CdcrBootstrapTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
   [junit4]    > 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)
   [junit4]    > 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    >  expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
   [junit4]    > 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)
   [junit4]    > 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > >
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A437B82E2AC22BF2]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:334)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [582/900 (1!)] on J2 in 137.82s, 4 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 53596 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.5 - Build # 20 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.5/20/

2 tests failed.
FAILED:  org.apache.lucene.analysis.core.TestFactories.test

Error Message:
For input string: "){"

Stack Trace:
java.lang.NumberFormatException: For input string: "){"
	at __randomizedtesting.SeedInfo.seed([EC827831689C1083:64D647EBC6607D7B]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
	at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
	at java.lang.Float.parseFloat(Float.java:451)
	at org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter.incrementToken(DelimitedBoostTokenFilter.java:52)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:716)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:630)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:558)
	at org.apache.lucene.analysis.core.TestFactories.doTestTokenFilter(TestFactories.java:101)
	at org.apache.lucene.analysis.core.TestFactories.test(TestFactories.java:69)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:748)


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration

Error Message:
did not finish processing in time

Stack Trace:
java.lang.AssertionError: did not finish processing in time
	at __randomizedtesting.SeedInfo.seed([C38291E6D645F12B:903BD356345464D1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration(IndexSizeTriggerTest.java:459)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:748)




Build Log:
[...truncated 3613 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestFactories
   [junit4]   2> TEST FAIL: useCharFilter=false text='[w|){ '&#x4a'
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFactories -Dtests.method=test -Dtests.seed=EC827831689C1083 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/test-data/enwiki.random.lines.txt -Dtests.locale=ko -Dtests.timezone=Asia/Karachi -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.24s J2 | TestFactories.test <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: For input string: "){"
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EC827831689C1083:64D647EBC6607D7B]:0)
   [junit4]    > 	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
   [junit4]    > 	at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
   [junit4]    > 	at java.lang.Float.parseFloat(Float.java:451)
   [junit4]    > 	at org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter.incrementToken(DelimitedBoostTokenFilter.java:52)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:716)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:630)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:558)
   [junit4]    > 	at org.apache.lucene.analysis.core.TestFactories.doTestTokenFilter(TestFactories.java:101)
   [junit4]    > 	at org.apache.lucene.analysis.core.TestFactories.test(TestFactories.java:69)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/lucene/build/analysis/common/test/J2/temp/lucene.analysis.core.TestFactories_EC827831689C1083-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=21674, maxDocsPerChunk=7, blockShift=5), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=21674, blockSize=5)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2c907191), locale=ko, timezone=Asia/Karachi
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=109595888,total=271581184
   [junit4]   2> NOTE: All tests run in this JVM: [TestConcatenateGraphFilter, TestPatternCaptureGroupTokenFilter, CommonGramsFilterTest, TestItalianAnalyzer, TestBulgarianStemFilterFactory, TestGermanLightStemFilterFactory, TestFullStrip, TestZeroAffix2, TestBengaliFilters, TestSpaces, TestPersianNormalizationFilter, DelimitedPayloadTokenFilterTest, TestSerbianNormalizationFilter, TestKStemmer, TestHindiStemmer, TestSynonymMapFilter, QueryAutoStopWordAnalyzerTest, TestIrishLowerCaseFilterFactory, TestStopFilterFactory, TestProtectedTermFilter, EdgeNGramTokenizerTest, DelimitedBoostTokenFilterTest, TestCollationKeyAnalyzer, TestPortugueseLightStemFilter, TestConditionalTokenFilter, TestMorph, TestCompoundWordTokenFilter, TestWordDelimiterFilter, TestDanishAnalyzer, TestSolrSynonymParser, TestLimitTokenCountFilterFactory, TestAbstractAnalysisFactory, TestCatalanAnalyzer, TestGermanStemFilterFactory, TestGalicianMinimalStemFilterFactory, TestLengthFilterFactory, TestDecimalDigitFilter, TestGermanNormalizationFilter, TestEnglishMinimalStemFilter, TestRomanianAnalyzer, TestHindiAnalyzer, TestLatvianStemFilterFactory, TestStemmerOverrideFilterFactory, TestTurkishAnalyzer, TestHungarianLightStemFilterFactory, TestIndonesianStemFilterFactory, TestSnowball, TestNorwegianMinimalStemFilterFactory, TestTruncateTokenFilter, TestBasqueAnalyzer, TestArabicAnalyzer, TestArabicFilters, TestArabicNormalizationFilter, HTMLStripCharFilterTest, TestHTMLStripCharFilterFactory, TestMappingCharFilter, TestMappingCharFilterFactory, TestCJKAnalyzer, TestCJKBigramFilter, TestCJKBigramFilterFactory, TestCJKWidthFilter, TestCJKWidthFilterFactory, TestSoraniAnalyzer, TestSoraniNormalizationFilter, TestSoraniNormalizationFilterFactory, TestDictionaryCompoundWordTokenFilterFactory, TestHyphenationCompoundWordTokenFilterFactory, TestAllAnalyzersHaveFactories, TestDecimalDigitFilterFactory, TestDuelingAnalyzers, TestFactories]
   [junit4] Completed [125/297 (1!)] on J2 in 0.25s, 1 test, 1 error <<< FAILURES!

[...truncated 11103 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
   [junit4]   2> 2148934 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2148934 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2148935 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_C38291E6D645F12B-001/data-dir-84-001
   [junit4]   2> 2148935 WARN  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=38 numCloses=38
   [junit4]   2> 2148935 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2148937 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2148937 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_C38291E6D645F12B-001/tempDir-001
   [junit4]   2> 2148937 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2148938 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2148938 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2149038 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:34069
   [junit4]   2> 2149038 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34069
   [junit4]   2> 2149038 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34069
   [junit4]   2> 2149038 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34069
   [junit4]   2> 2149042 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149048 INFO  (zkConnectionManagerCallback-8483-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149048 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149060 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149062 INFO  (zkConnectionManagerCallback-8485-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149062 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149063 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149065 INFO  (zkConnectionManagerCallback-8487-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149065 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149170 WARN  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2149170 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2149170 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2149170 WARN  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2149170 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2149170 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2149170 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2149170 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65510521{/solr,null,AVAILABLE}
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5da571b2{/solr,null,AVAILABLE}
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7897ceb2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43713}
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.Server Started @2149240ms
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43713}
   [junit4]   2> 2149172 ERROR (jetty-launcher-8488-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-08T16:59:05.024Z
   [junit4]   2> 2149173 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5beebf92{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42211}
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.Server Started @2149242ms
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42211}
   [junit4]   2> 2149174 ERROR (jetty-launcher-8488-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-08T16:59:05.026Z
   [junit4]   2> 2149175 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149176 INFO  (zkConnectionManagerCallback-8492-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149176 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149176 INFO  (zkConnectionManagerCallback-8490-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149176 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149176 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2149176 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2149719 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2149721 WARN  (jetty-launcher-8488-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@65cf34f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2149722 WARN  (jetty-launcher-8488-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@65cf34f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2149731 WARN  (jetty-launcher-8488-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@247e3cad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2149731 WARN  (jetty-launcher-8488-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@247e3cad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2149732 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34069/solr
   [junit4]   2> 2149735 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149736 INFO  (zkConnectionManagerCallback-8500-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149736 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149847 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149855 INFO  (zkConnectionManagerCallback-8502-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149855 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149951 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43713_solr
   [junit4]   2> 2149951 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.Overseer Overseer (id=73375414079717382-127.0.0.1:43713_solr-n_0000000000) starting
   [junit4]   2> 2149959 INFO  (OverseerStateUpdate-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [n:127.0.0.1:43713_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43713_solr
   [junit4]   2> 2149971 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43713_solr
   [junit4]   2> 2149972 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 2149974 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2149974 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 2149974 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2149975 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2149976 WARN  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2149979 INFO  (zkCallback-8501-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2149998 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:43713_solr]
   [junit4]   2> 2150233 DEBUG (ScheduledTrigger-8841-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2150237 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2150240 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2150241 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2150278 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43713.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6331a09b
   [junit4]   2> 2150293 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43713.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6331a09b
   [junit4]   2> 2150293 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43713.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6331a09b
   [junit4]   2> 2150295 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_C38291E6D645F12B-001/tempDir-001/node1/.
   [junit4]   2> 2150681 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2150681 WARN  (jetty-launcher-8488-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3d60fd7d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2150681 WARN  (jetty-launcher-8488-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3d60fd7d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2150684 WARN  (jetty-launcher-8488-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@48604348[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2150684 WARN  (jetty-launcher-8488-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@48604348[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2150685 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34069/solr
   [junit4]   2> 2150686 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150686 INFO  (zkConnectionManagerCallback-8512-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2150686 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150791 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150796 INFO  (zkConnectionManagerCallback-8514-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2150796 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150811 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2150822 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42211_solr as DOWN
   [junit4]   2> 2150825 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2150825 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42211_solr
   [junit4]   2> 2150828 INFO  (zkCallback-8501-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2150829 INFO  (zkCallback-8513-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2150831 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2150832 WARN  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2150849 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2150880 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42211.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6331a09b
   [junit4]   2> 2150891 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42211.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6331a09b
   [junit4]   2> 2150891 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42211.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6331a09b
   [junit4]   2> 2150892 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_C38291E6D645F12B-001/tempDir-001/node2/.
   [junit4]   2> 2150959 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 2150969 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150981 INFO  (zkConnectionManagerCallback-8523-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2150981 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150990 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2150992 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34069/solr ready
   [junit4]   2> 2151117 DEBUG (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10000_solr
   [junit4]   2> 2151118 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 2151118 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2151119 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 2151119 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2151135 DEBUG (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 2151144 DEBUG (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 2151144 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2151148 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 2151157 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2151157 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2151157 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151194 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151417 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151421 DEBUG (ScheduledTrigger-8841-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 2151439 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151456 INFO  (TEST-IndexSizeTriggerTest.testMaxOps-seed#[C38291E6D645F12B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMaxOps
   [junit4]   2> 2151458 DEBUG (simCloudManagerPool-8856-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection testMaxOps_collection, currentVersion=1
   [junit4]   2> 2151458 DEBUG (simCloudManagerPool-8856-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 2151459 DEBUG (simCloudManagerPool-8856-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 2151459 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151471 DEBUG (simCloudManagerPool-8856-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 2151473 DEBUG (simCloudManagerPool-8856-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 2151479 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151499 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151519 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151539 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151559 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151573 DEBUG (simCloudManagerPool-8856-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 2151575 DEBUG (simCloudManagerPool-8856-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 2151575 DEBUG (simCloudManagerPool-8856-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testMaxOps_collection / shard1)
   [junit4]   2> 2151576 DEBUG (simCloudManagerPool-8856-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMaxOps_collection / shard1 (currentVersion=4): {"core_node1":{
   [junit4]   2>     "core":"testMaxOps_collection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testMaxOps_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 2151580 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151586 DEBUG (simCloudManagerPool-8856-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 2151587 DEBUG (simCloudManagerPool-8856-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 2151597 DEBUG (simCloudManagerPool-8856-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 2151598 DEBUG (simCloudManagerPool-8856-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 2151598 DEBUG (simCloudManagerPool-8856-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testMaxOps_collection / shard2)
   [junit4]   2> 2151598 DEBUG (simCloudManagerPool-8856-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMaxOps_collection / shard2 (currentVersion=6): {"core_node3":{
   [junit4]   2>     "core":"testMaxOps_collection_shard2_replica_n3",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testMaxOps_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 2151600 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151608 DEBUG (simCloudManagerPool-8856-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=6
   [junit4]   2> 2151609 DEBUG (simCloudManagerPool-8856-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 2151619 DEBUG (simCloudManagerPool-8856-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=7
   [junit4]   2> 2151619 DEBUG (simCloudManagerPool-8856-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 2151619 DEBUG (simCloudManagerPool-8856-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testMaxOps_collection / shard3)
   [junit4]   2> 2151619 DEBUG (simCloudManagerPool-8856-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMaxOps_collection / shard3 (currentVersion=8): {"core_node5":{
   [junit4]   2>     "core":"testMaxOps_collection_shard3_replica_n5",
   [junit4]   2>     "shard":"shard3",
   [junit4]   2>     "collection":"testMaxOps_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 2151620 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151631 DEBUG (simCloudManagerPool-8856-thread-7) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=8
   [junit4]   2> 2151632 DEBUG (simCloudManagerPool-8856-thread-7) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 8
   [junit4]   2> 2151641 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151643 DEBUG (simCloudManagerPool-8856-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=9
   [junit4]   2> 2151644 DEBUG (simCloudManagerPool-8856-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 9
   [junit4]   2> 2151644 DEBUG (simCloudManagerPool-8856-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testMaxOps_collection / shard4)
   [junit4]   2> 2151644 DEBUG (simCloudManagerPool-8856-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMaxOps_collection / shard4 (currentVersion=10): {"core_node7":{
   [junit4]   2>     "core":"testMaxOps_collection_shard4_replica_n7",
   [junit4]   2>     "shard":"shard4",
   [junit4]   2>     "collection":"testMaxOps_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 2151654 DEBUG (simCloudManagerPool-8856-thread-9) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=10
   [junit4]   2> 2151654 DEBUG (simCloudManagerPool-8856-thread-9) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 10
   [junit4]   2> 2151654 DEBUG (simCloudManagerPool-8856-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection testMaxOps_collection, currentVersion=11
   [junit4]   2> 2151797 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151797 DEBUG (simCloudManagerPool-8856-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=11
   [junit4]   2> 2151865 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151865 DEBUG (simCloudManagerPool-8856-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 11
   [junit4]   2> 2151865 DEBUG (simCloudManagerPool-8856-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testMaxOps_collection / shard5)
   [junit4]   2> 2151865 DEBUG (simCloudManagerPool-8856-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMaxOps_collection / shard5 (currentVersion=12): {"core_node9":{
   [junit4]   2>     "core":"testMaxOps_collection_shard5_replica_n9",
   [junit4]   2>     "shard":"shard5",
   [junit4]   2>     "collection":"testMaxOps_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 2151876 DEBUG (simCloudManagerPool-8856-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=12
   [junit4]   2> 2151877 DEBUG (simCloudManagerPool-8856-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 12
   [junit4]   2> 2151877 DEBUG (TEST-IndexSizeTriggerTest.testMaxOps-seed#[C38291E6D645F12B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=13
   [junit4]   2> 2151878 DEBUG (TEST-IndexSizeTriggerTest.testMaxOps-seed#[C38291E6D645F12B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 13
   [junit4]   2> 2151885 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151905 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151920 DEBUG (simCloudManagerPool-8856-thread-12) [     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2151920 DEBUG (simCloudManagerPool-8856-thread-12) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 2151921 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 2151922 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2151922 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 2151924 DEBUG (simCloudManagerPool-8856-thread-13) [     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2151924 DEBUG (simCloudManagerPool-8856-thread-13) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 2151925 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 2151925 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2151925 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 2151925 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151928 DEBUG (simCloudManagerPool-8856-thread-14) [     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2151928 DEBUG (simCloudManagerPool-8856-thread-14) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 2151929 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 2151929 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2151929 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 2151945 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151966 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152182 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152202 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152222 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152243 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152263 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152283 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152304 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152464 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152528 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152528 DEBUG (ScheduledTrigger-8841-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152548 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152568 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152588 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152608 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152628 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152649 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152669 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152689 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152710 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152730 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152750 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152770 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152790 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152810 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152830 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152851 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152872 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152892 DEBUG (simCloudManagerPool-8856-thread-16) [     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2152892 DEBUG (simCloudManagerPool-8856-thread-16) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 2152892 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152896 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 2152896 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2152896 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 2153132 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2153143 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}
   [junit4]   2> 2153145 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [index_size_trigger5, .auto_add_replicas, .scheduled_maintenance]
   [junit4]   2> 2153146 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}
   [junit4]   2> 2153155 INFO  (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=20108447504365272, stage=STARTED, actionName='null', event={
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}, context={}, config={
   [junit4]   2>   "trigger":"index_size_trigger5",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "beforeAction":["compute_plan"],
   [junit4]   2>   "afterAction":["compute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}
   [junit4]   2> 2153167 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}
   [junit4]   2> 2153184 INFO  (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=20108448746693472, stage=BEFORE_ACTION, actionName='compute_plan', event={
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}, context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger5}, config={
   [junit4]   2>   "trigger":"index_size_trigger5",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "beforeAction":["compute_plan"],
   [junit4]   2>   "afterAction":["compute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}
   [junit4]   2> 2153184 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}} with context properties: {BEFORE_ACTION=[compute_plan]}
   [junit4]   2> 2153189 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testMaxOps_collection&shard=shard5&splitMethod=link&splitByPrefix=false
   [junit4]   2> 2153190 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testMaxOps_collection&shard=shard4&splitMethod=link&splitByPrefix=false
   [junit4]   2> 2153190 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testMaxOps_collection&shard=shard2&splitMethod=link&splitByPrefix=false
   [junit4]   2> 2153190 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testMaxOps_collection&shard=shard1&splitMethod=link&splitByPrefix=false
   [junit4]   2> 2153190 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testMaxOps_collection&shard=shard3&splitMethod=link&splitByPrefix=false
   [junit4]   2> 2153190 INFO  (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=20108449563822622, stage=AFTER_ACTION, actionName='compute_plan', event={
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":5,
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}, context={properties.operations=[{
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testMaxOps_collection",
   [junit4]   2>   "params.shard":"shard5",
   [junit4]   2>   "params.splitMethod":"link",
   [junit4]   2>   "params.splitByPrefix":"false"}, {
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testMaxOps_collection",
   [junit4]   2>   "params.shard":"shard4",
   [junit4]   2>   "params.splitMethod":"link",
   [junit4]   2>   "params.splitByPrefix":"false"}, {
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testMaxOps_collection",
   [junit4]   2>   "params.shard":"shard2",
   [junit4]   2>   "params.splitMethod":"link",
   [junit4]   2>   "params.splitByPrefix":"false"}, {
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testMaxOps_collection",
   [junit4]   2>   "params.shard":"shard1",
   [junit4]   2>   "params.splitMethod":"link",
   [junit4]   2>   "params.splitByPrefix":"false"}, {
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testMaxOps_collection",
   [junit4]   2>   "params.shard":"shard3",
   [junit4]   2>   "params.splitMethod":"link",
   [junit4]   2>   "params.splitByPrefix":"false"}], properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger5, properties.AFTER_ACTION=[compute_plan]}, config={
   [junit4]   2>   "trigger":"index_size_trigger5",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "beforeAction":["compute_plan"],
   [junit4]   2>   "afterAction":["compute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}
   [junit4]   2> 2153192 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":5,
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [j

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

ull] for registry solr.node / com.codahale.metrics.MetricRegistry@2c3467bf
   [junit4]   2> 2159220 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2159220 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@55e5c695: rootName = solr_43713, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@505a10ed
   [junit4]   2> 2159228 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2159228 INFO  (jetty-closer-8524-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2159228 INFO  (jetty-closer-8524-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1accefb9: rootName = solr_42211, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7a091806
   [junit4]   2> 2159228 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ff0ffd2: rootName = solr_43713, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7a091806
   [junit4]   2> 2159233 INFO  (jetty-closer-8524-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2159233 INFO  (jetty-closer-8524-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@51f88fa6: rootName = solr_42211, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@40123a2e
   [junit4]   2> 2159233 INFO  (jetty-closer-8524-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2159234 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2159234 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7b405573: rootName = solr_43713, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@40123a2e
   [junit4]   2> 2159234 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2159241 INFO  (closeThreadPool-8532-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73375414079717382-127.0.0.1:43713_solr-n_0000000000) closing
   [junit4]   2> 2159243 INFO  (zkCallback-8501-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2159243 INFO  (OverseerStateUpdate-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [n:127.0.0.1:43713_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43713_solr
   [junit4]   2> 2159249 INFO  (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2159250 DEBUG (closeThreadPool-8532-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 2159250 DEBUG (closeThreadPool-8532-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 2159250 DEBUG (closeThreadPool-8532-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 2159250 DEBUG (closeThreadPool-8532-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 2159251 DEBUG (closeThreadPool-8532-thread-2) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 2159251 DEBUG (closeThreadPool-8532-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2159251 INFO  (closeThreadPool-8532-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73375414079717382-127.0.0.1:43713_solr-n_0000000000) closing
   [junit4]   2> 2159341 INFO  (jetty-closer-8524-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5beebf92{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2159342 INFO  (jetty-closer-8524-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@65510521{/solr,null,UNAVAILABLE}
   [junit4]   2> 2159342 INFO  (jetty-closer-8524-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2159441 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73375414079717382-127.0.0.1:43713_solr-n_0000000000) closing
   [junit4]   2> 2159442 INFO  (jetty-closer-8524-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7897ceb2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2159442 INFO  (jetty-closer-8524-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5da571b2{/solr,null,UNAVAILABLE}
   [junit4]   2> 2159442 INFO  (jetty-closer-8524-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2159443 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2159646 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2159647 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34069
   [junit4]   2> 2159647 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34069
   [junit4]   2> 2159647 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34069
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_C38291E6D645F12B-001
   [junit4]   2> Mar 08, 2020 4:59:15 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=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1617, maxMBSortInHeap=6.866893079282198, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@26a897e0), locale=zh-TW, timezone=America/Caracas
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=165606912,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCloudWithDelegationTokens, TestExactSharedStatsCache, SpatialHeatmapFacetsTest, TestCollationFieldDocValues, MetricsHistoryWithAuthIntegrationTest, TestDocTermOrdsUninvertLimit, TestNoOpRegenerator, TestJsonFacetsWithNestedObjects, CollectionPropsTest, TriLevelCompositeIdRoutingTest, PrimitiveFieldTypeTest, WrapperMergePolicyFactoryTest, SolrCloudExampleTest, TestClusterProperties, ForceLeaderWithTlogReplicasTest, LeaderVoteWaitTimeoutTest, ConcurrentDeleteAndCreateCollectionTest, TestPointFields, TestTolerantSearch, DirectUpdateHandlerTest, JWTAuthPluginTest, ProtectedTermFilterFactoryTest, TestUseDocValuesAsStored, TestDistribDocBasedVersion, TestStressThreadBackup, SolrTestCaseJ4Test, TestMinHashQParser, TestNumericTokenStream, TestPullReplica, TestMinMaxOnMultiValuedField, PolyFieldTest, TestSolrIndexConfig, LeaderElectionContextKeyTest, SuggesterFSTTest, MultiSolrCloudTestCaseTest, AdminHandlersProxyTest, TestCollectionAPIs, HighlighterConfigTest, DistributedFacetPivotLargeTest, RegexBoostProcessorTest, TestDocumentBuilder, TestXmlQParserPlugin, TestDynamicLoading, TestElisionMultitermQuery, CollectionTooManyReplicasTest, ReturnFieldsTest, TestLRUCache, TestConfigSets, AnalysisErrorHandlingTest, TestRandomFlRTGCloud, TestBlendedInfixSuggestions, TestManagedSchemaAPI, TestCloudManagedSchema, RollingRestartTest, CdcrBidirectionalTest, SyncSliceTest, TaggingAttributeTest, DeleteLastCustomShardedReplicaTest, DistributedSpellCheckComponentTest, TestMacros, LeaderFailoverAfterPartitionTest, CreateCollectionCleanupTest, TestUtils, BasicDistributedZkTest, TestStressRecovery, SolrJmxReporterCloudTest, TestSolrFieldCacheBean, ResponseLogComponentTest, AssignTest, TemplateUpdateProcessorTest, TestReloadAndDeleteDocs, TestDFRSimilarityFactory, TestReloadDeadlock, DistributedQueryComponentCustomSortTest, SearchHandlerTest, TestSubQueryTransformer, TestWithCollection, OrderedExecutorTest, TestSerializedLuceneMatchVersion, NestedAtomicUpdateTest, SignatureUpdateProcessorFactoryTest, PropertiesRequestHandlerTest, TestUnifiedSolrHighlighterWithoutStoredId, IndexSizeTriggerTest]
   [junit4] Completed [411/901 (1!)] on J2 in 11.11s, 6 tests, 1 failure <<< FAILURES!

[...truncated 54192 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.5 - Build # 19 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.5/19/

3 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testRandomBig

Error Message:
wrong hit (first of possibly more):  FAIL: id=5357 should match but did not   relation=CONTAINS   query=LatLonShapeQuery: field=shape:[CIRCLE([83.04651312946174,63.798122563452836] radius = 761391.192330908 meters),] docID=5257   shape=[[-64.43812351373526, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 141.69968269373203] [-64.43812351373526, 141.69968269373203] [-64.43812351373526, 0.9999999403953552] , [-90.0, -30.226552112141007] [87.15155210097294, -30.226552112141007] [87.15155210097294, 1.3307543275667486E-288] [-90.0, 1.3307543275667486E-288] [-90.0, -30.226552112141007] , [-36.23581858512979, -137.77977246550546] [1.401298464324817E-45, -137.77977246550546] [1.401298464324817E-45, -115.33439468675954] [-36.23581858512979, -115.33439468675954] [-36.23581858512979, -137.77977246550546] ]   deleted?=false  distanceQuery=CIRCLE([83.04651312946174,63.798122563452836] radius = 761391.192330908 meters)

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL: id=5357 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([83.04651312946174,63.798122563452836] radius = 761391.192330908 meters),] docID=5257
  shape=[[-64.43812351373526, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 141.69968269373203] [-64.43812351373526, 141.69968269373203] [-64.43812351373526, 0.9999999403953552] , [-90.0, -30.226552112141007] [87.15155210097294, -30.226552112141007] [87.15155210097294, 1.3307543275667486E-288] [-90.0, 1.3307543275667486E-288] [-90.0, -30.226552112141007] , [-36.23581858512979, -137.77977246550546] [1.401298464324817E-45, -137.77977246550546] [1.401298464324817E-45, -115.33439468675954] [-36.23581858512979, -115.33439468675954] [-36.23581858512979, -137.77977246550546] ]
  deleted?=false  distanceQuery=CIRCLE([83.04651312946174,63.798122563452836] radius = 761391.192330908 meters)
	at __randomizedtesting.SeedInfo.seed([28F9870FD9AEF4B9:AFAEFA8048F78839]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
	at org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testRandomBig(TestLatLonMultiPolygonShapeQueries.java:154)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:748)


FAILED:  org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint

Error Message:
TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1_Lucene80_1.dvd"

Stack Trace:
java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1_Lucene80_1.dvd"
	at __randomizedtesting.SeedInfo.seed([28F9870FD9AEF4B9:29E8D167F8451F7A]:0)
	at org.apache.lucene.index.IndexFileDeleter$RefCount.DecRef(IndexFileDeleter.java:733)
	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:608)
	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:580)
	at org.apache.lucene.index.IndexWriter$2.mergeFinished(IndexWriter.java:3184)
	at org.apache.lucene.index.IndexWriter.closeMergeReaders(IndexWriter.java:4440)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4740)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4166)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3343)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3554)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:748)
	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1.fnm"
		... 49 more
	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5.cfs"
		... 49 more
	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5.cfe"
		... 49 more
	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1_Lucene80_1.dvm"
		... 49 more
	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5.si"
		... 49 more


FAILED:  org.apache.solr.cloud.hdfs.HdfsSyncSliceTest.test

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([243B5E9C73319974:AC6F6146DDCDF48C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:748)




Build Log:
[...truncated 1173 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=28F9870FD9AEF4B9 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/test-data/enwiki.random.lines.txt -Dtests.locale=nl-BE -Dtests.timezone=GMT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  116s J2 | TestLatLonMultiPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of possibly more):
   [junit4]    > FAIL: id=5357 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: field=shape:[CIRCLE([83.04651312946174,63.798122563452836] radius = 761391.192330908 meters),] docID=5257
   [junit4]    >   shape=[[-64.43812351373526, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 141.69968269373203] [-64.43812351373526, 141.69968269373203] [-64.43812351373526, 0.9999999403953552] , [-90.0, -30.226552112141007] [87.15155210097294, -30.226552112141007] [87.15155210097294, 1.3307543275667486E-288] [-90.0, 1.3307543275667486E-288] [-90.0, -30.226552112141007] , [-36.23581858512979, -137.77977246550546] [1.401298464324817E-45, -137.77977246550546] [1.401298464324817E-45, -115.33439468675954] [-36.23581858512979, -115.33439468675954] [-36.23581858512979, -137.77977246550546] ]
   [junit4]    >   deleted?=false  distanceQuery=CIRCLE([83.04651312946174,63.798122563452836] radius = 761391.192330908 meters)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([28F9870FD9AEF4B9:AFAEFA8048F78839]:0)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testRandomBig(TestLatLonMultiPolygonShapeQueries.java:154)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/lucene/build/core/test/J2/temp/lucene.document.TestLatLonMultiPolygonShapeQueries_28F9870FD9AEF4B9-001
   [junit4]   2> NOTE: test params are: codec=Lucene84, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@321291e4), locale=nl-BE, timezone=GMT
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=207343768,total=373817344
   [junit4]   2> NOTE: All tests run in this JVM: [TestLatLonPointQueries, TestIndexWriterOnJRECrash, TestPayloadsOnVectors, TestDocValuesFieldUpdates, TestBlockMaxConjunction, TestEarlyTermination, TestIndexWriterLockRelease, TestLatLonPointDistanceSort, TestLatLonShape, TestHighCompressionMode, TestMultiMMap, TestIntArrayDocIdSet, TestLongsRef, TestTopDocsMerge, TestPerSegmentDeletes, TestOrdinalMap, TestMultiTermsEnum, TestSpans, TestSimilarity2, TestIndexWriterDelete, TestRegExp, TestNumericUtils, TestIndexWriterMerging, TestDaciukMihovAutomatonBuilder, TestLucene80NormsFormat, TestMergedIterator, TestFeatureSort, TestTermsEnum, TestPriorityQueue, TestXYPolygonShapeQueries, TestQueryVisitor, TestRollback, TestXYDocValuesQueries, LimitedFiniteStringsIteratorTest, TestAxiomaticF2LOG, TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [253/563 (1!)] on J2 in 148.19s, 9 tests, 1 failure <<< FAILURES!

[...truncated 440 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnVMError
   [junit4]   1> Unexpected exception: dumping fake-exception-log:...
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:690)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:531)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.checkpoint(IndexWriter.java:2568)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.publishFlushedSegment(IndexWriter.java:2672)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.lambda$publishFlushedSegments$10(IndexWriter.java:5192)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriterFlushQueue.innerPurge(DocumentsWriterFlushQueue.java:119)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriterFlushQueue.tryPurge(DocumentsWriterFlushQueue.java:150)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriter.purgeFlushTickets(DocumentsWriter.java:202)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.publishFlushedSegments(IndexWriter.java:5172)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter$1.afterSegmentsFlushed(IndexWriter.java:371)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:600)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:722)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:496)
   [junit4]   1> 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:116)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:175)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:690)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterOnVMError -Dtests.method=testCheckpoint -Dtests.seed=28F9870FD9AEF4B9 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/test-data/enwiki.random.lines.txt -Dtests.locale=ca-ES -Dtests.timezone=Europe/Zagreb -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.14s J2 | TestIndexWriterOnVMError.testCheckpoint <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1_Lucene80_1.dvd"
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([28F9870FD9AEF4B9:29E8D167F8451F7A]:0)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter$RefCount.DecRef(IndexFileDeleter.java:733)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:608)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:580)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$2.mergeFinished(IndexWriter.java:3184)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.closeMergeReaders(IndexWriter.java:4440)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4740)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4166)
   [junit4]    > 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3343)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3554)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1.fnm"
   [junit4]    > 		... 49 more
   [junit4]    > 	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5.cfs"
   [junit4]    > 		... 49 more
   [junit4]    > 	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5.cfe"
   [junit4]    > 		... 49 more
   [junit4]    > 	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1_Lucene80_1.dvm"
   [junit4]    > 		... 49 more
   [junit4]    > 	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5.si"
   [junit4]    > 		... 49 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/lucene/build/core/test/J2/temp/lucene.index.TestIndexWriterOnVMError_28F9870FD9AEF4B9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {text_payloads=Lucene84, text_vectors=PostingsFormat(name=LuceneVarGapDocFreqInterval), text1=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=Lucene84}, docValues:{dv3=DocValuesFormat(name=Asserting), dv2=DocValuesFormat(name=Lucene80), dv5=DocValuesFormat(name=Direct), dv=DocValuesFormat(name=Lucene80), text_payloads=DocValuesFormat(name=Direct), dv4=DocValuesFormat(name=Lucene80), text_vectors=DocValuesFormat(name=Lucene80), text1=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Direct), point2d=DocValuesFormat(name=Lucene80), stored1=DocValuesFormat(name=Lucene80), point=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=968, maxMBSortInHeap=5.424872946044334, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@69b8019e), locale=ca-ES, timezone=Europe/Zagreb
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=206963848,total=447217664
   [junit4]   2> NOTE: All tests run in this JVM: [TestLatLonPointQueries, TestIndexWriterOnJRECrash, TestPayloadsOnVectors, TestDocValuesFieldUpdates, TestBlockMaxConjunction, TestEarlyTermination, TestIndexWriterLockRelease, TestLatLonPointDistanceSort, TestLatLonShape, TestHighCompressionMode, TestMultiMMap, TestIntArrayDocIdSet, TestLongsRef, TestTopDocsMerge, TestPerSegmentDeletes, TestOrdinalMap, TestMultiTermsEnum, TestSpans, TestSimilarity2, TestIndexWriterDelete, TestRegExp, TestNumericUtils, TestIndexWriterMerging, TestDaciukMihovAutomatonBuilder, TestLucene80NormsFormat, TestMergedIterator, TestFeatureSort, TestTermsEnum, TestPriorityQueue, TestXYPolygonShapeQueries, TestQueryVisitor, TestRollback, TestXYDocValuesQueries, LimitedFiniteStringsIteratorTest, TestAxiomaticF2LOG, TestLatLonMultiPolygonShapeQueries, TestDirectoryReaderReopen, TestSumDocFreq, TestFrozenBufferedUpdates, TestTermVectorsWriter, TestIndexWriterReader, TestLucene70SegmentInfoFormat, TestNativeFSLockFactory, TestDoubleRange, Test2BDocs, TestAtomicUpdate, TestLongRange, TestSpanBoostQuery, TestGeoUtils, TestCharArrayMap, TestConstantScoreQuery, TestCustomSearcherSort, TestCompetitiveFreqNormAccumulator, TestHugeRamFile, TestSortedSetDocValues, TestComplexExplanationsOfNonMatches, TestAxiomaticF1EXP, TestBinaryDocValuesUpdates, TestUniqueTermCount, TestSearcherManager, TestFilterLeafReader, TestPositionIncrement, TestSimpleFSDirectory, TestWANDScorer, TestDeletionPolicy, TestIndexReaderClose, TestDocIdsWriter, TestMultiThreadTermVectors, TestIndependenceStandardized, TestSpanOrQuery, TestSloppyPhraseQuery, TestSegmentInfos, TestSimilarity, TestLazyProxSkipping, TestTimSorterWorstCase, TestPostingsOffsets, TestExternalCodecs, TestBooleanSimilarity, TestIndexWriterWithThreads, TestStringHelper, TestMinShouldMatch2, TestLucene50StoredFieldsFormat, TestByteBlockPool, TestCloseableThreadLocal, TestArrayUtil, TestIndexWriter, TestDocValuesRewriteMethod, TestSegmentTermDocs, TestSimpleAttributeImpl, TestDirectMonotonic, TestMergeRateLimiter, TestLucene50TermVectorsFormat, TestBufferedIndexInput, Test2BPostingsBytes, Test2BSortedDocValuesFixedSorted, Test4GBStoredFields, TestAddIndexes, TestAllFilesCheckIndexHeader, TestAllFilesDetectTruncation, TestAllFilesHaveChecksumFooter, TestAllFilesHaveCodecHeader, TestCheckIndex, TestConcurrentMergeScheduler, TestCrashCausesCorruptIndex, TestDemoParallelLeafReader, TestExceedMaxTermLength, TestExitableDirectoryReader, TestFieldInfos, TestFieldInvertState, TestFieldsReader, TestFilterMergePolicy, TestFlex, TestFlushByRamOrCountsPolicy, TestIndexInput, TestIndexManyDocuments, TestIndexOptions, TestIndexWriterCommit, TestIndexWriterConfig, TestIndexWriterDeleteByQuery, TestIndexWriterExceptions, TestIndexWriterMaxDocs, TestIndexWriterOnVMError]
   [junit4] Completed [375/563 (2!)] on J2 in 8.34s, 3 tests, 1 failure <<< FAILURES!

[...truncated 13800 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
   [junit4]   2> 4777666 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 4777666 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_243B5E9C73319974-001/data-dir-257-001
   [junit4]   2> 4777666 WARN  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=79 numCloses=79
   [junit4]   2> 4777666 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4777667 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4777667 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4777667 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_vcd/
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 4777720 WARN  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4777721 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 4777731 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4777731 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4777731 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4777731 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@500e22ea{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 4777825 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@3178cf7e{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost_localdomain-42007-hadoop-hdfs-3_2_0-tests_jar-_-any-7408596845813634854.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 4777825 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7d79766d{HTTP/1.1,[http/1.1]}{localhost.localdomain:42007}
   [junit4]   2> 4777825 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.Server Started @4777852ms
   [junit4]   2> 4777894 WARN  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4777894 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 4777896 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4777896 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4777896 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4777896 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@289bb9f9{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 4777987 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@4b8f6dc9{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-35323-hadoop-hdfs-3_2_0-tests_jar-_-any-5885555128784925398.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 4777987 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@46b2283a{HTTP/1.1,[http/1.1]}{localhost:35323}
   [junit4]   2> 4777987 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.Server Started @4778015ms
   [junit4]   2> 4778011 WARN  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4778012 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 4778016 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4778016 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4778016 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4778016 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16b60ee4{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 4778124 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xbb3614f2346a1592: Processing first storage report for DS-490308a3-93bd-4101-9c13-68fa514729b0 from datanode 46484f9c-6bab-4687-ac46-b8bc8e5aa77d
   [junit4]   2> 4778124 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xbb3614f2346a1592: from storage DS-490308a3-93bd-4101-9c13-68fa514729b0 node DatanodeRegistration(127.0.0.1:42575, datanodeUuid=46484f9c-6bab-4687-ac46-b8bc8e5aa77d, infoPort=38873, infoSecurePort=0, ipcPort=44411, storageInfo=lv=-57;cid=testClusterID;nsid=123219804;c=1583600368296), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 4778124 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xbb3614f2346a1592: Processing first storage report for DS-19f4dd97-432b-40a7-b2c4-04717a3723d1 from datanode 46484f9c-6bab-4687-ac46-b8bc8e5aa77d
   [junit4]   2> 4778124 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xbb3614f2346a1592: from storage DS-19f4dd97-432b-40a7-b2c4-04717a3723d1 node DatanodeRegistration(127.0.0.1:42575, datanodeUuid=46484f9c-6bab-4687-ac46-b8bc8e5aa77d, infoPort=38873, infoSecurePort=0, ipcPort=44411, storageInfo=lv=-57;cid=testClusterID;nsid=123219804;c=1583600368296), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 4778128 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@4bb324f9{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-43633-hadoop-hdfs-3_2_0-tests_jar-_-any-5666454140166542378.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 4778129 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7a479611{HTTP/1.1,[http/1.1]}{localhost:43633}
   [junit4]   2> 4778129 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.Server Started @4778156ms
   [junit4]   2> 4778252 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xfd3ea86435a4cfbc: Processing first storage report for DS-6f48e34f-d103-404c-b5fb-2bc814edfc87 from datanode a27fefeb-1777-4e24-aec5-26710d96f90f
   [junit4]   2> 4778252 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xfd3ea86435a4cfbc: from storage DS-6f48e34f-d103-404c-b5fb-2bc814edfc87 node DatanodeRegistration(127.0.0.1:46319, datanodeUuid=a27fefeb-1777-4e24-aec5-26710d96f90f, infoPort=41519, infoSecurePort=0, ipcPort=40253, storageInfo=lv=-57;cid=testClusterID;nsid=123219804;c=1583600368296), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [j

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

doop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> 4823048 WARN  (BP-1711052117-127.0.0.1-1583600368296 heartbeating to localhost.localdomain/127.0.0.1:33895) [     ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 4823048 WARN  (BP-1711052117-127.0.0.1-1583600368296 heartbeating to localhost.localdomain/127.0.0.1:33895) [     ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-1711052117-127.0.0.1-1583600368296 (Datanode Uuid 46484f9c-6bab-4687-ac46-b8bc8e5aa77d) service to localhost.localdomain/127.0.0.1:33895
   [junit4]   2> 4823071 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@3178cf7e{hdfs,/,null,UNAVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 4823071 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7d79766d{HTTP/1.1,[http/1.1]}{localhost.localdomain:0}
   [junit4]   2> 4823071 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4823071 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@500e22ea{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_243B5E9C73319974-001
   [junit4]   2> Mar 07, 2020 5:00:13 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 32 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {rnd_b=Lucene84, multiDefault=FST50, a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), _root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), id=Lucene84, text=Lucene84}, docValues:{other_tl1=DocValuesFormat(name=Direct), range_facet_l_dv=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Lucene80), _root_=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Direct), a_i1=DocValuesFormat(name=Direct), range_facet_l=DocValuesFormat(name=Direct), rnd_b=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Direct), a_t=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene80), text=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1741, maxMBSortInHeap=6.817843733495912, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3a0a92bb), locale=lt-LT, timezone=Asia/Tbilisi
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=4,free=204922032,total=522715136
   [junit4]   2> NOTE: All tests run in this JVM: [ZkControllerTest, TestSystemIdResolver, AtomicUpdatesTest, DaemonStreamApiTest, ActionThrottleTest, LargeFieldTest, TestLegacyNumericRangeQueryBuilder, TestOrdValues, RecoveryAfterSoftCommitTest, MultiThreadedOCPTest, LeaderElectionIntegrationTest, LeaderFailureAfterFreshStartTest, TestIBSimilarityFactory, RequiredFieldsTest, TestLazyCores, TestExtendedDismaxParser, TestCSVResponseWriter, TestFacetMethods, TestFieldCache, TestDefaultStatsCache, TestSortableTextField, TestCloudJSONFacetJoinDomain, DistributedFacetSimpleRefinementLongTailTest, TestEmbeddedSolrServerSchemaAPI, IndexSizeTriggerMixedBoundsTest, ExitableDirectoryReaderTest, BlockJoinFacetSimpleTest, CurrencyFieldTypeTest, ConfigureRecoveryStrategyTest, TestReversedWildcardFilterFactory, TestDelegationWithHadoopAuth, TestStressReorder, DocumentBuilderTest, TestSSLRandomization, TestSchemaField, CloudMLTQParserTest, DeleteStatusTest, TermVectorComponentDistributedTest, SampleTest, IgnoreLargeDocumentProcessorFactoryTest, TestSolrXml, UUIDUpdateProcessorFallbackTest, QueryParsingTest, TestFilteredDocIdSet, TestCloudPivotFacet, TestDynamicLoadingUrl, TestPerFieldSimilarityWithDefaultOverride, OutOfBoxZkACLAndCredentialsProvidersTest, TestFieldCacheSortRandom, CollectionsAPIAsyncDistributedZkTest, TestFieldCollectionResource, MetricTriggerIntegrationTest, AssignBackwardCompatibilityTest, TestSurroundQueryParser, EnumFieldTest, TestRecoveryHdfs, TestValueSourceCache, DistributedSuggestComponentTest, HighlighterMaxOffsetTest, DistributedExpandComponentTest, SolrXmlInZkTest, SuggesterTSTTest, TestSafeXMLParsing, TestOverriddenPrefixQueryForCustomFieldType, ChaosMonkeySafeLeaderTest, TestCoreBackup, ParsingFieldUpdateProcessorsTest, DOMUtilTest, HLLSerializationTest, SimpleCollectionCreateDeleteTest, TestTrie, OverseerSolrResponseUnsafeSerializationTest, TestDocBasedVersionConstraints, UpdateLogTest, TestSystemCollAutoCreate, TestInfoStreamLogging, RemoteQueryErrorTest, TestDistributedMissingSort, TestSizeLimitedDistributedMap, QueryElevationComponentTest, CdcrUpdateLogTest, TestRetrieveFieldsOptimizer, TestSolrCachePerf, ShardRoutingCustomTest, DocValuesMissingTest, DistributedFacetPivotLongTailTest, MigrateRouteKeyTest, TimeZoneUtilsTest, SliceStateTest, PingRequestHandlerTest, SearchRateTriggerTest, PeerSyncWithBufferUpdatesTest, TestBlobHandler, SystemInfoHandlerTest, TestRestoreCore, TestStandardQParsers, TestGraphTermsQParserPlugin, TestSimDistribStateManager, TestCryptoKeys, TestComplexPhraseLeadingWildcard, UnloadDistributedZkTest, HttpPartitionTest, TestSolrConfigHandlerCloud, TimeRoutedAliasUpdateProcessorTest, CollectionStateFormat2Test, TestOnReconnectListenerSupport, ZkShardTermsTest, TestFieldTypeResource, TestCharFilters, AddSchemaFieldsUpdateProcessorFactoryTest, TestHttpServletCarrier, TestSmileRequest, SparseHLLTest, AuditLoggerPluginTest, BooleanFieldTest, TestInPlaceUpdatesRequiredField, ConfigSetsAPITest, TestCloudDeleteByQuery, MetricsHandlerTest, TestZkAclsWithHadoopAuth, JSONWriterTest, RoutingToNodesWithPropertiesTest, TestPullReplicaErrorHandling, TestGraphMLResponseWriter, TestSearchPerf, LegacyCloudClusterPropTest, DistributedQueryComponentOptimizationTest, SearchHandlerTest, XCJFQueryTest, BinaryUpdateRequestHandlerTest, TestCustomStream, TestCloudRecovery2, TestShardHandlerFactory, TestLegacyBM25SimilarityFactory, NodeMarkersRegistrationTest, TestNestedUpdateProcessor, TestSnapshotCloudManager, TestSimScenario, TestCodecSupport, IndexSchemaTest, TestDistributedStatsComponentCardinality, TestRandomDVFaceting, TestSchemaSimilarityResource, CustomTermsComponentTest, OverseerModifyCollectionTest, TestRTGBase, LoggingHandlerTest, AnalysisAfterCoreReloadTest, CursorPagingTest, EchoParamsTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, TestSolrCoreProperties, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, BasicZkTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, ClusterStateMockUtilTest, ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, CollectionsAPISolrJTest, ConcurrentCreateRoutedAliasTest, CreateRoutedAliasTest, DeleteNodeTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, DocValuesNotIndexedTest, FullSolrCloudDistribCmdsTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, LeaderElectionTest, LeaderFailoverAfterPartitionTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MoveReplicaHDFSTest, NestedShardedAtomicUpdateTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, OverseerTaskQueueTest, OverseerTest, PackageManagerCLITest, PeerSyncReplicationTest, RecoveryZkTest, ReindexCollectionTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, ReplicationFactorTest, ShardRoutingTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SplitShardTest, SystemCollectionCompatTest, TestAuthenticationFramework, TestCloudConsistency, TestClusterProperties, TestConfigSetsAPI, TestLeaderElectionZkExpiry, TestPullReplica, TestRandomRequestDistribution, TestRequestForwarding, TestSkipOverseerOperations, TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates, TestTlogReplica, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, CollectionsAPIDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, SplitByPrefixTest, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, TestReplicaProperties, TestRequestStatusCollectionAPI, AutoAddReplicasIntegrationTest, AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, ComputePlanActionTest, ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest, IndexSizeTriggerTest, NodeAddedTriggerTest, RestoreTriggerStateTest, ScheduledTriggerIntegrationTest, SystemLogListenerTest, TestPolicyCloud, TriggerCooldownIntegrationTest, TestSimPolicyCloud, TestSimUtils, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, HDFSCollectionsAPITest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsSyncSliceTest]
   [junit4] Completed [596/901 (1!)] on J0 in 48.50s, 1 test, 1 failure <<< FAILURES!

[...truncated 53499 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 18 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/18/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([1C7141ED5C9D4DB9]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 16064 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 6134622 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 6134636 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/data-dir-286-001
   [junit4]   2> 6134636 WARN  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 6134636 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 6134637 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 6134638 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001
   [junit4]   2> 6134639 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 6134676 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6134676 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 6134776 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:40324
   [junit4]   2> 6134776 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40324
   [junit4]   2> 6134776 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40324
   [junit4]   2> 6134776 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40324
   [junit4]   2> 6134859 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6134895 INFO  (zkConnectionManagerCallback-20154-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6134899 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6134930 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6134930 INFO  (zkConnectionManagerCallback-20156-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6134930 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6134931 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6134932 INFO  (zkConnectionManagerCallback-20158-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6134932 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135066 WARN  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135066 WARN  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135066 WARN  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 6135067 WARN  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135067 WARN  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 6135068 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135068 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135068 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6135069 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135069 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135069 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6135069 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32f69c2e{/solr,null,AVAILABLE}
   [junit4]   2> 6135070 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66f198e1{/solr,null,AVAILABLE}
   [junit4]   2> 6135070 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135070 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135070 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a52e17c{/solr,null,AVAILABLE}
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6406183c{SSL,[ssl, http/1.1]}{127.0.0.1:37067}
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.Server Started @6135165ms
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37067}
   [junit4]   2> 6135071 ERROR (jetty-launcher-20159-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.1
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T03:04:02.208Z
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5072edbe{SSL,[ssl, http/1.1]}{127.0.0.1:39423}
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.Server Started @6135166ms
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39423}
   [junit4]   2> 6135073 ERROR (jetty-launcher-20159-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.1
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T03:04:02.210Z
   [junit4]   2> 6135101 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135101 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135101 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2f6db215{SSL,[ssl, http/1.1]}{127.0.0.1:35633}
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.Server Started @6135195ms
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35633}
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ecdcd0e{/solr,null,AVAILABLE}
   [junit4]   2> 6135102 ERROR (jetty-launcher-20159-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.1
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T03:04:02.239Z
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@43bfbc95{SSL,[ssl, http/1.1]}{127.0.0.1:38575}
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.Server Started @6135196ms
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38575}
   [junit4]   2> 6135102 ERROR (jetty-launcher-20159-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.1
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135103 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T03:04:02.239Z
   [junit4]   2> 6135103 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135103 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@952c456{/solr,null,AVAILABLE}
   [junit4]   2> 6135104 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135104 INFO  (zkConnectionManagerCallback-20161-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135104 INFO  (zkConnectionManagerCallback-20165-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135104 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135104 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135104 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@137ede92{SSL,[ssl, http/1.1]}{127.0.0.1:45355}
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.Server Started @6135199ms
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45355}
   [junit4]   2> 6135105 ERROR (jetty-launcher-20159-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.1
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T03:04:02.242Z
   [junit4]   2> 6135118 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135122 INFO  (zkConnectionManagerCallback-20167-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135122 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135122 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135126 INFO  (zkConnectionManagerCallback-20163-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135126 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135158 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135181 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135219 INFO  (zkConnectionManagerCallback-20169-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135219 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135346 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135803 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6135804 WARN  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6135849 WARN  (jetty-launcher-20159-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4731a8bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6135849 WARN  (jetty-launcher-20159-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4731a8bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6135878 WARN  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6135879 WARN  (jetty-launcher-20159-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1015ee59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6135879 WARN  (jetty-launcher-20159-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1015ee59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6135880 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6135898 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135996 INFO  (zkConnectionManagerCallback-20180-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135996 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136334 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136468 INFO  (zkConnectionManagerCallback-20182-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136468 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136498 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6136498 WARN  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6136499 WARN  (jetty-launcher-20159-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5185e78e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136499 WARN  (jetty-launcher-20159-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5185e78e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136517 WARN  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6136518 WARN  (jetty-launcher-20159-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@61219922[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136518 WARN  (jetty-launcher-20159-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@61219922[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136519 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6136520 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136581 INFO  (zkConnectionManagerCallback-20190-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136581 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136779 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6136780 WARN  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6136785 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136797 INFO  (zkConnectionManagerCallback-20192-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136798 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136799 WARN  (jetty-launcher-20159-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5505319d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136799 WARN  (jetty-launcher-20159-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5505319d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136814 WARN  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6136850 WARN  (jetty-launcher-20159-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@dc6617[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136850 WARN  (jetty-launcher-20159-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@dc6617[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136852 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6136870 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136870 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6136871 WARN  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6136872 WARN  (jetty-launcher-20159-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7204f70b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136872 WARN  (jetty-launcher-20159-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7204f70b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136873 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37067_solr
   [junit4]   2> 6136874 WARN  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6136874 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.Overseer Overseer (id=76013218728902667-127.0.0.1:37067_solr-n_0000000000) starting
   [junit4]   2> 6136886 WARN  (jetty-launcher-20159-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@51417b1d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136886 WARN  (jetty-launcher-20159-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@51417b1d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136887 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6136888 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136890 INFO  (zkConnectionManagerCallback-20200-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136899 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136907 INFO  (zkConnectionManagerCallback-20206-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136907 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6137090 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6137167 INFO  (zkConnectionManagerCallback-20208-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6137167 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6137185 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6137241 INFO  (OverseerStateUpdate-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [n:127.0.0.1:37067_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37067_solr
   [junit4]   2> 6137310 INFO  (zkConnectionManagerCallback-20210-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6137310 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6137314 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37067_solr
   [junit4]   2> 6137317 WARN  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 6137330 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 6137335 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39423_solr as DOWN
   [junit4]   2> 6137335 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 6137335 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39423_solr
   [junit4]   2> 6137337 WARN  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 6137351 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 6137366 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 6137367 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 6137367 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 6137367 INFO  (zkCallback-20191-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 6137388 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35633_solr as DOWN
   [junit4]   2> 6137406 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38575_solr as DOWN
   [junit4]   2> 6137407 INFO  (zkCallback-20181-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 6137408 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 6137408 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35633_solr
   [junit4]   2> 6137410 WARN  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 6137444 INFO  (zkCallback-20207-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 6137444 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 6137444 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38575_solr
   [junit4]   2> 6137444 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6137554 INFO  (zkCallback-20181-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6137554 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6137562 INFO  (zkCallback-20191-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6137582 INFO  (zkCallback-20181-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6137582 INFO  (zkCallback-20191-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6137598 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6137621 INFO  (zkCallback-20207-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6137621 WARN  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 6137635 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6137656 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:37067_solr, 127.0.0.1:35633_solr, 127.0.0.1:38575_solr, 127.0.0.1:39423_solr]
   [junit4]   2> 6137694 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6137741 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 6137840 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37067.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6137855 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 6137855 DEBUG (ScheduledTrigger-16607-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 6137877 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37067.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6137877 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37067.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6137878 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 6137891 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6137891 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node1/.
   [junit4]   2> 6137952 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138066 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138096 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38575.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138116 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138170 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39423.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138172 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 6138191 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node4/.
   [junit4]   2> 6138584 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38575.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138584 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38575.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138603 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6138604 WARN  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6138604 WARN  (jetty-launcher-20159-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@534c389a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6138604 WARN  (jetty-launcher-20159-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@534c389a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6138607 WARN  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6138701 WARN  (jetty-launcher-20159-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@48d7bb61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6138701 WARN  (jetty-launcher-20159-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@48d7bb61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6138702 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6138738 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 6138738 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6138758 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node2/.
   [junit4]   2> 6138759 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39423.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138759 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39423.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138831 INFO  (zkConnectionManagerCallback-20228-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6138831 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6138832 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 6138832 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node5/.
   [junit4]   2> 6138925 DEBUG (ScheduledTrigger-16607-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 6139015 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6139032 INFO  (zkConnectionManagerCallback-20230-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6139032 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6139092 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 6139094 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45355_solr as DOWN
   [junit4]   2> 6139095 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 6139095 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45355_solr
   [junit4]   2> 6139153 INFO  (zkCallback-20207-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139153 INFO  (zkCallback-20191-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139153 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139165 INFO  (zkCallback-20229-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139166 WARN  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 6139177 INFO  (zkCallback-20181-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139256 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6139365 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45355.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6139467 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45355.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6139467 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45355.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6139523 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 6139524 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node3/.
   [junit4]   2> 6139925 DEBUG (ScheduledTrigger-16607-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5 and last live nodes: 4
   [junit4]   2> 6139968 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 6139970 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6140015 INFO  (zkConnectionManagerCallback-20239-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6140015 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6140016 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 6140060 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40324/solr ready
   [junit4]   2> 6140138 INFO  (qtp1620527692-158130) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 6140314 INFO  (qtp1620527692-158122) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 6140609 INFO  (qtp737999112-158113) [n:127.0.0.1:37067_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 6140645 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=33
   [junit4]   2> 6140731 INFO  (qtp529013252-158134) [n:127.0.0.1:39423_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 6140833 INFO  (qtp1552163145-158140) [n:127.0.0.1:45355_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 6140833 DEBUG (qtp205871446-158144) [n:127.0.0.1:38575_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 6140852 INFO  (qtp205871446-158144) [n:127.0.0.1:38575_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=625
   [junit4]   2> 6140855 DEBUG (zkCallback-20191-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 6140948 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 6140998 DEBUG (ScheduledTrigger-16607-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5 and last live nodes: 5
   [junit4]   2> 6141120 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 6141180 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 6141601 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[1C7141ED5C9D4DB9]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 6141603 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[1C7141ED5C9D4DB9]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 6141617 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[1C7141ED5C9D4DB9]) [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 6141633 DEBUG (zkCallback-20191-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 6141633 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 6141633 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 6141633 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 6141711 INFO  (qtp737999112-158101) [n:127.0.0.1:37067_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 6141747 INFO  (OverseerThreadFactory-16609-thread-1-processing-n:127.0.0.1:37067_solr) [n:127.0.0.1:37067_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection belowRate_collection
   [junit4]   2> 6141960 INFO  (OverseerStateUpdate-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [n:127.0.0.1:37067_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35633/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 6141995 INFO  (OverseerStateUpdate-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [n:127.0.0.1:37067_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37067/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 6142291 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6142309 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr    x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6142325 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 6143456 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 6143473 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 6143510 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 6143546 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6143546 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 6143547 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.core.belowRate_collection.shard1.replica_n1' (registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6143547 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node4/belowRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node4/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 6143677 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 6143692 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6143692 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n2' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 6143693 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37067.solr.core.belowRate_collection.shard1.replica_n2' (registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6143693 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node1/belowRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node1/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 6144202 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 6144202 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6144254 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6144254 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6144268 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1aa5c12f[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 6144281 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 6144281 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 6144282 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 6144282 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654674582582329344
   [junit4]   2> 6144300 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 6144300 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6144302 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6144302 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6144303 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1827522c[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 6144318 INFO  (searcherExecutor-16633-thread-1-processing-n:127.0.0.1:35633_solr x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 r:core_node3) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n1] Registered new searcher Searcher@1aa5c12f[belowRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6144374 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 6144387 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 6144387 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 6144406 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9983ms
   [junit4]   2> 6144423 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 6144423 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 6144423 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654674582730178560
   [junit4]   2> 6144460 INFO  (searcherExecutor-16634-thread-1-processing-n:127.0.0.1:37067_solr x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 r:core_node4) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n2] Registered new searcher Searcher@1827522c[belowRate_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6144463 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 6144463 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 6144920 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 6144920 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 6144920 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35633/solr/belowRate_collection_shard1_replica_n1/
   [junit4]   2> 6144920 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=https://127.0.0.1:35633/solr START replicas=[https://127.0.0.1:37067/solr/belowRate_collection_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 6144921 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=https://127.0.0.1:35633/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 6144956 INFO  (qtp737999112-158113) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 6144964 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 6144964 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 6144964 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/belowRate_collection/leaders/shard1/leader after winning as /collections/belowRate_collection/leader_elect/shard1/election/76013218728902671-core_node3-n_0000000000
   [junit4]   2> 6145046 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35633/solr/belowRate_collection_shard1_replica_n1/ shard1
   [junit4]   2> 6145176 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145177 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 6145178 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2869
   [junit4]   2> 6145399 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145448 INFO  (zkCallback-20209-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145526 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3235
   [junit4]   2> 6145570 INFO  (qtp737999112-158101) [n:127.0.0.1:37067_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 6145684 INFO  (zkCallback-20209-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145684 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145685 INFO  (zkCallback-20191-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145685 INFO  (zkCallback-20191-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145692 INFO  (qtp737999112-158101) [n:127.0.0.1:37067_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3980
   [junit4]   2> 6145700 INFO  (qtp737999112-158114) [n:127.0.0.1:37067_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 6145758 INFO  (OverseerCollectionConfigSetProcessor-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [n:127.0.0.1:37067_solr     ] 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> 6145759 INFO  (OverseerThreadFactory-16609-thread-2-processing-n:127.0.0.1:37067_solr) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:38575_solr for creating new replica of shard shard1 for collection belowRate_collection
   [junit4]   2> 6145760 INFO  (OverseerThreadFactory-16609-thread-2-processing-n:127.0.0.1:37067_solr) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 6145779 INFO  (OverseerStateUpdate-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [n:127.0.0.1:37067_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38575/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38575_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 6145881 INFO  (zkCallback-20191-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145881 INFO  (zkCallback-20191-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145881 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145881 INFO  (zkCallback-20209-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6146297 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr    x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6146395 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 6146445 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 6146448 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6146448 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n5' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 6146464 INFO  (zkCallback-20191-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6146468 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38575.solr.core.belowRate_collection.shard1.replica_n5' (registry 'solr.core.belowRate_collection.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6146468 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node2/belowRate_collection_shard1_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node2/./belowRate_collection_shard1_replica_n5/data/]
   [junit4]   2> 6146473 INFO  (zkCallback-20191-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6146490 INFO  (zkCallback-20209-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6146490 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6147116 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 6147116 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6147117 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6147117 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6147118 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f180118[belowRate_collection_shard1_replica_n5] main]
   [junit4]   2> 6147193 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 6147194 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 6147194 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 6147194 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654674585635782656
   [junit4]   2> 6147210 INFO  (searcherExecutor-16643-thread-1-processing-n:127.0.0.1:38575_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n5] Registered new searcher Searcher@2f180118[belowRate_collection_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6147216 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node6=0, core_node3=0, core_node4=0}, version=2}
   [junit4]   2> 6147216 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 6147304 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkController Core needs to recover:belowRate_collection_shard1_replica_n5
   [junit4]   2> 6147305 INFO  (updateExecutor-20194-thread-1-processing-n:127.0.0.1:38575_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 6147305 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1008
   [junit4]   2> 6147306 INFO  (recoveryExecutor-20198-thread-1-processing-n:127.0.0.1:38575_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 6147306 INFO  (recoveryExecutor-20198-thread-1-processing-n:127.0.0.1:38575_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 6147335 INFO  

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

t/election/76013218728902667-127.0.0.1:37067_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/leader_elect/shard1/election/76013218728902670-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/collections/belowRate_collection/leader_elect/shard1/election/76013218728902671-core_node3-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	95	/solr/overseer/queue
   [junit4]   2> 	36	/solr/overseer/collection-queue-work
   [junit4]   2> 	30	/solr/live_nodes
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 6213325 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40324
   [junit4]   2> 6213325 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40324
   [junit4]   2> 6213325 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40324
   [junit4]   2> 6213326 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Jan 03, 2020 3:05:20 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1226c268), locale=und, timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=223046528,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: [NestedShardedAtomicUpdateTest, TestBM25SimilarityFactory, TestLegacyNumericRangeQueryBuilder, AdminHandlersProxyTest, AnalysisErrorHandlingTest, StressHdfsTest, CachingDirectoryFactoryTest, MetricsHistoryIntegrationTest, TestGraphTermsQParserPlugin, TestOnReconnectListenerSupport, HdfsNNFailoverTest, TestFilteredDocIdSet, HdfsDirectoryTest, DistributedSuggestComponentTest, TestUnInvertedFieldException, DateRangeFieldTest, SchemaVersionSpecificBehaviorTest, HdfsTlogReplayBufferedWhileIndexingTest, TestEmbeddedSolrServerSchemaAPI, TestStandardQParsers, TestBadConfig, DirectSolrConnectionTest, RemoteQueryErrorTest, SolrMetricReporterTest, ShowFileRequestHandlerTest, TestBlendedInfixSuggestions, RestoreTriggerStateTest, NotRequiredUniqueKeyTest, TestGeoJSONResponseWriter, AnalysisAfterCoreReloadTest, TestSolrCachePerf, ScheduledTriggerTest, TestAddFieldRealTimeGet, TestPointFields, SignatureUpdateProcessorFactoryTest, DistributedQueryComponentOptimizationTest, TestSystemIdResolver, TestLegacyFieldReuse, TestBulkSchemaAPI, TestCloudManagedSchema, TestFunctionQuery, SplitByPrefixTest, TestWaitForStateWithJettyShutdowns, TestJsonRequest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, LargeFieldTest, TestPullReplicaErrorHandling, TestTrie, AnalyticsQueryTest, AutoScalingHandlerTest, SpellingQueryConverterTest, TestUnifiedSolrHighlighter, TestSolrCloudWithKerberosAlt, MoreLikeThisHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, RoutingToNodesWithPropertiesTest, TestSolrJ, TestHdfsCloudBackupRestore, IndexSchemaRuntimeFieldTest, TestConfigReload, ZkSolrClientTest, HttpPartitionWithTlogReplicasTest, TransactionLogTest, ZkStateReaderTest, WrapperMergePolicyFactoryTest, TestConfigOverlay, TestSolrIndexConfig, BadIndexSchemaTest, TestCryptoKeys, TestManagedSchemaAPI, CollectionsAPISolrJTest, SolrIndexMetricsTest, TestMacros, TestSafeXMLParsing, NodeLostTriggerIntegrationTest, TestPivotHelperCode, TestLuceneIndexBackCompat, CoreMergeIndexesAdminHandlerTest, TestSQLHandlerNonCloud, DeleteInactiveReplicaTest, TestReplicationHandler, SuggesterFSTTest, SignificantTermsQParserPluginTest, TestStressReorder, CollectionsAPIDistributedZkTest, TestSimTriggerIntegration, MissingSegmentRecoveryTest, TestGroupingSearch, TestReqParamsAPI, SolrPluginUtilsTest, NestedAtomicUpdateTest, ActionThrottleTest, BasicAuthOnSingleNodeTest, TestInPlaceUpdatesDistrib, IndexSizeTriggerSizeEstimationTest, TestFieldCacheWithThreads, DistribCursorPagingTest, TestCrossCoreJoin, SliceStateTest, TestExtendedDismaxParser, EchoParamsTest, TestRequestStatusCollectionAPI, CircularListTest, TestCloudJSONFacetSKG, ChaosMonkeySafeLeaderTest, HdfsRestartWhileUpdatingTest, HealthCheckHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, TestComplexPhraseLeadingWildcard, TestDistribPackageStore, VersionInfoTest, OverseerRolesTest, PrimitiveFieldTypeTest, TestStressThreadBackup, ReplicationFactorTest, DirectUpdateHandlerTest, TestSurroundQueryParser, SearchHandlerTest, TestCloudDeleteByQuery, TestSimGenericDistributedQueue, XmlInterpolationTest, PropertiesRequestHandlerTest, GraphQueryTest, TestSchemaResource, TestStressInPlaceUpdates, PolyFieldTest, TestScoreJoinQPNoScore, TestRTGBase, BlockJoinFacetDistribTest, TestNRTOpen, DistanceUnitsTest, JWTAuthPluginTest, DirectSolrSpellCheckerTest, BasicZkTest, DocumentAnalysisRequestHandlerTest, TestLeaderElectionZkExpiry, TestManagedSynonymFilterFactory, CoreAdminHandlerTest, TestRandomDVFaceting, CustomTermsComponentTest, TestOverriddenPrefixQueryForCustomFieldType, CleanupOldIndexTest, SoftAutoCommitTest, TestReversedWildcardFilterFactory, JavabinLoaderTest, TlogReplayBufferedWhileIndexingTest, TestExceedMaxTermLength, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, MinimalSchemaTest, OutputWriterTest, SampleTest, TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, TestHighlightDedupGrouping, TestJoin, TestRandomFaceting, TestSimpleTrackingShardHandler, TestSolrCoreProperties, TestSolrTestCaseJ4, TestTolerantSearch, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TestDeprecatedFilters, TestLuceneMatchVersion, TestWordDelimiterFilterFactory, TokenizerChainTest, TestJettySolrRunner, ConnectionReuseTest, AddReplicaTest, AliasIntegrationTest, BasicDistributedZk2Test, ClusterStateUpdateTest, CollectionPropsTest, CollectionStateFormat2Test, ConnectionManagerTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteShardTest, DeleteStatusTest, DistributedQueueTest, ForceLeaderTest, LeaderElectionTest, LeaderFailoverAfterPartitionTest, LeaderTragicEventTest, MetricsHistoryWithAuthIntegrationTest, MoveReplicaTest, MultiSolrCloudTestCaseTest, OverseerStatusTest, OverseerTest, RecoveryZkTest, ShardRoutingCustomTest, ShardRoutingTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SolrXmlInZkTest, SystemCollectionCompatTest, TestCloudInspectUtil, TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet, TestCloudRecovery, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestDynamicFieldNamesIndexCorrectly, TestPullReplica, TestRandomRequestDistribution, TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TestZkChroot, TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, ZkCLITest, ZkControllerTest, ZkNodePropsTest, ZkShardTermsTest, CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest, TestLocalFSCloudBackupRestore, TestReplicaProperties, AutoAddReplicasPlanActionTest, ComputePlanActionTest, HttpTriggerListenerTest, IndexSizeTriggerMixedBoundsTest, NodeMarkersRegistrationTest, ScheduledTriggerIntegrationTest, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=1C7141ED5C9D4DB9 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=und -Dtests.timezone=Asia/Ust-Nera -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1C7141ED5C9D4DB9]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [569/889 (1!)] on J0 in 79.46s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 54014 lines...]

Re: [JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 17 - Failure

Posted by David Smiley <da...@gmail.com>.
FYI Ignacio
https://issues.apache.org/jira/browse/LUCENE-8673

~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley


On Wed, Jan 1, 2020 at 6:03 PM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/17/
>
> 3 tests failed.
> FAILED:
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig
>
> Error Message:
> Java heap space
>
> Stack Trace:
> java.lang.OutOfMemoryError: Java heap space
>         at
> __randomizedtesting.SeedInfo.seed([34794AE69CB7F902:B32E37690DEE8582]:0)
>         at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
>         at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
>         at
> org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
>         at
> org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
>         at
> org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
>         at
> org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:282)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
>         at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
>         at
> org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
>         at
> org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
>         at
> org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
>         at
> org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
>         at
> org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
>         at
> org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
>         at
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
>         at
> org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
>         at
> org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
>         at
> org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
>         at
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
>         at
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
>         at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
>         at
> org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
>         at
> org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
>         at
> org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
>         at
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>
>
> FAILED:  junit.framework.TestSuite.org
> .apache.solr.handler.TestReplicationHandler
>
> Error Message:
> ObjectTracker found 6 object(s) that were not released!!!
> [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper,
> MockDirectoryWrapper, MockDirectoryWrapper]
> 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:348)
> at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:1078)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
> at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
> at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
> at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:348)
> at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
> at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:348)
> at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)  at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:348)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
> at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
> at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)   expected null, but
> was:<ObjectTracker found 6 object(s) that were not released!!!
> [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper,
> MockDirectoryWrapper, MockDirectoryWrapper]
> 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:348)
> at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:1078)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
> at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
> at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
> at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:348)
> at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
> at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:348)
> at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)  at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:348)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
> at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
> at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)  >
>
> Stack Trace:
> java.lang.AssertionError: ObjectTracker found 6 object(s) that were not
> released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient,
> MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
> 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:348)
>         at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:1078)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
>         at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
>         at
> org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
>         at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
>         at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:348)
>         at
> org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:348)
>         at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:348)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
>         at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
>         at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
>         at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
>  expected null, but was:<ObjectTracker found 6 object(s) that were not
> released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient,
> MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
> 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:348)
>         at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:1078)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
>         at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
>         at
> org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
>         at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
>         at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:348)
>         at
> org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:348)
>         at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:348)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
>         at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
>         at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
>         at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> >
>         at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.failNotNull(Assert.java:755)
>         at org.junit.Assert.assertNull(Assert.java:737)
>         at
> org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:343)
>         at sun.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
>         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:748)
>
>
> FAILED:  junit.framework.TestSuite.org
> .apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
>
> Error Message:
> Clean up static fields (in @AfterClass?) and null them, your test still
> has references to classes of which the sizes cannot be measured due to
> security restrictions or Java 9 module encapsulation:   - private static
> org.apache.solr.client.solrj.cloud.SolrCloudManager
> org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>
> Stack Trace:
> junit.framework.AssertionFailedError: Clean up static fields (in
> @AfterClass?) and null them, your test still has references to classes of
> which the sizes cannot be measured due to security restrictions or Java 9
> module encapsulation:
>   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager
> org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>         at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
>         at
> com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
>         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:748)
> Caused by: java.security.AccessControlException: access denied
> ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
>         at
> java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
>         at
> java.security.AccessController.checkPermission(AccessController.java:884)
>         at
> java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
>         at
> java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
>         at java.lang.Class.checkPackageAccess(Class.java:2372)
>         at java.lang.Class.checkMemberAccess(Class.java:2351)
>         at java.lang.Class.getDeclaredFields(Class.java:1915)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
>         at
> com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
>         ... 10 more
>
>
>
>
> Build Log:
> [...truncated 11082 lines...]
>    [junit4] Suite:
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries
>    [junit4]   2> NOTE: download the large Jenkins line-docs file by
> running 'ant get-jenkins-line-docs' in the lucene directory.
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestXYMultiPolygonShapeQueries -Dtests.method=testRandomBig
> -Dtests.seed=34794AE69CB7F902 -Dtests.multiplier=2 -Dtests.nightly=true
> -Dtests.slow=true
> -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt
> -Dtests.locale=es-CR -Dtests.timezone=Jamaica -Dtests.asserts=true
> -Dtests.file.encoding=US-ASCII
>    [junit4] ERROR    512s J1 |
> TestXYMultiPolygonShapeQueries.testRandomBig <<<
>    [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([34794AE69CB7F902:B32E37690DEE8582]:0)
>    [junit4]    >        at
> org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
>    [junit4]    >        at
> org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
>    [junit4]    >        at
> org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
>    [junit4]    >        at
> org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
>    [junit4]    >        at
> org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:282)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
>    [junit4]    >        at
> org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
>    [junit4]    >        at
> org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
>    [junit4]    >        at
> org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
>    [junit4]    >        at
> org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
>    [junit4]    >        at
> org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
>    [junit4]    >        at
> org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
>    [junit4]    >        at
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
>    [junit4]    >        at
> org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
>    [junit4]    >        at
> org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
>    [junit4]    >        at
> org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
>    [junit4]    >        at
> org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
>    [junit4]    >        at
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/J1/temp/lucene.document.TestXYMultiPolygonShapeQueries_34794AE69CB7F902-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84):
> {id=PostingsFormat(name=LuceneVarGapFixedInterval)},
> docValues:{shape=DocValuesFormat(name=Direct),
> id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=273,
> maxMBSortInHeap=6.345346266691905,
> sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e99cac0),
> locale=es-CR, timezone=Jamaica
>    [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
> 1.8.0_191 (64-bit)/cpus=4,threads=1,free=156151040,total=189792256
>    [junit4]   2> NOTE: All tests run in this JVM: [TestBM25FQuery,
> TestXYMultiPolygonShapeQueries]
>    [junit4] Completed [35/40 (1!)] on J1 in 1046.68s, 5 tests, 1 error <<<
> FAILURES!
>
> [...truncated 16 lines...]
>    [junit4] JVM J1: stdout was not empty, see:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/temp/junit4-J1-20200101_203029_534536506346031713395.sysout
>    [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
>    [junit4] java.lang.OutOfMemoryError: Java heap space
>    [junit4] Dumping heap to
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/heapdumps/java_pid22598.hprof
> ...
>    [junit4] Heap dump file created [434666512 bytes in 0.560 secs]
>    [junit4] <<< JVM J1: EOF ----
>
> [...truncated 3886 lines...]
>    [junit4] Suite:
> org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
>    [junit4]   2> 2086940 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001
>    [junit4]   2> 2086940 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 2086941 INFO  (ZkTestServer Run Thread) [     ]
> o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 2086941 INFO  (ZkTestServer Run Thread) [     ]
> o.a.s.c.ZkTestServer Starting server
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer start zk server on port:37205
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37205
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37205
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37205
>    [junit4]   2> 2087046 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087056 INFO  (zkConnectionManagerCallback-7460-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087056 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087076 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087080 INFO  (zkConnectionManagerCallback-7462-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087080 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087082 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087082 INFO  (zkConnectionManagerCallback-7464-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087082 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087190 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087191 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087193 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087198 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087207 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087207 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087208 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 2087217 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d1e0aae
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d7fb1af
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@a5aa9f8{SSL,[ssl,
> http/1.1]}{127.0.0.1:45809}
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.Server Started @2087249ms
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=45809}
>    [junit4]   2> 2087219 ERROR (jetty-launcher-7465-thread-1) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.138Z
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6cdb9874
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@16091f{SSL,[ssl,
> http/1.1]}{127.0.0.1:37717}
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.Server Started @2087252ms
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=37717}
>    [junit4]   2> 2087222 ERROR (jetty-launcher-7465-thread-5) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.141Z
>    [junit4]   2> 2087223 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@4797cb46{SSL,[ssl,
> http/1.1]}{127.0.0.1:40335}
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.Server Started @2087256ms
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=40335}
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ba73b66
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087227 ERROR (jetty-launcher-7465-thread-4) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.146Z
>    [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 2087230 INFO  (zkConnectionManagerCallback-7467-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087230 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087230 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087232 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5111a226
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@25b3e6ed{SSL,[ssl,
> http/1.1]}{127.0.0.1:42235}
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.Server Started @2087264ms
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=42235}
>    [junit4]   2> 2087234 INFO  (zkConnectionManagerCallback-7469-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087234 ERROR (jetty-launcher-7465-thread-3) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.153Z
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@194ab529{SSL,[ssl,
> http/1.1]}{127.0.0.1:46457}
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.Server Started @2087269ms
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=46457}
>    [junit4]   2> 2087239 ERROR (jetty-launcher-7465-thread-2) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.158Z
>    [junit4]   2> 2087240 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7473-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7471-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7475-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087242 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087340 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087348 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087348 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087385 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@3eac6d5f
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@3eac6d5f[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087388 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087393 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@681df766
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087393 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@681df766[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087394 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087400 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087400 INFO  (zkConnectionManagerCallback-7483-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087400 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087424 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@14effa35
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@14effa35[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087428 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087430 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@39fabf7d
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087430 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@39fabf7d[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087431 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087432 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087432 INFO  (zkConnectionManagerCallback-7489-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087432 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087564 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087567 INFO  (zkConnectionManagerCallback-7493-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087567 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087616 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.OverseerElectionContext I am going
> to be the leader 127.0.0.1:45809_solr
>    [junit4]   2> 2087620 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.Overseer Overseer
> (id=72997180793290762-127.0.0.1:45809_solr-n_0000000000) starting
>    [junit4]   2> 2087624 INFO
> (OverseerStateUpdate-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.Overseer Starting to work on the
> main queue : 127.0.0.1:45809_solr
>    [junit4]   2> 2087626 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087626 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087626 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087627 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@6b48488c
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@6b48488c[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@7b2e5348
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@7b2e5348[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:45809_solr
>    [junit4]   2> 2087638 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
> .scheduled_maintenance triggers
>    [junit4]   2> 2087639 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087639 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087639 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with
> znode version 1
>    [junit4]   2> 2087639 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
> lastZnodeVersion 0
>    [junit4]   2> 2087639 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
> znodeVersion 1
>    [junit4]   2> 2087640 WARN  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.CoreContainer Not all security
> plugins configured!  authentication=disabled authorization=disabled.  Solr
> is only as secure as you make it. Consider configuring
> authentication/authorization before exposing Solr to users internal or
> external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 2087645 INFO  (zkCallback-7492-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@520ec9bb
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@520ec9bb[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@6a4a1375
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@6a4a1375[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087655 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087655 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087656 INFO  (zkConnectionManagerCallback-7508-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087660 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087660 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas -
> Initial livenodes: [127.0.0.1:45809_solr]
>    [junit4]   2> 2087664 INFO  (zkConnectionManagerCallback-7507-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087664 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087664 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
> nodeAdded markers
>    [junit4]   2> 2087664 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
> lastZnodeVersion 1
>    [junit4]   2> 2087665 DEBUG (ScheduledTrigger-7297-thread-3) [     ]
> o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
> currently live nodes: 1 and last live nodes: 1
>    [junit4]   2> 2087681 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_45809.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087686 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_45809.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087687 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_45809.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087742 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087742 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087743 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@23d6d4c4
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087743 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@23d6d4c4[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087745 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087748 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@18354973
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087748 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@18354973[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087749 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087750 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087751 INFO  (zkConnectionManagerCallback-7516-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087751 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087761 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087762 INFO  (zkConnectionManagerCallback-7518-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087762 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087766 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087766 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087766 INFO  (zkConnectionManagerCallback-7520-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087767 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087767 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node2/.
>    [junit4]   2> 2087861 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087862 INFO  (zkConnectionManagerCallback-7522-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087862 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087867 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087868 INFO  (zkConnectionManagerCallback-7524-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087868 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087870 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087871 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087871 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087872 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:42235_solr as DOWN
>    [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:40335_solr as DOWN
>    [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:37717_solr as DOWN
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:42235_solr
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:40335_solr
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:37717_solr
>    [junit4]   2> 2087875 INFO  (zkCallback-7492-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>    [junit4]   2> 2087875 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:46457_solr as DOWN
>    [junit4]   2> 2087876 WARN  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.CoreContainer Not all security
> plugins configured!  authentication=disabled authorization=disabled.  Solr
> is only as secure as you make it. Consider configuring
> authentication/authorization before exposing Solr to users internal or
> external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 2087880 WARN  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.CoreContainer Not all security
> plugins configured!  authentication=disabled authorization=disabled.  Solr
> is only as secure as you make it. Consider configuring
> authentication/authorization before exposing Solr to users internal or
> external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 2087880 WARN  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.CoreContainer Not all security
> plugins configured!  authentication=disabled authorization=disabled.  Solr
> is only as secure as you make it. Consider configuring
> authentication/authorization before exposing Solr to users internal or
> external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 2087884 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087884 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:46457_solr
>    [junit4]   2> 2087884 INFO  (zkCallback-7523-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>    [junit4]   2> 2087884 INFO  (zkCallback-7492-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2087885 INFO  (zkCallback-7519-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
>    [junit4]   2> 2087885 WARN  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.CoreContainer Not all security
> plugins configured!  authentication=disabled authorization=disabled.  Solr
> is only as secure as you make it. Consider configuring
> authentication/authorization before exposing Solr to users internal or
> external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 2087888 INFO  (zkCallback-7517-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>    [junit4]   2> 2087888 INFO  (zkCallback-7517-thread-2) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2087888 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087888 INFO  (zkCallback-7523-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2087892 INFO  (zkCallback-7521-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
>    [junit4]   2> 2087895 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087897 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087900 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087957 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_42235.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087959 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_40335.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087962 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_46457.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087972 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_37717.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087983 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_42235.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087983 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_42235.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087985 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_40335.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_40335.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node3/.
>    [junit4]   2> 2087987 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_46457.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087987 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_46457.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node4/.
>    [junit4]   2> 2087989 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node1/.
>    [junit4]   2> 2087990 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_37717.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087990 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_37717.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087992 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087993 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B
>
> [...truncated too long message...]
>
>     >   at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >  expected null, but was:<ObjectTracker found 6 object(s)
> that were not released!!! [RawDirectoryWrapper, SolrCore,
> InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper,
> MockDirectoryWrapper]
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.RawDirectoryWrapper
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [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:1078)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
>    [junit4]    >        at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
>    [junit4]    >        at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [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:348)
>    [junit4]    >        at
> org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [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:348)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [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:348)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
>    [junit4]    >        at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
>    [junit4]    >        at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
>    [junit4]    >        at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>    [junit4]    >        at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>    [junit4]    >        at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    > >
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
>    [junit4]    >        at
> org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:343)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4] Completed [655/889 (2!)] on J0 in 249.19s, 21 tests, 1 failure
> <<< FAILURES!
>
> [...truncated 10338 lines...]
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:652:
> The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:586:
> Some of the tests produced a heap dump, but did not fail. Maybe a
> suppressed OutOfMemoryError? Dumps created:
> * java_pid22598.hprof
>
> Total time: 289 minutes 50 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org

Re: [JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 17 - Failure

Posted by David Smiley <da...@gmail.com>.
FYI Ignacio
https://issues.apache.org/jira/browse/LUCENE-8673

~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley


On Wed, Jan 1, 2020 at 6:03 PM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/17/
>
> 3 tests failed.
> FAILED:
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig
>
> Error Message:
> Java heap space
>
> Stack Trace:
> java.lang.OutOfMemoryError: Java heap space
>         at
> __randomizedtesting.SeedInfo.seed([34794AE69CB7F902:B32E37690DEE8582]:0)
>         at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
>         at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
>         at
> org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
>         at
> org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
>         at
> org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
>         at
> org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:282)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
>         at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
>         at
> org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
>         at
> org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
>         at
> org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
>         at
> org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
>         at
> org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
>         at
> org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
>         at
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
>         at
> org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
>         at
> org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
>         at
> org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
>         at
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
>         at
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
>         at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
>         at
> org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
>         at
> org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
>         at
> org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
>         at
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>
>
> FAILED:  junit.framework.TestSuite.org
> .apache.solr.handler.TestReplicationHandler
>
> Error Message:
> ObjectTracker found 6 object(s) that were not released!!!
> [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper,
> MockDirectoryWrapper, MockDirectoryWrapper]
> 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:348)
> at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:1078)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
> at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
> at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
> at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:348)
> at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
> at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:348)
> at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)  at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:348)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
> at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
> at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)   expected null, but
> was:<ObjectTracker found 6 object(s) that were not released!!!
> [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper,
> MockDirectoryWrapper, MockDirectoryWrapper]
> 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:348)
> at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:1078)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
> at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
> at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
> at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:348)
> at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
> at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:348)
> at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)  at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> 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:348)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
> at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
> at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)  >
>
> Stack Trace:
> java.lang.AssertionError: ObjectTracker found 6 object(s) that were not
> released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient,
> MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
> 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:348)
>         at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:1078)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
>         at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
>         at
> org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
>         at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
>         at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:348)
>         at
> org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:348)
>         at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:348)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
>         at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
>         at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
>         at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
>  expected null, but was:<ObjectTracker found 6 object(s) that were not
> released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient,
> MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
> 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:348)
>         at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:1078)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
>         at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
>         at
> org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
>         at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
>         at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:348)
>         at
> org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:348)
>         at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> 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:348)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
>         at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
>         at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
>         at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> >
>         at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.failNotNull(Assert.java:755)
>         at org.junit.Assert.assertNull(Assert.java:737)
>         at
> org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:343)
>         at sun.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
>         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:748)
>
>
> FAILED:  junit.framework.TestSuite.org
> .apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
>
> Error Message:
> Clean up static fields (in @AfterClass?) and null them, your test still
> has references to classes of which the sizes cannot be measured due to
> security restrictions or Java 9 module encapsulation:   - private static
> org.apache.solr.client.solrj.cloud.SolrCloudManager
> org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>
> Stack Trace:
> junit.framework.AssertionFailedError: Clean up static fields (in
> @AfterClass?) and null them, your test still has references to classes of
> which the sizes cannot be measured due to security restrictions or Java 9
> module encapsulation:
>   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager
> org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>         at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
>         at
> com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
>         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:748)
> Caused by: java.security.AccessControlException: access denied
> ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
>         at
> java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
>         at
> java.security.AccessController.checkPermission(AccessController.java:884)
>         at
> java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
>         at
> java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
>         at java.lang.Class.checkPackageAccess(Class.java:2372)
>         at java.lang.Class.checkMemberAccess(Class.java:2351)
>         at java.lang.Class.getDeclaredFields(Class.java:1915)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
>         at
> com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
>         ... 10 more
>
>
>
>
> Build Log:
> [...truncated 11082 lines...]
>    [junit4] Suite:
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries
>    [junit4]   2> NOTE: download the large Jenkins line-docs file by
> running 'ant get-jenkins-line-docs' in the lucene directory.
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestXYMultiPolygonShapeQueries -Dtests.method=testRandomBig
> -Dtests.seed=34794AE69CB7F902 -Dtests.multiplier=2 -Dtests.nightly=true
> -Dtests.slow=true
> -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt
> -Dtests.locale=es-CR -Dtests.timezone=Jamaica -Dtests.asserts=true
> -Dtests.file.encoding=US-ASCII
>    [junit4] ERROR    512s J1 |
> TestXYMultiPolygonShapeQueries.testRandomBig <<<
>    [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([34794AE69CB7F902:B32E37690DEE8582]:0)
>    [junit4]    >        at
> org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
>    [junit4]    >        at
> org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
>    [junit4]    >        at
> org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
>    [junit4]    >        at
> org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
>    [junit4]    >        at
> org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:282)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
>    [junit4]    >        at
> org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
>    [junit4]    >        at
> org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
>    [junit4]    >        at
> org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
>    [junit4]    >        at
> org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
>    [junit4]    >        at
> org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
>    [junit4]    >        at
> org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
>    [junit4]    >        at
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
>    [junit4]    >        at
> org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
>    [junit4]    >        at
> org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
>    [junit4]    >        at
> org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
>    [junit4]    >        at
> org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
>    [junit4]    >        at
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/J1/temp/lucene.document.TestXYMultiPolygonShapeQueries_34794AE69CB7F902-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84):
> {id=PostingsFormat(name=LuceneVarGapFixedInterval)},
> docValues:{shape=DocValuesFormat(name=Direct),
> id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=273,
> maxMBSortInHeap=6.345346266691905,
> sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e99cac0),
> locale=es-CR, timezone=Jamaica
>    [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
> 1.8.0_191 (64-bit)/cpus=4,threads=1,free=156151040,total=189792256
>    [junit4]   2> NOTE: All tests run in this JVM: [TestBM25FQuery,
> TestXYMultiPolygonShapeQueries]
>    [junit4] Completed [35/40 (1!)] on J1 in 1046.68s, 5 tests, 1 error <<<
> FAILURES!
>
> [...truncated 16 lines...]
>    [junit4] JVM J1: stdout was not empty, see:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/temp/junit4-J1-20200101_203029_534536506346031713395.sysout
>    [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
>    [junit4] java.lang.OutOfMemoryError: Java heap space
>    [junit4] Dumping heap to
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/heapdumps/java_pid22598.hprof
> ...
>    [junit4] Heap dump file created [434666512 bytes in 0.560 secs]
>    [junit4] <<< JVM J1: EOF ----
>
> [...truncated 3886 lines...]
>    [junit4] Suite:
> org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
>    [junit4]   2> 2086940 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001
>    [junit4]   2> 2086940 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 2086941 INFO  (ZkTestServer Run Thread) [     ]
> o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 2086941 INFO  (ZkTestServer Run Thread) [     ]
> o.a.s.c.ZkTestServer Starting server
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer start zk server on port:37205
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37205
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37205
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37205
>    [junit4]   2> 2087046 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087056 INFO  (zkConnectionManagerCallback-7460-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087056 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087076 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087080 INFO  (zkConnectionManagerCallback-7462-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087080 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087082 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087082 INFO  (zkConnectionManagerCallback-7464-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087082 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087190 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087191 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087193 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087198 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087207 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087207 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087208 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 2087217 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d1e0aae
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d7fb1af
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@a5aa9f8{SSL,[ssl,
> http/1.1]}{127.0.0.1:45809}
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.Server Started @2087249ms
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=45809}
>    [junit4]   2> 2087219 ERROR (jetty-launcher-7465-thread-1) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.138Z
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6cdb9874
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@16091f{SSL,[ssl,
> http/1.1]}{127.0.0.1:37717}
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.Server Started @2087252ms
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=37717}
>    [junit4]   2> 2087222 ERROR (jetty-launcher-7465-thread-5) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.141Z
>    [junit4]   2> 2087223 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@4797cb46{SSL,[ssl,
> http/1.1]}{127.0.0.1:40335}
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.Server Started @2087256ms
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=40335}
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ba73b66
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087227 ERROR (jetty-launcher-7465-thread-4) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.146Z
>    [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 2087230 INFO  (zkConnectionManagerCallback-7467-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087230 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087230 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087232 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5111a226
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@25b3e6ed{SSL,[ssl,
> http/1.1]}{127.0.0.1:42235}
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.Server Started @2087264ms
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=42235}
>    [junit4]   2> 2087234 INFO  (zkConnectionManagerCallback-7469-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087234 ERROR (jetty-launcher-7465-thread-3) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.153Z
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@194ab529{SSL,[ssl,
> http/1.1]}{127.0.0.1:46457}
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.Server Started @2087269ms
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=46457}
>    [junit4]   2> 2087239 ERROR (jetty-launcher-7465-thread-2) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.158Z
>    [junit4]   2> 2087240 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7473-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7471-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7475-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087242 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087340 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087348 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087348 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087385 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@3eac6d5f
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@3eac6d5f[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087388 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087393 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@681df766
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087393 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@681df766[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087394 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087400 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087400 INFO  (zkConnectionManagerCallback-7483-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087400 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087424 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@14effa35
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@14effa35[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087428 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087430 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@39fabf7d
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087430 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@39fabf7d[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087431 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087432 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087432 INFO  (zkConnectionManagerCallback-7489-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087432 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087564 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087567 INFO  (zkConnectionManagerCallback-7493-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087567 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087616 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.OverseerElectionContext I am going
> to be the leader 127.0.0.1:45809_solr
>    [junit4]   2> 2087620 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.Overseer Overseer
> (id=72997180793290762-127.0.0.1:45809_solr-n_0000000000) starting
>    [junit4]   2> 2087624 INFO
> (OverseerStateUpdate-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.Overseer Starting to work on the
> main queue : 127.0.0.1:45809_solr
>    [junit4]   2> 2087626 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087626 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087626 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087627 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@6b48488c
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@6b48488c[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@7b2e5348
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@7b2e5348[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:45809_solr
>    [junit4]   2> 2087638 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
> .scheduled_maintenance triggers
>    [junit4]   2> 2087639 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087639 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087639 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with
> znode version 1
>    [junit4]   2> 2087639 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
> lastZnodeVersion 0
>    [junit4]   2> 2087639 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
> znodeVersion 1
>    [junit4]   2> 2087640 WARN  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.CoreContainer Not all security
> plugins configured!  authentication=disabled authorization=disabled.  Solr
> is only as secure as you make it. Consider configuring
> authentication/authorization before exposing Solr to users internal or
> external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 2087645 INFO  (zkCallback-7492-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@520ec9bb
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@520ec9bb[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@6a4a1375
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@6a4a1375[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087655 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087655 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087656 INFO  (zkConnectionManagerCallback-7508-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087660 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087660 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas -
> Initial livenodes: [127.0.0.1:45809_solr]
>    [junit4]   2> 2087664 INFO  (zkConnectionManagerCallback-7507-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087664 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087664 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
> nodeAdded markers
>    [junit4]   2> 2087664 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
> lastZnodeVersion 1
>    [junit4]   2> 2087665 DEBUG (ScheduledTrigger-7297-thread-3) [     ]
> o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
> currently live nodes: 1 and last live nodes: 1
>    [junit4]   2> 2087681 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_45809.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087686 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_45809.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087687 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_45809.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087742 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087742 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087743 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@23d6d4c4
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087743 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@23d6d4c4[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087745 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087748 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@18354973
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087748 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@18354973[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087749 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087750 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087751 INFO  (zkConnectionManagerCallback-7516-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087751 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087761 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087762 INFO  (zkConnectionManagerCallback-7518-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087762 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087766 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087766 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087766 INFO  (zkConnectionManagerCallback-7520-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087767 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087767 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node2/.
>    [junit4]   2> 2087861 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087862 INFO  (zkConnectionManagerCallback-7522-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087862 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087867 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087868 INFO  (zkConnectionManagerCallback-7524-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087868 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087870 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087871 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087871 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087872 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:42235_solr as DOWN
>    [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:40335_solr as DOWN
>    [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:37717_solr as DOWN
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:42235_solr
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:40335_solr
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:37717_solr
>    [junit4]   2> 2087875 INFO  (zkCallback-7492-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>    [junit4]   2> 2087875 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:46457_solr as DOWN
>    [junit4]   2> 2087876 WARN  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.CoreContainer Not all security
> plugins configured!  authentication=disabled authorization=disabled.  Solr
> is only as secure as you make it. Consider configuring
> authentication/authorization before exposing Solr to users internal or
> external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 2087880 WARN  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.CoreContainer Not all security
> plugins configured!  authentication=disabled authorization=disabled.  Solr
> is only as secure as you make it. Consider configuring
> authentication/authorization before exposing Solr to users internal or
> external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 2087880 WARN  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.CoreContainer Not all security
> plugins configured!  authentication=disabled authorization=disabled.  Solr
> is only as secure as you make it. Consider configuring
> authentication/authorization before exposing Solr to users internal or
> external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 2087884 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087884 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:46457_solr
>    [junit4]   2> 2087884 INFO  (zkCallback-7523-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>    [junit4]   2> 2087884 INFO  (zkCallback-7492-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2087885 INFO  (zkCallback-7519-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
>    [junit4]   2> 2087885 WARN  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.CoreContainer Not all security
> plugins configured!  authentication=disabled authorization=disabled.  Solr
> is only as secure as you make it. Consider configuring
> authentication/authorization before exposing Solr to users internal or
> external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 2087888 INFO  (zkCallback-7517-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>    [junit4]   2> 2087888 INFO  (zkCallback-7517-thread-2) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2087888 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087888 INFO  (zkCallback-7523-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2087892 INFO  (zkCallback-7521-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
>    [junit4]   2> 2087895 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087897 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087900 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087957 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_42235.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087959 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_40335.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087962 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_46457.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087972 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_37717.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087983 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_42235.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087983 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_42235.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087985 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_40335.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_40335.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node3/.
>    [junit4]   2> 2087987 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_46457.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087987 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_46457.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node4/.
>    [junit4]   2> 2087989 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node1/.
>    [junit4]   2> 2087990 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_37717.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087990 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_37717.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087992 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087993 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B
>
> [...truncated too long message...]
>
>     >   at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >  expected null, but was:<ObjectTracker found 6 object(s)
> that were not released!!! [RawDirectoryWrapper, SolrCore,
> InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper,
> MockDirectoryWrapper]
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.RawDirectoryWrapper
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [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:1078)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
>    [junit4]    >        at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
>    [junit4]    >        at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [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:348)
>    [junit4]    >        at
> org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [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:348)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [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:348)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
>    [junit4]    >        at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
>    [junit4]    >        at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
>    [junit4]    >        at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>    [junit4]    >        at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>    [junit4]    >        at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    > >
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
>    [junit4]    >        at
> org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:343)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4] Completed [655/889 (2!)] on J0 in 249.19s, 21 tests, 1 failure
> <<< FAILURES!
>
> [...truncated 10338 lines...]
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:652:
> The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:586:
> Some of the tests produced a heap dump, but did not fail. Maybe a
> suppressed OutOfMemoryError? Dumps created:
> * java_pid22598.hprof
>
> Total time: 289 minutes 50 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 17 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/17/

3 tests failed.
FAILED:  org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([34794AE69CB7F902:B32E37690DEE8582]:0)
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
	at org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:282)
	at org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
	at org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
	at org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
	at org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler

Error Message:
ObjectTracker found 6 object(s) that were not released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper] 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:348)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  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:1078)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)  at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  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:348)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  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:348)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  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:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)   expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper] 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:348)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  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:1078)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)  at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  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:348)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  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:348)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  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:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
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:348)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

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:1078)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

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:348)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

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:348)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

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:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

 expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
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:348)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

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:1078)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

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:348)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

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:348)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

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:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

>
	at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:343)
	at sun.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
	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:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 11082 lines...]
   [junit4] Suite: org.apache.lucene.document.TestXYMultiPolygonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestXYMultiPolygonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=34794AE69CB7F902 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=es-CR -Dtests.timezone=Jamaica -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    512s J1 | TestXYMultiPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([34794AE69CB7F902:B32E37690DEE8582]:0)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:282)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]    > 	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
   [junit4]    > 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
   [junit4]    > 	at org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/J1/temp/lucene.document.TestXYMultiPolygonShapeQueries_34794AE69CB7F902-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{shape=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=273, maxMBSortInHeap=6.345346266691905, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e99cac0), locale=es-CR, timezone=Jamaica
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=156151040,total=189792256
   [junit4]   2> NOTE: All tests run in this JVM: [TestBM25FQuery, TestXYMultiPolygonShapeQueries]
   [junit4] Completed [35/40 (1!)] on J1 in 1046.68s, 5 tests, 1 error <<< FAILURES!

[...truncated 16 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/temp/junit4-J1-20200101_203029_534536506346031713395.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/heapdumps/java_pid22598.hprof ...
   [junit4] Heap dump file created [434666512 bytes in 0.560 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 3886 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 2086940 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001
   [junit4]   2> 2086940 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2086941 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2086941 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2087041 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:37205
   [junit4]   2> 2087041 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37205
   [junit4]   2> 2087041 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37205
   [junit4]   2> 2087041 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37205
   [junit4]   2> 2087046 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087056 INFO  (zkConnectionManagerCallback-7460-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087056 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087076 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087080 INFO  (zkConnectionManagerCallback-7462-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087080 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087082 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087082 INFO  (zkConnectionManagerCallback-7464-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087082 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087190 WARN  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2087191 WARN  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2087193 WARN  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2087198 WARN  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2087207 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2087207 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2087208 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2087217 WARN  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d1e0aae{/solr,null,AVAILABLE}
   [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d7fb1af{/solr,null,AVAILABLE}
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@a5aa9f8{SSL,[ssl, http/1.1]}{127.0.0.1:45809}
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.Server Started @2087249ms
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45809}
   [junit4]   2> 2087219 ERROR (jetty-launcher-7465-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T21:49:23.138Z
   [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6cdb9874{/solr,null,AVAILABLE}
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@16091f{SSL,[ssl, http/1.1]}{127.0.0.1:37717}
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.Server Started @2087252ms
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37717}
   [junit4]   2> 2087222 ERROR (jetty-launcher-7465-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T21:49:23.141Z
   [junit4]   2> 2087223 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4797cb46{SSL,[ssl, http/1.1]}{127.0.0.1:40335}
   [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.Server Started @2087256ms
   [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40335}
   [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ba73b66{/solr,null,AVAILABLE}
   [junit4]   2> 2087227 ERROR (jetty-launcher-7465-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T21:49:23.146Z
   [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2087230 INFO  (zkConnectionManagerCallback-7467-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087230 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087230 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2087232 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5111a226{/solr,null,AVAILABLE}
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@25b3e6ed{SSL,[ssl, http/1.1]}{127.0.0.1:42235}
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.Server Started @2087264ms
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42235}
   [junit4]   2> 2087234 INFO  (zkConnectionManagerCallback-7469-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087234 ERROR (jetty-launcher-7465-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T21:49:23.153Z
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@194ab529{SSL,[ssl, http/1.1]}{127.0.0.1:46457}
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.Server Started @2087269ms
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46457}
   [junit4]   2> 2087239 ERROR (jetty-launcher-7465-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T21:49:23.158Z
   [junit4]   2> 2087240 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7473-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7471-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7475-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087242 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087340 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2087348 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2087348 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2087385 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3eac6d5f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3eac6d5f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087388 WARN  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087393 WARN  (jetty-launcher-7465-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@681df766[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087393 WARN  (jetty-launcher-7465-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@681df766[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087394 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
   [junit4]   2> 2087400 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087400 INFO  (zkConnectionManagerCallback-7483-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087400 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087424 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14effa35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14effa35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087428 WARN  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087430 WARN  (jetty-launcher-7465-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@39fabf7d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087430 WARN  (jetty-launcher-7465-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@39fabf7d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087431 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
   [junit4]   2> 2087432 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087432 INFO  (zkConnectionManagerCallback-7489-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087432 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087564 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087567 INFO  (zkConnectionManagerCallback-7493-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087567 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087616 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45809_solr
   [junit4]   2> 2087620 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.Overseer Overseer (id=72997180793290762-127.0.0.1:45809_solr-n_0000000000) starting
   [junit4]   2> 2087624 INFO  (OverseerStateUpdate-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [n:127.0.0.1:45809_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45809_solr
   [junit4]   2> 2087626 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2087626 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2087626 WARN  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087627 WARN  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6b48488c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6b48488c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7b2e5348[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7b2e5348[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087637 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45809_solr
   [junit4]   2> 2087638 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 2087639 WARN  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087639 WARN  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087639 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2087639 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 2087639 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2087640 WARN  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2087645 INFO  (zkCallback-7492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@520ec9bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@520ec9bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a4a1375[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a4a1375[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087655 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
   [junit4]   2> 2087655 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
   [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087656 INFO  (zkConnectionManagerCallback-7508-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087660 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2087660 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:45809_solr]
   [junit4]   2> 2087664 INFO  (zkConnectionManagerCallback-7507-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087664 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087664 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2087664 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2087665 DEBUG (ScheduledTrigger-7297-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2087681 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45809.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087686 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45809.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087687 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45809.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087742 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2087742 WARN  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087743 WARN  (jetty-launcher-7465-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@23d6d4c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087743 WARN  (jetty-launcher-7465-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@23d6d4c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087745 WARN  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087748 WARN  (jetty-launcher-7465-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@18354973[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087748 WARN  (jetty-launcher-7465-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@18354973[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087749 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
   [junit4]   2> 2087750 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087751 INFO  (zkConnectionManagerCallback-7516-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087751 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087761 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087762 INFO  (zkConnectionManagerCallback-7518-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087762 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087766 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087766 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2087766 INFO  (zkConnectionManagerCallback-7520-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087767 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087767 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node2/.
   [junit4]   2> 2087861 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087862 INFO  (zkConnectionManagerCallback-7522-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087862 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087867 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087868 INFO  (zkConnectionManagerCallback-7524-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087868 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087870 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2087871 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2087871 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2087872 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42235_solr as DOWN
   [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40335_solr as DOWN
   [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37717_solr as DOWN
   [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42235_solr
   [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40335_solr
   [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37717_solr
   [junit4]   2> 2087875 INFO  (zkCallback-7492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 2087875 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46457_solr as DOWN
   [junit4]   2> 2087876 WARN  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2087880 WARN  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2087880 WARN  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2087884 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2087884 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46457_solr
   [junit4]   2> 2087884 INFO  (zkCallback-7523-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 2087884 INFO  (zkCallback-7492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2087885 INFO  (zkCallback-7519-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
   [junit4]   2> 2087885 WARN  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2087888 INFO  (zkCallback-7517-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 2087888 INFO  (zkCallback-7517-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2087888 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2087888 INFO  (zkCallback-7523-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2087892 INFO  (zkCallback-7521-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
   [junit4]   2> 2087895 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2087897 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2087900 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2087957 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42235.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087959 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40335.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087962 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46457.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087972 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37717.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087983 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42235.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087983 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42235.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087985 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40335.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40335.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node3/.
   [junit4]   2> 2087987 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46457.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087987 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46457.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node4/.
   [junit4]   2> 2087989 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node1/.
   [junit4]   2> 2087990 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37717.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087990 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37717.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087992 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2087993 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B

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

    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    >  expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [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:1078)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [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:348)
   [junit4]    > 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [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:348)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [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:348)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
   [junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]    > 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]    > 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]    > 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > >
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:343)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [655/889 (2!)] on J0 in 249.19s, 21 tests, 1 failure <<< FAILURES!

[...truncated 10338 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:652: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:586: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid22598.hprof

Total time: 289 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

Re: [JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 16 - Still unstable

Posted by Dawid Weiss <da...@gmail.com>.
This failure (fixed on other branches by Robert) is on a 8.4 nightly
branch which has been released already. Can I disable (or remove?) the
build plan entirely?

Dawid

On Tue, Dec 31, 2019 at 11:08 PM Apache Jenkins Server
<je...@builds.apache.org> wrote:
>
> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/16/
>
> 1 tests failed.
> FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
>
> Error Message:
> Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>
> Stack Trace:
> junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
>   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>         at __randomizedtesting.SeedInfo.seed([19EBAC60CA4978C0]:0)
>         at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
>         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:748)
> Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
>         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
>         at java.security.AccessController.checkPermission(AccessController.java:884)
>         at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
>         at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
>         at java.lang.Class.checkPackageAccess(Class.java:2372)
>         at java.lang.Class.checkMemberAccess(Class.java:2351)
>         at java.lang.Class.getDeclaredFields(Class.java:1915)
>         at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
>         at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
>         at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
>         at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
>         at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
>         ... 10 more
>
>
>
>
> Build Log:
> [...truncated 15554 lines...]
>    [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
>    [junit4]   2> 3716229 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/data-dir-113-001
>    [junit4]   2> 3716229 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
>    [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
>    [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
>    [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001
>    [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 3716230 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 3716231 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
>    [junit4]   2> 3716330 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:33657
>    [junit4]   2> 3716331 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33657
>    [junit4]   2> 3716331 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33657
>    [junit4]   2> 3716331 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33657
>    [junit4]   2> 3716332 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716335 INFO  (zkConnectionManagerCallback-53264-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716335 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716337 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716337 INFO  (zkConnectionManagerCallback-53266-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716337 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716338 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716338 INFO  (zkConnectionManagerCallback-53268-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716338 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 3716446 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f7b19db{/solr,null,AVAILABLE}
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@31d1c848{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๙๗๗๗}
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.Server Started @๓๗๑๖๔๙๕ms
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39777}
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 3716447 ERROR (jetty-launcher-53269-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.315Z
>    [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23d0fb41{/solr,null,AVAILABLE}
>    [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26efec3b{/solr,null,AVAILABLE}
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@79188b69{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๔๑๕๙}
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.Server Started @๓๗๑๖๔๙๗ms
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34159}
>    [junit4]   2> 3716449 ERROR (jetty-launcher-53269-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.317Z
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 3716450 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@790cd07a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๔๑๙๔๓}
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.Server Started @๓๗๑๖๔๙๙ms
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41943}
>    [junit4]   2> 3716451 ERROR (jetty-launcher-53269-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.319Z
>    [junit4]   2> 3716453 INFO  (zkConnectionManagerCallback-53273-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716453 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716453 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@376ae043{/solr,null,AVAILABLE}
>    [junit4]   2> 3716454 INFO  (zkConnectionManagerCallback-53275-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3716455 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2aea2d81{/solr,null,AVAILABLE}
>    [junit4]   2> 3716466 INFO  (zkConnectionManagerCallback-53271-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@b7537ed{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๘๕๑๙}
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.Server Started @๓๗๑๖๕๑๔ms
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38519}
>    [junit4]   2> 3716466 ERROR (jetty-launcher-53269-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.334Z
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@620ba859{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๔๓๕๑}
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.Server Started @๓๗๑๖๕๑๕ms
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34351}
>    [junit4]   2> 3716467 ERROR (jetty-launcher-53269-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.335Z
>    [junit4]   2> 3716467 INFO  (zkConnectionManagerCallback-53277-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716470 INFO  (zkConnectionManagerCallback-53279-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716470 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716571 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3716636 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3716637 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@750d5fe6[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716637 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@750d5fe6[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716639 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ba4469c[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716639 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ba4469c[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716640 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
>    [junit4]   2> 3716641 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716643 INFO  (zkConnectionManagerCallback-53287-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716643 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716669 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3716670 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3fe1ae34[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716670 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3fe1ae34[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716671 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60fecd57[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716671 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60fecd57[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716672 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
>    [junit4]   2> 3716673 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716673 INFO  (zkConnectionManagerCallback-53295-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716673 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716735 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3716736 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62208f9e[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716736 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62208f9e[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716740 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@42e3f03e[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716740 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@42e3f03e[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716740 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
>    [junit4]   2> 3716741 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716742 INFO  (zkConnectionManagerCallback-53301-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716742 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716776 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716777 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716777 INFO  (zkConnectionManagerCallback-53304-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716777 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716785 INFO  (zkConnectionManagerCallback-53305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716785 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716788 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3716789 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@57f5e83d[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716789 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@57f5e83d[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716800 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39777_solr
>    [junit4]   2> 3716800 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.Overseer Overseer (id=72991357083385867-127.0.0.1:39777_solr-n_0000000000) starting
>    [junit4]   2> 3716800 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@380f747b[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716800 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@380f747b[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716802 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
>    [junit4]   2> 3716803 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716804 INFO  (zkConnectionManagerCallback-53315-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716804 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716877 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716878 INFO  (zkConnectionManagerCallback-53318-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716878 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716906 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39777_solr
>    [junit4]   2> 3716906 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716906 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39777_solr
>    [junit4]   2> 3716907 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
>    [junit4]   2> 3716907 INFO  (zkConnectionManagerCallback-53320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716907 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716907 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 3716909 WARN  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 3716912 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
>    [junit4]   2> 3716913 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
>    [junit4]   2> 3716913 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
>    [junit4]   2> 3716913 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 3716916 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:39777_solr]
>    [junit4]   2> 3716916 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
>    [junit4]   2> 3716916 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41943_solr as DOWN
>    [junit4]   2> 3716917 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
>    [junit4]   2> 3716917 DEBUG (ScheduledTrigger-12456-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
>    [junit4]   2> 3716917 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 3716917 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41943_solr
>    [junit4]   2> 3716918 WARN  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 3716923 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 3716923 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
>    [junit4]   2> 3716923 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 3716924 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
>    [junit4]   2> 3716925 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
>    [junit4]   2> 3716926 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38519_solr as DOWN
>    [junit4]   2> 3716926 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 3716927 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38519_solr
>    [junit4]   2> 3716927 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3716928 WARN  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 3716930 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3716931 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3716937 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
>    [junit4]   2> 3716939 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34159_solr as DOWN
>    [junit4]   2> 3716939 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 3716939 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34159_solr
>    [junit4]   2> 3716940 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 3716949 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 3716949 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 3716949 WARN  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 3716950 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
>    [junit4]   2> 3716950 INFO  (zkCallback-53303-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 3716952 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39777.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716957 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41943.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716958 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39777.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716958 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39777.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716959 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
>    [junit4]   2> 3716960 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node1/.
>    [junit4]   2> 3716963 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
>    [junit4]   2> 3716964 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41943.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716964 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41943.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716965 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
>    [junit4]   2> 3716965 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node2/.
>    [junit4]   2> 3716970 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716977 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716979 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716980 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
>    [junit4]   2> 3716980 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node4/.
>    [junit4]   2> 3716985 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716991 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716991 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716991 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
>    [junit4]   2> 3716992 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node5/.
>    [junit4]   2> 3717033 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3717034 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1590d07a[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3717034 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1590d07a[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3717036 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@20e2b351[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3717036 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@20e2b351[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3717037 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
>    [junit4]   2> 3717038 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3717044 INFO  (zkConnectionManagerCallback-53338-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3717044 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3717145 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3717146 INFO  (zkConnectionManagerCallback-53340-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3717146 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3717149 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
>    [junit4]   2> 3717157 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34351_solr as DOWN
>    [junit4]   2> 3717157 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 3717157 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34351_solr
>    [junit4]   2> 3717158 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 3717158 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 3717158 INFO  (zkCallback-53303-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 3717158 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 3717159 WARN  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
>    [junit4]   2> 3717163 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 3717171 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
>    [junit4]   2> 3717184 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3717190 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3717190 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3717191 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
>    [junit4]   2> 3717191 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node3/.
>    [junit4]   2> 3717243 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
>    [junit4]   2> 3717244 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3717244 INFO  (zkConnectionManagerCallback-53349-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3717244 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3717247 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
>    [junit4]   2> 3717248 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33657/solr ready
>    [junit4]   2> 3717251 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=0
>    [junit4]   2> 3717261 INFO  (qtp2011134946-110858) [n:127.0.0.1:34159_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
>    [junit4]   2> 3717262 INFO  (qtp1825332144-110852) [n:127.0.0.1:34351_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
>    [junit4]   2> 3717263 INFO  (qtp95607083-110871) [n:127.0.0.1:38519_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
>    [junit4]   2> 3717264 INFO  (qtp1058415066-110829) [n:127.0.0.1:39777_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
>    [junit4]   2> 3717265 INFO  (qtp2009800947-110842) [n:127.0.0.1:41943_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
>    [junit4]   2> 3717265 DEBUG (qtp95607083-110869) [n:127.0.0.1:38519_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
>    [junit4]   2> 3717265 INFO  (qtp95607083-110869) [n:127.0.0.1:38519_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=6
>    [junit4]   2> 3717266 DEBUG (zkCallback-53302-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
>    [junit4]   2> 3717267 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
>    [junit4]   2> 3717269 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
>    [junit4]   2> 3717273 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
>    [junit4]   2> 3717308 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[19EBAC60CA4978C0]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
>    [junit4]   2> 3717309 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[19EBAC60CA4978C0]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
>    [junit4]   2> 3717311 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[19EBAC60CA4978C0]) [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
>    [junit4]   2> 3717311 DEBUG (zkCallback-53302-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
>    [junit4]   2> 3717311 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
>    [junit4]   2> 3717312 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
>    [junit4]   2> 3717313 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
>    [junit4]   2> 3717313 INFO  (qtp2009800947-110846) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 3717315 INFO  (OverseerThreadFactory-12458-thread-1-processing-n:127.0.0.1:39777_solr) [n:127.0.0.1:39777_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection belowRate_collection
>    [junit4]   2> 3717420 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"belowRate_collection",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"http://127.0.0.1:34351/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 3717424 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"belowRate_collection",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "core":"belowRate_collection_shard1_replica_n2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"http://127.0.0.1:38519/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 3717626 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3717626 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr    x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3718635 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
>    [junit4]   2> 3718636 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
>    [junit4]   2> 3718646 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n1] Schema name=minimal
>    [junit4]   2> 3718648 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3718648 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from collection belowRate_collection, trusted=true
>    [junit4]   2> 3718649 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.core.belowRate_collection.shard1.replica_n1' (registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3718649 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node3/belowRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node3/./belowRate_collection_shard1_replica_n1/data/]
>    [junit4]   2> 3718649 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n2] Schema name=minimal
>    [junit4]   2> 3718651 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3718651 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n2' using configuration from collection belowRate_collection, trusted=true
>    [junit4]   2> 3718651 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.core.belowRate_collection.shard1.replica_n2' (registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3718652 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node4/belowRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node4/./belowRate_collection_shard1_replica_n2/data/]
>    [junit4]   2> 3718696 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 3718696 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 3718696 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>    [junit4]   2> 3718696 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>    [junit4]   2> 3718697 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3718697 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3718697 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3718697 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3718698 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@18d8034c[belowRate_collection_shard1_replica_n2] main]
>    [junit4]   2> 3718698 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5161941b[belowRate_collection_shard1_replica_n1] main]
>    [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>    [junit4]   2> 3718699 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>    [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654471002755694592
>    [junit4]   2> 3718701 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3718701 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3718701 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654471002757791744
>    [junit4]   2> 3718703 INFO  (searcherExecutor-12484-thread-1-processing-n:127.0.0.1:34351_solr x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 r:core_node3) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n1] Registered new searcher Searcher@5161941b[belowRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3718704 INFO  (searcherExecutor-12485-thread-1-processing-n:127.0.0.1:38519_solr x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 r:core_node4) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n2] Registered new searcher Searcher@18d8034c[belowRate_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3718707 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
>    [junit4]   2> 3718707 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
>    [junit4]   2> 3718707 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
>    [junit4]   2> 3718707 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
>    [junit4]   2> 3718707 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
>    [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>    [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34351/solr/belowRate_collection_shard1_replica_n1/
>    [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=http://127.0.0.1:34351/solr START replicas=[http://127.0.0.1:38519/solr/belowRate_collection_shard1_replica_n2/] nUpdates=100
>    [junit4]   2> 3718711 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=http://127.0.0.1:34351/solr DONE.  We have no versions.  sync failed.
>    [junit4]   2> 3718711 INFO  (qtp95607083-110870) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
>    [junit4]   2> 3718712 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
>    [junit4]   2> 3718712 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
>    [junit4]   2> 3718712 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/belowRate_collection/leaders/shard1/leader after winning as /collections/belowRate_collection/leader_elect/shard1/election/72991357083385873-core_node3-n_0000000000
>    [junit4]   2> 3718713 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34351/solr/belowRate_collection_shard1_replica_n1/ shard1
>    [junit4]   2> 3718814 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3718814 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3718815 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
>    [junit4]   2> 3718816 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1189
>    [junit4]   2> 3718916 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3718916 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3718916 INFO  (zkCallback-53339-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719714 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2088
>    [junit4]   2> 3719716 INFO  (qtp2009800947-110846) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
>    [junit4]   2> 3719815 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719815 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719815 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719815 INFO  (zkCallback-53339-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719815 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719815 INFO  (zkCallback-53319-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719815 INFO  (qtp2009800947-110846) [n:127.0.0.1:41943_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2501
>    [junit4]   2> 3719819 INFO  (qtp2009800947-110847) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 3719821 INFO  (OverseerCollectionConfigSetProcessor-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] 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> 3719823 INFO  (OverseerThreadFactory-12458-thread-2-processing-n:127.0.0.1:39777_solr) [n:127.0.0.1:39777_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34159_solr for creating new replica of shard shard1 for collection belowRate_collection
>    [junit4]   2> 3719824 INFO  (OverseerThreadFactory-12458-thread-2-processing-n:127.0.0.1:39777_solr) [n:127.0.0.1:39777_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
>    [junit4]   2> 3719825 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"addreplica",
>    [junit4]   2>   "collection":"belowRate_collection",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "core":"belowRate_collection_shard1_replica_n5",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"http://127.0.0.1:34159/solr",
>    [junit4]   2>   "node_name":"127.0.0.1:34159_solr",
>    [junit4]   2>   "type":"NRT"}
>    [junit4]   2> 3719926 INFO  (zkCallback-53319-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719926 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719926 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719926 INFO  (zkCallback-53339-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719926 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3720029 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr    x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3720037 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
>    [junit4]   2> 3720044 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n5] Schema name=minimal
>    [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n5' using configuration from collection belowRate_collection, trusted=true
>    [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.core.belowRate_collection.shard1.replica_n5' (registry 'solr.core.belowRate_collection.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node5/belowRate_collection_shard1_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node5/./belowRate_collection_shard1_replica_n5/data/]
>    [junit4]   2> 3720077 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 3720078 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>    [junit4]   2> 3720079 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3720079 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3720080 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d18513[belowRate_collection_shard1_replica_n5] main]
>    [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>    [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654471004206923776
>    [junit4]   2> 3720085 INFO  (searcherExecutor-12494-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n5] Registered new searcher Searcher@7d18513[belowRate_collection_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3720087 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node6=0, core_node3=0, core_node4=0}, version=2}
>    [junit4]   2> 3720087 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
>    [junit4]   2> 3720089 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkController Core needs to recover:belowRate_collection_shard1_replica_n5
>    [junit4]   2> 3720089 INFO  (updateExecutor-53290-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.DefaultSolrCoreState Running recovery
>    [junit4]   2> 3720089 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
>    [junit4]   2> 3720089 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy startupVersions is empty
>    [junit4]   2> 3720090 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=60
>    [junit4]   2> 3720090 INFO  (qtp1825332144-110850) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
>    [junit4]   2> 3720090 INFO  (qtp1825332144-110850) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
>    [junit4]   2> 3720090 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[belowRate_collection_shard1_replica_n5]
>    [junit4]   2> 3720091 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
>    [junit4]   2> 3720091 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Publishing state of core [belowRate_collection_shard1_replica_n5] as recovering, leader is [http://127.0.0.1:34351/solr/belowRate_collection_shard1_replica_n1/] and I am [http://127.0.0.1:34159/solr/belowRate_collection_shard1_replica_n5/]
>    [junit4]   2> 3720091 INFO  (qtp2009800947-110847) [n:127.0.0.1:41943_solr c:belowRate_collection    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=272
>    [junit4]   2> 3720092 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:s
>
> [...truncated too long message...]
>
> [junit4]   2> 3784954 INFO  (jetty-closer-53369-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
>    [junit4]   2> 3784972 INFO  (jetty-closer-53369-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@790cd07a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๐}
>    [junit4]   2> 3784972 INFO  (jetty-closer-53369-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23d0fb41{/solr,null,UNAVAILABLE}
>    [junit4]   2> 3784972 INFO  (jetty-closer-53369-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
>    [junit4]   2> 3785053 INFO  (jetty-closer-53369-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72991357083385867-127.0.0.1:39777_solr-n_0000000000) closing
>    [junit4]   2> 3785054 INFO  (jetty-closer-53369-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@31d1c848{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๐}
>    [junit4]   2> 3785054 INFO  (jetty-closer-53369-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f7b19db{/solr,null,UNAVAILABLE}
>    [junit4]   2> 3785054 INFO  (jetty-closer-53369-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
>    [junit4]   2> 3785055 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
>    [junit4]   2> 3785257 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations:
>    [junit4]   2> Maximum concurrent create/delete watches above limit:
>    [junit4]   2>
>    [junit4]   2>        26      /solr/collections/belowRate_collection/terms/shard1
>    [junit4]   2>        20      /solr/collections/aboveRate_collection/terms/shard1
>    [junit4]   2>        10      /solr/configs/conf
>    [junit4]   2>        8       /solr/clusterprops.json
>    [junit4]   2>        8       /solr/aliases.json
>    [junit4]   2>        6       /solr/collections/belowRate_collection/state.json
>    [junit4]   2>        5       /solr/packages.json
>    [junit4]   2>        5       /solr/security.json
>    [junit4]   2>        5       /solr/collections/aboveRate_collection/collectionprops.json
>    [junit4]   2>        4       /solr/collections/belowRate_collection/collectionprops.json
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent data watches above limit:
>    [junit4]   2>
>    [junit4]   2>        166     /solr/collections/belowRate_collection/state.json
>    [junit4]   2>        122     /solr/collections/aboveRate_collection/state.json
>    [junit4]   2>        20      /solr/autoscaling.json
>    [junit4]   2>        15      /solr/aliases.json
>    [junit4]   2>        8       /solr/clusterstate.json
>    [junit4]   2>        2       /solr/overseer_elect/election/72991357083385871-127.0.0.1:38519_solr-n_0000000002
>    [junit4]   2>        2       /solr/collections/aboveRate_collection/leader_elect/shard1/election/72991357083385870-core_node3-n_0000000000
>    [junit4]   2>        2       /solr/collections/belowRate_collection/leader_elect/shard1/election/72991357083385871-core_node4-n_0000000001
>    [junit4]   2>        2       /solr/collections/belowRate_collection/leader_elect/shard1/election/72991357083385873-core_node3-n_0000000000
>    [junit4]   2>        2       /solr/overseer_elect/election/72991357083385870-127.0.0.1:41943_solr-n_0000000001
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent children watches above limit:
>    [junit4]   2>
>    [junit4]   2>        90      /solr/overseer/queue
>    [junit4]   2>        35      /solr/overseer/collection-queue-work
>    [junit4]   2>        32      /solr/live_nodes
>    [junit4]   2>        27      /solr/collections
>    [junit4]   2>        6       /solr/autoscaling/events/search_rate_trigger2
>    [junit4]   2>        2       /solr/autoscaling/events/search_rate_trigger1
>    [junit4]   2>
>    [junit4]   2> 3785259 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33657
>    [junit4]   2> 3785259 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33657
>    [junit4]   2> 3785259 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33657
>    [junit4]   2> 3785260 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
>    [junit4]   2> Dec 31, 2019 9:09:29 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=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1318, maxMBSortInHeap=6.452773824210117, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5c1ef4b9), locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=Asia/Tokyo
>    [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=199716640,total=524288000
>    [junit4]   2> NOTE: All tests run in this JVM: [TestSearcherReuse, TestDynamicLoadingUrl, CdcrUpdateLogTest, TestCoreBackup, TimeRoutedAliasUpdateProcessorTest, ConcurrentDeleteAndCreateCollectionTest, TestExportTool, TestChildDocTransformerHierarchy, TestRestoreCore, EmbeddedSolrNoSerializeTest, MetricsHistoryWithAuthIntegrationTest, TestHdfsUpdateLog, TestCSVResponseWriter, SolrShardReporterTest, RestartWhileUpdatingTest, TestHashPartitioner, HttpPartitionOnCommitTest, TestExpandComponent, TestReload, CloudMLTQParserTest, TestTrackingShardHandlerFactory, TestHalfAndHalfDocValues, TestSolrQueryParser, LeaderVoteWaitTimeoutTest, TestRebalanceLeaders, CloudExitableDirectoryReaderTest, TestXmlQParserPlugin, TestObjectReleaseTracker, SolrIndexSplitterTest, OverseerStatusTest, TestJsonFacetsWithNestedObjects, NodeAddedTriggerIntegrationTest, BooleanFieldTest, BasicAuthStandaloneTest, ChaosMonkeyNothingIsSafeTest, JSONWriterTest, TestCoreContainer, TestSnapshotCloudManager, TestWithCollection, TestPushWriter, TestComplexPhraseQParserPlugin, TestUniqueKeyFieldResource, TestFieldCacheSortRandom, TestInPlaceUpdatesRequiredField, TestStressUserVersions, MinimalSchemaTest, NodeMutatorTest, DaemonStreamApiTest, CollectionTooManyReplicasTest, TestRealTimeGet, ComputePlanActionTest, SuggesterTSTTest, TestSolrConfigHandlerCloud, PeerSyncWithLeaderTest, NodeLostTriggerTest, MoreLikeThisComponentTest, TestRandomFaceting, TestSolrCoreParser, UUIDUpdateProcessorFallbackTest, TestSuggestSpellingConverter, TestConfigsApi, TestSkipOverseerOperations, CurrencyRangeFacetCloudTest, UUIDFieldTest, TestFieldTypeResource, TestUninvertingReader, SolrMetricsIntegrationTest, TestRemoteStreaming, TestAuthenticationFramework, ShardRoutingTest, TestSolr4Spatial, MoveReplicaHDFSFailoverTest, TestHighFrequencyDictionaryFactory, HttpSolrCallGetCoreTest, MergeStrategyTest, TestAnalyzeInfixSuggestions, TestSolrCloudWithSecureImpersonation, TestLockTree, ExplicitHLLTest, UtilsToolTest, TestSubQueryTransformerCrossCore, TestNumericRangeQuery32, XMLAtomicUpdateMultivalueTest, DistanceFunctionTest, TestLegacyBM25SimilarityFactory, SolrRequestParserTest, UpdateLogTest, HDFSCollectionsAPITest, RequiredFieldsTest, TriggerIntegrationTest, TestCopyFieldCollectionResource, SpatialHeatmapFacetsTest, DistribDocExpirationUpdateProcessorTest, BadComponentTest, HdfsSyncSliceTest, TestSolrXml, TestStressLucene, ClassificationUpdateProcessorIntegrationTest, TestCloudSchemaless, TestTestInjection, TestManagedSynonymGraphFilterFactory, TestManagedResourceStorage, BigEndianAscendingWordDeserializerTest, QueryResultKeyTest, TestQueryTypes, SortSpecParsingTest, TestConfigSetImmutable, DeleteLastCustomShardedReplicaTest, DocValuesMissingTest, DistributedTermsComponentTest, RulesTest, TestCloudInspectUtil, TestCaffeineCache, TestStressLiveNodes, TestFileDictionaryLookup, TestBinaryField, ExitableDirectoryReaderTest, ZkNodePropsTest, HLLUtilTest, SearchRateTriggerIntegrationTest]
>    [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=19EBAC60CA4978C0 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=Asia/Tokyo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
>    [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
>    [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([19EBAC60CA4978C0]:0)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
>    [junit4]    >        at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
>    [junit4]    >        at java.security.AccessController.checkPermission(AccessController.java:884)
>    [junit4]    >        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
>    [junit4]    >        at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
>    [junit4]    >        at java.lang.Class.checkPackageAccess(Class.java:2372)
>    [junit4]    >        at java.lang.Class.checkMemberAccess(Class.java:2351)
>    [junit4]    >        at java.lang.Class.getDeclaredFields(Class.java:1915)
>    [junit4]    >        at java.security.AccessController.doPrivileged(Native Method)
>    [junit4]    >        ... 10 more
>    [junit4] Completed [553/889 (1!)] on J1 in 69.79s, 3 tests, 1 failure, 1 skipped <<< FAILURES!
>
> [...truncated 54102 lines...]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 16 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/16/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([19EBAC60CA4978C0]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 15554 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 3716229 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/data-dir-113-001
   [junit4]   2> 3716229 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001
   [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3716230 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3716231 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3716330 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:33657
   [junit4]   2> 3716331 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33657
   [junit4]   2> 3716331 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33657
   [junit4]   2> 3716331 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33657
   [junit4]   2> 3716332 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716335 INFO  (zkConnectionManagerCallback-53264-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716335 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716337 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716337 INFO  (zkConnectionManagerCallback-53266-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716337 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716338 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716338 INFO  (zkConnectionManagerCallback-53268-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716338 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3716446 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f7b19db{/solr,null,AVAILABLE}
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@31d1c848{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๙๗๗๗}
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.Server Started @๓๗๑๖๔๙๕ms
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39777}
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3716447 ERROR (jetty-launcher-53269-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.315Z
   [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23d0fb41{/solr,null,AVAILABLE}
   [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26efec3b{/solr,null,AVAILABLE}
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@79188b69{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๔๑๕๙}
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.Server Started @๓๗๑๖๔๙๗ms
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34159}
   [junit4]   2> 3716449 ERROR (jetty-launcher-53269-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.317Z
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3716450 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@790cd07a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๔๑๙๔๓}
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.Server Started @๓๗๑๖๔๙๙ms
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41943}
   [junit4]   2> 3716451 ERROR (jetty-launcher-53269-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.319Z
   [junit4]   2> 3716453 INFO  (zkConnectionManagerCallback-53273-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716453 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716453 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@376ae043{/solr,null,AVAILABLE}
   [junit4]   2> 3716454 INFO  (zkConnectionManagerCallback-53275-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3716455 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2aea2d81{/solr,null,AVAILABLE}
   [junit4]   2> 3716466 INFO  (zkConnectionManagerCallback-53271-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@b7537ed{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๘๕๑๙}
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.Server Started @๓๗๑๖๕๑๔ms
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38519}
   [junit4]   2> 3716466 ERROR (jetty-launcher-53269-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.334Z
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@620ba859{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๔๓๕๑}
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.Server Started @๓๗๑๖๕๑๕ms
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34351}
   [junit4]   2> 3716467 ERROR (jetty-launcher-53269-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.335Z
   [junit4]   2> 3716467 INFO  (zkConnectionManagerCallback-53277-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716470 INFO  (zkConnectionManagerCallback-53279-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716470 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716571 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3716636 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3716637 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@750d5fe6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716637 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@750d5fe6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716639 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ba4469c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716639 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ba4469c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716640 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
   [junit4]   2> 3716641 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716643 INFO  (zkConnectionManagerCallback-53287-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716643 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716669 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3716670 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3fe1ae34[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716670 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3fe1ae34[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716671 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60fecd57[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716671 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60fecd57[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716672 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
   [junit4]   2> 3716673 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716673 INFO  (zkConnectionManagerCallback-53295-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716673 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716735 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3716736 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62208f9e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716736 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62208f9e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716740 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@42e3f03e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716740 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@42e3f03e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716740 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
   [junit4]   2> 3716741 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716742 INFO  (zkConnectionManagerCallback-53301-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716742 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716776 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716777 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716777 INFO  (zkConnectionManagerCallback-53304-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716777 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716785 INFO  (zkConnectionManagerCallback-53305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716785 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716788 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3716789 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@57f5e83d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716789 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@57f5e83d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716800 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39777_solr
   [junit4]   2> 3716800 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.Overseer Overseer (id=72991357083385867-127.0.0.1:39777_solr-n_0000000000) starting
   [junit4]   2> 3716800 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@380f747b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716800 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@380f747b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716802 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
   [junit4]   2> 3716803 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716804 INFO  (zkConnectionManagerCallback-53315-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716804 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716877 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716878 INFO  (zkConnectionManagerCallback-53318-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716878 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716906 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39777_solr
   [junit4]   2> 3716906 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716906 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39777_solr
   [junit4]   2> 3716907 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 3716907 INFO  (zkConnectionManagerCallback-53320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716907 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716907 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3716909 WARN  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3716912 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 3716913 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 3716913 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 3716913 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3716916 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:39777_solr]
   [junit4]   2> 3716916 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 3716916 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41943_solr as DOWN
   [junit4]   2> 3716917 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3716917 DEBUG (ScheduledTrigger-12456-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 3716917 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3716917 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41943_solr
   [junit4]   2> 3716918 WARN  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3716923 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3716923 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3716923 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3716924 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3716925 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3716926 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38519_solr as DOWN
   [junit4]   2> 3716926 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3716927 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38519_solr
   [junit4]   2> 3716927 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3716928 WARN  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3716930 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3716931 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3716937 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3716939 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34159_solr as DOWN
   [junit4]   2> 3716939 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3716939 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34159_solr
   [junit4]   2> 3716940 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3716949 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3716949 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3716949 WARN  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3716950 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3716950 INFO  (zkCallback-53303-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3716952 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39777.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716957 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41943.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716958 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39777.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716958 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39777.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716959 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3716960 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node1/.
   [junit4]   2> 3716963 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3716964 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41943.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716964 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41943.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716965 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3716965 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node2/.
   [junit4]   2> 3716970 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716977 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716979 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716980 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3716980 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node4/.
   [junit4]   2> 3716985 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716991 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716991 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716991 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3716992 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node5/.
   [junit4]   2> 3717033 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3717034 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1590d07a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3717034 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1590d07a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3717036 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@20e2b351[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3717036 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@20e2b351[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3717037 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
   [junit4]   2> 3717038 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3717044 INFO  (zkConnectionManagerCallback-53338-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717044 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3717145 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3717146 INFO  (zkConnectionManagerCallback-53340-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717146 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3717149 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3717157 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34351_solr as DOWN
   [junit4]   2> 3717157 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3717157 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34351_solr
   [junit4]   2> 3717158 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3717158 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3717158 INFO  (zkCallback-53303-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3717158 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3717159 WARN  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3717163 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3717171 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3717184 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3717190 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3717190 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3717191 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3717191 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node3/.
   [junit4]   2> 3717243 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 3717244 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3717244 INFO  (zkConnectionManagerCallback-53349-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717244 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3717247 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 3717248 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33657/solr ready
   [junit4]   2> 3717251 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3717261 INFO  (qtp2011134946-110858) [n:127.0.0.1:34159_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3717262 INFO  (qtp1825332144-110852) [n:127.0.0.1:34351_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3717263 INFO  (qtp95607083-110871) [n:127.0.0.1:38519_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3717264 INFO  (qtp1058415066-110829) [n:127.0.0.1:39777_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3717265 INFO  (qtp2009800947-110842) [n:127.0.0.1:41943_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3717265 DEBUG (qtp95607083-110869) [n:127.0.0.1:38519_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3717265 INFO  (qtp95607083-110869) [n:127.0.0.1:38519_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 3717266 DEBUG (zkCallback-53302-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 3717267 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 3717269 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 3717273 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 3717308 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[19EBAC60CA4978C0]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 3717309 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[19EBAC60CA4978C0]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 3717311 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[19EBAC60CA4978C0]) [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 3717311 DEBUG (zkCallback-53302-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 3717311 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 3717312 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 3717313 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 3717313 INFO  (qtp2009800947-110846) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3717315 INFO  (OverseerThreadFactory-12458-thread-1-processing-n:127.0.0.1:39777_solr) [n:127.0.0.1:39777_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection belowRate_collection
   [junit4]   2> 3717420 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34351/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3717424 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38519/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3717626 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3717626 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr    x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3718635 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 3718636 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 3718646 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3718648 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3718648 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 3718649 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.core.belowRate_collection.shard1.replica_n1' (registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3718649 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node3/belowRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node3/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 3718649 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3718651 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3718651 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n2' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 3718651 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.core.belowRate_collection.shard1.replica_n2' (registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3718652 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node4/belowRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node4/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 3718696 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3718696 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3718696 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3718696 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3718697 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3718697 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3718697 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3718697 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3718698 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@18d8034c[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 3718698 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5161941b[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3718699 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654471002755694592
   [junit4]   2> 3718701 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3718701 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3718701 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654471002757791744
   [junit4]   2> 3718703 INFO  (searcherExecutor-12484-thread-1-processing-n:127.0.0.1:34351_solr x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 r:core_node3) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n1] Registered new searcher Searcher@5161941b[belowRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3718704 INFO  (searcherExecutor-12485-thread-1-processing-n:127.0.0.1:38519_solr x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 r:core_node4) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n2] Registered new searcher Searcher@18d8034c[belowRate_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3718707 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 3718707 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 3718707 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 3718707 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 3718707 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34351/solr/belowRate_collection_shard1_replica_n1/
   [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=http://127.0.0.1:34351/solr START replicas=[http://127.0.0.1:38519/solr/belowRate_collection_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 3718711 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=http://127.0.0.1:34351/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3718711 INFO  (qtp95607083-110870) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3718712 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3718712 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3718712 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/belowRate_collection/leaders/shard1/leader after winning as /collections/belowRate_collection/leader_elect/shard1/election/72991357083385873-core_node3-n_0000000000
   [junit4]   2> 3718713 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34351/solr/belowRate_collection_shard1_replica_n1/ shard1
   [junit4]   2> 3718814 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3718814 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3718815 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3718816 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1189
   [junit4]   2> 3718916 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3718916 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3718916 INFO  (zkCallback-53339-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719714 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2088
   [junit4]   2> 3719716 INFO  (qtp2009800947-110846) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 3719815 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719815 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719815 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719815 INFO  (zkCallback-53339-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719815 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719815 INFO  (zkCallback-53319-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719815 INFO  (qtp2009800947-110846) [n:127.0.0.1:41943_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2501
   [junit4]   2> 3719819 INFO  (qtp2009800947-110847) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3719821 INFO  (OverseerCollectionConfigSetProcessor-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] 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> 3719823 INFO  (OverseerThreadFactory-12458-thread-2-processing-n:127.0.0.1:39777_solr) [n:127.0.0.1:39777_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34159_solr for creating new replica of shard shard1 for collection belowRate_collection
   [junit4]   2> 3719824 INFO  (OverseerThreadFactory-12458-thread-2-processing-n:127.0.0.1:39777_solr) [n:127.0.0.1:39777_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 3719825 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34159/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34159_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 3719926 INFO  (zkCallback-53319-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719926 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719926 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719926 INFO  (zkCallback-53339-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719926 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3720029 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr    x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3720037 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 3720044 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n5' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.core.belowRate_collection.shard1.replica_n5' (registry 'solr.core.belowRate_collection.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node5/belowRate_collection_shard1_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node5/./belowRate_collection_shard1_replica_n5/data/]
   [junit4]   2> 3720077 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3720078 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3720079 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3720079 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3720080 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d18513[belowRate_collection_shard1_replica_n5] main]
   [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654471004206923776
   [junit4]   2> 3720085 INFO  (searcherExecutor-12494-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n5] Registered new searcher Searcher@7d18513[belowRate_collection_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3720087 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node6=0, core_node3=0, core_node4=0}, version=2}
   [junit4]   2> 3720087 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 3720089 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkController Core needs to recover:belowRate_collection_shard1_replica_n5
   [junit4]   2> 3720089 INFO  (updateExecutor-53290-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 3720089 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 3720089 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 3720090 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=60
   [junit4]   2> 3720090 INFO  (qtp1825332144-110850) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 3720090 INFO  (qtp1825332144-110850) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3720090 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[belowRate_collection_shard1_replica_n5]
   [junit4]   2> 3720091 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 3720091 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Publishing state of core [belowRate_collection_shard1_replica_n5] as recovering, leader is [http://127.0.0.1:34351/solr/belowRate_collection_shard1_replica_n1/] and I am [http://127.0.0.1:34159/solr/belowRate_collection_shard1_replica_n5/]
   [junit4]   2> 3720091 INFO  (qtp2009800947-110847) [n:127.0.0.1:41943_solr c:belowRate_collection    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=272
   [junit4]   2> 3720092 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:s

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

[junit4]   2> 3784954 INFO  (jetty-closer-53369-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3784972 INFO  (jetty-closer-53369-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@790cd07a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๐}
   [junit4]   2> 3784972 INFO  (jetty-closer-53369-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23d0fb41{/solr,null,UNAVAILABLE}
   [junit4]   2> 3784972 INFO  (jetty-closer-53369-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3785053 INFO  (jetty-closer-53369-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72991357083385867-127.0.0.1:39777_solr-n_0000000000) closing
   [junit4]   2> 3785054 INFO  (jetty-closer-53369-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@31d1c848{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๐}
   [junit4]   2> 3785054 INFO  (jetty-closer-53369-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f7b19db{/solr,null,UNAVAILABLE}
   [junit4]   2> 3785054 INFO  (jetty-closer-53369-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3785055 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3785257 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2> 	20	/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	6	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2> 	4	/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	166	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	122	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 	20	/solr/autoscaling.json
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72991357083385871-127.0.0.1:38519_solr-n_0000000002
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/leader_elect/shard1/election/72991357083385870-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/collections/belowRate_collection/leader_elect/shard1/election/72991357083385871-core_node4-n_0000000001
   [junit4]   2> 	2	/solr/collections/belowRate_collection/leader_elect/shard1/election/72991357083385873-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72991357083385870-127.0.0.1:41943_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	90	/solr/overseer/queue
   [junit4]   2> 	35	/solr/overseer/collection-queue-work
   [junit4]   2> 	32	/solr/live_nodes
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 3785259 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33657
   [junit4]   2> 3785259 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33657
   [junit4]   2> 3785259 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33657
   [junit4]   2> 3785260 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Dec 31, 2019 9:09:29 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=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1318, maxMBSortInHeap=6.452773824210117, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5c1ef4b9), locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=Asia/Tokyo
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=199716640,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [TestSearcherReuse, TestDynamicLoadingUrl, CdcrUpdateLogTest, TestCoreBackup, TimeRoutedAliasUpdateProcessorTest, ConcurrentDeleteAndCreateCollectionTest, TestExportTool, TestChildDocTransformerHierarchy, TestRestoreCore, EmbeddedSolrNoSerializeTest, MetricsHistoryWithAuthIntegrationTest, TestHdfsUpdateLog, TestCSVResponseWriter, SolrShardReporterTest, RestartWhileUpdatingTest, TestHashPartitioner, HttpPartitionOnCommitTest, TestExpandComponent, TestReload, CloudMLTQParserTest, TestTrackingShardHandlerFactory, TestHalfAndHalfDocValues, TestSolrQueryParser, LeaderVoteWaitTimeoutTest, TestRebalanceLeaders, CloudExitableDirectoryReaderTest, TestXmlQParserPlugin, TestObjectReleaseTracker, SolrIndexSplitterTest, OverseerStatusTest, TestJsonFacetsWithNestedObjects, NodeAddedTriggerIntegrationTest, BooleanFieldTest, BasicAuthStandaloneTest, ChaosMonkeyNothingIsSafeTest, JSONWriterTest, TestCoreContainer, TestSnapshotCloudManager, TestWithCollection, TestPushWriter, TestComplexPhraseQParserPlugin, TestUniqueKeyFieldResource, TestFieldCacheSortRandom, TestInPlaceUpdatesRequiredField, TestStressUserVersions, MinimalSchemaTest, NodeMutatorTest, DaemonStreamApiTest, CollectionTooManyReplicasTest, TestRealTimeGet, ComputePlanActionTest, SuggesterTSTTest, TestSolrConfigHandlerCloud, PeerSyncWithLeaderTest, NodeLostTriggerTest, MoreLikeThisComponentTest, TestRandomFaceting, TestSolrCoreParser, UUIDUpdateProcessorFallbackTest, TestSuggestSpellingConverter, TestConfigsApi, TestSkipOverseerOperations, CurrencyRangeFacetCloudTest, UUIDFieldTest, TestFieldTypeResource, TestUninvertingReader, SolrMetricsIntegrationTest, TestRemoteStreaming, TestAuthenticationFramework, ShardRoutingTest, TestSolr4Spatial, MoveReplicaHDFSFailoverTest, TestHighFrequencyDictionaryFactory, HttpSolrCallGetCoreTest, MergeStrategyTest, TestAnalyzeInfixSuggestions, TestSolrCloudWithSecureImpersonation, TestLockTree, ExplicitHLLTest, UtilsToolTest, TestSubQueryTransformerCrossCore, TestNumericRangeQuery32, XMLAtomicUpdateMultivalueTest, DistanceFunctionTest, TestLegacyBM25SimilarityFactory, SolrRequestParserTest, UpdateLogTest, HDFSCollectionsAPITest, RequiredFieldsTest, TriggerIntegrationTest, TestCopyFieldCollectionResource, SpatialHeatmapFacetsTest, DistribDocExpirationUpdateProcessorTest, BadComponentTest, HdfsSyncSliceTest, TestSolrXml, TestStressLucene, ClassificationUpdateProcessorIntegrationTest, TestCloudSchemaless, TestTestInjection, TestManagedSynonymGraphFilterFactory, TestManagedResourceStorage, BigEndianAscendingWordDeserializerTest, QueryResultKeyTest, TestQueryTypes, SortSpecParsingTest, TestConfigSetImmutable, DeleteLastCustomShardedReplicaTest, DocValuesMissingTest, DistributedTermsComponentTest, RulesTest, TestCloudInspectUtil, TestCaffeineCache, TestStressLiveNodes, TestFileDictionaryLookup, TestBinaryField, ExitableDirectoryReaderTest, ZkNodePropsTest, HLLUtilTest, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=19EBAC60CA4978C0 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=Asia/Tokyo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([19EBAC60CA4978C0]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [553/889 (1!)] on J1 in 69.79s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 54102 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 15 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/15/

2 tests failed.
FAILED:  org.apache.lucene.document.TestXYPolygonShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([A1EF55D35CD4473F:26B8285CCD8D3BBF]:0)
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:56)
	at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:247)
	at org.apache.lucene.index.RandomCodec$1$1$1.visit(RandomCodec.java:129)
	at org.apache.lucene.codecs.PointsWriter$1$1$1.visit(PointsWriter.java:117)
	at org.apache.lucene.index.AssertingLeafReader$AssertingIntersectVisitor.visit(AssertingLeafReader.java:1171)
	at org.apache.lucene.util.bkd.BKDReader.visitCompressedDocValues(BKDReader.java:735)
	at org.apache.lucene.util.bkd.BKDReader.visitDocValuesWithCardinality(BKDReader.java:684)
	at org.apache.lucene.util.bkd.BKDReader.visitDocValues(BKDReader.java:590)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:790)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:506)
	at org.apache.lucene.index.AssertingLeafReader$AssertingPointValues.intersect(AssertingLeafReader.java:1052)
	at org.apache.lucene.codecs.PointsWriter$1$1.intersect(PointsWriter.java:105)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:122)
	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([1A0A6E0B1D714965]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 11014 lines...]
   [junit4] Suite: org.apache.lucene.document.TestXYPolygonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestXYPolygonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=A1EF55D35CD4473F -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=sl -Dtests.timezone=America/Havana -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    159s J0 | TestXYPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A1EF55D35CD4473F:26B8285CCD8D3BBF]:0)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:56)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:247)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1$1.visit(RandomCodec.java:129)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter$1$1$1.visit(PointsWriter.java:117)
   [junit4]    > 	at org.apache.lucene.index.AssertingLeafReader$AssertingIntersectVisitor.visit(AssertingLeafReader.java:1171)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.visitCompressedDocValues(BKDReader.java:735)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.visitDocValuesWithCardinality(BKDReader.java:684)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.visitDocValues(BKDReader.java:590)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:790)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:506)
   [junit4]    > 	at org.apache.lucene.index.AssertingLeafReader$AssertingPointValues.intersect(AssertingLeafReader.java:1052)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter$1$1.intersect(PointsWriter.java:105)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:122)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]    > 	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/J0/temp/lucene.document.TestXYPolygonShapeQueries_A1EF55D35CD4473F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id=PostingsFormat(name=MockRandom)}, docValues:{shape=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1771, maxMBSortInHeap=6.0755262814636275, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1de5c3a3), locale=sl, timezone=America/Havana
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=308347624,total=486014976
   [junit4]   2> NOTE: All tests run in this JVM: [TestLatLonPointShapeQueries, TestTessellator, TestXYPolygonShapeQueries]
   [junit4] Completed [17/40 (1!)] on J0 in 227.38s, 5 tests, 1 error <<< FAILURES!

[...truncated 76 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/temp/junit4-J0-20191229_104910_2971110612419631105342.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/heapdumps/java_pid2343.hprof ...
   [junit4] Heap dump file created [452243717 bytes in 0.837 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 4464 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 4167734 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001
   [junit4]   2> 4167734 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4167735 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4167735 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4167835 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:35101
   [junit4]   2> 4167835 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35101
   [junit4]   2> 4167835 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35101
   [junit4]   2> 4167835 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35101
   [junit4]   2> 4167836 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167842 INFO  (zkConnectionManagerCallback-55597-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167842 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167844 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167848 INFO  (zkConnectionManagerCallback-55599-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167848 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167850 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167851 INFO  (zkConnectionManagerCallback-55601-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167851 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167953 WARN  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4167953 WARN  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4167953 WARN  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4167953 WARN  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4167954 WARN  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4167954 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4167954 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4167954 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4167954 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4167954 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4167965 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4167965 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4167965 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4167968 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4167968 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4167968 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4167972 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4167972 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4167972 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4167972 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75bd6f9f{/solr,null,AVAILABLE}
   [junit4]   2> 4167973 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@754276d3{/solr,null,AVAILABLE}
   [junit4]   2> 4167973 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f6805f8{/solr,null,AVAILABLE}
   [junit4]   2> 4167975 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4167975 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4167975 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@12648469{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33545}
   [junit4]   2> 4167975 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.Server Started @4168002ms
   [junit4]   2> 4167975 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4167975 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33545}
   [junit4]   2> 4167975 ERROR (jetty-launcher-55602-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4167976 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4167976 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4167976 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4167976 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4167976 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-29T12:41:06.227Z
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5dc16af2{/solr,null,AVAILABLE}
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7bd3563e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34199}
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.Server Started @4168006ms
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34199}
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4167979 ERROR (jetty-launcher-55602-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-29T12:41:06.230Z
   [junit4]   2> 4167984 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167984 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@49417533{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34761}
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.Server Started @4168015ms
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34761}
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@207f7447{/solr,null,AVAILABLE}
   [junit4]   2> 4167988 ERROR (jetty-launcher-55602-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-29T12:41:06.239Z
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3b98fde5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44889}
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.Server Started @4168015ms
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44889}
   [junit4]   2> 4167988 ERROR (jetty-launcher-55602-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-29T12:41:06.239Z
   [junit4]   2> 4167989 INFO  (zkConnectionManagerCallback-55606-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7a6d109a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44487}
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.Server Started @4168016ms
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44487}
   [junit4]   2> 4167989 ERROR (jetty-launcher-55602-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-29T12:41:06.240Z
   [junit4]   2> 4167989 INFO  (zkConnectionManagerCallback-55604-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167990 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4167990 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167994 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167995 INFO  (zkConnectionManagerCallback-55608-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167995 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167995 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4167997 INFO  (zkConnectionManagerCallback-55612-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167997 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167998 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4167999 INFO  (zkConnectionManagerCallback-55610-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167999 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168000 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4168144 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4168148 WARN  (jetty-launcher-55602-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@213c1509[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168148 WARN  (jetty-launcher-55602-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@213c1509[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168158 WARN  (jetty-launcher-55602-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@708a73ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168158 WARN  (jetty-launcher-55602-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@708a73ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168159 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35101/solr
   [junit4]   2> 4168161 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168164 INFO  (zkConnectionManagerCallback-55620-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168164 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168194 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4168195 WARN  (jetty-launcher-55602-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@688b4da6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168195 WARN  (jetty-launcher-55602-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@688b4da6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168209 WARN  (jetty-launcher-55602-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1192a661[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168209 WARN  (jetty-launcher-55602-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1192a661[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168210 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35101/solr
   [junit4]   2> 4168216 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168223 INFO  (zkConnectionManagerCallback-55628-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168223 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168242 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4168243 WARN  (jetty-launcher-55602-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@263b30e2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168243 WARN  (jetty-launcher-55602-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@263b30e2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168246 WARN  (jetty-launcher-55602-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3df1e8a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168246 WARN  (jetty-launcher-55602-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3df1e8a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168247 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35101/solr
   [junit4]   2> 4168248 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168248 INFO  (zkConnectionManagerCallback-55634-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168248 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168311 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168311 INFO  (zkConnectionManagerCallback-55637-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168312 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168345 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4168345 WARN  (jetty-launcher-55602-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f533144[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168345 WARN  (jetty-launcher-55602-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f533144[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168347 WARN  (jetty-launcher-55602-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33d53064[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168347 WARN  (jetty-launcher-55602-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33d53064[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168348 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35101/solr
   [junit4]   2> 4168352 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168353 INFO  (zkConnectionManagerCallback-55643-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168353 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168365 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4168366 WARN  (jetty-launcher-55602-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67374b86[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168366 WARN  (jetty-launcher-55602-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67374b86[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168367 WARN  (jetty-launcher-55602-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@54398000[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168367 WARN  (jetty-launcher-55602-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@54398000[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168368 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35101/solr
   [junit4]   2> 4168369 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168369 INFO  (zkConnectionManagerCallback-55649-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168369 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168412 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168412 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168413 INFO  (zkConnectionManagerCallback-55651-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168413 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168413 INFO  (zkConnectionManagerCallback-55653-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168413 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168513 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168514 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168514 INFO  (zkConnectionManagerCallback-55655-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168514 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168514 INFO  (zkConnectionManagerCallback-55657-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168514 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168573 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44889_solr
   [junit4]   2> 4168574 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.Overseer Overseer (id=72978037932556303-127.0.0.1:44889_solr-n_0000000000) starting
   [junit4]   2> 4168578 INFO  (OverseerStateUpdate-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [n:127.0.0.1:44889_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44889_solr
   [junit4]   2> 4168579 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44889_solr
   [junit4]   2> 4168579 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 4168580 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 4168580 INFO  (zkCallback-55652-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4168581 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 4168581 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 4168582 WARN  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4168590 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:44889_solr]
   [junit4]   2> 4168593 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4168595 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 4168595 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4168595 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4168596 DEBUG (ScheduledTrigger-11389-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 4168597 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34199_solr as DOWN
   [junit4]   2> 4168598 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4168598 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34199_solr
   [junit4]   2> 4168599 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34761_solr as DOWN
   [junit4]   2> 4168599 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4168600 WARN  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4168600 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4168600 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34761_solr
   [junit4]   2> 4168604 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 4168604 INFO  (zkCallback-55636-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4168605 INFO  (zkCallback-55656-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4168606 WARN  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4168612 INFO  (zkCallback-55652-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 4168613 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33545_solr as DOWN
   [junit4]   2> 4168614 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4168614 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33545_solr
   [junit4]   2> 4168614 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4168615 WARN  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4168616 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4168620 INFO  (zkCallback-55656-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 4168621 INFO  (zkCallback-55636-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 4168621 INFO  (zkCallback-55650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 4168621 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4168624 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44889.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168624 INFO  (zkCallback-55652-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4168628 INFO  (zkCallback-55654-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4168630 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44487_solr as DOWN
   [junit4]   2> 4168630 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4168630 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44487_solr
   [junit4]   2> 4168631 INFO  (zkCallback-55652-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4168631 INFO  (zkCallback-55656-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4168631 INFO  (zkCallback-55636-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4168631 INFO  (zkCallback-55650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4168631 INFO  (zkCallback-55654-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4168632 WARN  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4168636 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4168650 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4168666 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34199.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168670 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44889.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168670 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44889.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168671 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34761.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168672 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4168673 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node2/.
   [junit4]   2> 4168693 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34199.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168693 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34199.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168693 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44487.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168694 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34761.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168694 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34761.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168695 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4168696 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33545.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168696 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node1/.
   [junit4]   2> 4168697 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4168698 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node5/.
   [junit4]   2> 4168704 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44487.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168704 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44487.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168705 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4168706 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33545.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168706 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33545.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168706 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node4/.
   [junit4]   2> 4168707 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4168708 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node3/.
   [junit4]   2> 4168855 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 4168855 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168856 INFO  (zkConnectionManagerCallback-55682-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168856 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168857 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 4168858 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35101/solr ready
   [junit4]   2> 4168861 INFO  (qtp1964287724-114009) [n:127.0.0.1:34199_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4168863 INFO  (qtp480471437-114035) [n:127.0.0.1:33545_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4168864 INFO  (qtp1964287724-114016) [n:127.0.0.1:34199_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4168865 INFO  (qtp1199997875-114026) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4168866 INFO  (qtp1957359743-114032) [n:127.0.0.1:44487_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4168867 INFO  (qtp895419710-114043) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4168867 DEBUG (qtp480471437-114018) [n:127.0.0.1:33545_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 4168872 INFO  (qtp480471437-114018) [n:127.0.0.1:33545_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 4168878 DEBUG (zkCallback-55652-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 4168880 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 4168894 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 4168897 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 4168926 INFO  (TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[1A0A6E0B1D714965]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 4168928 INFO  (TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[1A0A6E0B1D714965]) [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 4168928 DEBUG (zkCallback-55652-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 4168928 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 4168929 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 4168929 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 4168930 INFO  (qtp895419710-114045) [n:127.0.0.1:44889_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4168933 INFO  (OverseerThreadFactory-11391-thread-1-processing-n:127.0.0.1:44889_solr) [n:127.0.0.1:44889_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection aboveRate_collection
   [junit4]   2> 4169038 INFO  (OverseerStateUpdate-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [n:127.0.0.1:44889_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"aboveRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"aboveRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44889/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4169039 INFO  (OverseerStateUpdate-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [n:127.0.0.1:44889_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"aboveRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"aboveRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34761/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4169242 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr    x:aboveRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4169243 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr    x:aboveRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4169243 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr    x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4170252 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 4170256 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 4170259 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema [aboveRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 4170261 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4170261 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'aboveRate_collection_shard1_replica_n2' using configuration from collection aboveRate_collection, trusted=true
   [junit4]   2> 4170262 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34761.solr.core.aboveRate_collection.shard1.replica_n2' (registry 'solr.core.aboveRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4170262 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[aboveRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node5/aboveRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node5/./aboveRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 4170263 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [aboveRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 4170265 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4170265 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'aboveRate_collection_shard1_replica_n1' using configuration from collection aboveRate_collection, trusted=true
   [junit4]   2> 4170265 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44889.solr.core.aboveRate_collection.shard1.replica_n1' (registry 'solr.core.aboveRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4170265 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[aboveRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node2/aboveRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node2/./aboveRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 4170305 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4170305 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4170306 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4170306 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4170307 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d114311[aboveRate_collection_shard1_replica_n2] main]
   [junit4]   2> 4170308 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4170309 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4170309 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4170309 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654257896453570560
   [junit4]   2> 4170310 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4170310 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4170311 INFO  (searcherExecutor-11412-thread-1-processing-n:127.0.0.1:34761_solr x:aboveRate_collection_shard1_replica_n2 c:aboveRate_collection s:shard1 r:core_node4) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [aboveRate_collection_shard1_replica_n2] Registered new searcher Searcher@4d114311[aboveRate_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4170311 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4170311 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4170312 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@476c6e63[aboveRate_collection_shard1_replica_n1] main]
   [junit4]   2> 4170313 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4170313 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4170313 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/aboveRate_collection/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 4170313 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/aboveRate_collection/leaders/shard1
   [junit4]   2> 4170313 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4170313 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654257896457764864
   [junit4]   2> 4170316 INFO  (searcherExecutor-11413-thread-1-processing-n:127.0.0.1:44889_solr x:aboveRate_collection_shard1_replica_n1 c:aboveRate_collection s:shard1 r:core_node3) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [aboveRate_collection_shard1_replica_n1] Registered new searcher Searcher@476c6e63[aboveRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4170316 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 4170317 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/aboveRate_collection/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 4170317 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/aboveRate_collection/leaders/shard1
   [junit4]   2> 4170817 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4170817 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4170817 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34761/solr/aboveRate_collection_shard1_replica_n2/
   [junit4]   2> 4170818 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=aboveRate_collection_shard1_replica_n2 url=http://127.0.0.1:34761/solr START replicas=[http://127.0.0.1:44889/solr/aboveRate_collection_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 4170818 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=aboveRate_collection_shard1_replica_n2 url=http://127.0.0.1:34761/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 4170820 INFO  (qtp895419710-114044) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [aboveRate_collection_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 4170820 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 4170820 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 4170820 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/aboveRate_collection/leaders/shard1/leader after winning as /collections/aboveRate_collection/leader_elect/shard1/election/72978037932556305-core_node4-n_0000000000
   [junit4]   2> 4170823 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34761/solr/aboveRate_collection_shard1_replica_n2/ shard1
   [junit4]   2> 4170924 INFO  (zkCallback-55656-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4170925 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4170927 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1685
   [junit4]   2> 4171026 INFO  (zkCallback-55656-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4171027 INFO  (zkCallback-55656-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4171331 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2088
   [junit4]   2> 4171334 INFO  (qtp895419710-114045) [n:127.0.0.1:44889_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 4171431 INFO  (zkCallback-55656-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4171431 INFO  (zkCallback-55652-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4171431 INFO  (zkCallback-55652-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4171431 INFO  (zkCallback-55656-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4171432 INFO  (qtp895419710-114045) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2501
   [junit4]   2> 4171441 INFO  (qtp895419710-114047) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4171442 INFO  (qtp895419710-114043) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171443 INFO  (qtp1199997875-114030) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4171444 INFO  (qtp1199997875-114025) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171444 INFO  (qtp1957359743-114034) [n:127.0.0.1:44487_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171445 INFO  (qtp480471437-114017) [n:127.0.0.1:33545_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171446 INFO  (qtp1964287724-114024) [n:127.0.0.1:34199_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171446 DEBUG (qtp480471437-114037) [n:127.0.0.1:33545_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 4171446 INFO  (qtp480471437-114037) [n:127.0.0.1:33545_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 4171447 DEBUG (zkCallback-55652-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 4171447 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 4171447 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 4171447 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 4171448 INFO  (qtp895419710-114045) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4171449 INFO  (qtp895419710-114047) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171449 INFO  (qtp1199997875-114026) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4171450 INFO  (qtp1199997875-114027) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171451 INFO  (qtp1957359743-114040) [n:127.0.0.1:44487_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171452 INFO  (qtp480471437-114033) [n:127.0.0.1:33545_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171455 INFO  (qtp1964287724-114008) [n:127.0.0.1:34199_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171455 DEBUG (qtp895419710-114044) [n:127.0.0.1:44889_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 4171455 INFO  (qtp895419710-114044) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 4171456 DEBUG (zkCallback-55652-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 4171456 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 4171456 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 4171457 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 4171458 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4171458 INFO  (qtp895419710-114045) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171459 INFO  (qtp1199997875-114030) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4171460 INFO  (qtp1199997875-114025) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171461 INFO  (qtp1957359743-114034) [n:127.0.0.1:44487_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,sol

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

.session node0 Stopped scavenging
   [junit4]   2> 4236726 INFO  (jetty-closer-55702-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@49417533{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 4236726 INFO  (jetty-closer-55702-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f6805f8{/solr,null,UNAVAILABLE}
   [junit4]   2> 4236726 INFO  (jetty-closer-55702-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4236727 INFO  (jetty-closer-55702-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7a6d109a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 4236727 INFO  (jetty-closer-55702-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5dc16af2{/solr,null,UNAVAILABLE}
   [junit4]   2> 4236727 INFO  (jetty-closer-55702-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4236728 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4236931 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2> 	27	/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2> 	4	/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2> 	3	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	146	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	140	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 	20	/solr/autoscaling.json
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/leader_elect/shard1/election/72978037932556305-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72978037932556305-127.0.0.1:34761_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	91	/solr/overseer/queue
   [junit4]   2> 	36	/solr/overseer/collection-queue-work
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	26	/solr/live_nodes
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 4236934 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:35101
   [junit4]   2> 4236934 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35101
   [junit4]   2> 4236934 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35101
   [junit4]   2> Dec 29, 2019 12:42:15 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=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=494, maxMBSortInHeap=5.869493271198332, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5196d188), locale=en-SG, timezone=America/Guadeloupe
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=66141456,total=514850816
   [junit4]   2> NOTE: All tests run in this JVM: [TestBinaryField, TestSimPolicyCloud, BasicDistributedZk2Test, XMLAtomicUpdateMultivalueTest, TestSolrDeletionPolicy1, TestRandomCollapseQParserPlugin, TestSchemaSimilarityResource, TestSolrQueryParser, SpellCheckCollatorWithCollapseTest, ComputePlanActionTest, DocExpirationUpdateProcessorFactoryTest, TestPushWriter, TestLockTree, RulesTest, TestClassicSimilarityFactory, ForceLeaderWithTlogReplicasTest, CreateCollectionCleanupTest, NodeMutatorTest, CdcrBootstrapTest, SpatialHeatmapFacetsTest, ScheduledMaintenanceTriggerTest, FieldAnalysisRequestHandlerTest, UpdateLogTest, TestLegacyNumericUtils, ChaosMonkeyNothingIsSafeTest, TestMultiWordSynonyms, BlockJoinFacetRandomTest, TestSearcherReuse, TestSystemCollAutoCreate, TestFileDictionaryLookup, PingRequestHandlerTest, TestHashPartitioner, TestComplexPhraseQParserPlugin, TestSortableTextField, SolrCoreMetricManagerTest, TestSchemaField, TestSimExecutePlanAction, MultiSolrCloudTestCaseTest, TestZkAclsWithHadoopAuth, TestXmlQParserPlugin, TestCursorMarkWithoutUniqueKey, TestLogWatcher, TestSkipOverseerOperations, BooleanFieldTest, TestRemoteStreaming, TestClusterStateMutator, DaemonStreamApiTest, SolrCLIZkUtilsTest, TestAnalyzeInfixSuggestions, TestCloudInspectUtil, TestManagedSchemaThreadSafety, TestSolrCoreParser, LeaderVoteWaitTimeoutTest, TestCaffeineCache, TestHashQParserPlugin, TestHalfAndHalfDocValues, RankQueryTest, PeerSyncWithLeaderTest, TestHighlightDedupGrouping, AssignTest, TestQuerySenderListener, TriggerIntegrationTest, MetricsHandlerTest, NumericFieldsTest, IndexSizeTriggerTest, TestRandomFaceting, IndexSchemaTest, HLLUtilTest, ZkCLITest, UUIDFieldTest, TestTolerantUpdateProcessorRandomCloud, TestReload, DeleteShardTest, TestCloudSchemaless, TestPerFieldSimilarityWithDefaultOverride, TestCSVResponseWriter, CheckHdfsIndexTest, SystemInfoHandlerTest, AddReplicaTest, MoreLikeThisComponentTest, BinaryUpdateRequestHandlerTest, QueryResultKeyTest, TestPolicyCloud, RestartWhileUpdatingTest, SolrRequestParserTest, TestQueryingOnDownCollection, TestExactStatsCache, SolrCmdDistributorTest, OverseerCollectionConfigSetProcessorTest, AtomicUpdatesTest, TestManagedSynonymGraphFilterFactory, TestSolrCloudWithSecureImpersonation, AutoscalingHistoryHandlerTest, TestCloudSearcherWarming, TestLFUCache, SplitShardTest, LoggingHandlerTest, TestSlowCompositeReaderWrapper, ShardRoutingTest, PeerSyncWithBufferUpdatesTest, TestDeprecatedFilters, DisMaxRequestHandlerTest, CoreAdminOperationTest, TestFastLRUCache, DistributedTermsComponentTest, BasicAuthStandaloneTest, TestEmbeddedSolrServerAdminHandler, TestHighFrequencyDictionaryFactory, TestSolrXml, TestNestedUpdateProcessor, TestExpandComponent, TestStressLucene, TestFacetMethods, TestPKIAuthenticationPlugin, DeleteLastCustomShardedReplicaTest, BlockDirectoryTest, TestDelegationWithHadoopAuth, TestStressLiveNodes, CdcrRequestHandlerTest, MoveReplicaHDFSFailoverTest, ResourceLoaderTest, TestDocSet, MetricUtilsTest, HttpTriggerListenerTest, TestTrackingShardHandlerFactory, DOMUtilTest, UtilsToolTest, TestReplicationHandlerBackup, EmbeddedSolrNoSerializeTest, DistributedQueryElevationComponentTest, TestScoreJoinQPScore, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=1A0A6E0B1D714965 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=en-SG -Dtests.timezone=America/Guadeloupe -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1A0A6E0B1D714965]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [556/889 (1!)] on J1 in 70.04s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 10640 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:652: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:586: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid2343.hprof

Total time: 289 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 14 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/14/

2 tests failed.
FAILED:  org.apache.solr.cloud.SyncSliceTest.test

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([DC9A36128FBE8264:54CE09C82142EF9C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([DC9A36128FBE8264]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 14080 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> 55759 INFO  (SUITE-SyncSliceTest-seed#[DC9A36128FBE8264]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 55760 INFO  (SUITE-SyncSliceTest-seed#[DC9A36128FBE8264]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/data-dir-5-001
   [junit4]   2> 55760 WARN  (SUITE-SyncSliceTest-seed#[DC9A36128FBE8264]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=132 numCloses=132
   [junit4]   2> 55760 INFO  (SUITE-SyncSliceTest-seed#[DC9A36128FBE8264]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 55762 INFO  (SUITE-SyncSliceTest-seed#[DC9A36128FBE8264]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 55762 INFO  (SUITE-SyncSliceTest-seed#[DC9A36128FBE8264]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /bth/ri
   [junit4]   2> 55775 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 55786 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 55786 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 55886 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer start zk server on port:43935
   [junit4]   2> 55886 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43935
   [junit4]   2> 55886 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43935
   [junit4]   2> 55886 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43935
   [junit4]   2> 55889 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55894 INFO  (zkConnectionManagerCallback-67-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55894 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55911 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55919 INFO  (zkConnectionManagerCallback-69-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55919 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55928 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 55934 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 55936 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 55937 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 55938 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 55940 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 55941 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 55944 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 55945 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 55946 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 55948 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 55949 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 56083 WARN  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 56084 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 56084 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 56084 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 56085 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 56085 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 56085 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 56087 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54c2bab0{/bth/ri,null,AVAILABLE}
   [junit4]   2> 56088 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@69511cf1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37454}
   [junit4]   2> 56088 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.e.j.s.Server Started @56699ms
   [junit4]   2> 56088 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/tempDir-001/control/data, replicaType=NRT, hostContext=/bth/ri, hostPort=37454, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/control-001/cores}
   [junit4]   2> 56088 ERROR (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 56088 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 56088 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 56088 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 56088 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 56088 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-28T10:00:34.476Z
   [junit4]   2> 56089 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56091 INFO  (zkConnectionManagerCallback-71-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56091 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56193 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 56193 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/control-001/solr.xml
   [junit4]   2> 56199 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 56199 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 56201 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 56251 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 56252 WARN  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3121f46a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56252 WARN  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3121f46a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56259 WARN  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@184507aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56259 WARN  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@184507aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56266 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43935/solr
   [junit4]   2> 56267 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56269 INFO  (zkConnectionManagerCallback-78-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56269 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56372 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56374 INFO  (zkConnectionManagerCallback-80-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56374 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56489 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37454_bth%2Fri
   [junit4]   2> 56490 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.c.Overseer Overseer (id=75980882766266372-127.0.0.1:37454_bth%2Fri-n_0000000000) starting
   [junit4]   2> 56496 INFO  (OverseerStateUpdate-75980882766266372-127.0.0.1:37454_bth%2Fri-n_0000000000) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37454_bth%2Fri
   [junit4]   2> 56498 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37454_bth%2Fri
   [junit4]   2> 56503 INFO  (zkCallback-79-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 56505 WARN  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 56541 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 56582 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447
   [junit4]   2> 56595 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447
   [junit4]   2> 56598 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447
   [junit4]   2> 56600 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 56601 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/control-001/cores
   [junit4]   2> 56643 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56663 INFO  (zkConnectionManagerCallback-89-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56663 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56665 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 56666 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43935/solr ready
   [junit4]   2> 56670 INFO  (qtp443457615-200) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37454_bth%252Fri&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 56683 INFO  (OverseerThreadFactory-62-thread-1-processing-n:127.0.0.1:37454_bth%2Fri) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 56796 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 56796 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 57841 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 57926 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 57932 WARN  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 57935 WARN  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 57938 WARN  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 57941 WARN  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 57953 WARN  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 58149 WARN  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 58215 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 58358 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 58360 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447
   [junit4]   2> 58362 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 58370 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=4, maxMergeAtOnceExplicit=3, maxMergedSegmentMB=35.677734375, floorSegmentMB=1.4150390625, forceMergeDeletesPctAllowed=18.992693954070443, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7671658795519867, deletesPctAllowed=33.94707837467782
   [junit4]   2> 58413 WARN  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 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> 58484 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 58485 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 58486 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 58486 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 58489 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1723898432, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 58493 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@13fbb6c8[control_collection_shard1_replica_n1] main]
   [junit4]   2> 58494 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 58495 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 58495 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 58496 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654157199942877184
   [junit4]   2> 58500 INFO  (searcherExecutor-67-thread-1-processing-n:127.0.0.1:37454_bth%2Fri x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@13fbb6c8[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 58507 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 58507 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 58512 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 58512 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 58512 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37454/bth/ri/control_collection_shard1_replica_n1/
   [junit4]   2> 58513 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 58513 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:37454/bth/ri/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 58513 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/75980882766266372-core_node2-n_0000000000
   [junit4]   2> 58517 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37454/bth/ri/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 58626 INFO  (zkCallback-79-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 58630 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 58633 INFO  (zkCallback-79-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 58637 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1841
   [junit4]   2> 58645 INFO  (qtp443457615-200) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 58686 INFO  (OverseerCollectionConfigSetProcessor-75980882766266372-127.0.0.1:37454_bth%2Fri-n_0000000000) [n:127.0.0.1:37454_bth%2Fri     ] 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> 58746 INFO  (zkCallback-79-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 58746 INFO  (zkCallback-79-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 58746 INFO  (zkCallback-79-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 58747 INFO  (qtp443457615-200) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37454_bth%252Fri&wt=javabin&version=2} status=0 QTime=2077
   [junit4]   2> 58751 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 58896 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58903 INFO  (zkConnectionManagerCallback-95-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 58903 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58905 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 58910 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43935/solr ready
   [junit4]   2> 58913 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 58916 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 58923 INFO  (OverseerThreadFactory-62-thread-2-processing-n:127.0.0.1:37454_bth%2Fri) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 59150 WARN  (OverseerThreadFactory-62-thread-2-processing-n:127.0.0.1:37454_bth%2Fri) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 59153 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 59154 INFO  (qtp443457615-195) [n:127.0.0.1:37454_bth%2Fri     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=237
   [junit4]   2> 59156 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 59156 INFO  (watches-92-thread-1) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 59156 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 59156 INFO  (watches-92-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 59156 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 59156 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 59157 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 59157 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 59157 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=7
   [junit4]   2> 59274 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-1-001 of type NRT
   [junit4]   2> 59277 WARN  (closeThreadPool-96-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 59278 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 59278 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 59278 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 59281 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 59281 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 59282 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 59282 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60606d0b{/bth/ri,null,AVAILABLE}
   [junit4]   2> 59289 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6a64e41{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:46132}
   [junit4]   2> 59289 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.Server Started @59901ms
   [junit4]   2> 59290 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/bth/ri, hostPort=46132, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-1-001/cores}
   [junit4]   2> 59290 ERROR (closeThreadPool-96-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 59290 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 59290 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 59290 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 59290 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 59290 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-28T10:00:37.678Z
   [junit4]   2> 59311 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59315 INFO  (zkConnectionManagerCallback-98-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59315 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59420 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-2-001 of type NRT
   [junit4]   2> 59422 WARN  (closeThreadPool-96-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 59422 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 59422 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 59423 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 59428 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 59428 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-1-001/solr.xml
   [junit4]   2> 59439 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 59439 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 59444 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 59452 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 59452 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 59452 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 59453 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@610c1fe5{/bth/ri,null,AVAILABLE}
   [junit4]   2> 59455 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@43beb770{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39750}
   [junit4]   2> 59456 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.Server Started @60067ms
   [junit4]   2> 59456 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/bth/ri, hostPort=39750, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-2-001/cores}
   [junit4]   2> 59457 ERROR (closeThreadPool-96-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 59457 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 59457 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 59457 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 59457 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 59457 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-28T10:00:37.845Z
   [junit4]   2> 59458 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59462 INFO  (zkConnectionManagerCallback-101-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59462 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59570 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 59570 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-2-001/solr.xml
   [junit4]   2> 59584 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 59584 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 59592 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 59602 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 59623 WARN  (closeThreadPool-96-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5e99d93a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 59623 WARN  (closeThreadPool-96-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5e99d93a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 59642 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-3-001 of type NRT
   [junit4]   2> 59670 WARN  (closeThreadPool-96-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1a470d22[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 59670 WARN  (closeThreadPool-96-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1a470d22[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 59671 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43935/solr
   [junit4]   2> 59671 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59695 WARN  (closeThreadPool-96-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 59695 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 59695 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 59695 INFO  (closeThreadPool-96-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 59712 INFO  (zkConnectionManagerCallback-108-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59712 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59725 INFO  (closeThreadPool-96-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 59725 INFO  (closeThreadPool-96-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 59725 INFO  (closeThreadPool-96-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 59725 INFO  (closeThreadPool-96-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e38ea46{/bth/ri,null,AVAILABLE}
   [junit4]   2> 59755 INFO  (closeThreadPool-96-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5f0e3b6b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38984}
   [junit4]   2> 59755 INFO  (closeThreadPool-96-thread-3) [     ] o.e.j.s.Server Started @60366ms
   [junit4]   2> 59755 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/bth/ri, hostPort=38984, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-3-001/cores}
   [junit4]   2> 59755 ERROR (closeThreadPool-96-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 59755 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 59755 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 59755 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 59755 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 59755 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-28T10:00:38.143Z
   [junit4]   2> 59768 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 59770 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59784 WARN  (closeThreadPool-96-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@248a48bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 59784 WARN  (closeThreadPool-96-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@248a48bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 59790 INFO  (zkConnectionManagerCallback-110-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59790 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59805 WARN  (closeThreadPool-96-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5a65fb5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 59805 WARN  (closeThreadPool-96-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5a65fb5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 59806 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43935/solr
   [junit4]   2> 59807 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59811 INFO  (zkConnectionManagerCallback-116-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59811 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59826 INFO  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59851 INFO  (zkConnectionManagerCallback-118-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59851 INFO  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59866 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-4-001 of type NRT
   [junit4]   2> 59867 WARN  (closeThreadPool-96-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 59867 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 59867 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 59867 INFO  (closeThreadPool-96-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 59869 INFO  (closeThreadPool-96-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 59869 INFO  (closeThreadPool-96-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 59870 INFO  (closeThreadPool-96-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 59870 INFO  (closeThreadPool-96-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c3dfc19{/bth/ri,null,AVAILABLE}
   [junit4]   2> 59872 INFO  (closeThreadPool-96-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@68051700{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36627}
   [junit4]   2> 59872 INFO  (closeThreadPool-96-thread-4) [     ] o.e.j.s.Server Started @60483ms
   [junit4]   2> 59872 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/bth/ri, hostPort=36627, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-4-001/cores}
   [junit4]   2> 59872 ERROR (closeThreadPool-96-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 59872 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 59872 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 59872 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 59873 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 59873 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-28T10:00:38.261Z
   [junit4]   2> 59875 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59877 INFO  (zkConnectionManagerCallback-120-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59879 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59934 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 59934 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-3-001/solr.xml
   [junit4]   2> 59935 INFO  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59940 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 59940 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 59940 INFO  (zkConnectionManagerCallback-122-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59940 INFO  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59948 INFO  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 59952 INFO  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 59955 INFO  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.c.ZkController Publish node=127.0.0.1:46132_bth%2Fri as DOWN
   [junit4]   2> 59956 INFO  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 59956 INFO  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46132_bth%2Fri
   [junit4]   2> 59958 INFO  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.c.ZkController Publish node=127.0.0.1:39750_bth%2Fri as DOWN
   [junit4]   2> 59958 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 59959 INFO  (zkCallback-79-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 59964 INFO  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 59964 INFO  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39750_bth%2Fri
   [junit4]   2> 59967 INFO  (zkCallback-79-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 59971 WARN  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 59971 WARN  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 59979 INFO  (zkCallback-94-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 59986 INFO  (zkCallback-121-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 59987 INFO  (zkCallback-117-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 59991 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-5-001 of type NRT
   [junit4]   2> 59999 WARN  (closeThreadPool-96-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 60000 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 60000 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 60000 INFO  (closeThreadPool-96-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 60023 INFO  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 60036 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 60036 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-4-001/solr.xml
   [junit4]   2> 60042 INFO  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 60060 INFO  (closeThreadPool-96-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 60060 INFO  (closeThreadPool-96-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 60060 INFO  (closeThreadPool-96-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 60060 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 60060 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 60072 INFO  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447
   [junit4]   2> 60107 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 60108 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 60111 INFO  (closeThreadPool-96-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@576183c1{/bth/ri,null,AVAILABLE}
   [junit4]   2> 60209 INFO  (closeThreadPool-96-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2170b3db{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41836}
   [junit4]   2> 60209 INFO  (closeThreadPool-96-thread-5) [     ] o.e.j.s.Server Started @60820ms
   [junit4]   2> 60209 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/tempDir-001/jetty5, solrconfig=solrconfig.xml, hostContext=/bth/ri, hostPort=41836, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-5-001/cores}
   [junit4]   2> 60209 ERROR (closeThreadPool-96-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 60209 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 60210 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 60210 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 60210 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 60210 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-28T10:00:38.598Z
   [junit4]   2> 60213 WARN  (closeThreadPool-96-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1688230[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60213 WARN  (closeThreadPool-96-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1688230[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60215 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 60249 INFO  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447
   [junit4]   2> 60252 INFO  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447
   [junit4]   2> 60272 INFO  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447
   [junit4]   2> 60272 WARN  (closeThreadPool-96-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f7c084[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60272 WARN  (closeThreadPool-96-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f7c084[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60273 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43935/solr
   [junit4]   2> 60274 INFO  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 60275 INFO  (closeThreadPool-96-thread-2) [n:127.0.0.1:39750_bth%2Fri     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-2-001/cores
   [junit4]   2> 60285 INFO  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447
   [junit4]   2> 60285 INFO  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447
   [junit4]   2> 60292 INFO  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 60293 INFO  (closeThreadPool-96-thread-1) [n:127.0.0.1:46132_bth%2Fri     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-1-001/cores
   [junit4]   2> 60319 INFO  (zkConnectionManagerCallback-135-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 60319 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 60338 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 60370 INFO  (zkConnectionManagerCallback-140-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 60370 INFO  (closeThreadPool-96-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 60376 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:39750_bth%2Fri
   [junit4]   2> 60418 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-6-001 of type NRT
   [junit4]   2> 60418 WARN  (closeThreadPool-96-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 60422 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 60422 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 60422 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 60455 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 60455 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-5-001/solr.xml
   [junit4]   2> 60460 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 60460 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 60472 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 60475 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 60478 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:46132_bth%2Fri
   [junit4]   2> 60478 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 60478 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 60478 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 60479 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@731dddc8{/bth/ri,null,AVAILABLE}
   [junit4]   2> 60502 WARN  (closeThreadPool-96-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6efb56fb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60502 WARN  (closeThreadPool-96-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6efb56fb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60511 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@228fd958{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37234}
   [junit4]   2> 60511 INFO  (closeThreadPool-96-thread-2) [     ] o.e.j.s.Server Started @61122ms
   [junit4]   2> 60511 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/tempDir-001/jetty6, solrconfig=solrconfig.xml, hostContext=/bth/ri, hostPort=37234, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-6-001/cores}
   [junit4]   2> 60511 ERROR (closeThreadPool-96-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 60511 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 60511 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 60511 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 60511 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 60511 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-28T10:00:38.899Z
   [junit4]   2> 60535 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 60558 WARN  (closeThreadPool-96-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d3e81e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60558 WARN  (closeThreadPool-96-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d3e81e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60559 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43935/solr
   [junit4]   2> 60567 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 60590 INFO  (zkConnectionManagerCallback-145-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 60590 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 60601 INFO  (closeThreadPool-96-thread-3) [n:127.0.0.1:38984_bth%2Fri     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 60608 INFO  (zkConnectionManagerCallback-149-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 60608 INFO  (closeThreadPool-96-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 60620 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 60640 INFO  (zkConnectionManagerCallback-151-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 60640 INFO  (closeThreadPool-96-thread-3) [n:127.0.0.1:38984_bth%2Fri     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 60648 WARN  (closeThreadPool-96-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@78e666b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60648 WARN  (closeThreadPool-96-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@78e666b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60678 WARN  (closeThreadPool-96-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e08053e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60678 WARN  (closeThreadPool-96-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e08053e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60679 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43935/solr
   [junit4]   2> 60695 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 60695 INFO  (TEST-SyncSliceTest.test-seed#[DC9A36128FBE8264]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 7 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-7-001 of type NRT
   [junit4]   2> 60696 WARN  (closeThreadPool-96-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 60696 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 60696 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 60696 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 60725 INFO  (zkConnectionManagerCallback-157-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 60725 INFO  (closeThreadPool-96-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 60728 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 60728 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-6-001/solr.xml
   [junit4]   2> 60737 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 60737 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 60788 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 60788 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 60788 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 60789 INFO  (closeThreadPool-96-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@68a60447, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 60791 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5906fca5{/bth/ri,null,AVAILABLE}
   [junit4]   2> 60811 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3d17e0ac{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37048}
   [junit4]   2> 60811 INFO  (closeThreadPool-96-thread-1) [     ] o.e.j.s.Server Started @61422ms
   [junit4]   2> 60811 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/tempDir-001/jetty7, solrconfig=solrconfig.xml, hostContext=/bth/ri, hostPort=37048, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_DC9A36128FBE8264-001/shard-7-001/cores}
   [junit4]   2> 60812 ERROR (closeThreadPool-96-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 60812 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 60812 INFO  (closeThreadPool-96-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome t

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

) closing
   [junit4]   2> 3656708 INFO  (jetty-closer-9203-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6223814{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 3656708 INFO  (jetty-closer-9203-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@436b083b{/solr,null,UNAVAILABLE}
   [junit4]   2> 3656708 INFO  (jetty-closer-9203-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3656808 INFO  (jetty-closer-9203-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7bff5670{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 3656808 INFO  (jetty-closer-9203-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b5615e9{/solr,null,UNAVAILABLE}
   [junit4]   2> 3656808 INFO  (jetty-closer-9203-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3656908 INFO  (jetty-closer-9203-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2b1eb0cd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 3656908 INFO  (jetty-closer-9203-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@69da9e1c{/solr,null,UNAVAILABLE}
   [junit4]   2> 3656908 INFO  (jetty-closer-9203-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3656909 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[DC9A36128FBE8264]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3657113 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	35	/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2> 	25	/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2> 	4	/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	161	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 	154	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	20	/solr/autoscaling.json
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/belowRate_collection/leader_elect/shard1/election/75981114200358924-core_node3-n_0000000000
   [junit4]   2> 	3	/solr/overseer_elect/election/75981114200358924-127.0.0.1:36713_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/leader_elect/shard1/election/75981114200358924-core_node3-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	98	/solr/overseer/queue
   [junit4]   2> 	34	/solr/overseer/collection-queue-work
   [junit4]   2> 	29	/solr/live_nodes
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 3657116 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[DC9A36128FBE8264]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43806
   [junit4]   2> 3657116 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[DC9A36128FBE8264]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43806
   [junit4]   2> 3657116 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[DC9A36128FBE8264]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43806
   [junit4]   2> 3657117 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[DC9A36128FBE8264]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Dec 28, 2019 11:00:35 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1158, maxMBSortInHeap=6.275771465881949, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@498e89da), locale=es-VE, timezone=Africa/Windhoek
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=194033376,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [DOMUtilTest, TestSystemCollAutoCreate, TestGraphMLResponseWriter, UtilsToolTest, IgnoreLargeDocumentProcessorFactoryTest, SplitShardTest, NodeAddedTriggerIntegrationTest, TestSlowCompositeReaderWrapper, TimeRoutedAliasUpdateProcessorTest, LeaderFailoverAfterPartitionTest, HdfsChaosMonkeyNothingIsSafeTest, TestQueryingOnDownCollection, TestQuerySenderListener, ShardSplitTest, TestPolicyCloud, TaggerTest, DocumentBuilderTest, TestReload, FileBasedSpellCheckerTest, TestDefaultStatsCache, HttpSolrCallGetCoreTest, TestCollectionAPI, DistributedTermsComponentTest, TestSolrCoreParser, TestXmlQParserPlugin, CloudExitableDirectoryReaderTest, TestLegacyFieldCache, TestHashPartitioner, TestWithCollection, TestComplexPhraseQParserPlugin, HdfsRecoverLeaseTest, SolrCLIZkUtilsTest, CheckHdfsIndexTest, TestTrieFacet, HttpPartitionOnCommitTest, SpatialHeatmapFacetsTest, XmlUpdateRequestHandlerTest, TestExpandComponent, TestSimComputePlanAction, TestScoreJoinQPScore, PeerSyncWithBufferUpdatesTest, AtomicUpdatesTest, ShardRoutingTest, TestSimExecutePlanAction, AutoscalingHistoryHandlerTest, TestFieldTypeResource, TestManagedSchemaThreadSafety, TestDelegationWithHadoopAuth, FieldAnalysisRequestHandlerTest, TestPayloadCheckQParserPlugin, OverseerStatusTest, TestSolrCloudSnapshots, ConcurrentDeleteAndCreateCollectionTest, TestRealTimeGet, RestartWhileUpdatingTest, BasicDistributedZk2Test, MoreLikeThisComponentTest, NodeLostTriggerTest, DebugComponentTest, TestReplicationHandlerBackup, OverseerCollectionConfigSetProcessorTest, TestStressUserVersions, TestClusterStateMutator, TestDeleteCollectionOnDownNodes, NodeMutatorTest, TestFileDictionaryLookup, PreAnalyzedFieldManagedSchemaCloudTest, SolrInfoBeanTest, MetricsHandlerTest, DistributedQueryElevationComponentTest, TestSolrCloudWithSecureImpersonation, TestExportTool, TriLevelCompositeIdRoutingTest, TestLazyCores, SecurityConfHandlerTest, BlockDirectoryTest, TestJettySolrRunner, RulesTest, TestCloudPseudoReturnFields, SolrShardReporterTest, ReplaceNodeNoTargetTest, TestWordDelimiterFilterFactory, TestTrackingShardHandlerFactory, TestSolrXml, TestLegacyNumericUtils, TestExactStatsCache, TestFieldCollectionResource, PathHierarchyTokenizerFactoryTest, TestPKIAuthenticationPlugin, TestCursorMarkWithoutUniqueKey, ZkCLITest, TestCSVResponseWriter, CoreAdminOperationTest, TestManagedSynonymGraphFilterFactory, TestNestedUpdateProcessor, TriggerIntegrationTest, DocExpirationUpdateProcessorFactoryTest, TestDownShardTolerantSearch, BooleanFieldTest, SystemInfoHandlerTest, UUIDUpdateProcessorFallbackTest, TestCloudSchemaless, TestFiltering, DistanceFunctionTest, HLLUtilTest, BasicAuthStandaloneTest, TestManagedResourceStorage, EnumFieldTest, TestSortableTextField, RankQueryTest, DistributedMLTComponentTest, TestConfigSetsAPIExclusivity, TestChildDocTransformerHierarchy, TestCloudNestedDocsSort, CreateCollectionCleanupTest, XMLAtomicUpdateMultivalueTest, TestPrepRecovery, CdcrBootstrapTest, PingRequestHandlerTest, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=DC9A36128FBE8264 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=es-VE -Dtests.timezone=Africa/Windhoek -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DC9A36128FBE8264]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [371/889 (2!)] on J1 in 70.77s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 54738 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 13 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/13/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([BE3618181DEF9B83]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 14465 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 1539805 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1539805 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/data-dir-106-001
   [junit4]   2> 1539806 WARN  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1539806 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1539808 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1539808 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/tempDir-001
   [junit4]   2> 1539808 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1539809 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1539809 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1539909 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:37791
   [junit4]   2> 1539909 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37791
   [junit4]   2> 1539909 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37791
   [junit4]   2> 1539909 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37791
   [junit4]   2> 1539910 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1539915 INFO  (zkConnectionManagerCallback-7398-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1539915 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1539924 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1539927 INFO  (zkConnectionManagerCallback-7400-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1539927 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1539928 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1539928 INFO  (zkConnectionManagerCallback-7402-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1539928 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540040 WARN  (jetty-launcher-7403-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1540040 WARN  (jetty-launcher-7403-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1540040 WARN  (jetty-launcher-7403-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1540040 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1540040 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1540040 INFO  (jetty-launcher-7403-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1540040 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1540041 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1540041 INFO  (jetty-launcher-7403-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1540041 WARN  (jetty-launcher-7403-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1540041 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1540041 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1540041 INFO  (jetty-launcher-7403-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1540041 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1540041 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1540041 INFO  (jetty-launcher-7403-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1540042 WARN  (jetty-launcher-7403-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1540042 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1540042 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1540042 INFO  (jetty-launcher-7403-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1540048 INFO  (jetty-launcher-7403-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1540048 INFO  (jetty-launcher-7403-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1540048 INFO  (jetty-launcher-7403-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1540049 INFO  (jetty-launcher-7403-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1540049 INFO  (jetty-launcher-7403-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1540049 INFO  (jetty-launcher-7403-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1540049 INFO  (jetty-launcher-7403-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1540049 INFO  (jetty-launcher-7403-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1540049 INFO  (jetty-launcher-7403-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1540050 INFO  (jetty-launcher-7403-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c46fbbd{/solr,null,AVAILABLE}
   [junit4]   2> 1540050 INFO  (jetty-launcher-7403-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76a97f04{/solr,null,AVAILABLE}
   [junit4]   2> 1540050 INFO  (jetty-launcher-7403-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5048ee26{/solr,null,AVAILABLE}
   [junit4]   2> 1540050 INFO  (jetty-launcher-7403-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1540050 INFO  (jetty-launcher-7403-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1540050 INFO  (jetty-launcher-7403-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1540050 INFO  (jetty-launcher-7403-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5fd0bef0{/solr,null,AVAILABLE}
   [junit4]   2> 1540051 INFO  (jetty-launcher-7403-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1540051 INFO  (jetty-launcher-7403-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3ff2587e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36193}
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-4) [     ] o.e.j.s.Server Started @1540080ms
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36193}
   [junit4]   2> 1540052 ERROR (jetty-launcher-7403-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-27T01:45:00.085Z
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7bc5cb7d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36037}
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-5) [     ] o.e.j.s.Server Started @1540080ms
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36037}
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57dacf4d{/solr,null,AVAILABLE}
   [junit4]   2> 1540052 ERROR (jetty-launcher-7403-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-27T01:45:00.085Z
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3b749296{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36161}
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-1) [     ] o.e.j.s.Server Started @1540081ms
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36161}
   [junit4]   2> 1540052 ERROR (jetty-launcher-7403-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1540052 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-27T01:45:00.085Z
   [junit4]   2> 1540053 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540053 INFO  (jetty-launcher-7403-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@b6e27ce{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37567}
   [junit4]   2> 1540053 INFO  (jetty-launcher-7403-thread-2) [     ] o.e.j.s.Server Started @1540082ms
   [junit4]   2> 1540053 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37567}
   [junit4]   2> 1540053 ERROR (jetty-launcher-7403-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1540053 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1540053 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 1540053 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1540053 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1540053 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-27T01:45:00.086Z
   [junit4]   2> 1540053 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540054 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540058 INFO  (zkConnectionManagerCallback-7405-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540058 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540058 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1540062 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540063 INFO  (jetty-launcher-7403-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3cc65279{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36147}
   [junit4]   2> 1540063 INFO  (jetty-launcher-7403-thread-3) [     ] o.e.j.s.Server Started @1540091ms
   [junit4]   2> 1540063 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36147}
   [junit4]   2> 1540063 INFO  (zkConnectionManagerCallback-7409-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540063 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540063 ERROR (jetty-launcher-7403-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1540063 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1540063 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 1540063 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1540063 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1540063 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-27T01:45:00.096Z
   [junit4]   2> 1540063 INFO  (zkConnectionManagerCallback-7411-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540063 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540063 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1540063 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1540064 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540064 INFO  (zkConnectionManagerCallback-7407-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540064 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540085 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1540085 INFO  (zkConnectionManagerCallback-7413-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540085 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540185 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1540295 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1540296 WARN  (jetty-launcher-7403-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4378d5ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540296 WARN  (jetty-launcher-7403-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4378d5ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540302 WARN  (jetty-launcher-7403-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@72af7da4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540302 WARN  (jetty-launcher-7403-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@72af7da4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540303 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37791/solr
   [junit4]   2> 1540310 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540318 INFO  (zkConnectionManagerCallback-7421-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540318 INFO  (jetty-launcher-7403-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540334 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1540337 WARN  (jetty-launcher-7403-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6ee9a1ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540337 WARN  (jetty-launcher-7403-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6ee9a1ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540341 WARN  (jetty-launcher-7403-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1afb30e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540341 WARN  (jetty-launcher-7403-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1afb30e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540342 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37791/solr
   [junit4]   2> 1540346 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540353 INFO  (zkConnectionManagerCallback-7427-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540353 INFO  (jetty-launcher-7403-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540440 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1540442 WARN  (jetty-launcher-7403-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@125198e2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540442 WARN  (jetty-launcher-7403-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@125198e2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540444 WARN  (jetty-launcher-7403-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@44dd5e53[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540444 WARN  (jetty-launcher-7403-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@44dd5e53[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540445 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37791/solr
   [junit4]   2> 1540445 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540448 INFO  (zkConnectionManagerCallback-7434-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540448 INFO  (jetty-launcher-7403-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540537 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1540538 WARN  (jetty-launcher-7403-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@648165bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540538 WARN  (jetty-launcher-7403-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@648165bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540540 WARN  (jetty-launcher-7403-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2d50550d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540540 WARN  (jetty-launcher-7403-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2d50550d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540541 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37791/solr
   [junit4]   2> 1540542 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540544 INFO  (zkConnectionManagerCallback-7441-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540545 INFO  (jetty-launcher-7403-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540587 INFO  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540588 INFO  (jetty-launcher-7403-thread-4) [n:127.0.0.1:36193_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540589 INFO  (zkConnectionManagerCallback-7443-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540589 INFO  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540607 INFO  (zkConnectionManagerCallback-7445-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540607 INFO  (jetty-launcher-7403-thread-4) [n:127.0.0.1:36193_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540695 INFO  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540706 INFO  (zkConnectionManagerCallback-7450-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540706 INFO  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540707 INFO  (jetty-launcher-7403-thread-4) [n:127.0.0.1:36193_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36193_solr
   [junit4]   2> 1540708 INFO  (jetty-launcher-7403-thread-4) [n:127.0.0.1:36193_solr     ] o.a.s.c.Overseer Overseer (id=72964133412143116-127.0.0.1:36193_solr-n_0000000000) starting
   [junit4]   2> 1540715 INFO  (jetty-launcher-7403-thread-4) [n:127.0.0.1:36193_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36193_solr
   [junit4]   2> 1540715 INFO  (OverseerStateUpdate-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [n:127.0.0.1:36193_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36193_solr
   [junit4]   2> 1540715 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1540716 INFO  (OverseerStateUpdate-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [n:127.0.0.1:36193_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1540717 WARN  (jetty-launcher-7403-thread-4) [n:127.0.0.1:36193_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1540729 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1540730 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1540730 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1540736 INFO  (jetty-launcher-7403-thread-4) [n:127.0.0.1:36193_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1540741 INFO  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1540744 INFO  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36037_solr as DOWN
   [junit4]   2> 1540745 INFO  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1540745 INFO  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36037_solr
   [junit4]   2> 1540746 WARN  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1540750 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:36193_solr]
   [junit4]   2> 1540761 INFO  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1540762 INFO  (zkCallback-7449-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1540762 INFO  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37567_solr as DOWN
   [junit4]   2> 1540763 INFO  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1540763 INFO  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37567_solr
   [junit4]   2> 1540768 WARN  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1540768 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1540772 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1540772 DEBUG (ScheduledTrigger-7031-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1540777 INFO  (zkCallback-7444-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1540778 INFO  (jetty-launcher-7403-thread-4) [n:127.0.0.1:36193_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36193.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1540785 INFO  (jetty-launcher-7403-thread-4) [n:127.0.0.1:36193_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36193.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1540785 INFO  (zkCallback-7449-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1540785 INFO  (zkCallback-7442-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1540785 INFO  (jetty-launcher-7403-thread-4) [n:127.0.0.1:36193_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36193.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1540787 INFO  (jetty-launcher-7403-thread-4) [n:127.0.0.1:36193_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1540788 INFO  (jetty-launcher-7403-thread-4) [n:127.0.0.1:36193_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/tempDir-001/node5/.
   [junit4]   2> 1540790 INFO  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1540802 INFO  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540802 INFO  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1540819 INFO  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37567.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1540825 INFO  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37567.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1540825 INFO  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37567.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1540828 INFO  (zkConnectionManagerCallback-7462-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540829 INFO  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540832 INFO  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36037.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1540836 INFO  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1540838 INFO  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36161_solr as DOWN
   [junit4]   2> 1540838 INFO  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1540838 INFO  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36161_solr
   [junit4]   2> 1540839 INFO  (zkCallback-7449-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1540840 INFO  (zkCallback-7444-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1540840 INFO  (zkCallback-7442-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1540840 WARN  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1540842 INFO  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36037.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1540842 INFO  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36037.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1540843 INFO  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1540844 INFO  (jetty-launcher-7403-thread-5) [n:127.0.0.1:36037_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/tempDir-001/node4/.
   [junit4]   2> 1540846 INFO  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1540848 INFO  (zkCallback-7461-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1540851 INFO  (jetty-launcher-7403-thread-2) [n:127.0.0.1:37567_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/tempDir-001/node1/.
   [junit4]   2> 1540867 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1540875 INFO  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1540881 WARN  (jetty-launcher-7403-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@70a65994[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540882 WARN  (jetty-launcher-7403-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@70a65994[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540884 WARN  (jetty-launcher-7403-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@291b8ebb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540884 WARN  (jetty-launcher-7403-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@291b8ebb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1540885 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37791/solr
   [junit4]   2> 1540887 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540888 INFO  (zkConnectionManagerCallback-7472-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540888 INFO  (jetty-launcher-7403-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540903 INFO  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36161.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1540913 INFO  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36161.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1540913 INFO  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36161.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1540914 INFO  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1540914 INFO  (jetty-launcher-7403-thread-1) [n:127.0.0.1:36161_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/tempDir-001/node2/.
   [junit4]   2> 1540992 INFO  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1540994 INFO  (zkConnectionManagerCallback-7474-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1540994 INFO  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1540999 INFO  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1541004 INFO  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36147_solr as DOWN
   [junit4]   2> 1541006 INFO  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1541006 INFO  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36147_solr
   [junit4]   2> 1541007 INFO  (zkCallback-7461-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1541007 INFO  (zkCallback-7442-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1541007 INFO  (zkCallback-7449-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1541007 INFO  (zkCallback-7444-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1541008 INFO  (zkCallback-7473-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1541008 WARN  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1541020 INFO  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1541034 INFO  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36147.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1541041 INFO  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36147.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1541041 INFO  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36147.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1541042 INFO  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1541043 INFO  (jetty-launcher-7403-thread-3) [n:127.0.0.1:36147_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/tempDir-001/node3/.
   [junit4]   2> 1541094 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 1541095 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1541097 INFO  (zkConnectionManagerCallback-7483-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1541097 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1541099 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1541100 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37791/solr ready
   [junit4]   2> 1541115 INFO  (qtp838969929-22642) [n:127.0.0.1:36147_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1541118 INFO  (qtp1963080621-22638) [n:127.0.0.1:36037_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1541119 INFO  (qtp838969929-22651) [n:127.0.0.1:36147_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1541120 INFO  (qtp900954704-22657) [n:127.0.0.1:36161_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1541122 INFO  (qtp825602088-22626) [n:127.0.0.1:36193_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1541123 INFO  (qtp95013131-22628) [n:127.0.0.1:37567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1541123 DEBUG (qtp900954704-22656) [n:127.0.0.1:36161_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1541124 INFO  (qtp900954704-22656) [n:127.0.0.1:36161_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 1541125 DEBUG (zkCallback-7444-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1541126 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1541132 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1541137 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1541198 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[BE3618181DEF9B83]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 1541199 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[BE3618181DEF9B83]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1541201 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[BE3618181DEF9B83]) [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 1541202 DEBUG (zkCallback-7444-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1541202 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1541203 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1541203 DEBUG (OverseerAutoScalingTriggerThread-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1541205 INFO  (qtp825602088-22643) [n:127.0.0.1:36193_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1541209 INFO  (OverseerThreadFactory-7033-thread-1-processing-n:127.0.0.1:36193_solr) [n:127.0.0.1:36193_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection belowRate_collection
   [junit4]   2> 1541318 INFO  (OverseerStateUpdate-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [n:127.0.0.1:36193_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36147/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1541321 INFO  (OverseerStateUpdate-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [n:127.0.0.1:36193_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36193/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1541523 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr    x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1541524 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1541524 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1542537 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 1542537 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 1542545 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1542546 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1542547 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1542547 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 1542547 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36147.solr.core.belowRate_collection.shard1.replica_n1' (registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1542547 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/tempDir-001/node3/belowRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/tempDir-001/node3/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 1542548 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1542548 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n2' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 1542548 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36193.solr.core.belowRate_collection.shard1.replica_n2' (registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1542548 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/tempDir-001/node5/belowRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/tempDir-001/node5/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 1542590 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1542590 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1542591 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1542591 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1542592 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1542592 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1542592 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ea153a[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 1542593 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1542593 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1542594 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1425400f[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 1542595 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1542595 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1542595 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1542595 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1542595 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1542595 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1542595 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654035424349257728
   [junit4]   2> 1542595 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654035424349257728
   [junit4]   2> 1542598 INFO  (searcherExecutor-7057-thread-1-processing-n:127.0.0.1:36147_solr x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 r:core_node3) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n1] Registered new searcher Searcher@1425400f[belowRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1542599 INFO  (searcherExecutor-7058-thread-1-processing-n:127.0.0.1:36193_solr x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 r:core_node4) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n2] Registered new searcher Searcher@4ea153a[belowRate_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1542600 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1542600 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 1542601 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 1542601 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1542602 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 1542604 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1542604 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1542604 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36147/solr/belowRate_collection_shard1_replica_n1/
   [junit4]   2> 1542605 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=http://127.0.0.1:36147/solr START replicas=[http://127.0.0.1:36193/solr/belowRate_collection_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1542605 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=http://127.0.0.1:36147/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1542607 INFO  (qtp825602088-22632) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1542608 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1542608 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1542608 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/belowRate_collection/leaders/shard1/leader after winning as /collections/belowRate_collection/leader_elect/shard1/election/72964133412143121-core_node3-n_0000000000
   [junit4]   2> 1542609 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36147/solr/belowRate_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1542710 INFO  (zkCallback-7473-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1542711 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1542713 INFO  (qtp838969929-22652) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1189
   [junit4]   2> 1542813 INFO  (zkCallback-7473-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1542813 INFO  (zkCallback-7473-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1543607 INFO  (qtp825602088-22623) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2083
   [junit4]   2> 1543611 INFO  (qtp825602088-22643) [n:127.0.0.1:36193_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1543707 INFO  (zkCallback-7444-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1543707 INFO  (zkCallback-7473-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1543707 INFO  (zkCallback-7473-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1543707 INFO  (zkCallback-7444-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1543708 INFO  (qtp825602088-22643) [n:127.0.0.1:36193_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2502
   [junit4]   2> 1543711 INFO  (qtp825602088-22645) [n:127.0.0.1:36193_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1543713 INFO  (OverseerCollectionConfigSetProcessor-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [n:127.0.0.1:36193_solr     ] 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> 1543713 INFO  (OverseerThreadFactory-7033-thread-2-processing-n:127.0.0.1:36193_solr) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:36037_solr for creating new replica of shard shard1 for collection belowRate_collection
   [junit4]   2> 1543714 INFO  (OverseerThreadFactory-7033-thread-2-processing-n:127.0.0.1:36193_solr) [n:127.0.0.1:36193_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1543715 INFO  (OverseerStateUpdate-72964133412143116-127.0.0.1:36193_solr-n_0000000000) [n:127.0.0.1:36193_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36037/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36037_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1543818 INFO  (zkCallback-7473-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1543818 INFO  (zkCallback-7444-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1543818 INFO  (zkCallback-7444-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1543818 INFO  (zkCallback-7473-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1543919 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr    x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1543932 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 1543955 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 1543957 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1543957 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n5' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 1543958 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36037.solr.core.belowRate_collection.shard1.replica_n5' (registry 'solr.core.belowRate_collection.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4adbcc4a
   [junit4]   2> 1543958 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/tempDir-001/node4/belowRate_collection_shard1_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_BE3618181DEF9B83-001/tempDir-001/node4/./belowRate_collection_shard1_replica_n5/data/]
   [junit4]   2> 1543998 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1543998 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1543999 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1543999 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1544000 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@611e51d0[belowRate_collection_shard1_replica_n5] main]
   [junit4]   2> 1544001 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1544002 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1544002 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1544002 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654035425824604160
   [junit4]   2> 1544005 INFO  (searcherExecutor-7067-thread-1-processing-n:127.0.0.1:36037_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n5] Registered new searcher Searcher@611e51d0[belowRate_collection_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1544007 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node6=0, core_node3=0, core_node4=0}, version=2}
   [junit4]   2> 1544007 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 1544010 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkController Core needs to recover:belowRate_collection_shard1_replica_n5
   [junit4]   2> 1544011 INFO  (qtp1963080621-22648) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=91
   [junit4]   2> 1544011 INFO  (updateExecutor-7437-thread-1-processing-n:127.0.0.1:36037_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1544012 INFO  (recoveryExecutor-7439-thread-1-processing-n:127.0.0.1:36037_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1544014 INFO  (recoveryExecutor-7439-thread-1-processing-n:127.0.0.1:36037_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 1544016 INFO  (qtp838969929-22642) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1544016 INFO  (qtp838969929-22642) [n:127.0.0.1:36147_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1544016 INFO  (recoveryExecutor-7439-thread-1-processing-n:127.0.0.1:36037_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[belowRate_collection_shard1_replica_n5]
   [junit4]   2> 1544016 INFO  (recoveryExecutor-7439-thread-1-processing-n:127.0.0.1:36037_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1544016 INFO  (recoveryExecutor-7439-thread-1-processing-n:127.0.0.1:36037_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Publishing state of core [belowRate_collection_shard1_replica_n5] as recovering, leader is [http://127.0.0.1:36147/solr/belowRate_collection_shard1_replica_n1/] and I am [http://127.0.0.1:36037/solr/belowRate_collection_shard1_replica_n5/]
   [junit4]   2> 1544017 INFO  (qtp825602088-22645) [n:127.0.0.1:36193_solr c:belowRate_collection    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=305
   [junit4]   2> 1544017 INFO  (qtp825602088-22626) [n:127.0.0.1:36193_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1544018 INFO  (recoveryExecutor-7439-thread-1-processing-n:127.0.0.1:36037_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:36037_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:36147/solr]; [WaitForState: action=PREPRECOVERY&core=belowRate_collection_shard1_replica_n1&nodeName=127.0.0.1:36037_solr&coreNodeName=core_node6&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1544019 INFO  (qtp838969929-22650) [n:127.0.0.1:36147_solr    x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node6, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1544019 INFO  (qtp838969929-22650) [n:127.0.0.1:36147_solr    x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=belowRate_collection, shard=shard1, thisCore=belowRate_collection_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:36037_solr, coreNodeName=core_node6, onlyIfActiveCheckResult=false, nodeProps: core_node6:{
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n5",
   [junit4]   2>   "base_url":"http://127.0.0.1:36037/solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:36037_solr",
   [junit4]   2>   "typ

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

r Stopped o.e.j.s.ServletContextHandler@76a97f04{/solr,null,UNAVAILABLE}
   [junit4]   2> 1609080 INFO  (jetty-closer-7503-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1609183 INFO  (jetty-closer-7503-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@b6e27ce{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1609183 INFO  (jetty-closer-7503-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5048ee26{/solr,null,UNAVAILABLE}
   [junit4]   2> 1609183 INFO  (jetty-closer-7503-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1609184 INFO  (jetty-closer-7503-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3b749296{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1609184 INFO  (jetty-closer-7503-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57dacf4d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1609184 INFO  (jetty-closer-7503-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1609283 INFO  (jetty-closer-7503-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3cc65279{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1609283 INFO  (jetty-closer-7503-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7bc5cb7d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1609283 INFO  (jetty-closer-7503-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3c46fbbd{/solr,null,UNAVAILABLE}
   [junit4]   2> 1609283 INFO  (jetty-closer-7503-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1609283 INFO  (jetty-closer-7503-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5fd0bef0{/solr,null,UNAVAILABLE}
   [junit4]   2> 1609283 INFO  (jetty-closer-7503-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1609286 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1609489 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2> 	20	/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2> 	4	/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	169	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 	137	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	20	/solr/autoscaling.json
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/belowRate_collection/leader_elect/shard1/election/72964133412143121-core_node3-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	86	/solr/overseer/queue
   [junit4]   2> 	37	/solr/overseer/collection-queue-work
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	26	/solr/live_nodes
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 1609491 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37791
   [junit4]   2> 1609491 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37791
   [junit4]   2> 1609491 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37791
   [junit4]   2> 1609491 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[BE3618181DEF9B83]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Dec 27, 2019 1:46:09 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene84, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7dfb41b6), locale=fr, timezone=MST7MDT
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=41870456,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [CloudMLTQParserTest, DistributedQueryElevationComponentTest, ScheduledMaintenanceTriggerTest, TestIBSimilarityFactory, TestExportTool, TestAnalyzeInfixSuggestions, BigEndianAscendingWordDeserializerTest, PreAnalyzedFieldManagedSchemaCloudTest, ReplaceNodeNoTargetTest, CollectionTooManyReplicasTest, TestSchemaField, TestSolrCLIRunExample, ForceLeaderWithTlogReplicasTest, TestShardHandlerFactory, TestRestoreCore, TestWordDelimiterFilterFactory, TestQueryTypes, TestSchemaSimilarityResource, TestSkipOverseerOperations, DistanceFunctionTest, HttpSolrCallGetCoreTest, RestartWhileUpdatingTest, TestFastLRUCache, TermVectorComponentTest, AuditLoggerPluginTest, TestInfoStreamLogging, TestRandomCollapseQParserPlugin, PackageManagerCLITest, TestHashQParserPlugin, TestSolrCloudWithSecureImpersonation, TestFileDictionaryLookup, NodeMutatorTest, QueryResultKeyTest, TriLevelCompositeIdRoutingTest, DistributedFacetPivotSmallAdvancedTest, HdfsLockFactoryTest, NumericFieldsTest, TestSolrXml, TestStressUserVersions, TestPushWriter, XMLAtomicUpdateMultivalueTest, AddReplicaTest, SolrShardReporterTest, DeleteLastCustomShardedReplicaTest, TestJsonFacetRefinement, MultiSolrCloudTestCaseTest, TestQueryingOnDownCollection, UtilsToolTest, TestSolrCoreParser, TestQuerySenderListener, TestCaffeineCache, TestFieldCache, RequiredFieldsTest, TestSuggestSpellingConverter, BasicFunctionalityTest, TestMultiWordSynonyms, ZkStateWriterTest, ChaosMonkeyNothingIsSafeTest, TestSolrQueryParser, CdcrRequestHandlerTest, TestFiltering, TestDeprecatedFilters, LeaderFailoverAfterPartitionTest, TestClusterStateMutator, DOMUtilTest, TestJettySolrRunner, IndexSchemaTest, SSLMigrationTest, TestWithCollection, TestSolrCloudSnapshots, UpdateLogTest, SolrRequestParserTest, PeerSyncWithBufferUpdatesTest, EmbeddedSolrNoSerializeTest, XmlUpdateRequestHandlerTest, TestHashPartitioner, TestNumericRangeQuery32, DistributedFacetExistsSmallTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestSolr4Spatial, OverseerCollectionConfigSetProcessorTest, SolrIndexSplitterTest, TestWriterPerf, UUIDFieldTest, DebugComponentTest, MoreLikeThisComponentTest, ClassificationUpdateProcessorIntegrationTest, TestSlowCompositeReaderWrapper, TestRealTimeGet, TestFacetMethods, TestLFUCache, PingRequestHandlerTest, TestCollectionAPI, TestPerFieldSimilarityWithDefaultOverride, CurrencyRangeFacetCloudTest, TestCloudNestedDocsSort, ShardSplitTest, TestCoreContainer, TestCursorMarkWithoutUniqueKey, AtomicUpdatesTest, NodeAddedTriggerIntegrationTest, TestLazyCores, TestSnapshotCloudManager, DaemonStreamApiTest, TestEmbeddedSolrServerAdminHandler, TriggerIntegrationTest, TimeRoutedAliasUpdateProcessorTest, BooleanFieldTest, LeaderElectionContextKeyTest, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=BE3618181DEF9B83 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=fr -Dtests.timezone=MST7MDT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BE3618181DEF9B83]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [220/889 (1!)] on J1 in 70.04s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 55169 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 12 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/12/

4 tests failed.
FAILED:  org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([2F6A78F4922FC7C8:A83D057B0376BB48]:0)
	at org.apache.lucene.util.bkd.HeapPointWriter.<init>(HeapPointWriter.java:42)
	at org.apache.lucene.util.bkd.BKDRadixSelector.getDeltaPointWriter(BKDRadixSelector.java:490)
	at org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:256)
	at org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
	at org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
	at org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
	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)


FAILED:  org.apache.solr.cloud.RollingRestartTest.test

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:34484

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:34484
	at __randomizedtesting.SeedInfo.seed([3E0C344DD0FFC5D3:B6580B977E03A82B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
	at org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 52 more


FAILED:  org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=85684, name=testExecutor-7559-thread-9, state=RUNNABLE, group=TGRP-HdfsUnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=85684, name=testExecutor-7559-thread-9, state=RUNNABLE, group=TGRP-HdfsUnloadDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:34806/eo_axc/pu
	at __randomizedtesting.SeedInfo.seed([3E0C344DD0FFC5D3]:0)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$2(BasicDistributedZkTest.java:762)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:34806/eo_axc/pu
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$2(BasicDistributedZkTest.java:760)
	... 4 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 9 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([3E0C344DD0FFC5D3]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 11319 lines...]
   [junit4] Suite: org.apache.lucene.document.TestXYMultiPolygonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestXYMultiPolygonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=2F6A78F4922FC7C8 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=el-CY -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    647s J1 | TestXYMultiPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2F6A78F4922FC7C8:A83D057B0376BB48]:0)
   [junit4]    > 	at org.apache.lucene.util.bkd.HeapPointWriter.<init>(HeapPointWriter.java:42)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDRadixSelector.getDeltaPointWriter(BKDRadixSelector.java:490)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:256)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]    > 	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
   [junit4]    > 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
   [junit4]    > 	at org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/J1/temp/lucene.document.TestXYMultiPolygonShapeQueries_2F6A78F4922FC7C8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id=PostingsFormat(name=Direct)}, docValues:{shape=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=667, maxMBSortInHeap=7.132272586321021, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2d9068d8), locale=el-CY, timezone=UCT
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=163249696,total=347078656
   [junit4]   2> NOTE: All tests run in this JVM: [TestBM25FQuery, TestBigIntegerPoint, TestLatLonMultiPointShapeQueries, TestDocValuesTermsQuery, TestLatLonPolygonShapeQueries, TestXYLineShapeQueries, TestHalfFloatPoint, TestFloatPointNearestNeighbor, TestLatLonShapeEncoding, TestXYMultiPolygonShapeQueries]
   [junit4] Completed [40/40 (1!)] on J1 in 1586.15s, 5 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/temp/junit4-J1-20191226_035859_9736590142879850852699.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/heapdumps/java_pid8734.hprof ...
   [junit4] Heap dump file created [440132104 bytes in 0.615 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 3344 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 1865848 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1865849 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/data-dir-74-001
   [junit4]   2> 1865849 WARN  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1865849 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1865851 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1865868 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001
   [junit4]   2> 1865868 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1865868 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1865869 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1865977 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:42568
   [junit4]   2> 1865977 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42568
   [junit4]   2> 1865977 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42568
   [junit4]   2> 1865977 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42568
   [junit4]   2> 1866026 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866063 INFO  (zkConnectionManagerCallback-5501-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866063 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866121 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866152 INFO  (zkConnectionManagerCallback-5503-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866153 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866181 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866234 INFO  (zkConnectionManagerCallback-5505-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866234 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866419 WARN  (jetty-launcher-5506-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1866420 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1866420 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1866420 INFO  (jetty-launcher-5506-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1866430 WARN  (jetty-launcher-5506-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1866431 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1866431 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1866431 INFO  (jetty-launcher-5506-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1866432 WARN  (jetty-launcher-5506-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1866432 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1866432 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1866432 INFO  (jetty-launcher-5506-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1866433 WARN  (jetty-launcher-5506-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1866433 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1866433 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1866433 INFO  (jetty-launcher-5506-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1866451 WARN  (jetty-launcher-5506-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1866451 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1866451 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1866451 INFO  (jetty-launcher-5506-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1866452 INFO  (jetty-launcher-5506-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1866452 INFO  (jetty-launcher-5506-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1866452 INFO  (jetty-launcher-5506-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1866452 INFO  (jetty-launcher-5506-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27a0f8cd{/solr,null,AVAILABLE}
   [junit4]   2> 1866498 INFO  (jetty-launcher-5506-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1866498 INFO  (jetty-launcher-5506-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1866498 INFO  (jetty-launcher-5506-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1866498 INFO  (jetty-launcher-5506-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6fbf7247{/solr,null,AVAILABLE}
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@348f2a8f{SSL,[ssl, http/1.1]}{127.0.0.1:34433}
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] o.e.j.s.Server Started @1866534ms
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34433}
   [junit4]   2> 1866499 ERROR (jetty-launcher-5506-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-26T05:51:41.576Z
   [junit4]   2> 1866501 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866501 INFO  (jetty-launcher-5506-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1866501 INFO  (jetty-launcher-5506-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1866501 INFO  (jetty-launcher-5506-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1866502 INFO  (jetty-launcher-5506-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1984e747{/solr,null,AVAILABLE}
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3ba07831{SSL,[ssl, http/1.1]}{127.0.0.1:43941}
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] o.e.j.s.Server Started @1866550ms
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43941}
   [junit4]   2> 1866515 ERROR (jetty-launcher-5506-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-26T05:51:41.592Z
   [junit4]   2> 1866518 INFO  (zkConnectionManagerCallback-5508-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866519 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866531 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1866563 INFO  (jetty-launcher-5506-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1866563 INFO  (jetty-launcher-5506-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1866563 INFO  (jetty-launcher-5506-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1866564 INFO  (jetty-launcher-5506-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58989257{/solr,null,AVAILABLE}
   [junit4]   2> 1866605 INFO  (jetty-launcher-5506-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1866605 INFO  (jetty-launcher-5506-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1866605 INFO  (jetty-launcher-5506-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1866605 INFO  (jetty-launcher-5506-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@291572d6{/solr,null,AVAILABLE}
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@79c81c41{SSL,[ssl, http/1.1]}{127.0.0.1:37569}
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] o.e.j.s.Server Started @1866642ms
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37569}
   [junit4]   2> 1866607 ERROR (jetty-launcher-5506-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-26T05:51:41.684Z
   [junit4]   2> 1866661 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866670 INFO  (zkConnectionManagerCallback-5512-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866670 INFO  (zkConnectionManagerCallback-5510-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866670 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866670 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866670 INFO  (jetty-launcher-5506-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@467e9988{SSL,[ssl, http/1.1]}{127.0.0.1:43487}
   [junit4]   2> 1866670 INFO  (jetty-launcher-5506-thread-1) [     ] o.e.j.s.Server Started @1866706ms
   [junit4]   2> 1866670 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43487}
   [junit4]   2> 1866671 ERROR (jetty-launcher-5506-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1866671 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1866671 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 1866671 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1866671 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1866671 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-26T05:51:41.748Z
   [junit4]   2> 1866689 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866689 INFO  (jetty-launcher-5506-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@249532dc{SSL,[ssl, http/1.1]}{127.0.0.1:39904}
   [junit4]   2> 1866689 INFO  (jetty-launcher-5506-thread-2) [     ] o.e.j.s.Server Started @1866725ms
   [junit4]   2> 1866689 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39904}
   [junit4]   2> 1866690 ERROR (jetty-launcher-5506-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1866690 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1866690 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 1866690 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1866690 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1866690 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-26T05:51:41.767Z
   [junit4]   2> 1866691 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866692 INFO  (zkConnectionManagerCallback-5516-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866692 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866698 INFO  (zkConnectionManagerCallback-5514-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866698 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866758 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1866758 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1866758 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1866759 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1867031 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1867031 WARN  (jetty-launcher-5506-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1867032 WARN  (jetty-launcher-5506-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14e81a83[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867032 WARN  (jetty-launcher-5506-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14e81a83[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867034 WARN  (jetty-launcher-5506-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1867035 WARN  (jetty-launcher-5506-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@30decb4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867051 WARN  (jetty-launcher-5506-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@30decb4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867052 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42568/solr
   [junit4]   2> 1867096 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1867113 INFO  (zkConnectionManagerCallback-5525-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1867113 INFO  (jetty-launcher-5506-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1867422 INFO  (jetty-launcher-5506-thread-4) [n:127.0.0.1:34433_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1867446 INFO  (zkConnectionManagerCallback-5529-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1867447 INFO  (jetty-launcher-5506-thread-4) [n:127.0.0.1:34433_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1867647 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1867647 WARN  (jetty-launcher-5506-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1867648 WARN  (jetty-launcher-5506-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@15d67df2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867648 WARN  (jetty-launcher-5506-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@15d67df2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867663 WARN  (jetty-launcher-5506-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1867663 WARN  (jetty-launcher-5506-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5d5f3649[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867663 WARN  (jetty-launcher-5506-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5d5f3649[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867664 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42568/solr
   [junit4]   2> 1867665 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1867686 INFO  (zkConnectionManagerCallback-5537-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1867686 INFO  (jetty-launcher-5506-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1867784 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1867800 WARN  (jetty-launcher-5506-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1867802 WARN  (jetty-launcher-5506-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@72c698b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867802 WARN  (jetty-launcher-5506-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@72c698b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867804 WARN  (jetty-launcher-5506-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1867885 INFO  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1867987 INFO  (zkConnectionManagerCallback-5542-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1867987 INFO  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1868027 WARN  (jetty-launcher-5506-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7b145b8b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1868027 WARN  (jetty-launcher-5506-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7b145b8b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1868029 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42568/solr
   [junit4]   2> 1868032 INFO  (jetty-launcher-5506-thread-4) [n:127.0.0.1:34433_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34433_solr
   [junit4]   2> 1868033 INFO  (jetty-launcher-5506-thread-4) [n:127.0.0.1:34433_solr     ] o.a.s.c.Overseer Overseer (id=75968579479797769-127.0.0.1:34433_solr-n_0000000000) starting
   [junit4]   2> 1868034 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1868035 INFO  (zkConnectionManagerCallback-5545-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1868047 INFO  (jetty-launcher-5506-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1868102 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1868102 WARN  (jetty-launcher-5506-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1868103 WARN  (jetty-launcher-5506-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7114396e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1868103 WARN  (jetty-launcher-5506-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7114396e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1868117 WARN  (jetty-launcher-5506-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1868118 WARN  (jetty-launcher-5506-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@119d2888[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1868118 WARN  (jetty-launcher-5506-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@119d2888[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1868119 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42568/solr
   [junit4]   2> 1868120 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1868133 INFO  (zkConnectionManagerCallback-5554-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1868133 INFO  (jetty-launcher-5506-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1868170 INFO  (jetty-launcher-5506-thread-4) [n:127.0.0.1:34433_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34433_solr
   [junit4]   2> 1868171 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1868171 INFO  (OverseerStateUpdate-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [n:127.0.0.1:34433_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34433_solr
   [junit4]   2> 1868171 INFO  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1868172 INFO  (zkConnectionManagerCallback-5556-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1868172 INFO  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1868172 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1868173 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1868173 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1868297 INFO  (OverseerStateUpdate-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [n:127.0.0.1:34433_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1868313 WARN  (jetty-launcher-5506-thread-4) [n:127.0.0.1:34433_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1868324 INFO  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1868333 INFO  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1868334 INFO  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1868353 INFO  (zkConnectionManagerCallback-5558-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1868361 INFO  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1868385 INFO  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37569_solr as DOWN
   [junit4]   2> 1868386 INFO  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1868386 INFO  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37569_solr
   [junit4]   2> 1868387 WARN  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1868389 INFO  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43941_solr as DOWN
   [junit4]   2> 1868406 INFO  (zkCallback-5528-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1868406 INFO  (zkCallback-5555-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1868406 INFO  (zkCallback-5541-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1868407 INFO  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1868407 INFO  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43941_solr
   [junit4]   2> 1868408 INFO  (zkCallback-5541-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1868408 INFO  (zkCallback-5528-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1868408 INFO  (zkCallback-5555-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1868409 WARN  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1868413 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:34433_solr, 127.0.0.1:37569_solr, 127.0.0.1:43941_solr]
   [junit4]   2> 1868423 INFO  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1868425 INFO  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43487_solr as DOWN
   [junit4]   2> 1868450 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1868479 INFO  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1868479 INFO  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43487_solr
   [junit4]   2> 1868480 INFO  (zkCallback-5555-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1868481 WARN  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1868495 INFO  (zkCallback-5541-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1868523 INFO  (zkCallback-5528-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1868527 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1868527 INFO  (zkCallback-5557-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1868544 DEBUG (ScheduledTrigger-4801-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 3
   [junit4]   2> 1868662 INFO  (jetty-launcher-5506-thread-4) [n:127.0.0.1:34433_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1868670 INFO  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1868690 INFO  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1868697 INFO  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1869545 INFO  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43941.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869587 INFO  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37569.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869648 INFO  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43487.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869683 DEBUG (ScheduledTrigger-4801-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 1869687 INFO  (jetty-launcher-5506-thread-4) [n:127.0.0.1:34433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34433.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869719 INFO  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37569.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869738 INFO  (jetty-launcher-5506-thread-4) [n:127.0.0.1:34433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34433.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869738 INFO  (jetty-launcher-5506-thread-4) [n:127.0.0.1:34433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34433.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869741 INFO  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43941.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869741 INFO  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43941.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869742 INFO  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43487.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869742 INFO  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43487.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869753 INFO  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1869754 INFO  (jetty-launcher-5506-thread-1) [n:127.0.0.1:43487_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node1/.
   [junit4]   2> 1869754 INFO  (jetty-launcher-5506-thread-4) [n:127.0.0.1:34433_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1869755 INFO  (jetty-launcher-5506-thread-4) [n:127.0.0.1:34433_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node4/.
   [junit4]   2> 1869786 INFO  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1869787 INFO  (jetty-launcher-5506-thread-3) [n:127.0.0.1:43941_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node3/.
   [junit4]   2> 1869793 INFO  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37569.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869805 INFO  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1869806 INFO  (jetty-launcher-5506-thread-5) [n:127.0.0.1:37569_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node5/.
   [junit4]   2> 1869968 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1869969 WARN  (jetty-launcher-5506-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1869969 WARN  (jetty-launcher-5506-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73f936bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1869969 WARN  (jetty-launcher-5506-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73f936bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1869988 WARN  (jetty-launcher-5506-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1870000 WARN  (jetty-launcher-5506-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@70bd38bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1870000 WARN  (jetty-launcher-5506-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@70bd38bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1870001 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42568/solr
   [junit4]   2> 1870003 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1870013 INFO  (zkConnectionManagerCallback-5575-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1870013 INFO  (jetty-launcher-5506-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1870130 INFO  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1870130 INFO  (zkConnectionManagerCallback-5577-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1870130 INFO  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1870152 INFO  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1870168 INFO  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39904_solr as DOWN
   [junit4]   2> 1870174 INFO  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1870174 INFO  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39904_solr
   [junit4]   2> 1870232 INFO  (zkCallback-5555-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1870232 INFO  (zkCallback-5541-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1870232 INFO  (zkCallback-5528-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1870233 WARN  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1870305 INFO  (zkCallback-5557-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1870313 INFO  (zkCallback-5576-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1870399 INFO  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1870899 DEBUG (ScheduledTrigger-4801-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5 and last live nodes: 4
   [junit4]   2> 1871041 INFO  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39904.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1871105 INFO  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39904.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1871106 INFO  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39904.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1871120 INFO  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1871120 INFO  (jetty-launcher-5506-thread-2) [n:127.0.0.1:39904_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node2/.
   [junit4]   2> 1871591 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 1871592 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1871595 INFO  (zkConnectionManagerCallback-5586-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1871595 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1871596 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1871597 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42568/solr ready
   [junit4]   2> 1871722 INFO  (qtp1048003071-24467) [n:127.0.0.1:34433_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 1871758 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1871848 INFO  (qtp1932556081-24451) [n:127.0.0.1:37569_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1871903 INFO  (qtp778918316-24481) [n:127.0.0.1:39904_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1871972 INFO  (qtp1283912440-24490) [n:127.0.0.1:43487_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1872057 DEBUG (ScheduledTrigger-4801-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5 and last live nodes: 5
   [junit4]   2> 1872084 INFO  (qtp827855681-24478) [n:127.0.0.1:43941_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1872085 DEBUG (qtp1048003071-24468) [n:127.0.0.1:34433_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1872085 INFO  (qtp1048003071-24468) [n:127.0.0.1:34433_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=352
   [junit4]   2> 1872102 DEBUG (zkCallback-5528-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1872117 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1872365 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1872365 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1872438 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[3E0C344DD0FFC5D3]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 1872465 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[3E0C344DD0FFC5D3]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1872468 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[3E0C344DD0FFC5D3]) [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 1872485 DEBUG (zkCallback-5528-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1872485 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1872502 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1872502 DEBUG (OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1872507 INFO  (qtp1048003071-24465) [n:127.0.0.1:34433_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1872521 INFO  (OverseerThreadFactory-4806-thread-1-processing-n:127.0.0.1:34433_solr) [n:127.0.0.1:34433_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection belowRate_collection
   [junit4]   2> 1872648 INFO  (OverseerStateUpdate-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [n:127.0.0.1:34433_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39904/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1872650 INFO  (OverseerStateUpdate-75968579479797769-127.0.0.1:34433_solr-n_0000000000) [n:127.0.0.1:34433_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34433/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1872864 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr    x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1872864 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1872864 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1873901 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 1873945 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 1874014 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1874016 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1874016 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 1874017 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39904.solr.core.belowRate_collection.shard1.replica_n1' (registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1874017 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node2/belowRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node2/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 1874068 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1874070 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1874070 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n2' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 1874070 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34433.solr.core.belowRate_collection.shard1.replica_n2' (registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1874070 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node4/belowRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node4/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 1874298 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1874298 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1874299 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1874299 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1874300 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f96c8e5[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 1874307 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1874307 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1874307 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1874307 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653960353391837184
   [junit4]   2> 1874343 INFO  (searcherExecutor-4830-thread-1-processing-n:127.0.0.1:39904_solr x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 r:core_node3) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n1] Registered new searcher Searcher@5f96c8e5[belowRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1874344 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1874345 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1874346 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1874346 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 1874346 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1874346 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1874347 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@67de42a5[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 1874380 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1874380 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1874381 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1874381 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653960353469431808
   [junit4]   2> 1874382 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: tota

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

t.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
   [junit4]    > 	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
   [junit4]    > 	at org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
   [junit4]    > 	... 52 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_3E0C344DD0FFC5D3-001
   [junit4]   2> Dec 26, 2019 6:54:06 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=711, maxMBSortInHeap=5.660790751571295, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4451bf50), locale=el-GR, timezone=VST
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=207090544,total=516423680
   [junit4]   2> NOTE: All tests run in this JVM: [TermVectorComponentDistributedTest, BasicZkTest, SearchHandlerTest, MetricsConfigTest, TestSolrConfigHandler, SpellCheckCollatorTest, URLClassifyProcessorTest, TestExactSharedStatsCache, TestManagedSchemaAPI, PropertiesRequestHandlerTest, DistributedQueueTest, PolyFieldTest, CoreMergeIndexesAdminHandlerTest, TestRawTransformer, SuggesterFSTTest, RoutingToNodesWithPropertiesTest, SparseHLLTest, ZkFailoverTest, BlockCacheTest, SystemCollectionCompatTest, TestUnInvertedFieldException, ZkSolrClientTest, LeaderTragicEventTest, TestInPlaceUpdatesDistrib, MetricsHistoryIntegrationTest, AnalysisErrorHandlingTest, SolrCoreCheckLockOnStartupTest, HealthCheckHandlerTest, TestHdfsCloudBackupRestore, RecoveryAfterSoftCommitTest, TestRandomRequestDistribution, RangeFacetCloudTest, TestImplicitCoreProperties, TestSimTriggerIntegration, ConnectionManagerTest, TestDistributedMap, TestOverriddenPrefixQueryForCustomFieldType, MetricTriggerTest, TestSolrCoreProperties, SchemaVersionSpecificBehaviorTest, TestReplicationHandler, LargeFieldTest, TestAddFieldRealTimeGet, AuditLoggerIntegrationTest, TestStressThreadBackup, TestPseudoReturnFields, HdfsCollectionsAPIDistributedZkTest, TestHttpServletCarrier, TestGeoJSONResponseWriter, OrderedExecutorTest, MoveReplicaTest, TestConfigOverlay, PeerSyncTest, TestPerFieldSimilarity, DistributedFacetPivotWhiteBoxTest, TestTolerantUpdateProcessorCloud, TestSchemalessBufferedUpdates, CdcrWithNodesRestartsTest, TestJsonFacetsStatsParsing, BlockJoinFacetDistribTest, SoftAutoCommitTest, TlogReplayBufferedWhileIndexingTest, StatsComponentTest, MoreLikeThisHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, TestCustomSort, HdfsTlogReplayBufferedWhileIndexingTest, DateRangeFieldTest, TestRandomDVFaceting, TestChildDocTransformer, TestIntervalFaceting, BadIndexSchemaTest, TestUnifiedSolrHighlighter, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSizeLimitedDistributedMap, AdminHandlersProxyTest, SliceStateTest, RuleEngineTest, TestConfigSetsAPI, TestCloudDeleteByQuery, JWTAuthPluginTest, AnalyticsQueryTest, BlobRepositoryCloudTest, NestedShardedAtomicUpdateTest, TimeZoneUtilsTest, TestDFRSimilarityFactory, TestSchemaResource, TestComplexPhraseLeadingWildcard, MultiDestinationAuditLoggerTest, TestExceedMaxTermLength, HdfsNNFailoverTest, TestRequestStatusCollectionAPI, ClassificationUpdateProcessorFactoryTest, WrapperMergePolicyFactoryTest, TestSimDistributedQueue, TestInitQParser, TestBM25SimilarityFactory, TestOnReconnectListenerSupport, TestAuthorizationFramework, TestLeaderElectionZkExpiry, TestIndexingPerformance, SpellingQueryConverterTest, ReplicationFactorTest, HighlighterMaxOffsetTest, OverriddenZkACLAndCredentialsProvidersTest, TestBulkSchemaAPI, DistributedQueryComponentOptimizationTest, MBeansHandlerTest, TestPointFields, LeaderElectionTest, CopyFieldTest, NotRequiredUniqueKeyTest, PrimitiveFieldTypeTest, TestSha256AuthenticationProvider, TestGroupingSearch, SubstringBytesRefFilterTest, CleanupOldIndexTest, QueryParsingTest, TestMaxTokenLenTokenizer, HLLSerializationTest, TestSSLRandomization, DocumentAnalysisRequestHandlerTest, SolrMetricReporterTest, TestPackages, TestTrie, CoreAdminHandlerTest, VersionInfoTest, InfixSuggestersTest, TestManagedSynonymFilterFactory, TestReRankQParserPlugin, GraphQueryTest, CdcrReplicationHandlerTest, TestCorePropertiesReload, TestSmileRequest, TestSolrCachePerf, DistributedExpandComponentTest, TestSolrJ, DirectSolrConnectionTest, TestExclusionRuleCollectionAccess, TestLegacyNumericRangeQueryBuilder, PluginInfoTest, TestBinaryResponseWriter, DocValuesTest, DistribCursorPagingTest, ClusterStateUpdateTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, EchoParamsTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestHighlightDedupGrouping, TestRandomFaceting, AssignBackwardCompatibilityTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteStatusTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, ForceLeaderTest, HttpPartitionWithTlogReplicasTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, OverseerTaskQueueTest, RecoveryZkTest, RemoteQueryErrorTest, RestartWhileUpdatingTest, RollingRestartTest]
   [junit4] Completed [510/889 (3!)] on J0 in 201.78s, 1 test, 1 error <<< FAILURES!

[...truncated 10800 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:652: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:586: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid8734.hprof

Total time: 495 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 11 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/11/

3 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([41FDC2A1F614653D]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterDelete

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([41FDC2A1F614653D]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([8A3D17D8F9E6AC88]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 2072 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete
   [junit4]   2> Noll 24, 2019 8:52:30 P.M. com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.index.TestIndexWriterDelete
   [junit4]   2>    1) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:639)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:496)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    2) Thread[id=110, name=SUITE-TestIndexWriterDelete-seed#[41FDC2A1F614653D], state=RUNNABLE, group=TGRP-TestIndexWriterDelete]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:708)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:629)
   [junit4]   2>    3) Thread[id=111, name=TEST-TestIndexWriterDelete.testDeletesOnDiskFull-seed#[41FDC2A1F614653D], state=RUNNABLE, group=TGRP-TestIndexWriterDelete]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:730)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:773)
   [junit4]   2>         at org.apache.lucene.store.Directory.copyFrom(Directory.java:182)
   [junit4]   2>         at org.apache.lucene.util.TestUtil.ramCopyOf(TestUtil.java:1312)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterDelete.doTestOperationsOnDiskFull(TestIndexWriterDelete.java:528)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull(TestIndexWriterDelete.java:486)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    4) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterDelete -Dtests.method=testDeletesOnDiskFull -Dtests.seed=41FDC2A1F614653D -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=ga -Dtests.timezone=America/Halifax -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   7200s J0 | TestIndexWriterDelete.testDeletesOnDiskFull <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([41FDC2A1F614653D]:0)
   [junit4]   2> Noll 24, 2019 8:52:30 P.M. com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Noll 24, 2019 8:52:50 P.M. com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.index.TestIndexWriterDelete: 
   [junit4]   2>    1) Thread[id=111, name=TEST-TestIndexWriterDelete.testDeletesOnDiskFull-seed#[41FDC2A1F614653D], state=TIMED_WAITING, group=TGRP-TestIndexWriterDelete]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.lucene.store.SlowOpeningMockIndexInputWrapper.<init>(SlowOpeningMockIndexInputWrapper.java:33)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:769)
   [junit4]   2>         at org.apache.lucene.codecs.blocktree.BlockTreeTermsReader.<init>(BlockTreeTermsReader.java:165)
   [junit4]   2>         at org.apache.lucene.codecs.lucene84.Lucene84PostingsFormat.fieldsProducer(Lucene84PostingsFormat.java:442)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:315)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:395)
   [junit4]   2>         at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:114)
   [junit4]   2>         at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:84)
   [junit4]   2>         at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:679)
   [junit4]   2>         at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:302)
   [junit4]   2>         at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:287)
   [junit4]   2>         at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:283)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterDelete.doTestOperationsOnDiskFull(TestIndexWriterDelete.java:638)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull(TestIndexWriterDelete.java:486)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Noll 24, 2019 8:52:50 P.M. com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=111, name=TEST-TestIndexWriterDelete.testDeletesOnDiskFull-seed#[41FDC2A1F614653D], state=TIMED_WAITING, group=TGRP-TestIndexWriterDelete]
   [junit4]   1> CheckIndex failed
   [junit4]   1> 0.00% total deletions; 157 documents; 0 deleteions
   [junit4]   1> Segments file=segments_1 numSegments=18 version=8.4.0 id=uhf3d1aopawloahwzypeyo4u
   [junit4]   1>   1 of 18: name=_0 maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4c
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.002
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951232}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   2 of 18: name=_1 maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4d
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951235}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   3 of 18: name=_2 maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4e
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951236}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   4 of 18: name=_3 maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4f
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951236}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   5 of 18: name=_4 maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4g
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951238}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   6 of 18: name=_5 maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4h
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951239}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   7 of 18: name=_6 maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4i
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951239}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   8 of 18: name=_7 maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4j
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951240}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   9 of 18: name=_8 maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4k
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951242}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   10 of 18: name=_9 maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4l
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951242}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   11 of 18: name=_a maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4m
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951252}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   12 of 18: name=_b maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4n
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951253}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........FAILED
   [junit4]   1>     WARNING: exorciseIndex() would remove reference to this segment; full exception:
   [junit4]   1> org.apache.lucene.util.ThreadInterruptedException: java.lang.InterruptedException: sleep interrupted
   [junit4]   1> 	at org.apache.lucene.store.SlowOpeningMockIndexInputWrapper.<init>(SlowOpeningMockIndexInputWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:769)
   [junit4]   1> 	at org.apache.lucene.codecs.blocktree.BlockTreeTermsReader.<init>(BlockTreeTermsReader.java:165)
   [junit4]   1> 	at org.apache.lucene.codecs.lucene84.Lucene84PostingsFormat.fieldsProducer(Lucene84PostingsFormat.java:442)
   [junit4]   1> 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:315)
   [junit4]   1> 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:395)
   [junit4]   1> 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:114)
   [junit4]   1> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:84)
   [junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:679)
   [junit4]   1> 	at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:302)
   [junit4]   1> 	at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:287)
   [junit4]   1> 	at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:283)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterDelete.doTestOperationsOnDiskFull(TestIndexWriterDelete.java:638)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull(TestIndexWriterDelete.java:486)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Caused by: java.lang.InterruptedException: sleep interrupted
   [junit4]   1> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   1> 	at org.apache.lucene.store.SlowOpeningMockIndexInputWrapper.<init>(SlowOpeningMockIndexInputWrapper.java:33)
   [junit4]   1> 	... 49 more
   [junit4]   1> 
   [junit4]   1>   13 of 18: name=_c maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4o
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951253}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   14 of 18: name=_d maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4p
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951254}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   15 of 18: name=_e maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4q
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951255}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   16 of 18: name=_f maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4r
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951255}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   17 of 18: name=_g maxDoc=9
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4s
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951256}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [19 terms; 27 terms/docs pairs; 27 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [9 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1>   18 of 18: name=_h maxDoc=4
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=uhf3d1aopawloahwzypeyo4t
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=false
   [junit4]   1>     numFiles=16
   [junit4]   1>     size (MB)=0.002
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1577227951258}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [9 terms; 12 terms/docs pairs; 12 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [4 total field count; avg 1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 0.000 sec]
   [junit4]   1> 
   [junit4]   1> WARNING: 1 broken segments (containing 9 documents) detected
   [junit4]   1> Took 0.032 sec total.
   [junit4]   1> 
   [junit4]   2> Dec 25, 2019 12:52:51 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id=Lucene84, value=PostingsFormat(name=LuceneVarGapFixedInterval), content=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{dv=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Asserting), value=DocValuesFormat(name=Lucene80), content=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1950, maxMBSortInHeap=5.114720419407882, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@47bc8009), locale=ga, timezone=America/Halifax
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=95965320,total=402653184
   [junit4]   2> NOTE: All tests run in this JVM: [TestAxiomaticF2LOG, TestTimSorterWorstCase, TestBinaryDocValuesUpdates, TestRegexpRandom, TestSortedSetDocValues, TestIndexWriterLockRelease, TestDocsWithFieldSet, TestAssertions, TestSpanOrQuery, TestUniqueTermCount, TestSnapshotDeletionPolicy, TestRollback, TestTermScorer, TestPayloadsOnVectors, TestTermVectorsWriter, TestPostingsOffsets, TestIndexWriterDelete]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterDelete -Dtests.seed=41FDC2A1F614653D -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=ga -Dtests.timezone=America/Halifax -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestIndexWriterDelete (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([41FDC2A1F614653D]:0)
   [junit4] Completed [457/528 (1!)] on J0 in 7220.34s, 7 tests, 2 errors <<< FAILURES!

[...truncated 11768 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 129714 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 129716 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8A3D17D8F9E6AC88-001/data-dir-2-001
   [junit4]   2> 129716 WARN  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=59 numCloses=59
   [junit4]   2> 129724 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 129725 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 129728 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8A3D17D8F9E6AC88-001/tempDir-001
   [junit4]   2> 129728 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 129729 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 129729 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 130001 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:38293
   [junit4]   2> 130001 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38293
   [junit4]   2> 130001 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38293
   [junit4]   2> 130001 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38293
   [junit4]   2> 130005 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130024 INFO  (zkConnectionManagerCallback-215-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130024 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130035 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130044 INFO  (zkConnectionManagerCallback-217-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130044 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130049 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130065 INFO  (zkConnectionManagerCallback-219-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130065 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130253 WARN  (jetty-launcher-220-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 130253 WARN  (jetty-launcher-220-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 130255 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 130255 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 130256 INFO  (jetty-launcher-220-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 130256 WARN  (jetty-launcher-220-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 130256 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 130256 WARN  (jetty-launcher-220-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 130256 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 130256 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 130256 INFO  (jetty-launcher-220-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 130257 WARN  (jetty-launcher-220-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 130257 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 130257 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 130257 INFO  (jetty-launcher-220-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 130257 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 130257 INFO  (jetty-launcher-220-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 130257 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 130257 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 130257 INFO  (jetty-launcher-220-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 130267 INFO  (jetty-launcher-220-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 130267 INFO  (jetty-launcher-220-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 130267 INFO  (jetty-launcher-220-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 130268 INFO  (jetty-launcher-220-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 130268 INFO  (jetty-launcher-220-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 130268 INFO  (jetty-launcher-220-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 130270 INFO  (jetty-launcher-220-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 130270 INFO  (jetty-launcher-220-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 130270 INFO  (jetty-launcher-220-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 130278 INFO  (jetty-launcher-220-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@723077d9{/solr,null,AVAILABLE}
   [junit4]   2> 130288 INFO  (jetty-launcher-220-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 130288 INFO  (jetty-launcher-220-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 130288 INFO  (jetty-launcher-220-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 130290 INFO  (jetty-launcher-220-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f69a197{/solr,null,AVAILABLE}
   [junit4]   2> 130293 INFO  (jetty-launcher-220-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@587047c6{/solr,null,AVAILABLE}
   [junit4]   2> 130293 INFO  (jetty-launcher-220-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e1f4e4{/solr,null,AVAILABLE}
   [junit4]   2> 130299 INFO  (jetty-launcher-220-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 130299 INFO  (jetty-launcher-220-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 130299 INFO  (jetty-launcher-220-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5455a1bf{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43335}
   [junit4]   2> 130299 INFO  (jetty-launcher-220-thread-2) [     ] o.e.j.s.Server Started @130338ms
   [junit4]   2> 130299 INFO  (jetty-launcher-220-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 130299 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43335}
   [junit4]   2> 130299 ERROR (jetty-launcher-220-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 130299 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 130299 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 130299 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 130299 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 130299 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-25T03:04:50.814Z
   [junit4]   2> 130299 INFO  (jetty-launcher-220-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54126234{/solr,null,AVAILABLE}
   [junit4]   2> 130300 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130304 INFO  (jetty-launcher-220-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@56ef69c4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39259}
   [junit4]   2> 130304 INFO  (jetty-launcher-220-thread-4) [     ] o.e.j.s.Server Started @130343ms
   [junit4]   2> 130304 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39259}
   [junit4]   2> 130304 ERROR (jetty-launcher-220-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 130304 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 130304 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 130304 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 130304 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 130304 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-25T03:04:50.819Z
   [junit4]   2> 130304 INFO  (jetty-launcher-220-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@42756cb8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37243}
   [junit4]   2> 130305 INFO  (jetty-launcher-220-thread-5) [     ] o.e.j.s.Server Started @130344ms
   [junit4]   2> 130305 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37243}
   [junit4]   2> 130305 ERROR (jetty-launcher-220-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 130305 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 130305 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 130305 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 130305 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 130305 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-25T03:04:50.820Z
   [junit4]   2> 130533 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130533 INFO  (jetty-launcher-220-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@183b3c07{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42305}
   [junit4]   2> 130533 INFO  (jetty-launcher-220-thread-1) [     ] o.e.j.s.Server Started @130573ms
   [junit4]   2> 130533 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42305}
   [junit4]   2> 130534 ERROR (jetty-launcher-220-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 130534 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 130534 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 130534 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 130534 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 130534 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-25T03:04:51.049Z
   [junit4]   2> 130540 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130543 INFO  (jetty-launcher-220-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2025b131{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45627}
   [junit4]   2> 130543 INFO  (jetty-launcher-220-thread-3) [     ] o.e.j.s.Server Started @130582ms
   [junit4]   2> 130543 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45627}
   [junit4]   2> 130543 ERROR (jetty-launcher-220-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 130543 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 130543 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 130543 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 130543 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 130543 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-25T03:04:51.058Z
   [junit4]   2> 130552 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130562 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130563 INFO  (zkConnectionManagerCallback-222-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130563 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130575 INFO  (zkConnectionManagerCallback-228-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130575 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130577 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 130595 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 130599 INFO  (zkConnectionManagerCallback-226-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130599 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130599 INFO  (zkConnectionManagerCallback-230-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130599 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130615 INFO  (zkConnectionManagerCallback-224-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130615 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130618 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 130618 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 130643 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 131272 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 131508 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 131508 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 131524 WARN  (jetty-launcher-220-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3fd1ca5c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131524 WARN  (jetty-launcher-220-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3fd1ca5c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131556 WARN  (jetty-launcher-220-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1cc9787e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131556 WARN  (jetty-launcher-220-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1cc9787e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131559 WARN  (jetty-launcher-220-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4f9dcaa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131559 WARN  (jetty-launcher-220-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4f9dcaa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131560 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38293/solr
   [junit4]   2> 131562 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131562 WARN  (jetty-launcher-220-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@75dc3bcb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131562 WARN  (jetty-launcher-220-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@75dc3bcb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131624 INFO  (zkConnectionManagerCallback-244-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 131624 INFO  (jetty-launcher-220-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131624 WARN  (jetty-launcher-220-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6940597d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131624 WARN  (jetty-launcher-220-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6940597d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131625 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38293/solr
   [junit4]   2> 131632 WARN  (jetty-launcher-220-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@154bffd3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131632 WARN  (jetty-launcher-220-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@154bffd3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131633 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38293/solr
   [junit4]   2> 131634 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131642 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131661 INFO  (zkConnectionManagerCallback-250-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 131661 INFO  (jetty-launcher-220-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131669 INFO  (zkConnectionManagerCallback-253-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 131669 INFO  (jetty-launcher-220-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131792 INFO  (jetty-launcher-220-thread-5) [n:127.0.0.1:37243_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131814 INFO  (zkConnectionManagerCallback-255-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 131814 INFO  (jetty-launcher-220-thread-5) [n:127.0.0.1:37243_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131819 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 131821 WARN  (jetty-launcher-220-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7eef4b59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131821 WARN  (jetty-launcher-220-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7eef4b59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131823 WARN  (jetty-launcher-220-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2217679d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131823 WARN  (jetty-launcher-220-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2217679d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131824 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38293/solr
   [junit4]   2> 131825 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131838 INFO  (zkConnectionManagerCallback-261-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 131838 INFO  (jetty-launcher-220-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131846 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 131847 WARN  (jetty-launcher-220-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7cc8ce59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131847 WARN  (jetty-launcher-220-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7cc8ce59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131849 WARN  (jetty-launcher-220-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a6d9c66[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131849 WARN  (jetty-launcher-220-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a6d9c66[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131850 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38293/solr
   [junit4]   2> 131850 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131879 INFO  (jetty-launcher-220-thread-1) [n:127.0.0.1:42305_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131881 INFO  (zkConnectionManagerCallback-267-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 131881 INFO  (jetty-launcher-220-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131881 INFO  (jetty-launcher-220-thread-4) [n:127.0.0.1:39259_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 132124 INFO  (zkConnectionManagerCallback-271-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 132124 INFO  (jetty-launcher-220-thread-4) [n:127.0.0.1:39259_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 132124 INFO  (zkConnectionManagerCallback-269-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 132124 INFO  (jetty-launcher-220-thread-1) [n:127.0.0.1:42305_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 132224 INFO  (jetty-launcher-220-thread-2) [n:127.0.0.1:43335_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 132228 INFO  (jetty-launcher-220-thread-3) [n:127.0.0.1:45627_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 132259 INFO  (zkConnectionManagerCallback-275-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 132259 INFO  (jetty-launcher-220-thread-3) [n:127.0.0.1:45627_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 132260 INFO  (zkConnectionManagerCallback-273-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 132260 INFO  (jetty-launcher-220-thread-2) [n:127.0.0.1:43335_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 132321 INFO  (jetty-launcher-220-thread-2) [n:127.0.0.1:43335_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43335_solr
   [junit4]   2> 132322 INFO  (jetty-launcher-220-thread-2) [n:127.0.0.1:43335_solr     ] o.a.s.c.Overseer Overseer (id=72953122738208784-127.0.0.1:43335_solr-n_0000000000) starting
   [junit4]   2> 132338 INFO  (OverseerStateUpdate-72953122738208784-127.0.0.1:43335_solr-n_0000000000) [n:127.0.0.1:43335_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43335_solr
   [junit4]   2> 132340 INFO  (jetty-launcher-220-thread-2) [n:127.0.0.1:43335_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43335_solr
   [junit4]   2> 132342 DEBUG (OverseerAutoScalingTriggerThread-72953122738208784-127.0.0.1:43335_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 132358 INFO  (zkCallback-272-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 132358 DEBUG (OverseerAutoScalingTriggerThread-72953122738208784-127.0.0.1:43335_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 132359 WARN  (jetty-launcher-220-thread-2) [n:127.0.0.1:43335_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 132363 DEBUG (OverseerAutoScalingTriggerThread-72953122738208784-127.0.0.1:43335_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 132363 DEBUG (OverseerAutoScalingTriggerThread-72953122738208784-127.0.0.1:43335_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 132409 DEBUG (OverseerAutoScalingTriggerThread-72953122738208784-127.0.0.1:43335_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:43335_solr]
   [junit4]   2> 132423 DEBUG (OverseerAutoScalingTriggerThread-72953122738208784-127.0.0.1:43335_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 132424 DEBUG (OverseerAutoScalingTriggerThread-72953122738208784-127.0.0.1:43335_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 132424 DEBUG (ScheduledTrigger-177-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 132436 INFO  (jetty-launcher-220-thread-2) [n:127.0.0.1:43335_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 132469 INFO  (jetty-launcher-220-thread-4) [n:127.0.0.1:39259_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 132475 INFO  (jetty-launcher-220-thread-4) [n:127.0.0.1:39259_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39259_solr as DOWN
   [junit4]   2> 132476 INFO  (jetty-launcher-220-thread-4) [n:127.0.0.1:39259_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 132476 INFO  (jetty-launcher-220-thread-4) [n:127.0.0.1:39259_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39259_solr
   [junit4]   2> 132478 INFO  (jetty-launcher-220-thread-2) [n:127.0.0.1:43335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43335.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6815ce72
   [junit4]   2> 132479 INFO  (zkCallback-272-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 132480 WARN  (jetty-launcher-220-thread-4) [n:127.0.0.1:39259_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 132486 INFO  (jetty-launcher-220-thread-2) [n:127.0.0.1:43335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43335.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6815ce72
   [junit4]   2> 132487 INFO  (jetty-launcher-220-thread-2) [n:127.0.0.1:43335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43335.solr.jetty' (registry 'solr.jetty') enabled at server: com.su

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

o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 206256 INFO  (closeThreadPool-336-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72953122738208784-127.0.0.1:43335_solr-n_0000000000) closing
   [junit4]   2> 206268 INFO  (jetty-closer-320-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 206268 INFO  (jetty-closer-320-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c51a0c3: rootName = solr_45627, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7f6cebe7
   [junit4]   2> 206273 INFO  (jetty-closer-320-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 206273 INFO  (jetty-closer-320-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@29cad265: rootName = solr_45627, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@774b6d4f
   [junit4]   2> 206275 INFO  (jetty-closer-320-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 206275 INFO  (jetty-closer-320-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@41108287: rootName = solr_45627, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3c545602
   [junit4]   2> 206275 INFO  (jetty-closer-320-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 206352 INFO  (zkCallback-272-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (1)
   [junit4]   2> 206352 INFO  (jetty-closer-320-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@56ef69c4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 206353 INFO  (jetty-closer-320-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@723077d9{/solr,null,UNAVAILABLE}
   [junit4]   2> 206353 INFO  (jetty-closer-320-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 206454 INFO  (jetty-closer-320-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2025b131{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 206454 INFO  (jetty-closer-320-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@183b3c07{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 206454 INFO  (jetty-closer-320-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4e1f4e4{/solr,null,UNAVAILABLE}
   [junit4]   2> 206454 INFO  (jetty-closer-320-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f69a197{/solr,null,UNAVAILABLE}
   [junit4]   2> 206454 INFO  (jetty-closer-320-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 206454 INFO  (jetty-closer-320-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 206553 INFO  (jetty-closer-320-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@42756cb8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 206554 INFO  (jetty-closer-320-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@54126234{/solr,null,UNAVAILABLE}
   [junit4]   2> 206554 INFO  (jetty-closer-320-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 206652 INFO  (jetty-closer-320-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72953122738208784-127.0.0.1:43335_solr-n_0000000000) closing
   [junit4]   2> 206653 INFO  (jetty-closer-320-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5455a1bf{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 206654 INFO  (jetty-closer-320-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@587047c6{/solr,null,UNAVAILABLE}
   [junit4]   2> 206654 INFO  (jetty-closer-320-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 206655 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 206857 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2> 	26	/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2> 	4	/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	146	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	121	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 	20	/solr/autoscaling.json
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/belowRate_collection/leader_elect/shard1/election/72953122738208779-core_node3-n_0000000001
   [junit4]   2> 	2	/solr/collections/belowRate_collection/leader_elect/shard1/election/72953122738208785-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/leader_elect/shard1/election/72953122738208779-core_node3-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	97	/solr/overseer/queue
   [junit4]   2> 	34	/solr/overseer/collection-queue-work
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	24	/solr/live_nodes
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 206861 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:38293
   [junit4]   2> 206861 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38293
   [junit4]   2> 206861 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38293
   [junit4]   2> 206862 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8A3D17D8F9E6AC88]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Dec 25, 2019 3:06:07 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1952, maxMBSortInHeap=7.828404717130086, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7f23429d), locale=sr-Latn-BA, timezone=America/Noronha
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=255844240,total=494403584
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsSyncSliceTest, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=8A3D17D8F9E6AC88 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=sr-Latn-BA -Dtests.timezone=America/Noronha -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8A3D17D8F9E6AC88]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [16/889 (1!)] on J1 in 77.65s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 55858 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 10 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/10/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([68AAB1C617F11F0E]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 14396 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 818926 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/data-dir-53-001
   [junit4]   2> 818926 WARN  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 818926 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 818927 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 818928 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 818928 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001
   [junit4]   2> 818928 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 818928 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 818929 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 819028 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:33029
   [junit4]   2> 819029 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33029
   [junit4]   2> 819029 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33029
   [junit4]   2> 819029 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33029
   [junit4]   2> 819030 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819032 INFO  (zkConnectionManagerCallback-2740-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819032 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819034 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819039 INFO  (zkConnectionManagerCallback-2742-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819039 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819040 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819041 INFO  (zkConnectionManagerCallback-2744-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819041 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819144 WARN  (jetty-launcher-2745-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 819145 WARN  (jetty-launcher-2745-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 819145 WARN  (jetty-launcher-2745-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 819145 WARN  (jetty-launcher-2745-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 819145 WARN  (jetty-launcher-2745-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 819146 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 819146 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 819146 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 819146 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 819146 INFO  (jetty-launcher-2745-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 819146 INFO  (jetty-launcher-2745-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 819165 INFO  (jetty-launcher-2745-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 819165 INFO  (jetty-launcher-2745-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 819165 INFO  (jetty-launcher-2745-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 819170 INFO  (jetty-launcher-2745-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 819170 INFO  (jetty-launcher-2745-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 819170 INFO  (jetty-launcher-2745-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 819170 INFO  (jetty-launcher-2745-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57d69b3f{/solr,null,AVAILABLE}
   [junit4]   2> 819171 INFO  (jetty-launcher-2745-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e50d9a8{/solr,null,AVAILABLE}
   [junit4]   2> 819171 INFO  (jetty-launcher-2745-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 819171 INFO  (jetty-launcher-2745-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 819171 INFO  (jetty-launcher-2745-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 819174 INFO  (jetty-launcher-2745-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 819174 INFO  (jetty-launcher-2745-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 819174 INFO  (jetty-launcher-2745-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 819174 INFO  (jetty-launcher-2745-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@777ea34f{/solr,null,AVAILABLE}
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@47c568e3{SSL,[ssl, http/1.1]}{127.0.0.1:37775}
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] o.e.j.s.Server Started @819254ms
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37775}
   [junit4]   2> 819175 ERROR (jetty-launcher-2745-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-23T22:13:49.707Z
   [junit4]   2> 819183 INFO  (jetty-launcher-2745-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 819183 INFO  (jetty-launcher-2745-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 819183 INFO  (jetty-launcher-2745-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 819187 INFO  (jetty-launcher-2745-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10513db8{/solr,null,AVAILABLE}
   [junit4]   2> 819188 INFO  (jetty-launcher-2745-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5045e9f1{/solr,null,AVAILABLE}
   [junit4]   2> 819188 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2adb58b0{SSL,[ssl, http/1.1]}{127.0.0.1:37117}
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] o.e.j.s.Server Started @819267ms
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37117}
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@518029f4{SSL,[ssl, http/1.1]}{127.0.0.1:34225}
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] o.e.j.s.Server Started @819267ms
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34225}
   [junit4]   2> 819189 ERROR (jetty-launcher-2745-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 819189 ERROR (jetty-launcher-2745-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-23T22:13:49.721Z
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-23T22:13:49.721Z
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7ffa859b{SSL,[ssl, http/1.1]}{127.0.0.1:40217}
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] o.e.j.s.Server Started @819269ms
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40217}
   [junit4]   2> 819190 ERROR (jetty-launcher-2745-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-23T22:13:49.722Z
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7be9b106{SSL,[ssl, http/1.1]}{127.0.0.1:43559}
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] o.e.j.s.Server Started @819270ms
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43559}
   [junit4]   2> 819191 ERROR (jetty-launcher-2745-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-23T22:13:49.723Z
   [junit4]   2> 819192 INFO  (zkConnectionManagerCallback-2747-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819192 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819193 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 819193 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819193 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819195 INFO  (zkConnectionManagerCallback-2753-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819196 INFO  (zkConnectionManagerCallback-2755-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819196 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819196 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 819203 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819203 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 819209 INFO  (zkConnectionManagerCallback-2751-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819209 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819209 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 819219 INFO  (zkConnectionManagerCallback-2750-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819219 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819311 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 819380 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 819380 WARN  (jetty-launcher-2745-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819381 WARN  (jetty-launcher-2745-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@283dfa4f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819381 WARN  (jetty-launcher-2745-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@283dfa4f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819382 WARN  (jetty-launcher-2745-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819383 WARN  (jetty-launcher-2745-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14bd2cc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819383 WARN  (jetty-launcher-2745-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14bd2cc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819384 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33029/solr
   [junit4]   2> 819387 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819395 INFO  (zkConnectionManagerCallback-2763-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819395 INFO  (jetty-launcher-2745-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819416 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 819417 WARN  (jetty-launcher-2745-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819417 WARN  (jetty-launcher-2745-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73d92950[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819417 WARN  (jetty-launcher-2745-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73d92950[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819419 WARN  (jetty-launcher-2745-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819423 WARN  (jetty-launcher-2745-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7452284[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819423 WARN  (jetty-launcher-2745-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7452284[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819424 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33029/solr
   [junit4]   2> 819431 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819434 INFO  (zkConnectionManagerCallback-2771-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819434 INFO  (jetty-launcher-2745-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819452 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 819452 WARN  (jetty-launcher-2745-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819453 WARN  (jetty-launcher-2745-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@657ecc61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819453 WARN  (jetty-launcher-2745-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@657ecc61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819454 WARN  (jetty-launcher-2745-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819455 WARN  (jetty-launcher-2745-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73384a02[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819455 WARN  (jetty-launcher-2745-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73384a02[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819455 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33029/solr
   [junit4]   2> 819456 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819457 INFO  (zkConnectionManagerCallback-2777-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819457 INFO  (jetty-launcher-2745-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819579 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 819580 WARN  (jetty-launcher-2745-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819580 WARN  (jetty-launcher-2745-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@bf5e330[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819580 WARN  (jetty-launcher-2745-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@bf5e330[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819582 WARN  (jetty-launcher-2745-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819583 WARN  (jetty-launcher-2745-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2fd939ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819583 WARN  (jetty-launcher-2745-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2fd939ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819584 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33029/solr
   [junit4]   2> 819587 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819591 INFO  (zkConnectionManagerCallback-2784-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819591 INFO  (jetty-launcher-2745-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819610 INFO  (jetty-launcher-2745-thread-3) [n:127.0.0.1:40217_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819611 INFO  (zkConnectionManagerCallback-2786-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819611 INFO  (jetty-launcher-2745-thread-3) [n:127.0.0.1:40217_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819647 INFO  (jetty-launcher-2745-thread-3) [n:127.0.0.1:40217_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40217_solr
   [junit4]   2> 819647 INFO  (jetty-launcher-2745-thread-3) [n:127.0.0.1:40217_solr     ] o.a.s.c.Overseer Overseer (id=72946316114788364-127.0.0.1:40217_solr-n_0000000000) starting
   [junit4]   2> 819650 INFO  (OverseerStateUpdate-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [n:127.0.0.1:40217_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40217_solr
   [junit4]   2> 819650 INFO  (jetty-launcher-2745-thread-3) [n:127.0.0.1:40217_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40217_solr
   [junit4]   2> 819651 INFO  (zkCallback-2785-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 819652 WARN  (jetty-launcher-2745-thread-3) [n:127.0.0.1:40217_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 819655 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 819658 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 819659 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 819659 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 819664 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:40217_solr]
   [junit4]   2> 819667 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 819667 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 819668 DEBUG (ScheduledTrigger-2989-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 819671 INFO  (jetty-launcher-2745-thread-3) [n:127.0.0.1:40217_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 819690 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 819691 WARN  (jetty-launcher-2745-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819691 INFO  (jetty-launcher-2745-thread-3) [n:127.0.0.1:40217_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40217.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819691 WARN  (jetty-launcher-2745-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ddcbc9b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819691 WARN  (jetty-launcher-2745-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ddcbc9b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819693 WARN  (jetty-launcher-2745-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819694 WARN  (jetty-launcher-2745-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ef0a61c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819694 WARN  (jetty-launcher-2745-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ef0a61c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819694 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33029/solr
   [junit4]   2> 819695 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819696 INFO  (zkConnectionManagerCallback-2796-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819696 INFO  (jetty-launcher-2745-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819696 INFO  (jetty-launcher-2745-thread-3) [n:127.0.0.1:40217_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40217.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819696 INFO  (jetty-launcher-2745-thread-3) [n:127.0.0.1:40217_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40217.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819697 INFO  (jetty-launcher-2745-thread-3) [n:127.0.0.1:40217_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 819698 INFO  (jetty-launcher-2745-thread-3) [n:127.0.0.1:40217_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node3/.
   [junit4]   2> 819710 INFO  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819711 INFO  (zkConnectionManagerCallback-2798-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819711 INFO  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819714 INFO  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 819717 INFO  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43559_solr as DOWN
   [junit4]   2> 819717 INFO  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 819717 INFO  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43559_solr
   [junit4]   2> 819718 INFO  (zkCallback-2785-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 819718 INFO  (zkCallback-2797-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 819719 WARN  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 819730 INFO  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 819751 INFO  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43559.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819757 INFO  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43559.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819757 INFO  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43559.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819758 INFO  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 819759 INFO  (jetty-launcher-2745-thread-2) [n:127.0.0.1:43559_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node2/.
   [junit4]   2> 819811 INFO  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819812 INFO  (zkConnectionManagerCallback-2804-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819812 INFO  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819815 INFO  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 819821 INFO  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37775_solr as DOWN
   [junit4]   2> 819822 INFO  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 819822 INFO  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37775_solr
   [junit4]   2> 819827 INFO  (zkCallback-2785-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 819827 INFO  (zkCallback-2797-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 819827 INFO  (zkCallback-2803-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 819827 WARN  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 819843 INFO  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 819856 INFO  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37775.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819862 INFO  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37775.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819862 INFO  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37775.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819863 INFO  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 819863 INFO  (jetty-launcher-2745-thread-5) [n:127.0.0.1:37775_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node5/.
   [junit4]   2> 819911 INFO  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819912 INFO  (zkConnectionManagerCallback-2810-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819912 INFO  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819915 INFO  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 819918 INFO  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34225_solr as DOWN
   [junit4]   2> 819918 INFO  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 819918 INFO  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34225_solr
   [junit4]   2> 819919 INFO  (zkCallback-2803-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 819919 INFO  (zkCallback-2797-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 819919 INFO  (zkCallback-2785-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 819920 WARN  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 819923 INFO  (zkCallback-2809-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 819931 INFO  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 819944 INFO  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34225.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819950 INFO  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34225.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819950 INFO  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34225.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819951 INFO  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 819952 INFO  (jetty-launcher-2745-thread-4) [n:127.0.0.1:34225_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node4/.
   [junit4]   2> 820012 INFO  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 820013 INFO  (zkConnectionManagerCallback-2816-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820013 INFO  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 820016 INFO  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 820018 INFO  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37117_solr as DOWN
   [junit4]   2> 820019 INFO  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 820019 INFO  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37117_solr
   [junit4]   2> 820020 INFO  (zkCallback-2797-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 820020 INFO  (zkCallback-2785-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 820020 INFO  (zkCallback-2809-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 820020 INFO  (zkCallback-2803-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 820021 WARN  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 820026 INFO  (zkCallback-2815-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 820035 INFO  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 820048 INFO  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37117.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 820054 INFO  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37117.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 820054 INFO  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37117.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 820055 INFO  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 820056 INFO  (jetty-launcher-2745-thread-1) [n:127.0.0.1:37117_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node1/.
   [junit4]   2> 820107 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 820107 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 820108 INFO  (zkConnectionManagerCallback-2825-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820108 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 820109 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 820110 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33029/solr ready
   [junit4]   2> 820129 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 820134 INFO  (qtp511368816-56824) [n:127.0.0.1:34225_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 820146 INFO  (qtp1696706655-56843) [n:127.0.0.1:37117_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 820159 INFO  (qtp138382767-56852) [n:127.0.0.1:37775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 820178 INFO  (qtp805332944-56839) [n:127.0.0.1:40217_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 820204 INFO  (qtp873681871-56863) [n:127.0.0.1:43559_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 820208 DEBUG (qtp511368816-56844) [n:127.0.0.1:34225_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 820209 INFO  (qtp511368816-56844) [n:127.0.0.1:34225_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=78
   [junit4]   2> 820211 DEBUG (zkCallback-2785-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 820212 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 820220 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 820221 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 820295 INFO  (TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[68AAB1C617F11F0E]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAboveSearchRate
   [junit4]   2> 820296 INFO  (TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[68AAB1C617F11F0E]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 820316 INFO  (TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[68AAB1C617F11F0E]) [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 820316 DEBUG (zkCallback-2785-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 820316 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 820333 INFO  (qtp138382767-56849) [n:127.0.0.1:37775_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 820333 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 820334 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 820340 INFO  (OverseerThreadFactory-2991-thread-1-processing-n:127.0.0.1:40217_solr) [n:127.0.0.1:40217_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection aboveRate_collection
   [junit4]   2> 820488 INFO  (OverseerStateUpdate-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [n:127.0.0.1:40217_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"aboveRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"aboveRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40217/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 820490 INFO  (OverseerStateUpdate-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [n:127.0.0.1:40217_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"aboveRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"aboveRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34225/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 820734 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr    x:aboveRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 820734 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr    x:aboveRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 820734 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr    x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 821780 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 821812 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 821816 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [aboveRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 821819 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 821819 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'aboveRate_collection_shard1_replica_n1' using configuration from collection aboveRate_collection, trusted=true
   [junit4]   2> 821819 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40217.solr.core.aboveRate_collection.shard1.replica_n1' (registry 'solr.core.aboveRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 821820 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[aboveRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node3/aboveRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node3/./aboveRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 821823 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema [aboveRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 821825 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 821825 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'aboveRate_collection_shard1_replica_n2' using configuration from collection aboveRate_collection, trusted=true
   [junit4]   2> 821825 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34225.solr.core.aboveRate_collection.shard1.replica_n2' (registry 'solr.core.aboveRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 821826 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[aboveRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node4/aboveRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node4/./aboveRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 821904 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 821904 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 821906 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 821906 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 821907 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@76038682[aboveRate_collection_shard1_replica_n2] main]
   [junit4]   2> 821924 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 821924 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 821925 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 821925 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 821926 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 821926 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f94fd51[aboveRate_collection_shard1_replica_n1] main]
   [junit4]   2> 821926 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 821927 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 821927 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653750347814928384
   [junit4]   2> 821928 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 821928 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 821928 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 821928 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653750347815976960
   [junit4]   2> 821930 INFO  (searcherExecutor-3016-thread-1-processing-n:127.0.0.1:34225_solr x:aboveRate_collection_shard1_replica_n2 c:aboveRate_collection s:shard1 r:core_node4) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [aboveRate_collection_shard1_replica_n2] Registered new searcher Searcher@76038682[aboveRate_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 821944 INFO  (searcherExecutor-3015-thread-1-processing-n:127.0.0.1:40217_solr x:aboveRate_collection_shard1_replica_n1 c:aboveRate_collection s:shard1 r:core_node3) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [aboveRate_collection_shard1_replica_n1] Registered new searcher Searcher@1f94fd51[aboveRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 821945 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/aboveRate_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 821945 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/aboveRate_collection/leaders/shard1
   [junit4]   2> 821947 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 821948 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/aboveRate_collection/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 821948 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/aboveRate_collection/leaders/shard1
   [junit4]   2> 822448 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 822448 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 822448 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40217/solr/aboveRate_collection_shard1_replica_n1/
   [junit4]   2> 822449 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=aboveRate_collection_shard1_replica_n1 url=https://127.0.0.1:40217/solr START replicas=[https://127.0.0.1:34225/solr/aboveRate_collection_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 822451 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=aboveRate_collection_shard1_replica_n1 url=https://127.0.0.1:40217/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 822454 INFO  (qtp511368816-56824) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request [aboveRate_collection_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 822454 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 822454 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 822455 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/aboveRate_collection/leaders/shard1/leader after winning as /collections/aboveRate_collection/leader_elect/shard1/election/72946316114788364-core_node3-n_0000000000
   [junit4]   2> 822456 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40217/solr/aboveRate_collection_shard1_replica_n1/ shard1
   [junit4]   2> 822557 INFO  (zkCallback-2785-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 822558 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 822560 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1826
   [junit4]   2> 822660 INFO  (zkCallback-2785-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 822660 INFO  (zkCallback-2785-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 822952 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2218
   [junit4]   2> 822954 INFO  (qtp138382767-56849) [n:127.0.0.1:37775_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 823052 INFO  (zkCallback-2803-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 823052 INFO  (zkCallback-2809-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 823052 INFO  (zkCallback-2809-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 823052 INFO  (zkCallback-2785-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 823052 INFO  (zkCallback-2785-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 823053 INFO  (qtp138382767-56849) [n:127.0.0.1:37775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2720
   [junit4]   2> 823071 INFO  (qtp138382767-56851) [n:127.0.0.1:37775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823077 INFO  (qtp511368816-56856) [n:127.0.0.1:34225_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 823078 INFO  (qtp511368816-56824) [n:127.0.0.1:34225_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823085 INFO  (qtp1696706655-56836) [n:127.0.0.1:37117_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823089 INFO  (qtp805332944-56840) [n:127.0.0.1:40217_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 823090 INFO  (qtp805332944-56841) [n:127.0.0.1:40217_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823093 INFO  (qtp873681871-56861) [n:127.0.0.1:43559_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823093 DEBUG (qtp138382767-56846) [n:127.0.0.1:37775_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 823094 INFO  (qtp138382767-56846) [n:127.0.0.1:37775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=35
   [junit4]   2> 823094 DEBUG (zkCallback-2785-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 823094 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 823094 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 823095 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 823096 INFO  (qtp138382767-56852) [n:127.0.0.1:37775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823097 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 823098 INFO  (qtp511368816-56844) [n:127.0.0.1:34225_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823099 INFO  (qtp1696706655-56838) [n:127.0.0.1:37117_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823099 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 823100 INFO  (qtp805332944-56850) [n:127.0.0.1:40217_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823101 INFO  (qtp873681871-56862) [n:127.0.0.1:43559_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823101 DEBUG (qtp138382767-56846) [n:127.0.0.1:37775_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 823102 INFO  (qtp138382767-56846) [n:127.0.0.1:37775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 823102 DEBUG (zkCallback-2785-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 823102 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 823102 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 823103 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 823104 INFO  (qtp138382767-56848) [n:127.0.0.1:37775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823105 INFO  (qtp511368816-56855) [n:127.0.0.1:34225_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 823106 INFO  (qtp511368816-56856) [n:127.0.0.1:34225_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823107 INFO  (qtp1696706655-56843) [n:127.0.0.1:37117_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823107 INFO  (qtp805332944-56839) [n:127.0.0.1:40217_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 823108 INFO  (qtp805332944-56840) [n:127.0.0.1:40217_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823109 INFO  (qtp873681871-56863) [n:127.0.0.1:43559_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823109 DEBUG (qtp138382767-56846) [n:127.0.0.1:37775_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 823110 INFO  (qtp138382767-56846) [n:127.0.0.1:37775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 823110 DEBUG (zkCallback-2785-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 823110 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 823110 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 823111 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 823112 INFO  (qtp138382767-56849) [n:127.0.0.1:37775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823112 INFO  (qtp511368816-56824) [n:127.0.0.1:34225_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 823113 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823114 INFO  (qtp1696706655-56832) [n:127.0.0.1:37117_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823115 INFO  (qtp805332944-56841) [n:127.0.0.1:40217_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 823117 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823119 INFO  (qtp873681871-56847) [n:127.0.0.1:43559_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 823119 DEBUG (qtp138382767-56846) [n:127.0.0.1:37775_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 823133 INFO  (qtp138382767-56846) [n:127.0.0.1:37775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=22
   [junit4]   2> 823133 DEBUG (zkCallback-2785-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 823133 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 823134 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 823134 DEBUG (OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 823136 INFO  (qtp805332944-56840) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [aboveRate_collection_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=aboveRate_collection:6&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 823137 INFO  (qtp805332944-56841) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard

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

mpletely
   [junit4]   2> 882851 DEBUG (closeThreadPool-2865-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 882851 INFO  (closeThreadPool-2865-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72946316114788364-127.0.0.1:40217_solr-n_0000000000) closing
   [junit4]   2> 882937 INFO  (jetty-closer-2845-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7be9b106{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 882938 INFO  (jetty-closer-2845-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5045e9f1{/solr,null,UNAVAILABLE}
   [junit4]   2> 882938 INFO  (jetty-closer-2845-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 882942 INFO  (jetty-closer-2845-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2adb58b0{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 882942 INFO  (jetty-closer-2845-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e50d9a8{/solr,null,UNAVAILABLE}
   [junit4]   2> 882943 INFO  (jetty-closer-2845-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 883037 INFO  (jetty-closer-2845-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@518029f4{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 883038 INFO  (jetty-closer-2845-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10513db8{/solr,null,UNAVAILABLE}
   [junit4]   2> 883038 INFO  (jetty-closer-2845-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 883044 INFO  (zkCallback-2785-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 883044 INFO  (jetty-closer-2845-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@47c568e3{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 883045 INFO  (jetty-closer-2845-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57d69b3f{/solr,null,UNAVAILABLE}
   [junit4]   2> 883045 INFO  (jetty-closer-2845-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 883145 INFO  (jetty-closer-2845-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72946316114788364-127.0.0.1:40217_solr-n_0000000000) closing
   [junit4]   2> 883146 INFO  (jetty-closer-2845-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7ffa859b{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 883146 INFO  (jetty-closer-2845-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@777ea34f{/solr,null,UNAVAILABLE}
   [junit4]   2> 883146 INFO  (jetty-closer-2845-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 883147 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 883349 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	33	/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2> 	25	/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2> 	4	/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2> 	3	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	142	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 	129	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	20	/solr/autoscaling.json
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/leader_elect/shard1/election/72946316114788368-core_node4-n_0000000001
   [junit4]   2> 	2	/solr/collections/belowRate_collection/leader_elect/shard1/election/72946316114788364-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72946316114788364-127.0.0.1:40217_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	95	/solr/overseer/queue
   [junit4]   2> 	36	/solr/overseer/collection-queue-work
   [junit4]   2> 	28	/solr/live_nodes
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 883351 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33029
   [junit4]   2> 883351 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33029
   [junit4]   2> 883351 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33029
   [junit4]   2> 883352 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Dec 23, 2019 10:14:54 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=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=798, maxMBSortInHeap=7.497946329168789, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@17e88af9), locale=en-IE, timezone=Pacific/Nauru
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=229654312,total=516423680
   [junit4]   2> NOTE: All tests run in this JVM: [ResponseBuilderTest, PackageManagerCLITest, TestStressUserVersions, RegexBytesRefFilterTest, TestTestInjection, TestFieldCacheSortRandom, TestNumericRangeQuery32, BasicDistributedZk2Test, TestRandomFaceting, TestIBSimilarityFactory, UUIDFieldTest, RulesTest, DocumentBuilderTest, TestCSVResponseWriter, NodeAddedTriggerIntegrationTest, TestQuerySenderListener, DistribDocExpirationUpdateProcessorTest, ScheduledMaintenanceTriggerTest, TestHalfAndHalfDocValues, TestPrepRecovery, TestHighlightDedupGrouping, TestRestoreCore, PathHierarchyTokenizerFactoryTest, ConcurrentDeleteAndCreateCollectionTest, PeerSyncWithBufferUpdatesTest, TestStressLucene, TestSegmentSorting, XmlUpdateRequestHandlerTest, DeleteShardTest, TestInfoStreamLogging, NodeLostTriggerTest, CoreAdminOperationTest, XMLAtomicUpdateMultivalueTest, TestObjectReleaseTracker, TestUniqueKeyFieldResource, CurrencyRangeFacetCloudTest, TestFileDictionaryLookup, ZkStateWriterTest, TestCloudInspectUtil, TestDocSet, TestDocBasedVersionConstraints, TestLocalFSCloudBackupRestore, TestCoreContainer, TestSolr4Spatial, TestLegacyFieldCache, DistributedQueryElevationComponentTest, TestBlobHandler, TestDistributedSearch, SystemInfoHandlerTest, DocExpirationUpdateProcessorFactoryTest, SolrShardReporterTest, TestMinMaxOnMultiValuedField, EmbeddedSolrNoSerializeTest, DistributedFacetPivotSmallAdvancedTest, TestDynamicLoadingUrl, TestHighFrequencyDictionaryFactory, HttpSolrCallGetCoreTest, TimeRoutedAliasUpdateProcessorTest, DistributedTermsComponentTest, TestFieldCollectionResource, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=68AAB1C617F11F0E -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=en-IE -Dtests.timezone=Pacific/Nauru -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([68AAB1C617F11F0E]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [207/889 (1!)] on J1 in 65.42s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 55233 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 9 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/9/

2 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitShardWithRuleLink

Error Message:
Error from server at http://127.0.0.1:46453/k_b/am: Underlying core creation failed while creating collection: shardSplitWithRule_link

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:46453/k_b/am: Underlying core creation failed while creating collection: shardSplitWithRule_link
	at __randomizedtesting.SeedInfo.seed([FF6A44F214938C1A:F576F1699E0FEABF]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitShardWithRule(ShardSplitTest.java:650)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitShardWithRuleLink(ShardSplitTest.java:633)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([FF6A44F214938C1A]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 14254 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 412857 INFO  (SUITE-ShardSplitTest-seed#[FF6A44F214938C1A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/data-dir-14-001
   [junit4]   2> 412857 WARN  (SUITE-ShardSplitTest-seed#[FF6A44F214938C1A]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 412859 INFO  (SUITE-ShardSplitTest-seed#[FF6A44F214938C1A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 412877 INFO  (SUITE-ShardSplitTest-seed#[FF6A44F214938C1A]-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> 412877 INFO  (SUITE-ShardSplitTest-seed#[FF6A44F214938C1A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 412877 INFO  (SUITE-ShardSplitTest-seed#[FF6A44F214938C1A]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /k_b/am
   [junit4]   2> 412995 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 412996 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 412996 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 413129 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer start zk server on port:40243
   [junit4]   2> 413129 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40243
   [junit4]   2> 413129 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40243
   [junit4]   2> 413129 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40243
   [junit4]   2> 413131 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 413171 INFO  (zkConnectionManagerCallback-687-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 413171 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 413208 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 413210 INFO  (zkConnectionManagerCallback-689-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 413210 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 413211 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 413212 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 413214 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 413227 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 413228 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 413229 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 413239 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 413240 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 413241 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 413242 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 413251 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 413252 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 413723 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 413724 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 413724 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 413724 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 413724 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 413724 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 413724 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 413726 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14bae2ea{/k_b/am,null,AVAILABLE}
   [junit4]   2> 413739 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1f89894c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44262}
   [junit4]   2> 413739 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.e.j.s.Server Started @413828ms
   [junit4]   2> 413739 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/tempDir-001/control/data, replicaType=NRT, hostContext=/k_b/am, hostPort=44262, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/control-001/cores}
   [junit4]   2> 413739 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 413739 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 413739 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 413739 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 413739 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 413740 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-22T16:43:22.349Z
   [junit4]   2> 413741 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 413765 INFO  (zkConnectionManagerCallback-691-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 413765 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 413867 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 413867 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/control-001/solr.xml
   [junit4]   2> 413871 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 413871 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 413885 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@623befb1, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 414245 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 414246 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@9ec667f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 414246 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@9ec667f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 414264 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f13dea8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 414264 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f13dea8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 414265 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40243/solr
   [junit4]   2> 414267 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 414321 INFO  (zkConnectionManagerCallback-698-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 414321 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 414450 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 414489 INFO  (zkConnectionManagerCallback-700-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 414489 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 414887 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44262_k_b%2Fam
   [junit4]   2> 414887 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.Overseer Overseer (id=75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) starting
   [junit4]   2> 414915 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 414915 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44262_k_b%2Fam
   [junit4]   2> 414915 INFO  (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44262_k_b%2Fam
   [junit4]   2> 414916 INFO  (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 414917 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 414917 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 414918 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 414918 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 414918 INFO  (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 414947 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 415052 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 415163 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@623befb1
   [junit4]   2> 415201 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@623befb1
   [junit4]   2> 415201 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@623befb1
   [junit4]   2> 415219 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 415220 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/control-001/cores
   [junit4]   2> 415437 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415438 INFO  (zkConnectionManagerCallback-709-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 415439 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415440 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 415441 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40243/solr ready
   [junit4]   2> 415457 INFO  (qtp2072981234-2290) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:44262_k_b%252Fam&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 415544 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 415544 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 415545 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:44262_k_b%2Fam",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 415545 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 415546 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:44262_k_b%2Fam",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 415553 INFO  (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 415625 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 #Completed tasks: 0
   [junit4]   2> 415625 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 415638 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 415638 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 415638 INFO  (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 415638 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/control_collection 
   [junit4]   2> 415639 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:control_collection
   [junit4]   2> 415640 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 415671 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:44262_k_b%2Fam",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 415671 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 415713 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/control_collection/state.json
   [junit4]   2> 415786 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection control_collection, shardNames [shard1] , message : {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:44262_k_b%2Fam",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 415787 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.CreateCollectionCmd Creating core control_collection_shard1_replica_n1 as part of shard shard1 of collection control_collection on 127.0.0.1:44262_k_b%2Fam
   [junit4]   2> 415802 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 415802 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 415822 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44262/k_b/am",
   [junit4]   2>   "node_name":"127.0.0.1:44262_k_b%2Fam",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 415822 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44262/k_b/am",
   [junit4]   2>   "node_name":"127.0.0.1:44262_k_b%2Fam",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 415823 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:44262/k_b/am",
   [junit4]   2>   "node_name":"127.0.0.1:44262_k_b%2Fam",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 415823 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/0)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:44262/k_b/am",
   [junit4]   2>           "node_name":"127.0.0.1:44262_k_b%2Fam",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 415924 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 0
   [junit4]   2> 416840 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 416894 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 417386 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 417644 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 417672 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 #Completed tasks: 0
   [junit4]   2> 417672 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 417672 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 417672 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 417672 INFO  (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 417708 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 417708 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@623befb1
   [junit4]   2> 417799 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 417819 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19102972725815004]
   [junit4]   2> 417871 WARN  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 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> 418110 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 418110 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 418111 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 418111 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 418113 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=8, maxMergeAtOnceExplicit=9, maxMergedSegmentMB=5.5390625, floorSegmentMB=0.8388671875, forceMergeDeletesPctAllowed=5.081181144353487, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19583981070797876, deletesPctAllowed=24.846214775301817
   [junit4]   2> 418148 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e0ed2a8[control_collection_shard1_replica_n1] main]
   [junit4]   2> 418161 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 418162 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 418162 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 418162 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653638962108956672
   [junit4]   2> 418279 INFO  (searcherExecutor-569-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@1e0ed2a8[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 418293 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 418293 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 418309 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 418309 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 418309 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44262/k_b/am/control_collection_shard1_replica_n1/
   [junit4]   2> 418309 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 418309 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:44262/k_b/am/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 418309 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/75948492742656004-core_node2-n_0000000000
   [junit4]   2> 418320 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44262/k_b/am/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 418336 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:44262/k_b/am",
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 418336 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 1
   [junit4]   2> 418337 INFO  (zkCallback-699-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 418338 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 418348 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44262/k_b/am",
   [junit4]   2>   "node_name":"127.0.0.1:44262_k_b%2Fam",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 418348 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44262/k_b/am",
   [junit4]   2>   "node_name":"127.0.0.1:44262_k_b%2Fam",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 418348 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:44262/k_b/am",
   [junit4]   2>   "node_name":"127.0.0.1:44262_k_b%2Fam",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 418348 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/2)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:44262/k_b/am",
   [junit4]   2>           "node_name":"127.0.0.1:44262_k_b%2Fam",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 418349 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2548
   [junit4]   2> 418350 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.CreateCollectionCmd Finished create command on all shards for collection: control_collection
   [junit4]   2> 418350 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 418351 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 418351 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 418359 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 418359 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 418359 INFO  (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 418359 DEBUG (OverseerThreadFactory-564-thread-1-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={127.0.0.1:44262_k_b%2Fam={responseHeader={status=0,QTime=2548},core=control_collection_shard1_replica_n1}}}
   [junit4]   2> 418434 INFO  (qtp2072981234-2290) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 418457 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 2
   [junit4]   2> 418458 INFO  (zkCallback-699-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 418458 INFO  (zkCallback-699-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 418459 INFO  (qtp2072981234-2290) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:44262_k_b%252Fam&wt=javabin&version=2} status=0 QTime=3001
   [junit4]   2> 418469 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 418860 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 418960 INFO  (zkConnectionManagerCallback-715-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 418960 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 419055 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 419081 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40243/solr ready
   [junit4]   2> 419081 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 419112 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 419137 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 419137 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 419137 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"1",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 419138 DEBUG (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 419138 DEBUG (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"1",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 419141 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 #Completed tasks: 1
   [junit4]   2> 419141 INFO  (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 419214 INFO  (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] 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> 419215 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 419215 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 419215 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 419215 INFO  (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 419215 DEBUG (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection1 
   [junit4]   2> 419216 DEBUG (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:collection1
   [junit4]   2> 419230 DEBUG (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 419233 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"1",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 419233 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 419437 WARN  (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 419437 DEBUG (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.a.c.CreateCollectionCmd Finished create command for collection: collection1
   [junit4]   2> 419437 DEBUG (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 419438 DEBUG (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as completed.
   [junit4]   2> 419438 DEBUG (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 419438 DEBUG (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 419438 DEBUG (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 419438 INFO  (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 419438 DEBUG (OverseerThreadFactory-564-thread-2-processing-n:127.0.0.1:44262_k_b%2Fam) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000002 complete, response:{}
   [junit4]   2> 419439 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 419458 INFO  (qtp2072981234-2292) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=345
   [junit4]   2> 419563 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 419563 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 419563 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 419563 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 419563 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 419563 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 419563 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 420871 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/shard-1-001 of type NRT
   [junit4]   2> 420911 WARN  (closeThreadPool-716-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 420911 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 420912 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 420912 INFO  (closeThreadPool-716-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 420932 INFO  (closeThreadPool-716-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 420932 INFO  (closeThreadPool-716-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 420932 INFO  (closeThreadPool-716-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 420933 INFO  (closeThreadPool-716-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7926788e{/k_b/am,null,AVAILABLE}
   [junit4]   2> 420934 INFO  (closeThreadPool-716-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6a33a09f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36927}
   [junit4]   2> 420934 INFO  (closeThreadPool-716-thread-1) [     ] o.e.j.s.Server Started @421023ms
   [junit4]   2> 420934 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/k_b/am, hostPort=36927, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/shard-1-001/cores}
   [junit4]   2> 420934 ERROR (closeThreadPool-716-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 420934 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 420934 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 420934 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 420934 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 420934 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-22T16:43:29.544Z
   [junit4]   2> 420944 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421008 INFO  (zkConnectionManagerCallback-718-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421008 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421146 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 421146 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/shard-1-001/solr.xml
   [junit4]   2> 421163 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 421163 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 421183 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@623befb1, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 421228 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 421249 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 #Completed tasks: 1
   [junit4]   2> 421264 INFO  (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 421284 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 421285 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 421285 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 421285 INFO  (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 421989 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 422022 WARN  (closeThreadPool-716-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@651d39e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 422022 WARN  (closeThreadPool-716-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@651d39e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 422030 WARN  (closeThreadPool-716-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6ef185b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 422030 WARN  (closeThreadPool-716-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6ef185b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 422031 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40243/solr
   [junit4]   2> 422032 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 422111 INFO  (zkConnectionManagerCallback-725-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 422113 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 422165 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/shard-2-001 of type NRT
   [junit4]   2> 422166 WARN  (closeThreadPool-716-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 422166 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 422166 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 422166 INFO  (closeThreadPool-716-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 422167 INFO  (closeThreadPool-716-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 422168 INFO  (closeThreadPool-716-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 422168 INFO  (closeThreadPool-716-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 422168 INFO  (closeThreadPool-716-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@67c2afcf{/k_b/am,null,AVAILABLE}
   [junit4]   2> 422168 INFO  (closeThreadPool-716-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@296a5ec4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41049}
   [junit4]   2> 422168 INFO  (closeThreadPool-716-thread-2) [     ] o.e.j.s.Server Started @422257ms
   [junit4]   2> 422169 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/k_b/am, hostPort=41049, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/shard-2-001/cores}
   [junit4]   2> 422169 ERROR (closeThreadPool-716-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 422169 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 422169 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 422169 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 422169 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 422169 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-22T16:43:30.779Z
   [junit4]   2> 422170 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 422205 INFO  (zkConnectionManagerCallback-727-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 422205 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 422257 INFO  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 422262 INFO  (zkConnectionManagerCallback-729-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 422263 INFO  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 422375 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 422375 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/shard-2-001/solr.xml
   [junit4]   2> 422379 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 422379 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 422381 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@623befb1, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 422558 INFO  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 422787 INFO  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.c.ZkController Publish node=127.0.0.1:36927_k_b%2Fam as DOWN
   [junit4]   2> 422788 INFO  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 422788 INFO  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36927_k_b%2Fam
   [junit4]   2> 422798 INFO  (zkCallback-714-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 422798 INFO  (zkCallback-699-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 422799 WARN  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 422835 INFO  (zkCallback-728-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 422836 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36927_k_b%2Fam"} current state version: 1
   [junit4]   2> 422836 DEBUG (OverseerStateUpdate-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36927_k_b%2Fam
   [junit4]   2> 422937 INFO  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 422996 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 423040 INFO  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@623befb1
   [junit4]   2> 423059 WARN  (closeThreadPool-716-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2adb5e37[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 423059 WARN  (closeThreadPool-716-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2adb5e37[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 423114 INFO  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@623befb1
   [junit4]   2> 423114 INFO  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@623befb1
   [junit4]   2> 423132 INFO  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 423133 INFO  (closeThreadPool-716-thread-1) [n:127.0.0.1:36927_k_b%2Fam     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/shard-1-001/cores
   [junit4]   2> 423154 WARN  (closeThreadPool-716-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1645b518[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 423154 WARN  (closeThreadPool-716-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1645b518[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 423155 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40243/solr
   [junit4]   2> 423229 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 423247 INFO  (zkConnectionManagerCallback-740-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 423251 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:36927_k_b%2Fam
   [junit4]   2> 423252 INFO  (closeThreadPool-716-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 423302 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 423303 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 423303 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 423303 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 423303 DEBUG (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 423303 INFO  (OverseerCollectionConfigSetProcessor-75948492742656004-127.0.0.1:44262_k_b%2Fam-n_0000000000) [n:127.0.0.1:44262_k_b%2Fam     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 423421 INFO  (closeThreadPool-716-thread-2) [n:127.0.0.1:41049_k_b%2Fam     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 423422 INFO  (zkConnectionManagerCallback-742-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 423422 INFO  (closeThreadPool-716-thread-2) [n:127.0.0.1:41049_k_b%2Fam     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 423427 INFO  (closeThreadPool-716-thread-2) [n:127.0.0.1:41049_k_b%2Fam     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 423455 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FF6A44F214938C1A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_FF6A44F214938C1A-001/shard-3-001 of type NRT
   [junit4]   2> 423455 WARN  (closeThreadPool-716-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 423455 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 423455 INFO  (closeThreadPool-716-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...


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

tor
   [junit4]   2> 3165568 DEBUG (closeThreadPool-7574-thread-2) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 3165568 DEBUG (closeThreadPool-7574-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3165589 INFO  (closeThreadPool-7574-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75948667827585038-127.0.0.1:40580_solr-n_0000000000) closing
   [junit4]   2> 3165607 INFO  (jetty-closer-7555-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@71e36cc1{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3165607 INFO  (jetty-closer-7555-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@64b8ff5b{/solr,null,UNAVAILABLE}
   [junit4]   2> 3165607 INFO  (jetty-closer-7555-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3165608 INFO  (jetty-closer-7555-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@24cc7fc{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3165608 INFO  (jetty-closer-7555-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7f132b0d{/solr,null,UNAVAILABLE}
   [junit4]   2> 3165608 INFO  (jetty-closer-7555-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3165661 INFO  (jetty-closer-7555-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@38ec13cf{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3165662 INFO  (jetty-closer-7555-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2bb3066b{/solr,null,UNAVAILABLE}
   [junit4]   2> 3165662 INFO  (jetty-closer-7555-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3165762 INFO  (jetty-closer-7555-thread-4) [     ] o.a.s.c.Overseer Overseer (id=75948667827585038-127.0.0.1:40580_solr-n_0000000000) closing
   [junit4]   2> 3165763 INFO  (jetty-closer-7555-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@8a14fc5{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3165763 INFO  (jetty-closer-7555-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@673f1558{/solr,null,UNAVAILABLE}
   [junit4]   2> 3165764 INFO  (jetty-closer-7555-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3165778 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[FF6A44F214938C1A]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3165982 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2> 	26	/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2> 	4	/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	140	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	135	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 	20	/solr/autoscaling.json
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/aboveRate_collection/leader_elect/shard1/election/75948667827585033-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/75948667827585036-127.0.0.1:35400_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	93	/solr/overseer/queue
   [junit4]   2> 	36	/solr/live_nodes
   [junit4]   2> 	35	/solr/overseer/collection-queue-work
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 3165984 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[FF6A44F214938C1A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43134
   [junit4]   2> 3165984 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[FF6A44F214938C1A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43134
   [junit4]   2> 3165984 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[FF6A44F214938C1A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43134
   [junit4]   2> Dec 22, 2019 5:29:14 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=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1103, maxMBSortInHeap=7.969563255659834, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5eb27bf4), locale=ar-JO, timezone=Asia/Rangoon
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=251056104,total=518520832
   [junit4]   2> NOTE: All tests run in this JVM: [BlockDirectoryTest, TestRealTimeGet, TestZkAclsWithHadoopAuth, UUIDUpdateProcessorFallbackTest, TestTolerantUpdateProcessorRandomCloud, UpdateLogTest, TestPKIAuthenticationPlugin, RegexBytesRefFilterTest, DistributedVersionInfoTest, TestCustomStream, TestLogWatcher, RulesTest, TestSortableTextField, ClassificationUpdateProcessorIntegrationTest, ShardSplitTest, TestHashPartitioner, SolrCLIZkUtilsTest, SolrCoreMetricManagerTest, TestPayloadCheckQParserPlugin, BasicFunctionalityTest, ResponseBuilderTest, NumericFieldsTest, LeaderFailoverAfterPartitionTest, HighlighterTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestJsonFacetRefinement, HdfsUnloadDistributedZkTest, ResourceLoaderTest, TestSnapshotCloudManager, ZkStateWriterTest, ConcurrentCreateRoutedAliasTest, TestDelegationWithHadoopAuth, TestExpandComponent, TestDownShardTolerantSearch, HdfsChaosMonkeyNothingIsSafeTest, TestCursorMarkWithoutUniqueKey, CdcrBootstrapTest, DistanceFunctionTest, TestCloudPseudoReturnFields, SpatialHeatmapFacetsTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ReplaceNodeNoTargetTest, TestStressUserVersions, NodeAddedTriggerIntegrationTest, TestDefaultStatsCache, TestHighlightDedupGrouping, LoggingHandlerTest, TriggerIntegrationTest, BooleanFieldTest, IgnoreLargeDocumentProcessorFactoryTest, EnumFieldTest, TestCoreBackup, PeerSyncWithBufferUpdatesTest, RestartWhileUpdatingTest, UUIDFieldTest, TestInPlaceUpdatesRequiredField, HdfsRecoverLeaseTest, TestHighFrequencyDictionaryFactory, TestEmbeddedSolrServerAdminHandler, TestDocBasedVersionConstraints, TestAnalyzeInfixSuggestions, TestSkipOverseerOperations, TestLegacyNumericUtils, MoveReplicaHDFSFailoverTest, TestCloudNestedDocsSort, PKIAuthenticationIntegrationTest, TestQueryTypes, DistributedFacetPivotSmallAdvancedTest, CurrencyRangeFacetCloudTest, HttpPartitionOnCommitTest, TestIBSimilarityFactory, TestExportTool, SolrIndexSplitterTest, TestMaxScoreQueryParser, DistributedFacetExistsSmallTest, TestSolrXml, CdcrUpdateLogTest, TestClassicSimilarityFactory, TestRemoteStreaming, TestSchemaField, CollectionPropsTest, TestLegacyFieldCache, TestSolr4Spatial, TestStressLucene, TestSolrCoreParser, SecurityConfHandlerTest, TestPerFieldSimilarityWithDefaultOverride, BasicDistributedZk2Test, TestPushWriter, TestSolrCloudSnapshots, HttpTriggerListenerTest, TestSolrCLIRunExample, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=FF6A44F214938C1A -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=ar-JO -Dtests.timezone=Asia/Rangoon -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FF6A44F214938C1A]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [155/889 (2!)] on J1 in 82.09s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 55486 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 8 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/8/

2 tests failed.
FAILED:  org.apache.solr.cloud.RollingRestartTest.test

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:41222/jvz/op

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:41222/jvz/op
	at __randomizedtesting.SeedInfo.seed([A38DF3EB716A14D3:2BD9CC31DF96792B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
	at org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([A38DF3EB716A14D3]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 15328 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> 4291498 INFO  (SUITE-RollingRestartTest-seed#[A38DF3EB716A14D3]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/data-dir-229-001
   [junit4]   2> 4291498 WARN  (SUITE-RollingRestartTest-seed#[A38DF3EB716A14D3]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=100 numCloses=100
   [junit4]   2> 4291498 INFO  (SUITE-RollingRestartTest-seed#[A38DF3EB716A14D3]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4291500 INFO  (SUITE-RollingRestartTest-seed#[A38DF3EB716A14D3]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4291501 INFO  (SUITE-RollingRestartTest-seed#[A38DF3EB716A14D3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4291501 INFO  (SUITE-RollingRestartTest-seed#[A38DF3EB716A14D3]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /jvz/op
   [junit4]   2> 4291512 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4291513 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4291513 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4291613 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer start zk server on port:39141
   [junit4]   2> 4291613 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39141
   [junit4]   2> 4291613 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39141
   [junit4]   2> 4291613 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39141
   [junit4]   2> 4291615 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4291625 INFO  (zkConnectionManagerCallback-15468-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4291626 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4291640 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4291642 INFO  (zkConnectionManagerCallback-15470-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4291642 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4291643 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4291644 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4291647 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4291648 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4291649 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4291650 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4291652 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4291656 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4291657 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4291659 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4291661 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4291673 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4291674 INFO  (zkConnectionManagerCallback-15474-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4291674 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4291781 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 4291907 WARN  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4291907 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4291907 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4291907 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4291909 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4291909 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4291909 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4291911 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30c076cb{/jvz/op,null,AVAILABLE}
   [junit4]   2> 4291912 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4ed6ba61{SSL,[ssl, http/1.1]}{127.0.0.1:40363}
   [junit4]   2> 4291912 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.e.j.s.Server Started @4292029ms
   [junit4]   2> 4291912 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/tempDir-001/control/data, replicaType=NRT, hostContext=/jvz/op, hostPort=40363, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/control-001/cores}
   [junit4]   2> 4291912 ERROR (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4291912 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4291912 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4291912 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4291912 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4291912 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-21T15:02:07.952Z
   [junit4]   2> 4291914 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4291915 INFO  (zkConnectionManagerCallback-15476-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4291915 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4292017 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4292017 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/control-001/solr.xml
   [junit4]   2> 4292022 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4292022 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4292046 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4292181 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4292181 WARN  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4292182 WARN  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@592f6a3c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4292183 WARN  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@592f6a3c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4292185 WARN  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4292186 WARN  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@be9d838[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4292186 WARN  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@be9d838[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4292187 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39141/solr
   [junit4]   2> 4292188 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4292190 INFO  (zkConnectionManagerCallback-15483-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4292190 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4292293 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4292294 INFO  (zkConnectionManagerCallback-15485-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4292294 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4292504 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40363_jvz%2Fop
   [junit4]   2> 4292505 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.c.Overseer Overseer (id=75942432359579653-127.0.0.1:40363_jvz%2Fop-n_0000000000) starting
   [junit4]   2> 4292510 INFO  (OverseerStateUpdate-75942432359579653-127.0.0.1:40363_jvz%2Fop-n_0000000000) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40363_jvz%2Fop
   [junit4]   2> 4292511 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40363_jvz%2Fop
   [junit4]   2> 4292512 INFO  (zkCallback-15484-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4292514 WARN  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4292531 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4292551 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d
   [junit4]   2> 4292560 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d
   [junit4]   2> 4292560 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d
   [junit4]   2> 4292561 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4292562 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/control-001/cores
   [junit4]   2> 4292580 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4292581 INFO  (zkConnectionManagerCallback-15494-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4292581 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4292582 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4292584 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39141/solr ready
   [junit4]   2> 4292595 INFO  (qtp608541021-49064) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40363_jvz%252Fop&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4292600 INFO  (OverseerThreadFactory-13299-thread-1-processing-n:127.0.0.1:40363_jvz%2Fop) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 4292710 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4292710 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4293722 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 4293739 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 4293861 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4293877 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 4293877 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d
   [junit4]   2> 4293877 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 4293880 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=35.951171875, floorSegmentMB=1.451171875, forceMergeDeletesPctAllowed=7.1188047048574905, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=48.55973693739069
   [junit4]   2> 4293891 WARN  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 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> 4293945 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4293945 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4293946 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4293946 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4293947 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=2.150390625, floorSegmentMB=0.6083984375, forceMergeDeletesPctAllowed=26.43603706361108, segmentsPerTier=28.0, maxCFSSegmentSizeMB=1.783203125, noCFSRatio=1.0, deletesPctAllowed=30.447353258635122
   [junit4]   2> 4293948 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e9cbc12[control_collection_shard1_replica_n1] main]
   [junit4]   2> 4293950 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4293950 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4293951 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4293951 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653541993175842816
   [junit4]   2> 4293954 INFO  (searcherExecutor-13304-thread-1-processing-n:127.0.0.1:40363_jvz%2Fop x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@2e9cbc12[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4293956 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 4293957 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 4293960 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4293960 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4293960 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40363/jvz/op/control_collection_shard1_replica_n1/
   [junit4]   2> 4293960 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4293960 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:40363/jvz/op/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 4293960 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/75942432359579653-core_node2-n_0000000000
   [junit4]   2> 4293962 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40363/jvz/op/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 4294063 INFO  (zkCallback-15484-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4294063 INFO  (zkCallback-15484-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4294064 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4294066 INFO  (qtp608541021-49062) [n:127.0.0.1:40363_jvz%2Fop c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1356
   [junit4]   2> 4294069 INFO  (qtp608541021-49064) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 4294166 INFO  (zkCallback-15484-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4294166 INFO  (zkCallback-15484-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4294166 INFO  (zkCallback-15484-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4294166 INFO  (qtp608541021-49064) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40363_jvz%252Fop&wt=javabin&version=2} status=0 QTime=1571
   [junit4]   2> 4294167 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 4294284 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4294285 INFO  (zkConnectionManagerCallback-15500-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4294285 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4294286 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4294287 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39141/solr ready
   [junit4]   2> 4294287 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4294297 INFO  (qtp608541021-49063) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4294301 INFO  (OverseerCollectionConfigSetProcessor-75942432359579653-127.0.0.1:40363_jvz%2Fop-n_0000000000) [n:127.0.0.1:40363_jvz%2Fop     ] 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> 4294301 INFO  (OverseerThreadFactory-13299-thread-2-processing-n:127.0.0.1:40363_jvz%2Fop) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 4294516 WARN  (OverseerThreadFactory-13299-thread-2-processing-n:127.0.0.1:40363_jvz%2Fop) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 4294536 INFO  (qtp608541021-49063) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 4294536 INFO  (qtp608541021-49063) [n:127.0.0.1:40363_jvz%2Fop     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=239
   [junit4]   2> 4294537 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 4294537 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 4294537 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 4294537 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 4294537 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 4294537 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 4294537 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=16
   [junit4]   2> 4294659 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-1-001 of type NRT
   [junit4]   2> 4294661 WARN  (closeThreadPool-15501-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4294661 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4294661 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4294662 INFO  (closeThreadPool-15501-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4294668 INFO  (closeThreadPool-15501-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4294668 INFO  (closeThreadPool-15501-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4294668 INFO  (closeThreadPool-15501-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4294668 INFO  (closeThreadPool-15501-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ecfb78f{/jvz/op,null,AVAILABLE}
   [junit4]   2> 4294669 INFO  (closeThreadPool-15501-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@81c0f0a{SSL,[ssl, http/1.1]}{127.0.0.1:42187}
   [junit4]   2> 4294669 INFO  (closeThreadPool-15501-thread-1) [     ] o.e.j.s.Server Started @4294786ms
   [junit4]   2> 4294669 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/jvz/op, hostPort=42187, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-1-001/cores}
   [junit4]   2> 4294669 ERROR (closeThreadPool-15501-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4294669 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4294669 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4294669 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4294669 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4294669 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-21T15:02:10.709Z
   [junit4]   2> 4294671 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4294707 INFO  (zkConnectionManagerCallback-15503-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4294707 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4294786 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-2-001 of type NRT
   [junit4]   2> 4294798 WARN  (closeThreadPool-15501-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4294799 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4294799 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4294799 INFO  (closeThreadPool-15501-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4294809 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4294809 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-1-001/solr.xml
   [junit4]   2> 4294812 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4294812 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4294814 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4294819 INFO  (closeThreadPool-15501-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4294819 INFO  (closeThreadPool-15501-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4294819 INFO  (closeThreadPool-15501-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4294819 INFO  (closeThreadPool-15501-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55804db2{/jvz/op,null,AVAILABLE}
   [junit4]   2> 4294820 INFO  (closeThreadPool-15501-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@22a0cee1{SSL,[ssl, http/1.1]}{127.0.0.1:46237}
   [junit4]   2> 4294820 INFO  (closeThreadPool-15501-thread-2) [     ] o.e.j.s.Server Started @4294937ms
   [junit4]   2> 4294820 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/jvz/op, hostPort=46237, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-2-001/cores}
   [junit4]   2> 4294820 ERROR (closeThreadPool-15501-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4294821 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4294821 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4294821 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4294821 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4294821 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-21T15:02:10.861Z
   [junit4]   2> 4294822 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4294840 INFO  (zkConnectionManagerCallback-15506-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4294840 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4294926 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-3-001 of type NRT
   [junit4]   2> 4294936 WARN  (closeThreadPool-15501-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4294936 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4294936 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4294936 INFO  (closeThreadPool-15501-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4294937 INFO  (closeThreadPool-15501-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4294937 INFO  (closeThreadPool-15501-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4294937 INFO  (closeThreadPool-15501-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4294938 INFO  (closeThreadPool-15501-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1cb1f041{/jvz/op,null,AVAILABLE}
   [junit4]   2> 4294938 INFO  (closeThreadPool-15501-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3ac40444{SSL,[ssl, http/1.1]}{127.0.0.1:37682}
   [junit4]   2> 4294938 INFO  (closeThreadPool-15501-thread-3) [     ] o.e.j.s.Server Started @4295055ms
   [junit4]   2> 4294938 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/jvz/op, hostPort=37682, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-3-001/cores}
   [junit4]   2> 4294938 ERROR (closeThreadPool-15501-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4294938 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4294939 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4294939 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4294939 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4294939 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-21T15:02:10.979Z
   [junit4]   2> 4294942 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4294942 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-2-001/solr.xml
   [junit4]   2> 4294945 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4294945 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4294947 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4294951 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4294967 INFO  (zkConnectionManagerCallback-15508-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4294967 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4294981 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4294982 WARN  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4294991 WARN  (closeThreadPool-15501-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7db993ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4294991 WARN  (closeThreadPool-15501-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7db993ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4294995 WARN  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4294996 WARN  (closeThreadPool-15501-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@318ce7c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4294996 WARN  (closeThreadPool-15501-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@318ce7c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4294997 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39141/solr
   [junit4]   2> 4295003 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4295003 INFO  (zkConnectionManagerCallback-15515-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4295003 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4295062 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-4-001 of type NRT
   [junit4]   2> 4295064 WARN  (closeThreadPool-15501-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4295064 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4295064 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4295064 INFO  (closeThreadPool-15501-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4295065 INFO  (closeThreadPool-15501-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4295065 INFO  (closeThreadPool-15501-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4295065 INFO  (closeThreadPool-15501-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4295065 INFO  (closeThreadPool-15501-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@544c925d{/jvz/op,null,AVAILABLE}
   [junit4]   2> 4295066 INFO  (closeThreadPool-15501-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@21f32824{SSL,[ssl, http/1.1]}{127.0.0.1:41884}
   [junit4]   2> 4295066 INFO  (closeThreadPool-15501-thread-4) [     ] o.e.j.s.Server Started @4295183ms
   [junit4]   2> 4295066 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/jvz/op, hostPort=41884, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-4-001/cores}
   [junit4]   2> 4295066 ERROR (closeThreadPool-15501-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4295066 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4295066 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4295066 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4295066 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4295066 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-21T15:02:11.106Z
   [junit4]   2> 4295068 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4295068 INFO  (zkConnectionManagerCallback-15517-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4295069 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4295077 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4295077 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-3-001/solr.xml
   [junit4]   2> 4295080 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4295080 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4295081 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4295094 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4295095 WARN  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4295095 WARN  (closeThreadPool-15501-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6c0ff4a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4295095 WARN  (closeThreadPool-15501-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6c0ff4a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4295098 WARN  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4295098 WARN  (closeThreadPool-15501-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@20808fd8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4295098 WARN  (closeThreadPool-15501-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@20808fd8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4295099 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39141/solr
   [junit4]   2> 4295107 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4295112 INFO  (zkConnectionManagerCallback-15524-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4295112 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4295180 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4295180 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-4-001/solr.xml
   [junit4]   2> 4295181 INFO  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4295183 INFO  (zkConnectionManagerCallback-15526-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4295183 INFO  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4295183 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4295183 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4295185 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4295227 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-5-001 of type NRT
   [junit4]   2> 4295239 WARN  (closeThreadPool-15501-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4295242 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4295242 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4295242 INFO  (closeThreadPool-15501-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4295265 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4295265 WARN  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4295266 WARN  (closeThreadPool-15501-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@19a7d6f2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4295266 WARN  (closeThreadPool-15501-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@19a7d6f2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4295275 INFO  (closeThreadPool-15501-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4295275 INFO  (closeThreadPool-15501-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4295275 INFO  (closeThreadPool-15501-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4295275 INFO  (closeThreadPool-15501-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@62ac9f5c{/jvz/op,null,AVAILABLE}
   [junit4]   2> 4295276 INFO  (closeThreadPool-15501-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@289001dc{SSL,[ssl, http/1.1]}{127.0.0.1:44719}
   [junit4]   2> 4295276 INFO  (closeThreadPool-15501-thread-5) [     ] o.e.j.s.Server Started @4295393ms
   [junit4]   2> 4295276 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/tempDir-001/jetty5, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/jvz/op, hostPort=44719, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-5-001/cores}
   [junit4]   2> 4295276 WARN  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4295276 ERROR (closeThreadPool-15501-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4295276 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4295276 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4295276 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4295276 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4295276 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-21T15:02:11.316Z
   [junit4]   2> 4295277 WARN  (closeThreadPool-15501-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@19520ce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4295277 WARN  (closeThreadPool-15501-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@19520ce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4295278 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39141/solr
   [junit4]   2> 4295278 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4295279 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4295284 INFO  (zkConnectionManagerCallback-15532-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4295284 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4295287 INFO  (zkConnectionManagerCallback-15535-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4295287 INFO  (closeThreadPool-15501-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4295287 INFO  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4295288 INFO  (zkConnectionManagerCallback-15537-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4295288 INFO  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4295288 INFO  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4295292 INFO  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.c.ZkController Publish node=127.0.0.1:46237_jvz%2Fop as DOWN
   [junit4]   2> 4295293 INFO  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4295293 INFO  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4295293 INFO  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46237_jvz%2Fop
   [junit4]   2> 4295295 INFO  (zkCallback-15484-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4295295 INFO  (zkCallback-15499-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4295296 WARN  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4295299 INFO  (zkCallback-15536-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4295299 INFO  (zkCallback-15525-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4295303 INFO  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.c.ZkController Publish node=127.0.0.1:42187_jvz%2Fop as DOWN
   [junit4]   2> 4295304 INFO  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4295304 INFO  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42187_jvz%2Fop
   [junit4]   2> 4295305 INFO  (zkCallback-15499-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4295305 INFO  (zkCallback-15536-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4295305 INFO  (zkCallback-15484-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4295305 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4295305 INFO  (zkCallback-15525-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4295305 WARN  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4295306 WARN  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4295306 WARN  (closeThreadPool-15501-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@28a47b54[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4295306 WARN  (closeThreadPool-15501-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@28a47b54[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4295308 WARN  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4295309 WARN  (closeThreadPool-15501-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@484b311c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4295309 WARN  (closeThreadPool-15501-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@484b311c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4295310 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39141/solr
   [junit4]   2> 4295311 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4295312 INFO  (zkConnectionManagerCallback-15549-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4295312 INFO  (closeThreadPool-15501-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4295318 INFO  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4295320 INFO  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4295339 INFO  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d
   [junit4]   2> 4295345 INFO  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d
   [junit4]   2> 4295349 INFO  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d
   [junit4]   2> 4295349 INFO  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d
   [junit4]   2> 4295351 INFO  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4295352 INFO  (closeThreadPool-15501-thread-2) [n:127.0.0.1:46237_jvz%2Fop     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-2-001/cores
   [junit4]   2> 4295355 INFO  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d
   [junit4]   2> 4295355 INFO  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d
   [junit4]   2> 4295356 INFO  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4295357 INFO  (closeThreadPool-15501-thread-1) [n:127.0.0.1:42187_jvz%2Fop     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-1-001/cores
   [junit4]   2> 4295382 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-6-001 of type NRT
   [junit4]   2> 4295384 WARN  (closeThreadPool-15501-thread-6) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4295384 INFO  (closeThreadPool-15501-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4295384 INFO  (closeThreadPool-15501-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4295384 INFO  (closeThreadPool-15501-thread-6) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4295385 INFO  (closeThreadPool-15501-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:46237_jvz%2Fop
   [junit4]   2> 4295390 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4295390 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-5-001/solr.xml
   [junit4]   2> 4295394 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4295394 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4295413 INFO  (closeThreadPool-15501-thread-5) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8fb5d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4295413 INFO  (closeThreadPool-15501-thread-6) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4295413 INFO  (closeThreadPool-15501-thread-6) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4295413 INFO  (closeThreadPool-15501-thread-6) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4295413 INFO  (closeThreadPool-15501-thread-6) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@753e1d05{/jvz/op,null,AVAILABLE}
   [junit4]   2> 4295414 INFO  (closeThreadPool-15501-thread-6) [     ] o.e.j.s.AbstractConnector Started ServerConnector@211a22b5{SSL,[ssl, http/1.1]}{127.0.0.1:33124}
   [junit4]   2> 4295414 INFO  (closeThreadPool-15501-thread-6) [     ] o.e.j.s.Server Started @4295531ms
   [junit4]   2> 4295414 INFO  (closeThreadPool-15501-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/tempDir-001/jetty6, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/jvz/op, hostPort=33124, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_A38DF3EB716A14D3-001/shard-6-001/cores}
   [junit4]   2> 4295414 ERROR (closeThreadPool-15501-thread-6) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4295414 INFO  (closeThreadPool-15501-thread-6) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4295415 INFO  (closeThreadPool-15501-thread-6) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4295415 INFO  (closeThreadPool-15501-thread-6) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4295415 INFO  (closeThreadPool-15501-thread-6) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4295415 INFO  (closeThreadPool-15501-thread-6) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-21T15:02:11.455Z
   [junit4]   2> 4295416 INFO  (closeThreadPool-15501-thread-6) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4295432 INFO  (zkConnectionManagerCallback-15554-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4295432 INFO  (closeThreadPool-15501-thread-6) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4295445 INFO  (closeThreadPool-15501-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:42187_jvz%2Fop
   [junit4]   2> 4295491 INFO  (closeThreadPool-15501-thread-4) [n:127.0.0.1:41884_jvz%2Fop     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4295493 INFO  (zkConnectionManagerCallback-15556-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4295493 INFO  (closeThreadPool-15501-thread-4) [n:127.0.0.1:41884_jvz%2Fop     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4295532 INFO  (TEST-RollingRestartTest.test-seed#[A38DF3EB716A14

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

ServerConnector@28e09a8f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 5975489 INFO  (jetty-closer-66244-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2fbcc7e{/solr,null,UNAVAILABLE}
   [junit4]   2> 5975489 INFO  (jetty-closer-66244-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 5975502 INFO  (jetty-closer-66244-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@61b30f42{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 5975503 INFO  (jetty-closer-66244-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2cf51988{/solr,null,UNAVAILABLE}
   [junit4]   2> 5975503 INFO  (jetty-closer-66244-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 5975602 INFO  (jetty-closer-66244-thread-3) [     ] o.a.s.c.Overseer Overseer (id=75942538169679886-127.0.0.1:34943_solr-n_0000000000) closing
   [junit4]   2> 5975603 INFO  (jetty-closer-66244-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@65d95699{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 5975604 INFO  (jetty-closer-66244-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6c3bad86{/solr,null,UNAVAILABLE}
   [junit4]   2> 5975605 INFO  (jetty-closer-66244-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 5975605 INFO  (jetty-closer-66244-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@79d63f1c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 5975605 INFO  (jetty-closer-66244-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@183d7989{/solr,null,UNAVAILABLE}
   [junit4]   2> 5975606 INFO  (jetty-closer-66244-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 5975708 INFO  (jetty-closer-66244-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7c2c6858{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 5975708 INFO  (jetty-closer-66244-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@33e3b451{/solr,null,UNAVAILABLE}
   [junit4]   2> 5975709 INFO  (jetty-closer-66244-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 5975710 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[A38DF3EB716A14D3]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 5975912 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2> 	20	/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2> 	4	/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	153	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	143	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 	20	/solr/autoscaling.json
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/75942538169679886-127.0.0.1:34943_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/belowRate_collection/leader_elect/shard1/election/75942538169679885-core_node4-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	94	/solr/overseer/queue
   [junit4]   2> 	35	/solr/overseer/collection-queue-work
   [junit4]   2> 	32	/solr/live_nodes
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 5975915 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[A38DF3EB716A14D3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37990
   [junit4]   2> 5975915 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[A38DF3EB716A14D3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37990
   [junit4]   2> 5975915 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[A38DF3EB716A14D3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37990
   [junit4]   2> 5975915 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[A38DF3EB716A14D3]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Dec 21, 2019 3:30:12 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=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=734, maxMBSortInHeap=5.024570028476019, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@29b24d44), locale=zh-CN, timezone=Asia/Dili
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=178795824,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [CollectionTooManyReplicasTest, TestSolrXml, HttpTriggerListenerTest, TestSolr4Spatial, ClassificationUpdateProcessorIntegrationTest, TestReload, TestTolerantUpdateProcessorRandomCloud, ConcurrentDeleteAndCreateCollectionTest, ShardsWhitelistTest, DocValuesMissingTest, TestSolrCloudWithSecureImpersonation, TestStressLiveNodes, TestHashPartitioner, TestJsonFacetRefinement, TestWriterPerf, TestDistributedSearch, TestSystemCollAutoCreate, DeleteLastCustomShardedReplicaTest, TestShardHandlerFactory, ExitableDirectoryReaderTest, TestDocBasedVersionConstraints, TestRealTimeGet, EmbeddedSolrNoSerializeTest, TestXmlQParserPlugin, TestCaffeineCache, SortSpecParsingTest, TestCloudPseudoReturnFields, TestFieldCache, SolrIndexSplitterTest, TermVectorComponentTest, UUIDUpdateProcessorFallbackTest, TestHighlightDedupGrouping, TestDelegationWithHadoopAuth, TestCoreBackup, TestZkAclsWithHadoopAuth, DistributedFacetExistsSmallTest, TestLFUCache, OverseerCollectionConfigSetProcessorTest, TestIBSimilarityFactory, BlockDirectoryTest, MetricsHistoryWithAuthIntegrationTest, FileBasedSpellCheckerTest, TestCopyFieldCollectionResource, TestDeleteCollectionOnDownNodes, FileUtilsTest, TestUninvertingReader, TestPolicyCloud, XMLAtomicUpdateMultivalueTest, TestHdfsUpdateLog, AssignTest, TestPKIAuthenticationPlugin, HighlighterTest, NodeMutatorTest, MinimalSchemaTest, PreAnalyzedFieldManagedSchemaCloudTest, TestSkipOverseerOperations, TestSolrCoreParser, UUIDFieldTest, PackageManagerCLITest, CreateCollectionCleanupTest, TestAuthenticationFramework, JSONWriterTest, TestConfigSetImmutable, TestLocalFSCloudBackupRestore, TestSimComputePlanAction, TestSubQueryTransformerCrossCore, TestClusterStateMutator, PeerSyncWithBufferUpdatesTest, SolrInfoBeanTest, ResourceLoaderTest, TestTestInjection, TestWordDelimiterFilterFactory, CloudExitableDirectoryReaderTest, HdfsChaosMonkeyNothingIsSafeTest, UpdateLogTest, TestPayloadCheckQParserPlugin, TestChildDocTransformerHierarchy, TestCSVResponseWriter, MoreLikeThisComponentTest, IndexSizeTriggerTest, TestCloudSearcherWarming, TestGraphMLResponseWriter, TestManagedSynonymGraphFilterFactory, TestAnalyzeInfixSuggestions, TestLegacyFieldCache, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=A38DF3EB716A14D3 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=zh-CN -Dtests.timezone=Asia/Dili -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A38DF3EB716A14D3]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [516/889 (2!)] on J1 in 70.30s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 54255 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 7 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/7/

4 tests failed.
FAILED:  org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery

Error Message:
Doc1 score=0.63013375 Doc2 score=0.63013375 expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: Doc1 score=0.63013375 Doc2 score=0.63013375 expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([B58EB22DF13DB93E:A4FD751C2D4BBC42]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery(TestDistribIDF.java:183)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:748)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:46003/_/g/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:46003/_/g/collection1
	at __randomizedtesting.SeedInfo.seed([B58EB22DF13DB93E:3DDA8DF75FC1D4C6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.addDocAndGetVersion(TestInPlaceUpdatesDistrib.java:1216)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.buildRandomIndex(TestInPlaceUpdatesDistrib.java:1261)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:392)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:162)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 49 more


FAILED:  org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime

Error Message:
expected:<6> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<6> but was:<4>
	at __randomizedtesting.SeedInfo.seed([B58EB22DF13DB93E:B285FD2ECECEE8D6]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.assertCatTimeInvariants(DimensionalRoutedAliasUpdateProcessorTest.java:678)
	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime(DimensionalRoutedAliasUpdateProcessorTest.java:434)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([B58EB22DF13DB93E]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 14853 lines...]
   [junit4] Suite: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
   [junit4]   2> 1461402 INFO  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[B58EB22DF13DB93E]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1461403 INFO  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[B58EB22DF13DB93E]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/data-dir-77-001
   [junit4]   2> 1461403 WARN  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[B58EB22DF13DB93E]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1461404 INFO  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[B58EB22DF13DB93E]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1461406 INFO  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[B58EB22DF13DB93E]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1461413 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testTimeCat
   [junit4]   2> 1461414 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001
   [junit4]   2> 1461414 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1461414 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1461414 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1461514 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.ZkTestServer start zk server on port:46339
   [junit4]   2> 1461514 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46339
   [junit4]   2> 1461514 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46339
   [junit4]   2> 1461514 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46339
   [junit4]   2> 1461524 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461532 INFO  (zkConnectionManagerCallback-8587-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461533 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461541 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461600 INFO  (zkConnectionManagerCallback-8589-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461600 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461603 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461604 INFO  (zkConnectionManagerCallback-8591-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461604 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461714 WARN  (jetty-launcher-8592-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1461714 WARN  (jetty-launcher-8592-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1461714 WARN  (jetty-launcher-8592-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1461715 WARN  (jetty-launcher-8592-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1461719 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1461719 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1461719 INFO  (jetty-launcher-8592-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1461720 INFO  (jetty-launcher-8592-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1461720 INFO  (jetty-launcher-8592-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1461720 INFO  (jetty-launcher-8592-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1461720 INFO  (jetty-launcher-8592-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1461720 INFO  (jetty-launcher-8592-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1461721 INFO  (jetty-launcher-8592-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1461721 INFO  (jetty-launcher-8592-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2affb565{/solr,null,AVAILABLE}
   [junit4]   2> 1461721 INFO  (jetty-launcher-8592-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6da0c121{/solr,null,AVAILABLE}
   [junit4]   2> 1461722 INFO  (jetty-launcher-8592-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1461722 INFO  (jetty-launcher-8592-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1461722 INFO  (jetty-launcher-8592-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77ce13cd{/solr,null,AVAILABLE}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7227b7b2{/solr,null,AVAILABLE}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7e77254{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35523}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-4) [     ] o.e.j.s.Server Started @1461756ms
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2051e5bd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34975}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35523}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-1) [     ] o.e.j.s.Server Started @1461756ms
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34975}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6e18daa5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36995}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] o.e.j.s.Server Started @1461756ms
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36995}
   [junit4]   2> 1461723 ERROR (jetty-launcher-8592-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1461723 ERROR (jetty-launcher-8592-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1461724 ERROR (jetty-launcher-8592-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-20T03:14:22.259Z
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-20T03:14:22.259Z
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-20T03:14:22.259Z
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@65372dad{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41837}
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] o.e.j.s.Server Started @1461758ms
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41837}
   [junit4]   2> 1461725 ERROR (jetty-launcher-8592-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-20T03:14:22.260Z
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461727 INFO  (zkConnectionManagerCallback-8594-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461727 INFO  (zkConnectionManagerCallback-8596-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461727 INFO  (zkConnectionManagerCallback-8600-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461727 INFO  (zkConnectionManagerCallback-8598-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1461728 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1461897 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1461899 WARN  (jetty-launcher-8592-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6ad4b3b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1461899 WARN  (jetty-launcher-8592-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6ad4b3b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1461904 WARN  (jetty-launcher-8592-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60c5894e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1461904 WARN  (jetty-launcher-8592-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60c5894e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1461905 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46339/solr
   [junit4]   2> 1461906 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461908 INFO  (zkConnectionManagerCallback-8608-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461908 INFO  (jetty-launcher-8592-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462041 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1462042 WARN  (jetty-launcher-8592-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@66792bd3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462042 WARN  (jetty-launcher-8592-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@66792bd3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462053 WARN  (jetty-launcher-8592-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@271f73a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462053 WARN  (jetty-launcher-8592-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@271f73a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462054 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46339/solr
   [junit4]   2> 1462055 INFO  (jetty-launcher-8592-thread-1) [n:127.0.0.1:34975_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1462122 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1462124 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1462131 INFO  (zkConnectionManagerCallback-8614-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462131 INFO  (jetty-launcher-8592-thread-1) [n:127.0.0.1:34975_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462139 WARN  (jetty-launcher-8592-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11a5841e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462139 WARN  (jetty-launcher-8592-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11a5841e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462143 INFO  (zkConnectionManagerCallback-8618-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462143 INFO  (jetty-launcher-8592-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462154 WARN  (jetty-launcher-8592-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1dac82ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462154 WARN  (jetty-launcher-8592-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1dac82ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462155 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46339/solr
   [junit4]   2> 1462158 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1462160 INFO  (zkConnectionManagerCallback-8626-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462160 INFO  (jetty-launcher-8592-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462278 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1462288 INFO  (zkConnectionManagerCallback-8628-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462288 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462295 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41837_solr
   [junit4]   2> 1462296 INFO  (jetty-launcher-8592-thread-1) [n:127.0.0.1:34975_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34975_solr
   [junit4]   2> 1462296 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.c.Overseer Overseer (id=72924848651108363-127.0.0.1:41837_solr-n_0000000000) starting
   [junit4]   2> 1462297 INFO  (zkCallback-8627-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1462297 INFO  (zkCallback-8613-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1462301 WARN  (jetty-launcher-8592-thread-1) [n:127.0.0.1:34975_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1462302 INFO  (OverseerStateUpdate-72924848651108363-127.0.0.1:41837_solr-n_0000000000) [n:127.0.0.1:41837_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41837_solr
   [junit4]   2> 1462305 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41837_solr as DOWN
   [junit4]   2> 1462306 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1462306 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41837_solr
   [junit4]   2> 1462306 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1462307 WARN  (jetty-launcher-8592-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@18f5fa4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462307 WARN  (jetty-launcher-8592-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@18f5fa4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462307 INFO  (zkCallback-8613-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1462307 WARN  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1462309 WARN  (jetty-launcher-8592-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7031a112[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462309 WARN  (jetty-launcher-8592-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7031a112[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462317 INFO  (jetty-launcher-8592-thread-1) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1462319 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46339/solr
   [junit4]   2> 1462321 INFO  (zkCallback-8627-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1462342 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1462356 INFO  (zkConnectionManagerCallback-8639-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462357 INFO  (jetty-launcher-8592-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462405 INFO  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1462424 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1462449 INFO  (zkConnectionManagerCallback-8642-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462449 INFO  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462468 INFO  (jetty-launcher-8592-thread-1) [n:127.0.0.1:34975_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34975.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462484 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41837.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462489 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41837.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462489 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41837.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462491 INFO  (jetty-launcher-8592-thread-1) [n:127.0.0.1:34975_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34975.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462491 INFO  (jetty-launcher-8592-thread-1) [n:127.0.0.1:34975_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34975.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462550 INFO  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1462552 INFO  (jetty-launcher-8592-thread-1) [n:127.0.0.1:34975_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1462553 INFO  (jetty-launcher-8592-thread-1) [n:127.0.0.1:34975_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001/node1/.
   [junit4]   2> 1462553 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1462554 INFO  (jetty-launcher-8592-thread-2) [n:127.0.0.1:41837_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001/node2/.
   [junit4]   2> 1462559 INFO  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1462562 INFO  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35523_solr as DOWN
   [junit4]   2> 1462563 INFO  (zkConnectionManagerCallback-8644-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462563 INFO  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462563 INFO  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1462563 INFO  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35523_solr
   [junit4]   2> 1462565 INFO  (zkCallback-8613-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1462566 INFO  (zkCallback-8627-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1462567 WARN  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1462575 INFO  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1462576 INFO  (zkCallback-8641-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1462577 INFO  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36995_solr as DOWN
   [junit4]   2> 1462577 INFO  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1462577 INFO  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36995_solr
   [junit4]   2> 1462578 INFO  (zkCallback-8641-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1462578 INFO  (zkCallback-8613-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1462578 INFO  (zkCallback-8627-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1462578 INFO  (zkCallback-8643-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1462579 WARN  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1462583 INFO  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1462590 INFO  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1462612 INFO  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35523.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462666 INFO  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36995.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462667 INFO  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35523.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462667 INFO  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35523.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462668 INFO  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1462669 INFO  (jetty-launcher-8592-thread-4) [n:127.0.0.1:35523_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001/node4/.
   [junit4]   2> 1462673 INFO  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36995.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462673 INFO  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36995.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462674 INFO  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1462675 INFO  (jetty-launcher-8592-thread-3) [n:127.0.0.1:36995_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001/node3/.
   [junit4]   2> 1462759 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1462829 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1462835 INFO  (zkConnectionManagerCallback-8657-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462835 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462837 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1462837 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46339/solr ready
   [junit4]   2> 1462840 INFO  (qtp1625241806-20926) [n:127.0.0.1:36995_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462841 INFO  (qtp1625241806-20926) [n:127.0.0.1:36995_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1462842 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest SolrClient: org.apache.solr.client.solrj.impl.CloudSolrClient@49f0b900
   [junit4]   2> 1462842 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest ClusterStateProvider org.apache.solr.client.solrj.impl.HttpClusterStateProvider@7c831252
   [junit4]   2> 1462844 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462844 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1462845 INFO  (qtp781585951-20902) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462845 INFO  (qtp781585951-20902) [n:127.0.0.1:34975_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1462846 INFO  (qtp781585951-20903) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462846 INFO  (qtp781585951-20903) [n:127.0.0.1:34975_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1462847 INFO  (qtp781585951-20912) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462847 INFO  (qtp781585951-20912) [n:127.0.0.1:34975_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1462848 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params baseConfigSet=_default&name=testTimeCat&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 1462854 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.OverseerConfigSetMessageHandler OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testTimeCat",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 1462856 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testTimeCat/protwords.txt
   [junit4]   2> 1462859 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testTimeCat/managed-schema
   [junit4]   2> 1462862 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testTimeCat/solrconfig.xml
   [junit4]   2> 1462867 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testTimeCat/lang/contractions_it.txt
   [junit4]   2> 1462869 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testTimeCat/lang/stopwords_no.txt
   [junit4]   2> 1462872 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testTimeCat/lang/contractions_ca.txt
   [junit4]   2> 1462874 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testTimeCat/lang/stemdict_nl.txt
   [junit4]   2> 1462876 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testTimeCat/lang/stopwords_hy.txt
   [junit4]   2> 1462879 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testTimeCat/lang/stopwords_id.txt
   [junit4]   2> 1462882 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testTimeCat/lang/stopwords_et.txt
   [junit4]   2> 1462884 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testTimeCat/lang/stopwords_ga.txt
   [junit4]   2> 1462887 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testTimeCat/lang/stopwords_da.txt
   [junit4]   2> 1462888 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testTimeCat/lang/stopwords_hi.txt
   [junit4]   2> 1462889 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testTimeCat/lang/stopwords_ja.txt
   [junit4]   2> 1462893 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testTimeCat/lang/stopwords_pt.txt
   [junit4]   2> 1462894 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testTimeCat/lang/stopwords_hu.txt
   [junit4]   2> 1462901 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testTimeCat/lang/stopwords_el.txt
   [junit4]   2> 1462902 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testTimeCat/lang/stopwords_ru.txt
   [junit4]   2> 1462903 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testTimeCat/lang/stopwords_tr.txt
   [junit4]   2> 1462904 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testTimeCat/lang/stopwords_ar.txt
   [junit4]   2> 1462904 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testTimeCat/lang/userdict_ja.txt
   [junit4]   2> 1462911 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testTimeCat/lang/stopwords_it.txt
   [junit4]   2> 1462912 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testTimeCat/lang/stopwords_eu.txt
   [junit4]   2> 1462916 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testTimeCat/lang/stopwords_cz.txt
   [junit4]   2> 1462920 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testTimeCat/lang/stoptags_ja.txt
   [junit4]   2> 1462922 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testTimeCat/lang/contractions_fr.txt
   [junit4]   2> 1462926 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testTimeCat/lang/stopwords_de.txt
   [junit4]   2> 1462929 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testTimeCat/lang/stopwords_fa.txt
   [junit4]   2> 1462935 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testTimeCat/lang/contractions_ga.txt
   [junit4]   2> 1462938 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testTimeCat/lang/stopwords_ca.txt
   [junit4]   2> 1462939 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testTimeCat/lang/stopwords_nl.txt
   [junit4]   2> 1462941 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testTimeCat/lang/stopwords_bg.txt
   [junit4]   2> 1462946 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testTimeCat/lang/stopwords_en.txt
   [junit4]   2> 1462949 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testTimeCat/lang/stopwords_lv.txt
   [junit4]   2> 1462952 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testTimeCat/lang/stopwords_es.txt
   [junit4]   2> 1462956 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testTimeCat/lang/stopwords_th.txt
   [junit4]   2> 1462959 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testTimeCat/lang/stopwords_ro.txt
   [junit4]   2> 1462961 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testTimeCat/lang/stopwords_fr.txt
   [junit4]   2> 1462963 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testTimeCat/lang/stopwords_sv.txt
   [junit4]   2> 1462966 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testTimeCat/lang/stopwords_fi.txt
   [junit4]   2> 1462968 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testTimeCat/lang/hyphenations_ga.txt
   [junit4]   2> 1462970 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testTimeCat/lang/stopwords_gl.txt
   [junit4]   2> 1462972 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testTimeCat/synonyms.txt
   [junit4]   2> 1462976 INFO  (OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testTimeCat/stopwords.txt
   [junit4]   2> 1462978 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs params={baseConfigSet=_default&name=testTimeCat&action=CREATE&wt=javabin&version=2} status=0 QTime=130
   [junit4]   2> 1462980 INFO  (qtp781585951-20902) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462980 INFO  (qtp781585951-20902) [n:127.0.0.1:34975_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1462981 INFO  (qtp781585951-20903) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462982 INFO  (qtp781585951-20903) [n:127.0.0.1:34975_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1462983 INFO  (qtp781585951-20912) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462984 INFO  (qtp781585951-20912) [n:127.0.0.1:34975_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1462984 INFO  (qtp781585951-20899) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462991 INFO  (qtp781585951-20899) [n:127.0.0.1:34975_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 1462992 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=testTimeCat&name=testTimeCat&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462997 INFO  (OverseerCollectionConfigSetProcessor-72924848651108363-127.0.0.1:41837_solr-n_0000000000) [n:127.0.0.1:41837_solr     ] 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> 1462997 INFO  (OverseerThreadFactory-5269-thread-2-processing-n:127.0.0.1:41837_solr) [n:127.0.0.1:41837_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testTimeCat
   [junit4]   2> 1463148 INFO  (OverseerStateUpdate-72924848651108363-127.0.0.1:41837_solr-n_0000000000) [n:127.0.0.1:41837_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testTimeCat",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testTimeCat_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41837/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1463352 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr    x:testTimeCat_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testTimeCat&newCollection=true&name=testTimeCat_shard1_replica_n1&action=CREATE&numShards=1&collection=testTimeCat&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1464370 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 1464401 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.IndexSchema [testTimeCat_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1464875 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1464929 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testTimeCat_shard1_replica_n1' using configuration from collection testTimeCat, trusted=true
   [junit4]   2> 1464930 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41837.solr.core.testTimeCat.shard1.replica_n1' (registry 'solr.core.testTimeCat.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1464930 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrCore [[testTimeCat_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001/node2/testTimeCat_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001/node2/./testTimeCat_shard1_replica_n1/data/]
   [junit4]   2> 1464979 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1464979 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1464983 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1464983 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1464984 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e164620[testTimeCat_shard1_replica_n1] main]
   [junit4]   2> 1464986 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testTimeCat
   [junit4]   2> 1464986 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testTimeCat
   [junit4]   2> 1464986 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testTimeCat/managed-schema
   [junit4]   2> 1465019 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1465020 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1465020 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1465021 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1465021 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653406869022048256
   [junit4]   2> 1465024 INFO  (searcherExecutor-5289-thread-1-processing-n:127.0.0.1:41837_solr x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@4e164620[testTimeCat_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1465024 INFO  (searcherExecutor-5289-thread-1-processing-n:127.0.0.1:41837_solr x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1465024 INFO  (searcherExecutor-5289-thread-1-processing-n:127.0.0.1:41837_solr x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1465025 INFO  (searcherExecutor-5289-thread-1-processing-n:127.0.0.1:41837_solr x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrCore [testTimeCat_shard1_replica_n1] Registered new searcher Searcher@4e164620[testTimeCat_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1465031 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testTimeCat/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1465031 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testTimeCat/leaders/shard1
   [junit4]   2> 1465036 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1465036 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1465036 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41837/solr/testTimeCat_shard1_replica_n1/
   [junit4]   2> 1465036 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1465036 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:41837/solr/testTimeCat_shard1_replica_n1/ has no replicas
   [junit4]   2> 1465036 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testTimeCat/leaders/shard1/leader after winning as /collections/testTimeCat/leader_elect/shard1/election/72924848651108363-core_node2-n_0000000000
   [junit4]   2> 1465041 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41837/solr/testTimeCat_shard1_replica_n1/ shard1
   [junit4]   2> 1465144 INFO  (zkCallback-8627-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testTimeCat/state.json] for collection [testTimeCat] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1465144 INFO  (zkCallback-8627-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testTimeCat/state.json] for collection [testTimeCat] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1465145 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1465148 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testTimeCat&newCollection=true&name=testTimeCat_shard1_replica_n1&action=CREATE&numShards=1&collection=testTimeCat&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1796
   [junit4]   2> 1465155 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1465249 INFO  (zkCallback-8627-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testTimeCat/state.json] for collection [testTimeCat] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1465249 INFO  (zkCallback-8627-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testTimeCat/state.json] for collection [testTimeCat] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1465249 INFO  (zkCallback-8627-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testTimeCat/state.json] for collection [testTimeCat] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1465249 INFO  (zkCallback-8613-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testTimeCat/state.json] for collection [testTimeCat] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1465250 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=testTimeCat&name=testTimeCat&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2258
   [junit4]   2> 1465251 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testTimeCat): waiting for collections to be created
   [junit4]   2> 1465753 INFO  (qtp781585951-20902) [n:127.0.0.1:34975_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1465758 INFO  (qtp781585951-20902) [n:127.0.0.1:34975_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1465767 INFO  (qtp1810947747-20922) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection testTimeCat
   [junit4]   2> 1465768 INFO  (Thread-3101) [     ] o.a.s.c.SolrCore config update listener called for core testTimeCat_shard1_replica_n1
   [junit4]   2> 1465769 INFO  (Thread-3101) [     ] o.a.s.c.SolrCore core reload testTimeCat_shard1_replica_n1
   [junit4]   2> 1465769 INFO  (solrHandlerExecutor-5294-thread-1-processing-n:127.0.0.1:41837_solr x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1465785 INFO  (Thread-3101) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 1465808 INFO  (Thread-3101) [     ] o.a.s.s.IndexSchema [testTimeCat_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1465902 INFO  (qtp1810947747-20920) [n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1465902 INFO  (qtp1810947747-20920) [n:127.0.0.1:41837_solr c:testTimeCat s:sha

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

3)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:505)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B58EB22DF13DB93E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {_root_=Lucene84, title_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneFixedGap), id_field_copy_that_does_not_support_in_place_update_s=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{inplace_updatable_float=DocValuesFormat(name=Asserting), id_i=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting), _root_=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Direct), inplace_updatable_int_with_default=DocValuesFormat(name=Asserting), inplace_updatable_float_with_default=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=647, maxMBSortInHeap=5.7437708338211415, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@72e6d6e5), locale=sl-SI, timezone=US/Alaska
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=220703480,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [SystemCollectionCompatTest, TestDistributedMap, TestSchemaResource, HdfsNNFailoverTest, SolrMetricReporterTest, TestManagedSynonymFilterFactory, TestPullReplicaErrorHandling, TestSimClusterStateProvider, DirectUpdateHandlerTest, CloneFieldUpdateProcessorFactoryTest, TestCollectionAPIs, SplitByPrefixTest, TestCloudJSONFacetSKG, TestCorePropertiesReload, DistributedFacetPivotLongTailTest, TestGraphTermsQParserPlugin, TestLegacyNumericRangeQueryBuilder, TestBM25SimilarityFactory, TestSQLHandlerNonCloud, TestManagedSchemaAPI, ResponseHeaderTest, TestTrie, CdcrBidirectionalTest, OrderedExecutorTest, AnalyticsQueryTest, TestFilteredDocIdSet, TestConfigReload, ConnectionManagerTest, QueryParsingTest, AutoScalingHandlerTest, TestDocTermOrdsUninvertLimit, TestDistributedMissingSort, StatsReloadRaceTest, CoreMergeIndexesAdminHandlerTest, DistributedExpandComponentTest, VersionInfoTest, CleanupOldIndexTest, HdfsDirectoryTest, UpdateRequestProcessorFactoryTest, InfoHandlerTest, LeaderElectionTest, TestPackages, StatsComponentTest, TriggerEventQueueTest, TestDistribPackageStore, TestDynamicLoading, ZkFailoverTest, TestPartialUpdateDeduplication, TestUnInvertedFieldException, TestSolrCachePerf, ShowFileRequestHandlerTest, DistributedFacetPivotWhiteBoxTest, SampleTest, WrapperMergePolicyFactoryTest, TestSha256AuthenticationProvider, SolrXmlInZkTest, HdfsCollectionsAPIDistributedZkTest, TestWaitForStateWithJettyShutdowns, TestBlendedInfixSuggestions, MultiDestinationAuditLoggerTest, TestRawTransformer, TestRecoveryHdfs, TestGeoJSONResponseWriter, DirectSolrConnectionTest, TestSubQueryTransformer, AnalysisAfterCoreReloadTest, HLLSerializationTest, MetricsHistoryIntegrationTest, EchoParamsTest, TestFieldCacheWithThreads, SoftAutoCommitTest, AtomicUpdateRemovalJavabinTest, TestIndexingPerformance, TestPointFields, GraphQueryTest, MetricTriggerTest, TestSimGenericDistributedQueue, ShardRoutingCustomTest, DocValuesTest, HdfsRestartWhileUpdatingTest, RangeFacetCloudTest, TestComplexPhraseLeadingWildcard, TestReloadAndDeleteDocs, TestMultiValuedNumericRangeQuery, BadIndexSchemaTest, TestPHPSerializedResponseWriter, TestSolrIndexConfig, TestCharFilters, TestSolrCoreProperties, TestRTGBase, TestSSLRandomization, TestFuzzyAnalyzedSuggestions, TestSizeLimitedDistributedMap, DistanceUnitsTest, TestConfigSets, DistributedSuggestComponentTest, OverseerTest, OverseerRolesTest, SolrPluginUtilsTest, SolrCoreCheckLockOnStartupTest, TestFunctionQuery, TestSystemIdResolver, DistributedQueryComponentOptimizationTest, TestConfigSetsAPI, TestInitQParser, ClusterStateUpdateTest, TestJsonFacetsStatsParsing, TlogReplayBufferedWhileIndexingTest, TestOverriddenPrefixQueryForCustomFieldType, TestNumericTokenStream, TestLeaderElectionZkExpiry, DirectoryFactoryTest, TestExactSharedStatsCache, TestBinaryResponseWriter, TransactionLogTest, TestFieldTypeCollectionResource, TestSolrConfigHandler, TestStressInPlaceUpdates, TestMacros, RegexBoostProcessorTest, HealthCheckHandlerTest, TestPivotHelperCode, TestJmxIntegration, CopyFieldTest, V2StandaloneTest, BlobRepositoryCloudTest, NestedShardedAtomicUpdateTest, TestCloudRecovery2, XmlInterpolationTest, TestJsonRequest, TemplateUpdateProcessorTest, TestAuthorizationFramework, TestExtendedDismaxParser, ReplicationFactorTest, DeleteReplicaTest, TestRequestStatusCollectionAPI, SearchHandlerTest, IndexSchemaRuntimeFieldTest, AnalysisErrorHandlingTest, TestSolrCloudWithHadoopAuthPlugin, JavabinLoaderTest, QueryElevationComponentTest, TestImplicitCoreProperties, TestNRTOpen, ScheduledTriggerTest, TestDocumentBuilder, TestGroupingSearch, TestRandomDVFaceting, BasicDistributedZkTest, CollectionsAPISolrJTest, DistribJoinFromCollectionTest, DistributedQueueTest, DocValuesNotIndexedTest, ForceLeaderTest, FullSolrCloudDistribCmdsTest, HttpPartitionOnCommitTest, HttpPartitionWithTlogReplicasTest, LeaderFailoverAfterPartitionTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, MoveReplicaTest, RecoveryAfterSoftCommitTest, ReindexCollectionTest, TestAuthenticationFramework, TestCloudConsistency, TestCloudSearcherWarming, TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, TestPrepRecovery, TestRequestForwarding, TestSegmentSorting, TestSolrCloudWithKerberosAlt, TestTlogReplica, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TestWithCollection, ZkControllerTest, ZkSolrClientTest, CollectionTooManyReplicasTest, CollectionsAPIDistributedZkTest, CustomCollectionTest, ShardSplitTest, MetricTriggerIntegrationTest, NodeLostTriggerIntegrationTest, SearchRateTriggerIntegrationTest, TriggerIntegrationTest, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimPolicyCloud, TestSimScenario, TestSimTriggerIntegration, CdcrReplicationHandlerTest, HDFSCollectionsAPITest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, ZkStateReaderTest, RuleEngineTest, RulesTest, AlternateDirectoryTest, CachingDirectoryFactoryTest, PluginInfoTest, RequestHandlersTest, TestBadConfig, TestCodecSupport, TestConfig, TestConfigOverlay, TestConfigSetImmutable, TestConfigSetProperties, TestCoreContainer, TestCoreDiscovery, TestShardHandlerFactory, TestSimpleTextCodec, TestSolrXml, TestXIncludeConfig, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest, JsonLoaderTest, MoreLikeThisHandlerTest, PingRequestHandlerTest, RequestLoggingTest, TestBlobHandler, TestCSVLoader, TestReplicationHandler, PropertiesRequestHandlerTest, TestCoreAdminApis, BadComponentTest, CustomHighlightComponentTest, DebugComponentTest, DistributedDebugComponentTest, DistributedFacetExistsSmallTest, DistributedMLTComponentTest, DistributedQueryComponentCustomSortTest, FacetPivotSmallTest, InfixSuggestersTest, TermVectorComponentDistributedTest, TestDistributedStatsComponentCardinality, TestLegacyField, TestLegacyFieldReuse, TestLegacyNumericUtils, TestLegacyTerms, TestNumericRangeQuery32, TestNumericRangeQuery64, SolrSlf4jReporterTest, SolrShardReporterTest, SubstringBytesRefFilterTest, TestFacetMethods, TestFaceting, TestIntervalFaceting, TestCollationField, TestCollationFieldDocValues, TestSchemaField, TestSchemaManager, TestSchemalessBufferedUpdates, TestSortableTextField, TestUseDocValuesAsStored, TestMissingGroups, TestQueryUtils, TestReloadDeadlock, TestSolr4Spatial2, TestSort, TestSurroundQueryParser, TestXmlQParserPlugin, DistributedFacetSimpleRefinementLongTailTest, TestCloudJSONFacetJoinDomain, BlockJoinFacetRandomTest, BlockJoinFacetSimpleTest, TestCloudNestedDocsSort, SimpleMLTQParserTest, TestIBSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestDefaultStatsCache, TestExactStatsCache, TestLRUStatsCache, BasicAuthOnSingleNodeTest, JWTAuthPluginTest, TestDelegationWithHadoopAuth, TestZkAclsWithHadoopAuth, HttpSolrCallGetCoreTest, SpellingQueryConverterTest, WordBreakSolrSpellCheckerTest, BlockCacheTest, TestFieldCacheReopen, TestFieldCacheSort, CdcrUpdateLogTest, PeerSyncWithBufferUpdatesTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, SolrIndexConfigTest, SolrIndexMetricsTest, TestExceedMaxTermLength, TestInPlaceUpdatesDistrib]
   [junit4] Completed [889/889 (4!)] on J0 in 3775.91s, 1 test, 1 error <<< FAILURES!

[...truncated 52956 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 6 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/6/

3 tests failed.
FAILED:  org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat.testBooleanNumericsVsStoredFields

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([524E034092A8C54E]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([524E034092A8C54E]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([8FFB14BF5C84B274]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 2302 lines...]
   [junit4] Suite: org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat
   [junit4]   2> ??? 19, 2019 7:44:46 ? com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat
   [junit4]   2>    1) Thread[id=1807, name=SUITE-TestLucene80DocValuesFormat-seed#[524E034092A8C54E], state=RUNNABLE, group=TGRP-TestLucene80DocValuesFormat]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:708)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:629)
   [junit4]   2>    2) Thread[id=1808, name=TEST-TestLucene80DocValuesFormat.testBooleanNumericsVsStoredFields-seed#[524E034092A8C54E], state=TIMED_WAITING, group=TGRP-TestLucene80DocValuesFormat]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4689)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2014)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1940)
   [junit4]   2>         at org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:500)
   [junit4]   2>         at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1250)
   [junit4]   2>         at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1207)
   [junit4]   2>         at org.apache.lucene.index.BaseDocValuesFormatTestCase.testBooleanNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1354)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    3) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    4) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:639)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:496)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLucene80DocValuesFormat -Dtests.method=testBooleanNumericsVsStoredFields -Dtests.seed=524E034092A8C54E -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=ar-DZ -Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   6669s J1 | TestLucene80DocValuesFormat.testBooleanNumericsVsStoredFields <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([524E034092A8C54E]:0)
   [junit4]   2> ??? 19, 2019 7:44:46 ? com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> ??? 19, 2019 7:45:06 ? com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat: 
   [junit4]   2>    1) Thread[id=1808, name=TEST-TestLucene80DocValuesFormat.testBooleanNumericsVsStoredFields-seed#[524E034092A8C54E], state=TIMED_WAITING, group=TGRP-TestLucene80DocValuesFormat]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4689)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2014)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1940)
   [junit4]   2>         at org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:500)
   [junit4]   2>         at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1250)
   [junit4]   2>         at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1207)
   [junit4]   2>         at org.apache.lucene.index.BaseDocValuesFormatTestCase.testBooleanNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1354)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> ??? 19, 2019 7:45:06 ? com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=1808, name=TEST-TestLucene80DocValuesFormat.testBooleanNumericsVsStoredFields-seed#[524E034092A8C54E], state=TIMED_WAITING, group=TGRP-TestLucene80DocValuesFormat]
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/core/test/J1/temp/lucene.codecs.lucene80.TestLucene80DocValuesFormat_524E034092A8C54E-001
   [junit4]   2> Dec 19, 2019 12:45:06 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=336, maxMBSortInHeap=7.997135959174785, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2170ca03), locale=ar-DZ, timezone=Asia/Novokuznetsk
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=165874696,total=536346624
   [junit4]   2> NOTE: All tests run in this JVM: [TestLRUQueryCache, TestMSBRadixSorter, TestMinimize, TestIOUtils, TestFilterMergePolicy, TestPrefixRandom, TestLucene60PointsFormat, TestTermQuery, TestDocumentWriter, TestTermdocPerf, TestUpgradeIndexMergePolicy, Test2BPostings, TestLSBRadixSorter, TestAxiomaticF1LOG, TestSegmentTermEnum, TestSetOnce, TestDemo, TestStressAdvance, TestTrackingDirectoryWrapper, TestSearchAfter, TestIndexWriterCommit, TestFieldType, TestCharFilter, TestPForUtil, TestGraphTokenStreamFiniteStrings, TestStringMSBRadixSorter, TestAutomaton, TestRegexpRandom2, TestPersistentSnapshotDeletionPolicy, TestSpanCollection, TestTryDelete, TestForTooMuchCloning, TestFeatureField, TestNamedSPILoader, TestAttributeSource, TestIndexOrDocValuesQuery, TestSegmentCacheables, TestGeoEncodingUtils, TestSortRescorer, TestSimpleExplanationsWithFillerDocs, TestExitableDirectoryReader, TestIndexWriterDeleteByQuery, TestCodecUtil, TestMultiCollector, TestNormsFieldExistsQuery, TestRollingBuffer, TestPackedTokenAttributeImpl, TestNeverDelete, TestIndependenceChiSquared, TestDoubleRangeFieldQueries, TestDocValuesIndexing, TestPendingDeletes, TestIntroSelector, TestTermVectors, TestLogMergePolicy, TestLatLonDocValuesField, TestDuelingCodecs, TestDocument, TestDirectPacked, TestAxiomaticF3EXP, TestSwappedIndexFiles, TestConstantScoreScorer, TestCodecHoldsOpenFiles, TestTermsEnum2, TestNoMergePolicy, TestWildcard, Test2BSortedDocValuesOrds, TestBytesRef, TestIndexWriterNRTIsCurrent, TestCharsRef, TestSpanNearQuery, TestLucene50LiveDocsFormat, TestCustomNorms, TestBasicModelIn, TestBoolean2, TestBooleanRewrites, TestLucene80DocValuesFormat]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLucene80DocValuesFormat -Dtests.seed=524E034092A8C54E -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=ar-DZ -Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestLucene80DocValuesFormat (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([524E034092A8C54E]:0)
   [junit4] Completed [517/528 (1!)] on J1 in 7220.34s, 121 tests, 2 errors <<< FAILURES!

[...truncated 13340 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 3580977 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/data-dir-201-001
   [junit4]   2> 3580977 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3580978 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3580979 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3580979 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001
   [junit4]   2> 3580979 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3580980 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3580980 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3581080 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:42417
   [junit4]   2> 3581080 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42417
   [junit4]   2> 3581080 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42417
   [junit4]   2> 3581080 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42417
   [junit4]   2> 3581081 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581088 INFO  (zkConnectionManagerCallback-16018-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581088 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581102 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581103 INFO  (zkConnectionManagerCallback-16020-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581103 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581104 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581104 INFO  (zkConnectionManagerCallback-16022-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581104 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581210 WARN  (jetty-launcher-16023-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3581210 WARN  (jetty-launcher-16023-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3581210 WARN  (jetty-launcher-16023-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3581211 WARN  (jetty-launcher-16023-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3581211 WARN  (jetty-launcher-16023-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3dfbeaad{/solr,null,AVAILABLE}
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7799be11{/solr,null,AVAILABLE}
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6ec7494{SSL,[ssl, http/1.1]}{127.0.0.1:35939}
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] o.e.j.s.Server Started @3581325ms
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35939}
   [junit4]   2> 3581213 ERROR (jetty-launcher-16023-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-19T03:37:34.370Z
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4da0926{/solr,null,AVAILABLE}
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7df0c21e{SSL,[ssl, http/1.1]}{127.0.0.1:42653}
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] o.e.j.s.Server Started @3581327ms
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42653}
   [junit4]   2> 3581215 ERROR (jetty-launcher-16023-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-19T03:37:34.372Z
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e4e79a2{/solr,null,AVAILABLE}
   [junit4]   2> 3581216 INFO  (zkConnectionManagerCallback-16025-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@9fa37fe{SSL,[ssl, http/1.1]}{127.0.0.1:45141}
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] o.e.j.s.Server Started @3581328ms
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45141}
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2d8861b0{/solr,null,AVAILABLE}
   [junit4]   2> 3581216 ERROR (jetty-launcher-16023-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-19T03:37:34.373Z
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@455ab026{SSL,[ssl, http/1.1]}{127.0.0.1:35497}
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] o.e.j.s.Server Started @3581329ms
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35497}
   [junit4]   2> 3581217 ERROR (jetty-launcher-16023-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-19T03:37:34.374Z
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2ca6d2c1{SSL,[ssl, http/1.1]}{127.0.0.1:36645}
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] o.e.j.s.Server Started @3581330ms
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36645}
   [junit4]   2> 3581218 ERROR (jetty-launcher-16023-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-19T03:37:34.375Z
   [junit4]   2> 3581222 INFO  (zkConnectionManagerCallback-16029-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581222 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581222 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581222 INFO  (zkConnectionManagerCallback-16027-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581222 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581223 INFO  (zkConnectionManagerCallback-16031-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581223 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581223 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3581223 INFO  (zkConnectionManagerCallback-16033-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581223 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581323 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3581323 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3581323 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3581383 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3581384 WARN  (jetty-launcher-16023-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581385 WARN  (jetty-launcher-16023-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2694879f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581385 WARN  (jetty-launcher-16023-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2694879f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581387 WARN  (jetty-launcher-16023-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581388 WARN  (jetty-launcher-16023-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@550ec60e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581388 WARN  (jetty-launcher-16023-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@550ec60e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581389 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42417/solr
   [junit4]   2> 3581389 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581390 INFO  (zkConnectionManagerCallback-16040-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581390 INFO  (jetty-launcher-16023-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581492 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3581493 WARN  (jetty-launcher-16023-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581493 WARN  (jetty-launcher-16023-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@708f3a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581493 WARN  (jetty-launcher-16023-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@708f3a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581495 WARN  (jetty-launcher-16023-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581496 WARN  (jetty-launcher-16023-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@17dda38b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581496 WARN  (jetty-launcher-16023-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@17dda38b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581497 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42417/solr
   [junit4]   2> 3581498 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581498 INFO  (zkConnectionManagerCallback-16047-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581498 INFO  (jetty-launcher-16023-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581629 INFO  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581630 INFO  (zkConnectionManagerCallback-16052-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581630 INFO  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581643 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3581644 WARN  (jetty-launcher-16023-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581644 WARN  (jetty-launcher-16023-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@30f78369[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581644 WARN  (jetty-launcher-16023-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@30f78369[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581646 WARN  (jetty-launcher-16023-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581646 WARN  (jetty-launcher-16023-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@54c300a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581646 WARN  (jetty-launcher-16023-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@54c300a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581661 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42417/solr
   [junit4]   2> 3581665 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581668 INFO  (zkConnectionManagerCallback-16058-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581668 INFO  (jetty-launcher-16023-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581686 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3581687 WARN  (jetty-launcher-16023-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581687 WARN  (jetty-launcher-16023-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2463735f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581687 WARN  (jetty-launcher-16023-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2463735f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581690 WARN  (jetty-launcher-16023-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581692 WARN  (jetty-launcher-16023-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5810db09[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581692 WARN  (jetty-launcher-16023-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5810db09[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581694 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42417/solr
   [junit4]   2> 3581695 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581695 INFO  (zkConnectionManagerCallback-16064-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581695 INFO  (jetty-launcher-16023-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581730 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3581730 INFO  (jetty-launcher-16023-thread-5) [n:127.0.0.1:45141_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581730 WARN  (jetty-launcher-16023-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581731 WARN  (jetty-launcher-16023-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@485f862d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581731 WARN  (jetty-launcher-16023-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@485f862d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581731 INFO  (zkConnectionManagerCallback-16066-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581731 INFO  (jetty-launcher-16023-thread-5) [n:127.0.0.1:45141_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581733 WARN  (jetty-launcher-16023-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581734 WARN  (jetty-launcher-16023-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3f1fa067[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581734 WARN  (jetty-launcher-16023-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3f1fa067[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581735 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42417/solr
   [junit4]   2> 3581735 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581736 INFO  (zkConnectionManagerCallback-16072-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581736 INFO  (jetty-launcher-16023-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581832 INFO  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581832 INFO  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581833 INFO  (zkConnectionManagerCallback-16075-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581833 INFO  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581833 INFO  (zkConnectionManagerCallback-16076-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581833 INFO  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581888 INFO  (jetty-launcher-16023-thread-5) [n:127.0.0.1:45141_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45141_solr
   [junit4]   2> 3581888 INFO  (jetty-launcher-16023-thread-5) [n:127.0.0.1:45141_solr     ] o.a.s.c.Overseer Overseer (id=72919277578420237-127.0.0.1:45141_solr-n_0000000000) starting
   [junit4]   2> 3581893 INFO  (jetty-launcher-16023-thread-5) [n:127.0.0.1:45141_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45141_solr
   [junit4]   2> 3581893 INFO  (OverseerStateUpdate-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [n:127.0.0.1:45141_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45141_solr
   [junit4]   2> 3581893 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 3581894 INFO  (OverseerStateUpdate-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [n:127.0.0.1:45141_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3581894 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 3581895 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 3581895 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 3581895 WARN  (jetty-launcher-16023-thread-5) [n:127.0.0.1:45141_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3581905 INFO  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3581906 INFO  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3581907 INFO  (jetty-launcher-16023-thread-5) [n:127.0.0.1:45141_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3581908 INFO  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35939_solr as DOWN
   [junit4]   2> 3581908 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:45141_solr]
   [junit4]   2> 3581909 INFO  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36645_solr as DOWN
   [junit4]   2> 3581909 INFO  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3581909 INFO  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35939_solr
   [junit4]   2> 3581909 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 3581910 DEBUG (ScheduledTrigger-12970-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 3581910 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3581910 INFO  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3581910 INFO  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3581910 INFO  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36645_solr
   [junit4]   2> 3581910 INFO  (zkCallback-16065-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3581910 INFO  (zkCallback-16073-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3581911 WARN  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3581915 WARN  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3581918 INFO  (zkCallback-16051-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 3581919 INFO  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35497_solr as DOWN
   [junit4]   2> 3581920 INFO  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3581920 INFO  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35497_solr
   [junit4]   2> 3581920 INFO  (zkCallback-16073-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3581920 INFO  (zkCallback-16065-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3581921 INFO  (zkCallback-16065-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3581921 INFO  (zkCallback-16073-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3581921 WARN  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3581926 INFO  (zkCallback-16074-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 3581929 INFO  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3581930 INFO  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3581930 INFO  (jetty-launcher-16023-thread-5) [n:127.0.0.1:45141_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45141.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3581937 INFO  (zkCallback-16051-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3581940 INFO  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581941 INFO  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3581945 INFO  (jetty-launcher-16023-thread-5) [n:127.0.0.1:45141_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45141.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3581945 INFO  (jetty-launcher-16023-thread-5) [n:127.0.0.1:45141_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45141.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3581945 INFO  (zkConnectionManagerCallback-16094-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581946 INFO  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581946 INFO  (jetty-launcher-16023-thread-5) [n:127.0.0.1:45141_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3581947 INFO  (jetty-launcher-16023-thread-5) [n:127.0.0.1:45141_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node5/.
   [junit4]   2> 3581964 INFO  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3581966 INFO  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42653_solr as DOWN
   [junit4]   2> 3581967 INFO  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3581967 INFO  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42653_solr
   [junit4]   2> 3581968 INFO  (zkCallback-16073-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3581968 INFO  (zkCallback-16051-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3581968 INFO  (zkCallback-16074-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3581968 INFO  (zkCallback-16065-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3581968 INFO  (zkCallback-16093-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3581969 WARN  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3581977 INFO  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36645.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3581978 INFO  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3581983 INFO  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35939.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3581988 INFO  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35497.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582003 INFO  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36645.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582003 INFO  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36645.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582006 INFO  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3582007 INFO  (jetty-launcher-16023-thread-3) [n:127.0.0.1:36645_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node4/.
   [junit4]   2> 3582009 INFO  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35939.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582009 INFO  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35939.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582010 INFO  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3582011 INFO  (jetty-launcher-16023-thread-4) [n:127.0.0.1:35939_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node3/.
   [junit4]   2> 3582011 INFO  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35497.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582011 INFO  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35497.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582013 INFO  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3582014 INFO  (jetty-launcher-16023-thread-2) [n:127.0.0.1:35497_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node2/.
   [junit4]   2> 3582015 INFO  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42653.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582021 INFO  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42653.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582021 INFO  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42653.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582022 INFO  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3582022 INFO  (jetty-launcher-16023-thread-1) [n:127.0.0.1:42653_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node1/.
   [junit4]   2> 3582164 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 3582165 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3582166 INFO  (zkConnectionManagerCallback-16103-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3582166 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3582166 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 3582167 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42417/solr ready
   [junit4]   2> 3582182 INFO  (qtp178275641-104245) [n:127.0.0.1:35497_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3582195 INFO  (qtp178275641-104257) [n:127.0.0.1:35497_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3582197 INFO  (qtp1226217981-104248) [n:127.0.0.1:35939_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3582209 INFO  (qtp1666984673-104284) [n:127.0.0.1:36645_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3582218 INFO  (qtp839528468-104265) [n:127.0.0.1:42653_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3582228 INFO  (qtp1174461301-104282) [n:127.0.0.1:45141_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3582228 DEBUG (qtp1226217981-104250) [n:127.0.0.1:35939_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3582228 INFO  (qtp1226217981-104250) [n:127.0.0.1:35939_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=35
   [junit4] IGNOR/A 0.00s J2 | SearchRateTriggerIntegrationTest.testDeleteNode
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-13163))
   [junit4]   2> 3582229 DEBUG (zkCallback-16065-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 3582230 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 3582232 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 3582238 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 3582344 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[8FFB14BF5C84B274]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 3582345 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[8FFB14BF5C84B274]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 3582346 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[8FFB14BF5C84B274]) [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 3582347 DEBUG (zkCallback-16065-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 3582347 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 3582348 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 3582348 DEBUG (OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 3582351 INFO  (qtp1226217981-104247) [n:127.0.0.1:35939_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3582353 INFO  (OverseerThreadFactory-12972-thread-1-processing-n:127.0.0.1:45141_solr) [n:127.0.0.1:45141_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection belowRate_collection
   [junit4]   2> 3582460 INFO  (OverseerStateUpdate-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [n:127.0.0.1:45141_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42653/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3582461 INFO  (OverseerStateUpdate-72919277578420237-127.0.0.1:45141_solr-n_0000000000) [n:127.0.0.1:45141_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35497/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3582669 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3582670 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr    x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3583678 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 3583679 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 3583698 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3583699 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3583700 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3583700 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n2' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 3583701 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3583701 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 3583701 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35497.solr.core.belowRate_collection.shard1.replica_n2' (registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3583701 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node2/belowRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node2/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 3583701 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42653.solr.core.belowRate_collection.shard1.replica_n1' (registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3583701 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node1/belowRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node1/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 3583734 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3583734 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3583734 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3583734 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3583735 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3583735 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3583736 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3583736 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3583736 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@29d95d85[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 3583736 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@37568bd1[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 3583737 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3583737 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3583737 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3583738 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3583738 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3583738 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653317730980331520
   [junit4]   2> 3583738 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3583738 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653317730980331520
   [junit4]   2> 3583740 INFO  (searcherExecutor-12993-thread-1-processing-n:127.0.0.1:35497_solr x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 r:core_node4) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n2] Registered new searcher Searcher@29d95d85[belowRate_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3583740 INFO  (searcherExecutor-12994-thread-1-processing-n:127.0.0.1:42653_solr x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 r:core_node3) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n1] Registered new searcher Searcher@37568bd1[belowRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3583742 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 3583742 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 3583742 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 3583742 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 3583742 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/

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

mit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2> 	20	/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2> 	4	/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	171	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 	146	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	20	/solr/autoscaling.json
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/leader_elect/shard1/election/72919277578420240-core_node4-n_0000000001
   [junit4]   2> 	2	/solr/collections/belowRate_collection/leader_elect/shard1/election/72919277578420240-core_node4-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	89	/solr/overseer/queue
   [junit4]   2> 	36	/solr/overseer/collection-queue-work
   [junit4]   2> 	30	/solr/live_nodes
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 3642746 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42417
   [junit4]   2> 3642746 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42417
   [junit4]   2> 3642746 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42417
   [junit4]   2> 3642747 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Dec 19, 2019 3:38:36 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1702, maxMBSortInHeap=7.615642838290657, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1d097aea), locale=pt-BR, timezone=Asia/Urumqi
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=132808888,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [DataDrivenBlockJoinTest, SimpleCollectionCreateDeleteTest, TestCollapseQParserPlugin, HdfsBasicDistributedZk2Test, CreateRoutedAliasTest, TestValueSourceCache, DateMathParserTest, TestDFISimilarityFactory, TestSimpleQParserPlugin, TestManagedStopFilterFactory, TestSimNodeAddedTrigger, UpdateParamsTest, TestNoOpRegenerator, TestSimpleTrackingShardHandler, TestRangeQuery, TestCSVLoader, TestSolrDeletionPolicy2, TestSQLHandler, AlternateDirectoryTest, TestBulkSchemaConcurrent, TestRawResponseWriter, DeleteNodeTest, TaggingAttributeTest, SuggestComponentTest, TestUseDocValuesAsStored, CoreSorterTest, CategoryRoutedAliasUpdateProcessorTest, SuggesterTest, TestNumericRangeQuery64, SmileWriterTest, TestFreeTextSuggestions, PreAnalyzedUpdateProcessorTest, TestElisionMultitermQuery, TestMacroExpander, TestPullReplica, TestRTimerTree, ExternalFileFieldSortTest, OverseerTaskQueueTest, RandomizedTaggerTest, ConfigSetsAPITest, FullHLLTest, BigEndianAscendingWordSerializerTest, UnloadDistributedZkTest, TestShortCircuitedRequests, ReturnFieldsTest, TestSimExtremeIndexing, JavaBinAtomicUpdateMultivalueTest, DistributedQueryComponentCustomSortTest, MoveReplicaHDFSTest, BasicDistributedZkTest, TestImpersonationWithHadoopAuth, ConjunctionSolrSpellCheckerTest, ScheduledTriggerIntegrationTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestNumericTerms32, TestConfig, TestRuleBasedAuthorizationPlugin, TestCoreAdminApis, TestNamedUpdateProcessors, HttpPartitionTest, SolrCloudExampleTest, TestNestedDocsSort, TestStressCloudBlindAtomicUpdates, TestMiniSolrCloudClusterSSL, DistributedSpellCheckComponentTest, TestDistribDocBasedVersion, CdcrOpsAndBoundariesTest, SolrTestCaseJ4Test, ImplicitSnitchTest, TokenizerChainTest, TestSolrCoreSnapshots, TestInPlaceUpdateWithRouteField, AliasIntegrationTest, TestAnalyzedSuggestions, BlockJoinFacetSimpleTest, TestDistributedGrouping, HdfsChaosMonkeySafeLeaderTest, TestClusterProperties, RootFieldTest, DistributedFacetPivotLargeTest, TestQuerySenderNoQuery, TestCoreDiscovery, AddBlockUpdateTest, DistributedDebugComponentTest, TestCollectionsAPIViaSolrCloudCluster, TestDynamicFieldCollectionResource, TolerantUpdateProcessorTest, TestSimScenario, TestRecovery, AtomicUpdateProcessorFactoryTest, MultiThreadedOCPTest, TestDynamicFieldNamesIndexCorrectly, TestDirectoryFactory, TestExplainDocTransformer, AsyncCallRequestStatusResponseTest, StatelessScriptUpdateProcessorFactoryTest, TestHttpShardHandlerFactory, RequestLoggingTest, TestMinHashQParser, TestLRUCache, TestComponentsName, TestSubQueryTransformerDistrib, TestDistributedTracing, SolrRrdBackendFactoryTest, TestZkChroot, CustomCollectionTest, JWTVerificationkeyResolverTest, TestSolrCloudWithDelegationTokens, ClusterStateTest, CSVRequestHandlerTest, TestDocTermOrds, NodeAddedTriggerTest, TestLegacyField, SpatialFilterTest, TestCollationField, WordBreakSolrSpellCheckerTest, ConnectionReuseTest, XsltUpdateRequestHandlerTest, DistributedFacetPivotSmallTest, NodeMarkersRegistrationTest, BJQFilterAccessibleTest, CustomHighlightComponentTest, BasicAuthIntegrationTest, TestFoldingMultitermQuery, CollectionStateFormat2Test, OpenExchangeRatesOrgProviderTest, TestReloadDeadlock, RAMDirectoryFactoryTest, UninvertDocValuesMergePolicyTest, SimpleMLTQParserTest, TestSort, SolrSlf4jReporterTest, TestQueryUtils, TestFieldResource, ClassificationUpdateProcessorTest, TestCloudPhrasesIdentificationComponent, IndexSizeTriggerMixedBoundsTest, TestStreamBody, TriggerSetPropertiesIntegrationTest, HdfsThreadLeakTest, TestUtilizeNode, DimensionalRoutedAliasUpdateProcessorTest, PeerSyncWithIndexFingerprintCachingTest, CoreAdminRequestStatusTest, ZkShardTermsTest, JvmMetricsTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, MinimalSchemaTest, OutputWriterTest, TestCrossCoreJoin, TestDistributedSearch, DeleteShardTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, DistributedVersionInfoTest, FullSolrCloudDistribCmdsTest, HttpPartitionWithTlogReplicasTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, MissingSegmentRecoveryTest, MoveReplicaTest, OverseerModifyCollectionTest, PackageManagerCLITest, RecoveryZkTest, ReindexCollectionTest, SyncSliceTest, TestCloudPseudoReturnFields, TestCloudRecovery2, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestExclusionRuleCollectionAccess, TestHashPartitioner, TestPullReplicaErrorHandling, TestRandomFlRTGCloud, TestTolerantUpdateProcessorCloud, TestWaitForStateWithJettyShutdowns, ZkCLITest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, SplitByPrefixTest, TestHdfsCloudBackupRestore, TestRequestStatusCollectionAPI, AutoAddReplicasPlanActionTest, ComputePlanActionTest, MetricTriggerIntegrationTest, MetricTriggerTest, NodeLostTriggerIntegrationTest, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=8FFB14BF5C84B274 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=pt-BR -Dtests.timezone=Asia/Urumqi -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8FFB14BF5C84B274]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [565/889 (1!)] on J2 in 62.81s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 54085 lines...]