Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/88/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseParallelGC

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest

Error Message:
Error from server at http://127.0.0.1:35553/solr: Could not fully create 
collection: managed-preanalyzed

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:35553/solr: Could not fully create collection: 
managed-preanalyzed
        at __randomizedtesting.SeedInfo.seed([F165F3BFDC35C5C7]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.setupCluster(PreAnalyzedFieldManagedSchemaCloudTest.java:44)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.core.TestJmxIntegration.testJmxRegistration

Error Message:
org.apache.lucene.store.AlreadyClosedException: this IndexReader is closed

Stack Trace:
javax.management.RuntimeMBeanException: 
org.apache.lucene.store.AlreadyClosedException: this IndexReader is closed
        at 
__randomizedtesting.SeedInfo.seed([F165F3BFDC35C5C7:7FB49785B1749DA2]:0)
        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:839)
        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:852)
        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:651)
        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
        at 
org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:124)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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: org.apache.lucene.store.AlreadyClosedException: this IndexReader is 
closed
        at org.apache.lucene.index.IndexReader.ensureOpen(IndexReader.java:268)
        at 
org.apache.lucene.index.StandardDirectoryReader.getVersion(StandardDirectoryReader.java:338)
        at 
org.apache.lucene.index.FilterDirectoryReader.getVersion(FilterDirectoryReader.java:119)
        at 
org.apache.lucene.index.FilterDirectoryReader.getVersion(FilterDirectoryReader.java:119)
        at 
org.apache.solr.search.SolrIndexSearcher.lambda$initializeMetrics$14(SolrIndexSearcher.java:2263)
        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxGauge.getValue(JmxMetricsReporter.java:209)
        at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
        at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
        at 
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
        at 
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
        at 
com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
        at 
com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83)
        at 
com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206)
        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
        ... 41 more


FAILED:  org.apache.solr.core.snapshots.TestSolrCloudSnapshots.testSnapshots

Error Message:
Error from server at http://127.0.0.1:43101/solr: create the collection time 
out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:43101/solr: create the collection time out:180s
        at 
__randomizedtesting.SeedInfo.seed([F165F3BFDC35C5C7:C7297720A96CC788]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.core.snapshots.TestSolrCloudSnapshots.testSnapshots(TestSolrCloudSnapshots.java:86)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 12493 lines...]
   [junit4] Suite: org.apache.solr.core.snapshots.TestSolrCloudSnapshots
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/init-core-data-001
   [junit4]   2> 940465 INFO  
(SUITE-TestSolrCloudSnapshots-seed#[F165F3BFDC35C5C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 940467 INFO  
(SUITE-TestSolrCloudSnapshots-seed#[F165F3BFDC35C5C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 940467 INFO  
(SUITE-TestSolrCloudSnapshots-seed#[F165F3BFDC35C5C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 940467 INFO  
(SUITE-TestSolrCloudSnapshots-seed#[F165F3BFDC35C5C7]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001
   [junit4]   2> 940468 INFO  
(SUITE-TestSolrCloudSnapshots-seed#[F165F3BFDC35C5C7]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 940468 INFO  (Thread-1253) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 940468 INFO  (Thread-1253) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 940469 ERROR (Thread-1253) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 940568 INFO  
(SUITE-TestSolrCloudSnapshots-seed#[F165F3BFDC35C5C7]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34991
   [junit4]   2> 940570 INFO  (zkConnectionManagerCallback-1281-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940573 INFO  (jetty-launcher-1278-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 940573 INFO  (jetty-launcher-1278-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 940573 INFO  (jetty-launcher-1278-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 940573 INFO  (jetty-launcher-1278-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 940574 INFO  (jetty-launcher-1278-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@722757{/solr,null,AVAILABLE}
   [junit4]   2> 940574 INFO  (jetty-launcher-1278-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@36db99{/solr,null,AVAILABLE}
   [junit4]   2> 940574 INFO  (jetty-launcher-1278-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@198fd8b{/solr,null,AVAILABLE}
   [junit4]   2> 940574 INFO  (jetty-launcher-1278-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2f37a4{HTTP/1.1,[http/1.1]}{127.0.0.1:44817}
   [junit4]   2> 940574 INFO  (jetty-launcher-1278-thread-1) [    ] 
o.e.j.s.Server Started @941888ms
   [junit4]   2> 940574 INFO  (jetty-launcher-1278-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ca0101{/solr,null,AVAILABLE}
   [junit4]   2> 940574 INFO  (jetty-launcher-1278-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d1afec{HTTP/1.1,[http/1.1]}{127.0.0.1:44537}
   [junit4]   2> 940574 INFO  (jetty-launcher-1278-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44817}
   [junit4]   2> 940574 INFO  (jetty-launcher-1278-thread-4) [    ] 
o.e.j.s.Server Started @941888ms
   [junit4]   2> 940574 INFO  (jetty-launcher-1278-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44537}
   [junit4]   2> 940575 ERROR (jetty-launcher-1278-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 940575 ERROR (jetty-launcher-1278-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@19962ca{HTTP/1.1,[http/1.1]}{127.0.0.1:43101}
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-2) [    ] 
o.e.j.s.Server Started @941888ms
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43101}
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-20T01:20:07.715Z
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 940575 ERROR (jetty-launcher-1278-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-20T01:20:07.715Z
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 940575 INFO  (jetty-launcher-1278-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-20T01:20:07.715Z
   [junit4]   2> 940576 INFO  (jetty-launcher-1278-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1288848{HTTP/1.1,[http/1.1]}{127.0.0.1:36831}
   [junit4]   2> 940576 INFO  (jetty-launcher-1278-thread-3) [    ] 
o.e.j.s.Server Started @941889ms
   [junit4]   2> 940576 INFO  (jetty-launcher-1278-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36831}
   [junit4]   2> 940576 ERROR (jetty-launcher-1278-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 940576 INFO  (jetty-launcher-1278-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 940576 INFO  (jetty-launcher-1278-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 940576 INFO  (jetty-launcher-1278-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 940576 INFO  (zkConnectionManagerCallback-1283-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940576 INFO  (jetty-launcher-1278-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-20T01:20:07.716Z
   [junit4]   2> 940576 INFO  (zkConnectionManagerCallback-1285-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940577 INFO  (jetty-launcher-1278-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 940577 INFO  (jetty-launcher-1278-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 940577 INFO  (zkConnectionManagerCallback-1287-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940578 INFO  (zkConnectionManagerCallback-1289-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940578 INFO  (jetty-launcher-1278-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 940578 INFO  (jetty-launcher-1278-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 940584 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16071819bb90004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 940584 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16071819bb90003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 940586 INFO  (jetty-launcher-1278-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34991/solr
   [junit4]   2> 940586 INFO  (jetty-launcher-1278-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34991/solr
   [junit4]   2> 940586 INFO  (jetty-launcher-1278-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34991/solr
   [junit4]   2> 940587 INFO  (jetty-launcher-1278-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34991/solr
   [junit4]   2> 940588 INFO  (zkConnectionManagerCallback-1300-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940588 INFO  (zkConnectionManagerCallback-1302-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940588 INFO  (zkConnectionManagerCallback-1298-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940588 INFO  (zkConnectionManagerCallback-1305-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940589 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16071819bb90005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 940590 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16071819bb90007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 940590 INFO  
(zkConnectionManagerCallback-1309-thread-1-processing-n:127.0.0.1:43101_solr) 
[n:127.0.0.1:43101_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940590 INFO  
(zkConnectionManagerCallback-1307-thread-1-processing-n:127.0.0.1:36831_solr) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940591 INFO  
(zkConnectionManagerCallback-1311-thread-1-processing-n:127.0.0.1:44817_solr) 
[n:127.0.0.1:44817_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940591 INFO  
(zkConnectionManagerCallback-1313-thread-1-processing-n:127.0.0.1:44537_solr) 
[n:127.0.0.1:44537_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 940660 INFO  (jetty-launcher-1278-thread-3) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 940660 INFO  (jetty-launcher-1278-thread-1) 
[n:127.0.0.1:44817_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 940661 INFO  (jetty-launcher-1278-thread-3) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36831_solr
   [junit4]   2> 940661 INFO  (jetty-launcher-1278-thread-2) 
[n:127.0.0.1:43101_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 940661 INFO  (jetty-launcher-1278-thread-1) 
[n:127.0.0.1:44817_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44817_solr
   [junit4]   2> 940664 INFO  (jetty-launcher-1278-thread-4) 
[n:127.0.0.1:44537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 940664 INFO  (jetty-launcher-1278-thread-3) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.Overseer Overseer 
(id=99203993279463433-127.0.0.1:36831_solr-n_0000000000) starting
   [junit4]   2> 940664 INFO  (jetty-launcher-1278-thread-2) 
[n:127.0.0.1:43101_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43101_solr
   [junit4]   2> 940676 INFO  
(zkCallback-1310-thread-1-processing-n:127.0.0.1:44817_solr) 
[n:127.0.0.1:44817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 940676 INFO  
(zkCallback-1308-thread-1-processing-n:127.0.0.1:43101_solr) 
[n:127.0.0.1:43101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 940676 INFO  
(zkCallback-1306-thread-1-processing-n:127.0.0.1:36831_solr) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 940680 INFO  
(zkCallback-1310-thread-2-processing-n:127.0.0.1:44817_solr) 
[n:127.0.0.1:44817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 940683 INFO  
(zkCallback-1306-thread-2-processing-n:127.0.0.1:36831_solr) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 940684 INFO  
(zkCallback-1308-thread-2-processing-n:127.0.0.1:43101_solr) 
[n:127.0.0.1:43101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 940684 INFO  (jetty-launcher-1278-thread-4) 
[n:127.0.0.1:44537_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 940686 INFO  (jetty-launcher-1278-thread-4) 
[n:127.0.0.1:44537_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44537_solr
   [junit4]   2> 940692 INFO  
(zkCallback-1312-thread-1-processing-n:127.0.0.1:44537_solr) 
[n:127.0.0.1:44537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 940697 INFO  
(zkCallback-1306-thread-2-processing-n:127.0.0.1:36831_solr) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 940697 INFO  
(zkCallback-1308-thread-2-processing-n:127.0.0.1:43101_solr) 
[n:127.0.0.1:43101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 940700 INFO  
(zkCallback-1310-thread-2-processing-n:127.0.0.1:44817_solr) 
[n:127.0.0.1:44817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 940700 INFO  
(zkCallback-1312-thread-2-processing-n:127.0.0.1:44537_solr) 
[n:127.0.0.1:44537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 940724 INFO  (jetty-launcher-1278-thread-3) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36831_solr
   [junit4]   2> 940732 INFO  
(zkCallback-1308-thread-2-processing-n:127.0.0.1:43101_solr) 
[n:127.0.0.1:43101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 940733 INFO  
(zkCallback-1310-thread-2-processing-n:127.0.0.1:44817_solr) 
[n:127.0.0.1:44817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 940733 INFO  
(zkCallback-1312-thread-2-processing-n:127.0.0.1:44537_solr) 
[n:127.0.0.1:44537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 940740 INFO  
(zkCallback-1306-thread-2-processing-n:127.0.0.1:36831_solr) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 940825 INFO  (jetty-launcher-1278-thread-1) 
[n:127.0.0.1:44817_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44817.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 940836 INFO  (jetty-launcher-1278-thread-1) 
[n:127.0.0.1:44817_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44817.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 940836 INFO  (jetty-launcher-1278-thread-1) 
[n:127.0.0.1:44817_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44817.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 940838 INFO  (jetty-launcher-1278-thread-1) 
[n:127.0.0.1:44817_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001/node1/.
   [junit4]   2> 940848 INFO  (jetty-launcher-1278-thread-2) 
[n:127.0.0.1:43101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43101.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 940858 INFO  (jetty-launcher-1278-thread-2) 
[n:127.0.0.1:43101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43101.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 940858 INFO  (jetty-launcher-1278-thread-2) 
[n:127.0.0.1:43101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43101.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 940859 INFO  (jetty-launcher-1278-thread-2) 
[n:127.0.0.1:43101_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001/node2/.
   [junit4]   2> 941010 INFO  (jetty-launcher-1278-thread-4) 
[n:127.0.0.1:44537_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44537.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 941030 INFO  (jetty-launcher-1278-thread-4) 
[n:127.0.0.1:44537_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44537.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 941030 INFO  (jetty-launcher-1278-thread-4) 
[n:127.0.0.1:44537_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44537.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 941032 INFO  (jetty-launcher-1278-thread-4) 
[n:127.0.0.1:44537_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001/node4/.
   [junit4]   2> 941055 INFO  (jetty-launcher-1278-thread-3) 
[n:127.0.0.1:36831_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36831.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 941068 INFO  (jetty-launcher-1278-thread-3) 
[n:127.0.0.1:36831_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36831.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 941069 INFO  (jetty-launcher-1278-thread-3) 
[n:127.0.0.1:36831_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36831.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 941070 INFO  (jetty-launcher-1278-thread-3) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001/node3/.
   [junit4]   2> 941151 INFO  (zkConnectionManagerCallback-1320-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941157 INFO  (zkConnectionManagerCallback-1324-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941158 INFO  
(SUITE-TestSolrCloudSnapshots-seed#[F165F3BFDC35C5C7]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 941158 INFO  
(SUITE-TestSolrCloudSnapshots-seed#[F165F3BFDC35C5C7]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34991/solr ready
   [junit4]   2> 941180 INFO  
(TEST-TestSolrCloudSnapshots.testSnapshots-seed#[F165F3BFDC35C5C7]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSnapshots
   [junit4]   2> 941182 INFO  (qtp23129148-5594) [n:127.0.0.1:43101_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf1&name=SolrCloudSnapshots&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 941189 INFO  
(OverseerThreadFactory-2413-thread-1-processing-n:127.0.0.1:36831_solr) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
SolrCloudSnapshots
   [junit4]   2> 941296 INFO  
(OverseerStateUpdate-99203993279463433-127.0.0.1:36831_solr-n_0000000000) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SolrCloudSnapshots",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SolrCloudSnapshots_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44817/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 941298 INFO  
(OverseerStateUpdate-99203993279463433-127.0.0.1:36831_solr-n_0000000000) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SolrCloudSnapshots",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SolrCloudSnapshots_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44537/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 941299 INFO  
(OverseerStateUpdate-99203993279463433-127.0.0.1:36831_solr-n_0000000000) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SolrCloudSnapshots",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"SolrCloudSnapshots_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43101/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 941303 INFO  
(OverseerStateUpdate-99203993279463433-127.0.0.1:36831_solr-n_0000000000) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SolrCloudSnapshots",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"SolrCloudSnapshots_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36831/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 941508 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=SolrCloudSnapshots_shard1_replica_n2&action=CREATE&numShards=2&collection=SolrCloudSnapshots&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 941508 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 941515 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=SolrCloudSnapshots_shard1_replica_n1&action=CREATE&numShards=2&collection=SolrCloudSnapshots&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 941515 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=SolrCloudSnapshots_shard2_replica_n4&action=CREATE&numShards=2&collection=SolrCloudSnapshots&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 941516 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=SolrCloudSnapshots_shard2_replica_n6&action=CREATE&numShards=2&collection=SolrCloudSnapshots&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 941516 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 941516 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 941516 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 941625 INFO  
(zkCallback-1308-thread-2-processing-n:127.0.0.1:43101_solr) 
[n:127.0.0.1:43101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots/state.json] for collection 
[SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 941625 INFO  
(zkCallback-1310-thread-1-processing-n:127.0.0.1:44817_solr) 
[n:127.0.0.1:44817_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots/state.json] for collection 
[SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 941625 INFO  
(zkCallback-1308-thread-1-processing-n:127.0.0.1:43101_solr) 
[n:127.0.0.1:43101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots/state.json] for collection 
[SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 941625 INFO  
(zkCallback-1306-thread-1-processing-n:127.0.0.1:36831_solr) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots/state.json] for collection 
[SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 941625 INFO  
(zkCallback-1312-thread-2-processing-n:127.0.0.1:44537_solr) 
[n:127.0.0.1:44537_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots/state.json] for collection 
[SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 941625 INFO  
(zkCallback-1310-thread-2-processing-n:127.0.0.1:44817_solr) 
[n:127.0.0.1:44817_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots/state.json] for collection 
[SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 941625 INFO  
(zkCallback-1306-thread-2-processing-n:127.0.0.1:36831_solr) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots/state.json] for collection 
[SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 941627 INFO  
(zkCallback-1312-thread-1-processing-n:127.0.0.1:44537_solr) 
[n:127.0.0.1:44537_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots/state.json] for collection 
[SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 942536 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.2.0
   [junit4]   2> 942547 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.2.0
   [junit4]   2> 942547 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.2.0
   [junit4]   2> 942549 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.2.0
   [junit4]   2> 942551 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.s.IndexSchema 
[SolrCloudSnapshots_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 942555 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 942555 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 
'SolrCloudSnapshots_shard2_replica_n4' using configuration from collection 
SolrCloudSnapshots, trusted=true
   [junit4]   2> 942556 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_43101.solr.core.SolrCloudSnapshots.shard2.replica_n4' 
(registry 'solr.core.SolrCloudSnapshots.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 942556 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 942556 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.c.SolrCore 
[[SolrCloudSnapshots_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001/node2/SolrCloudSnapshots_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001/node2/./SolrCloudSnapshots_shard2_replica_n4/data/]
   [junit4]   2> 942556 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.s.IndexSchema 
[SolrCloudSnapshots_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 942557 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.s.IndexSchema 
[SolrCloudSnapshots_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 942557 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.s.IndexSchema 
[SolrCloudSnapshots_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 942559 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 942559 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'SolrCloudSnapshots_shard1_replica_n2' using configuration from collection 
SolrCloudSnapshots, trusted=true
   [junit4]   2> 942560 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 942560 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 
'SolrCloudSnapshots_shard2_replica_n6' using configuration from collection 
SolrCloudSnapshots, trusted=true
   [junit4]   2> 942560 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_44537.solr.core.SolrCloudSnapshots.shard1.replica_n2' 
(registry 'solr.core.SolrCloudSnapshots.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 942560 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 942560 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 942560 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'SolrCloudSnapshots_shard1_replica_n1' using configuration from collection 
SolrCloudSnapshots, trusted=true
   [junit4]   2> 942560 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.c.SolrCore 
[[SolrCloudSnapshots_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001/node4/SolrCloudSnapshots_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001/node4/./SolrCloudSnapshots_shard1_replica_n2/data/]
   [junit4]   2> 942560 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_36831.solr.core.SolrCloudSnapshots.shard2.replica_n6' 
(registry 'solr.core.SolrCloudSnapshots.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 942560 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 942560 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.c.SolrCore 
[[SolrCloudSnapshots_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001/node3/SolrCloudSnapshots_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001/node3/./SolrCloudSnapshots_shard2_replica_n6/data/]
   [junit4]   2> 942560 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_44817.solr.core.SolrCloudSnapshots.shard1.replica_n1' 
(registry 'solr.core.SolrCloudSnapshots.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1407edd
   [junit4]   2> 942561 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 942561 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.c.SolrCore 
[[SolrCloudSnapshots_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001/node1/SolrCloudSnapshots_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F165F3BFDC35C5C7-001/tempDir-001/node1/./SolrCloudSnapshots_shard1_replica_n1/data/]
   [junit4]   2> 942664 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 942664 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 942665 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 942665 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 942667 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@aa479c[SolrCloudSnapshots_shard2_replica_n4] main]
   [junit4]   2> 942667 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 942667 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 942668 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 942668 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 942669 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 942669 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 942669 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 942669 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 942669 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 942670 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 942670 INFO  
(searcherExecutor-2422-thread-1-processing-n:127.0.0.1:43101_solr 
x:SolrCloudSnapshots_shard2_replica_n4 s:shard2 c:SolrCloudSnapshots 
r:core_node7) [n:127.0.0.1:43101_solr c:SolrCloudSnapshots s:shard2 
r:core_node7 x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.c.SolrCore 
[SolrCloudSnapshots_shard2_replica_n4] Registered new searcher 
Searcher@aa479c[SolrCloudSnapshots_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 942670 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 942670 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1587263894779330560
   [junit4]   2> 942672 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@a21df1[SolrCloudSnapshots_shard1_replica_n2] main]
   [junit4]   2> 942673 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1ab9078[SolrCloudSnapshots_shard1_replica_n1] main]
   [junit4]   2> 942673 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 942674 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 942674 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 942674 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 942675 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 942675 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1587263894784573440
   [junit4]   2> 942675 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 942677 INFO  
(searcherExecutor-2423-thread-1-processing-n:127.0.0.1:44537_solr 
x:SolrCloudSnapshots_shard1_replica_n2 s:shard1 c:SolrCloudSnapshots 
r:core_node5) [n:127.0.0.1:44537_solr c:SolrCloudSnapshots s:shard1 
r:core_node5 x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.c.SolrCore 
[SolrCloudSnapshots_shard1_replica_n2] Registered new searcher 
Searcher@a21df1[SolrCloudSnapshots_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 942678 INFO  
(searcherExecutor-2425-thread-1-processing-n:127.0.0.1:44817_solr 
x:SolrCloudSnapshots_shard1_replica_n1 s:shard1 c:SolrCloudSnapshots 
r:core_node3) [n:127.0.0.1:44817_solr c:SolrCloudSnapshots s:shard1 
r:core_node3 x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.c.SolrCore 
[SolrCloudSnapshots_shard1_replica_n1] Registered new searcher 
Searcher@1ab9078[SolrCloudSnapshots_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 942678 INFO  (qtp18831778-5593) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1587263894787719168
   [junit4]   2> 942679 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard2: total=2 found=1 
timeoutin=9999ms
   [junit4]   2> 942680 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 942680 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 942681 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 942681 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 942681 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44537/solr/SolrCloudSnapshots_shard1_replica_n2/
   [junit4]   2> 942681 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=SolrCloudSnapshots_shard1_replica_n2 url=http://127.0.0.1:44537/solr START 
replicas=[http://127.0.0.1:44817/solr/SolrCloudSnapshots_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 942681 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 942681 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 942684 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6da491[SolrCloudSnapshots_shard2_replica_n6] main]
   [junit4]   2> 942685 INFO  (qtp18831778-5577) [n:127.0.0.1:44817_solr 
c:SolrCloudSnapshots s:shard1 r:core_node3 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.c.S.Request 
[SolrCloudSnapshots_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 942686 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 942686 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 942687 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 942689 INFO  
(searcherExecutor-2424-thread-1-processing-n:127.0.0.1:36831_solr 
x:SolrCloudSnapshots_shard2_replica_n6 s:shard2 c:SolrCloudSnapshots 
r:core_node8) [n:127.0.0.1:36831_solr c:SolrCloudSnapshots s:shard2 
r:core_node8 x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.c.SolrCore 
[SolrCloudSnapshots_shard2_replica_n6] Registered new searcher 
Searcher@6da491[SolrCloudSnapshots_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 942689 INFO  (qtp21838677-5595) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1587263894799253504
   [junit4]   2> 942984 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=SolrCloudSnapshots_shard1_replica_n2 url=http://127.0.0.1:44537/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 942984 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 942984 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_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> 942984 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 942987 INFO  (qtp11702161-5596) [n:127.0.0.1:44537_solr 
c:SolrCloudSnapshots s:shard1 r:core_node5 
x:SolrCloudSnapshots_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
http://127.0.0.1:44537/solr/SolrCloudSnapshots_shard1_replica_n2/ shard1
   [junit4]   2> 943179 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 943179 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 943179 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43101/solr/SolrCloudSnapshots_shard2_replica_n4/
   [junit4]   2> 943180 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: 
core=SolrCloudSnapshots_shard2_replica_n4 url=http://127.0.0.1:43101/solr START 
replicas=[http://127.0.0.1:36831/solr/SolrCloudSnapshots_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 943182 INFO  (qtp21838677-5603) [n:127.0.0.1:36831_solr 
c:SolrCloudSnapshots s:shard2 r:core_node8 
x:SolrCloudSnapshots_shard2_replica_n6] o.a.s.c.S.Request 
[SolrCloudSnapshots_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 943480 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: 
core=SolrCloudSnapshots_shard2_replica_n4 url=http://127.0.0.1:43101/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 943480 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 943480 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] 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> 943480 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 943482 INFO  (qtp23129148-5578) [n:127.0.0.1:43101_solr 
c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
http://127.0.0.1:43101/solr/SolrCloudSnapshots_shard2_replica_n4/ shard2
   [junit4]   2> 1121189 ERROR (qtp23129148-5594) [n:127.0.0.1:43101_solr    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: create the 
collection time out:180s
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:314)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1121190 INFO  (qtp23129148-5594) [n:127.0.0.1:43101_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf1&name=SolrCloudSnapshots&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=500 QTime=180007
   [junit4]   2> 1121190 ERROR (qtp23129148-5594) [n:127.0.0.1:43101_solr    ] 
o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: create the 
collection time out:180s
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:314)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1121191 INFO  
(TEST-TestSolrCloudSnapshots.testSnapshots-seed#[F165F3BFDC35C5C7]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testSnapshots
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudSnapshots -Dtests.method=testSnapshots 
-Dtests.seed=F165F3BFDC35C5C7 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=tr -Dtests.timezone=Etc/GMT+10 -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    180s J0 | TestSolrCloudSnapshots.testSnapshots <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:43101/solr: create the collection time out:180s
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F165F3BFDC35C5C7:C7297720A96CC788]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.core.snapshots.TestSolrCloudSnapshots.testSnapshots(TestSolrCloudSnapshots.java:86)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1121193 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16071819bb9000e, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1121195 INFO  (jetty-closer-1279-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@2f37a4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1121195 ERROR 
(OverseerThreadFactory-2413-thread-1-processing-n:127.0.0.1:36831_solr) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error 
from shard: http://127.0.0.1:43101/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: http://127.0.0.1:43101/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.http.NoHttpResponseException: 
127.0.0.1:43101 failed to respond
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]   2>        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]   2>        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]   2>        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]   2>        ... 12 more
   [junit4]   2> 1121197 INFO  (jetty-closer-1279-thread-4) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1288848{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1121196 INFO  (jetty-closer-1279-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=12904135
   [junit4]   2> 1121196 INFO  (jetty-closer-1279-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@19962ca{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1121197 INFO  (jetty-closer-1279-thread-4) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=18812236
   [junit4]   2> 1121198 INFO  (jetty-closer-1279-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1121198 INFO  (jetty-closer-1279-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=22371224
   [junit4]   2> 1121198 INFO  (jetty-closer-1279-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1121198 INFO  (jetty-closer-1279-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e54752: rootName = 
solr_36831, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@13cc540
   [junit4]   2> 1121197 ERROR 
(OverseerThreadFactory-2413-thread-1-processing-n:127.0.0.1:36831_solr) 
[n:127.0.0.1:36831_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error 
from shard: http://127.0.0.1:36831/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: http://127.0.0.1:36831/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.http.NoHttpResponseException: 
127.0.0.1:36831 failed to respond
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]   2>        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]   2>        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]   2>        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]   2>        ... 12 more
   [junit4]   2> 1121199 INFO  (jetty-closer-1279-thread-3) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@d1afec{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1121198 INFO  (jetty-closer-1279-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metri

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

mon.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:268)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2864134 INFO  (jetty-closer-4523-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1f97646{/solr,null,UNAVAILABLE}
   [junit4]   2> 2864134 ERROR 
(SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[F165F3BFDC35C5C7]-worker) [ 
   ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2864135 INFO  
(SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[F165F3BFDC35C5C7]-worker) [ 
   ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35653 35653
   [junit4]   2> 2864164 INFO  (Thread-6394) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35653 35653
   [junit4]   2> 2864165 WARN  (Thread-6394) [    ] 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/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>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 2864165 INFO  
(SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[F165F3BFDC35C5C7]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 
------------------------------------------------------- Done waiting for 
tracked resources to be released
   [junit4]   2> Dec 20, 2017 1:52:11 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(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1026, maxMBSortInHeap=6.320567298247813, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ms-MY, timezone=PNT
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=149373616,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolr4Spatial2, 
SearchHandlerTest, DistributedQueueTest, TestSchemaResource, 
OverseerModifyCollectionTest, SuggestComponentContextFilterQueryTest, 
TermVectorComponentTest, TestEmbeddedSolrServerSchemaAPI, SoftAutoCommitTest, 
TestReversedWildcardFilterFactory, TestManagedSynonymFilterFactory, 
ResourceLoaderTest, TestNumericTerms64, TestCrossCoreJoin, 
CollectionStateFormat2Test, TestStandardQParsers, 
BigEndianAscendingWordSerializerTest, DeleteReplicaTest, 
CdcrVersionReplicationTest, AnalysisErrorHandlingTest, 
TestHighFrequencyDictionaryFactory, TestMultiValuedNumericRangeQuery, 
HdfsNNFailoverTest, TestRTimerTree, ClassificationUpdateProcessorFactoryTest, 
TestBulkSchemaAPI, ResponseLogComponentTest, ParsingFieldUpdateProcessorsTest, 
DistributedExpandComponentTest, TestSystemCollAutoCreate, 
TestSolrDeletionPolicy1, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
PeerSyncWithIndexFingerprintCachingTest, TestScoreJoinQPScore, 
TestConfigSetsAPI, ConnectionManagerTest, TestSubQueryTransformer, 
TestRetrieveFieldsOptimizer, SliceStateTest, TestSort, BasicZkTest, 
TestFastOutputStream, SystemLogListenerTest, RegexBytesRefFilterTest, 
TestNonDefinedSimilarityFactory, ExecutePlanActionTest, 
TestIBSimilarityFactory, TestFieldCacheSort, TestImplicitCoreProperties, 
TestRandomDVFaceting, TestPullReplicaErrorHandling, TestSolrIndexConfig, 
TestCSVLoader, BasicDistributedZkTest, ExternalFileFieldSortTest, 
TestExceedMaxTermLength, TestManagedResource, TestLuceneIndexBackCompat, 
IndexSchemaRuntimeFieldTest, TolerantUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, SolrGraphiteReporterTest, 
TestFoldingMultitermQuery, TestCoreBackup, DistributedSuggestComponentTest, 
TestDelegationWithHadoopAuth, QueryResultKeyTest, PrimitiveFieldTypeTest, 
TestTrackingShardHandlerFactory, SolrXmlInZkTest, TestSolrCloudSnapshots, 
FullHLLTest, TestNumericTokenStream, TestDynamicFieldResource, 
TestRequestStatusCollectionAPI, SpellCheckComponentTest, TestRecovery, 
AutoscalingHistoryHandlerTest, TestComponentsName, TestCodecSupport, 
TestInPlaceUpdatesStandalone, UpdateParamsTest, 
DistributedQueryElevationComponentTest, TestSortByMinMaxFunction, 
AnalysisAfterCoreReloadTest, TestReplicationHandler, TestSQLHandlerNonCloud, 
SimpleMLTQParserTest, URLClassifyProcessorTest, TestPhraseSuggestions, 
TestDFRSimilarityFactory, TestSearcherReuse, NoCacheHeaderTest, 
TermsComponentTest, ZkControllerTest, TestQueryWrapperFilter, 
CachingDirectoryFactoryTest, TestReqParamsAPI, AutoAddReplicasPlanActionTest, 
RulesTest, TestPointFields, LeaderElectionIntegrationTest, 
CloneFieldUpdateProcessorFactoryTest, TestWordDelimiterFilterFactory, 
CursorPagingTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestCryptoKeys, 
HdfsChaosMonkeyNothingIsSafeTest, TestJoin, SyncSliceTest, 
TestAddFieldRealTimeGet, CoreMergeIndexesAdminHandlerTest, 
TestClusterProperties, OutOfBoxZkACLAndCredentialsProvidersTest, 
LeaderInitiatedRecoveryOnShardRestartTest, AnalyticsQueryTest, 
NodeAddedTriggerTest, MultiTermTest, TestHighlightDedupGrouping, 
TestZkAclsWithHadoopAuth, TestMissingGroups, MergeStrategyTest, TestJsonFacets, 
DateFieldTest, TestCloudSchemaless, NumberUtilsTest, 
CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, 
DistributedVersionInfoTest, LeaderFailureAfterFreshStartTest, 
MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, 
PeerSyncReplicationTest, SharedFSAutoReplicaFailoverTest, 
SimpleCollectionCreateDeleteTest, TestCloudDeleteByQuery, 
TestCloudPseudoReturnFields, TestCloudSearcherWarming, 
TestCollectionsAPIViaSolrCloudCluster, TestDistribDocBasedVersion, 
TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, 
TestRebalanceLeaders, TestReplicaProperties, TestRequestForwarding, 
TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, 
TestStressCloudBlindAtomicUpdates, TestTlogReplica, 
AutoAddReplicasIntegrationTest, CdcrReplicationDistributedZkTest, 
CdcrRequestHandlerTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoverLeaseTest, 
HdfsRestartWhileUpdatingTest, HdfsTlogReplayBufferedWhileIndexingTest, 
StressHdfsTest, BlobRepositoryCloudTest, TestInitParams, 
TestReloadAndDeleteDocs, TestSolrCoreSnapshots, RequestLoggingTest, 
TestConfigReload, CoreAdminRequestStatusTest, MetricsHandlerTest, 
SegmentsInfoRequestHandlerTest, TestApiFramework, TestCollectionAPIs, 
TestConfigsApi, TestCoreAdminApis, DistributedDebugComponentTest, 
DistributedFacetPivotLongTailTest, DistributedFacetPivotWhiteBoxTest, 
ReplicaListTransformerTest, SpatialHeatmapFacetsTest, TestLegacyFieldReuse, 
TestNumericRangeQuery32, JvmMetricsTest, SolrCoreMetricManagerTest, 
SolrSlf4jReporterTest, TestMacroExpander, TestMacros, JSONWriterTest, 
TestBinaryResponseWriter, TestCustomDocTransformer, TestExportWriter, 
TestGeoJSONResponseWriter, TestGraphMLResponseWriter, 
TestJavabinTupleStreamParser, TestPushWriter, TestRawResponseWriter, 
TestSolrQueryResponse, TestChildDocTransformer, 
TestSubQueryTransformerCrossCore, TestRestManager, 
TestFieldTypeCollectionResource, TestSerializedLuceneMatchVersion, 
TestUniqueKeyFieldResource, BooleanFieldTest, CurrencyFieldTypeTest, 
DateRangeFieldTest, DocValuesMissingTest, ManagedSchemaRoundRobinCloudTest, 
PreAnalyzedFieldManagedSchemaCloudTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=PreAnalyzedFieldManagedSchemaCloudTest -Dtests.seed=F165F3BFDC35C5C7 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ms-MY 
-Dtests.timezone=PNT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | PreAnalyzedFieldManagedSchemaCloudTest (suite) 
<<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:35553/solr: Could not fully create collection: 
managed-preanalyzed
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F165F3BFDC35C5C7]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.setupCluster(PreAnalyzedFieldManagedSchemaCloudTest.java:44)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [677/751 (3!)] on J0 in 32.89s, 0 tests, 1 error <<< 
FAILURES!

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

Reply via email to