Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2349/

2 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateWithDefaultConfigSet

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([94CC9EF206D4B874:DA673FB5596BC287]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateWithDefaultConfigSet(CollectionsAPISolrJTest.java:70)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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)


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

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([94CC9EF206D4B874:1C98A128A828D58C]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
        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 12084 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
   [junit4]   2> 1    INFO  
(SUITE-CollectionsAPISolrJTest-seed#[94CC9EF206D4B874]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/init-core-data-001
   [junit4]   2> 222  INFO  
(SUITE-CollectionsAPISolrJTest-seed#[94CC9EF206D4B874]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 271  INFO  
(SUITE-CollectionsAPISolrJTest-seed#[94CC9EF206D4B874]-worker) [    ] 
o.e.j.u.log Logging initialized @2415ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 279  INFO  
(SUITE-CollectionsAPISolrJTest-seed#[94CC9EF206D4B874]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 300  INFO  
(SUITE-CollectionsAPISolrJTest-seed#[94CC9EF206D4B874]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001
   [junit4]   2> 308  INFO  
(SUITE-CollectionsAPISolrJTest-seed#[94CC9EF206D4B874]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 320  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 320  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 420  INFO  
(SUITE-CollectionsAPISolrJTest-seed#[94CC9EF206D4B874]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45053
   [junit4]   2> 507  ERROR (Thread-1) [    ] 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> 641  INFO  (zkConnectionManagerCallback-4-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 678  WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1047eab304d0000, likely client has closed socket
   [junit4]   2> 862  INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 863  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 864  INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 864  INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 879  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 879  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 882  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session 
Scavenging every 660000ms
   [junit4]   2> 887  INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 887  INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 888  INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.session 
Scavenging every 660000ms
   [junit4]   2> 904  INFO  (jetty-launcher-1-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4e662a2c{/solr,null,AVAILABLE}
   [junit4]   2> 916  INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 916  INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 916  INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.session 
Scavenging every 660000ms
   [junit4]   2> 916  INFO  (jetty-launcher-1-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@37a10523{/solr,null,AVAILABLE}
   [junit4]   2> 923  INFO  (jetty-launcher-1-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@eb52a97{HTTP/1.1,[http/1.1]}{127.0.0.1:35203}
   [junit4]   2> 923  INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server 
Started @3074ms
   [junit4]   2> 923  INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35203}
   [junit4]   2> 924  INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 925  INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 925  INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session 
Scavenging every 600000ms
   [junit4]   2> 934  INFO  (jetty-launcher-1-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@21aa9dc2{/solr,null,AVAILABLE}
   [junit4]   2> 934  INFO  (jetty-launcher-1-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5c1923ed{HTTP/1.1,[http/1.1]}{127.0.0.1:47037}
   [junit4]   2> 934  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server 
Started @3085ms
   [junit4]   2> 934  INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=47037}
   [junit4]   2> 936  INFO  (jetty-launcher-1-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d475f90{/solr,null,AVAILABLE}
   [junit4]   2> 937  INFO  (jetty-launcher-1-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@77b94c36{HTTP/1.1,[http/1.1]}{127.0.0.1:55064}
   [junit4]   2> 937  INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.Server 
Started @3088ms
   [junit4]   2> 937  INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55064}
   [junit4]   2> 947  INFO  (jetty-launcher-1-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1f730e7a{HTTP/1.1,[http/1.1]}{127.0.0.1:46998}
   [junit4]   2> 947  INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server 
Started @3098ms
   [junit4]   2> 947  INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46998}
   [junit4]   2> 965  ERROR (jetty-launcher-1-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 965  ERROR (jetty-launcher-1-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 966  INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 965  ERROR (jetty-launcher-1-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 966  INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 967  INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 969  ERROR (jetty-launcher-1-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 969  INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 977  INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 977  INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 970  INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 970  INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 979  INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 970  INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 979  INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 979  INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1002 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-19T15:11:49.909Z
   [junit4]   2> 1003 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-19T15:11:49.909Z
   [junit4]   2> 1004 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-19T15:11:49.909Z
   [junit4]   2> 1012 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-19T15:11:49.909Z
   [junit4]   2> 1026 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1045 INFO  (zkConnectionManagerCallback-7-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1047 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1047 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1056 INFO  (zkConnectionManagerCallback-12-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1057 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1064 INFO  (zkConnectionManagerCallback-8-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1065 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1254 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1047eab304d0003, likely client has closed socket
   [junit4]   2> 1571 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45053/solr
   [junit4]   2> 1572 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45053/solr
   [junit4]   2> 1588 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45053/solr
   [junit4]   2> 1631 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45053/solr
   [junit4]   2> 1632 INFO  (zkConnectionManagerCallback-25-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1633 INFO  (zkConnectionManagerCallback-22-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1634 INFO  (zkConnectionManagerCallback-28-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1639 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1047eab304d0006, likely client has closed socket
   [junit4]   2> 1639 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1047eab304d0007, likely client has closed socket
   [junit4]   2> 1641 INFO  (zkConnectionManagerCallback-20-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664 INFO  
(zkConnectionManagerCallback-30-thread-1-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1674 INFO  
(zkConnectionManagerCallback-34-thread-1-processing-n:127.0.0.1:55064_solr) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1680 INFO  
(zkConnectionManagerCallback-36-thread-1-processing-n:127.0.0.1:47037_solr) 
[n:127.0.0.1:47037_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1690 INFO  
(zkConnectionManagerCallback-32-thread-1-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2209 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:55064_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2211 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:55064_solr 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:55064_solr
   [junit4]   2> 2215 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:47037_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2217 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:55064_solr 
   ] o.a.s.c.Overseer Overseer 
(id=73322767659630603-127.0.0.1:55064_solr-n_0000000000) starting
   [junit4]   2> 2222 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:47037_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47037_solr
   [junit4]   2> 2232 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46998_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2252 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:35203_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2255 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46998_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46998_solr
   [junit4]   2> 2257 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:35203_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35203_solr
   [junit4]   2> 2333 INFO  
(zkCallback-33-thread-1-processing-n:127.0.0.1:55064_solr) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2335 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2335 INFO  
(zkCallback-35-thread-1-processing-n:127.0.0.1:47037_solr) 
[n:127.0.0.1:47037_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2384 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2596 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:55064_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55064_solr
   [junit4]   2> 2600 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2600 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2600 INFO  
(zkCallback-35-thread-1-processing-n:127.0.0.1:47037_solr) 
[n:127.0.0.1:47037_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2600 INFO  
(zkCallback-33-thread-1-processing-n:127.0.0.1:55064_solr) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3536 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46998_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46998.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 3547 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:47037_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47037.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 3550 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46998_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46998.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 3550 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46998_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46998.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 3550 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:47037_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47037.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 3550 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:47037_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47037.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 3563 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:55064_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55064.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 3563 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:55064_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55064.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 3563 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:55064_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55064.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 3580 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:35203_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35203.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 3584 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:35203_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35203.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 3584 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:35203_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35203.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 3630 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:47037_solr 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node1/.
   [junit4]   2> 3632 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:35203_solr 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node4/.
   [junit4]   2> 3632 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46998_solr 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node2/.
   [junit4]   2> 3639 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:55064_solr 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node3/.
   [junit4]   2> 4335 INFO  (zkConnectionManagerCallback-46-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4371 INFO  (zkConnectionManagerCallback-50-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4378 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[94CC9EF206D4B874]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4385 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[94CC9EF206D4B874]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45053/solr ready
   [junit4]   2> 4429 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[94CC9EF206D4B874])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCloudInfoInCoreStatus
   [junit4]   2> 4892 INFO  (qtp2014863908-39) [n:127.0.0.1:46998_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=corestatus_test&nrtReplicas=2&action=CREATE&numShards=2&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4925 INFO  
(OverseerThreadFactory-20-thread-1-processing-n:127.0.0.1:55064_solr) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
corestatus_test
   [junit4]   2> 5047 INFO  
(OverseerStateUpdate-73322767659630603-127.0.0.1:55064_solr-n_0000000000) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"corestatus_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"corestatus_test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46998/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5053 INFO  
(OverseerStateUpdate-73322767659630603-127.0.0.1:55064_solr-n_0000000000) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"corestatus_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"corestatus_test_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35203/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5056 INFO  
(OverseerStateUpdate-73322767659630603-127.0.0.1:55064_solr-n_0000000000) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"corestatus_test",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"corestatus_test_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:47037/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5058 INFO  
(OverseerStateUpdate-73322767659630603-127.0.0.1:55064_solr-n_0000000000) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"corestatus_test",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"corestatus_test_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55064/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5319 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n1&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5322 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 5326 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n2&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5330 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n6&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5329 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 5336 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 5336 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n4&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5337 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 6462 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 6468 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 6474 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 6475 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 6567 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.s.IndexSchema [corestatus_test_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 6567 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.s.IndexSchema [corestatus_test_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 6592 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.s.IndexSchema [corestatus_test_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 6594 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.s.IndexSchema [corestatus_test_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 6661 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6662 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard2_replica_n4' 
using configuration from collection corestatus_test, trusted=true
   [junit4]   2> 6665 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6665 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard1_replica_n1' 
using configuration from collection corestatus_test, trusted=true
   [junit4]   2> 6666 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6666 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard1_replica_n2' 
using configuration from collection corestatus_test, trusted=true
   [junit4]   2> 6680 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6680 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard2_replica_n6' 
using configuration from collection corestatus_test, trusted=true
   [junit4]   2> 6690 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46998.solr.core.corestatus_test.shard1.replica_n1' (registry 
'solr.core.corestatus_test.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 6694 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47037.solr.core.corestatus_test.shard2.replica_n4' (registry 
'solr.core.corestatus_test.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 6695 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55064.solr.core.corestatus_test.shard2.replica_n6' (registry 
'solr.core.corestatus_test.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 6697 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 6698 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 6700 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 6704 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35203.solr.core.corestatus_test.shard1.replica_n2' (registry 
'solr.core.corestatus_test.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 6704 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 6707 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.SolrCore [[corestatus_test_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node2/corestatus_test_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node2/./corestatus_test_shard1_replica_n1/data/]
   [junit4]   2> 6707 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.SolrCore [[corestatus_test_shard2_replica_n4] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node1/corestatus_test_shard2_replica_n4],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node1/./corestatus_test_shard2_replica_n4/data/]
   [junit4]   2> 6708 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.SolrCore [[corestatus_test_shard2_replica_n6] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node3/corestatus_test_shard2_replica_n6],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node3/./corestatus_test_shard2_replica_n6/data/]
   [junit4]   2> 6719 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.SolrCore [[corestatus_test_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node4/corestatus_test_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node4/./corestatus_test_shard1_replica_n2/data/]
   [junit4]   2> 7901 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 7902 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7901 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 7902 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 7912 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 7915 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7915 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7916 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7927 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7927 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7928 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7937 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7938 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7938 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7940 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7940 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7969 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@76d1460f[corestatus_test_shard2_replica_n6] main]
   [junit4]   2> 7970 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18890fd6[corestatus_test_shard1_replica_n2] main]
   [junit4]   2> 7972 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5c0b511b[corestatus_test_shard2_replica_n4] main]
   [junit4]   2> 7972 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4256e00a[corestatus_test_shard1_replica_n1] main]
   [junit4]   2> 7986 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 7990 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 8000 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 8001 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 8038 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 8060 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 8060 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 8061 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 8064 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 8068 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 8074 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 8078 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 8791 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592842641967415296
   [junit4]   2> 8793 INFO  
(searcherExecutor-30-thread-1-processing-n:127.0.0.1:47037_solr 
x:corestatus_test_shard2_replica_n4 s:shard2 c:corestatus_test r:core_node7) 
[n:127.0.0.1:47037_solr c:corestatus_test s:shard2 r:core_node7 
x:corestatus_test_shard2_replica_n4] o.a.s.c.SolrCore 
[corestatus_test_shard2_replica_n4] Registered new searcher 
Searcher@5c0b511b[corestatus_test_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8795 INFO  
(searcherExecutor-31-thread-1-processing-n:127.0.0.1:55064_solr 
x:corestatus_test_shard2_replica_n6 s:shard2 c:corestatus_test r:core_node8) 
[n:127.0.0.1:55064_solr c:corestatus_test s:shard2 r:core_node8 
x:corestatus_test_shard2_replica_n6] o.a.s.c.SolrCore 
[corestatus_test_shard2_replica_n6] Registered new searcher 
Searcher@76d1460f[corestatus_test_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8795 INFO  
(searcherExecutor-29-thread-1-processing-n:127.0.0.1:46998_solr 
x:corestatus_test_shard1_replica_n1 s:shard1 c:corestatus_test r:core_node3) 
[n:127.0.0.1:46998_solr c:corestatus_test s:shard1 r:core_node3 
x:corestatus_test_shard1_replica_n1] o.a.s.c.SolrCore 
[corestatus_test_shard1_replica_n1] Registered new searcher 
Searcher@4256e00a[corestatus_test_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8796 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592842641972658176
   [junit4]   2> 8800 INFO  
(searcherExecutor-32-thread-1-processing-n:127.0.0.1:35203_solr 
x:corestatus_test_shard1_replica_n2 s:shard1 c:corestatus_test r:core_node5) 
[n:127.0.0.1:35203_solr c:corestatus_test s:shard1 r:core_node5 
x:corestatus_test_shard1_replica_n2] o.a.s.c.SolrCore 
[corestatus_test_shard1_replica_n2] Registered new searcher 
Searcher@18890fd6[corestatus_test_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8800 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592842641976852480
   [junit4]   2> 8803 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592842641979998208
   [junit4]   2> 8839 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 8840 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 8840 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:47037/solr/corestatus_test_shard2_replica_n4/
   [junit4]   2> 8849 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 8850 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 8850 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46998/solr/corestatus_test_shard1_replica_n1/
   [junit4]   2> 8857 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard1_replica_n1 
url=http://127.0.0.1:46998/solr START 
replicas=[http://127.0.0.1:35203/solr/corestatus_test_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 8858 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard2_replica_n4 
url=http://127.0.0.1:47037/solr START 
replicas=[http://127.0.0.1:55064/solr/corestatus_test_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 8872 INFO  (qtp375061522-50) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.S.Request [corestatus_test_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=6
   [junit4]   2> 8876 INFO  (qtp1036602302-43) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.S.Request [corestatus_test_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=11
   [junit4]   2> 9158 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard1_replica_n1 
url=http://127.0.0.1:46998/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 9159 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 9159 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 9159 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 9161 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard2_replica_n4 
url=http://127.0.0.1:47037/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 9161 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 9161 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_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> 9161 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 9171 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46998/solr/corestatus_test_shard1_replica_n1/ shard1
   [junit4]   2> 9173 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:47037/solr/corestatus_test_shard2_replica_n4/ shard2
   [junit4]   2> 9435 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 9435 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 9440 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n1&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=4126
   [junit4]   2> 9441 INFO  (qtp1784555698-31) [n:127.0.0.1:47037_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n4&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=4105
   [junit4]   2> 9843 INFO  (qtp1036602302-27) [n:127.0.0.1:35203_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n2&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=4516
   [junit4]   2> 9848 INFO  (qtp375061522-33) [n:127.0.0.1:55064_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n6&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=4518
   [junit4]   2> 9867 INFO  (qtp2014863908-39) [n:127.0.0.1:46998_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 10867 INFO  (qtp2014863908-39) [n:127.0.0.1:46998_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=corestatus_test&nrtReplicas=2&action=CREATE&numShards=2&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=6063
   [junit4]   2> 10902 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={core=corestatus_test_shard1_replica_n1&action=STATUS&indexInfo=true&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 10905 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[94CC9EF206D4B874])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCloudInfoInCoreStatus
   [junit4]   2> 10939 INFO  
(OverseerCollectionConfigSetProcessor-73322767659630603-127.0.0.1:55064_solr-n_0000000000)
 [n:127.0.0.1:55064_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 10970 INFO  
(TEST-CollectionsAPISolrJTest.testAddAndDeleteReplica-seed#[94CC9EF206D4B874]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testAddAndDeleteReplica
   [junit4]   2> 10972 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=solrj_replicatests&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 10981 INFO  
(OverseerThreadFactory-20-thread-2-processing-n:127.0.0.1:55064_solr) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
solrj_replicatests
   [junit4]   2> 11203 INFO  
(OverseerStateUpdate-73322767659630603-127.0.0.1:55064_solr-n_0000000000) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_replicatests",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"solrj_replicatests_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35203/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 11212 INFO  
(OverseerStateUpdate-73322767659630603-127.0.0.1:55064_solr-n_0000000000) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_replicatests",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"solrj_replicatests_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46998/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 11410 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=solrj_replicatests_shard1_replica_n1&action=CREATE&numShards=1&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 11412 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=solrj_replicatests_shard1_replica_n2&action=CREATE&numShards=1&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 11520 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 11520 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 11520 INFO  
(zkCallback-29-thread-2-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 11525 INFO  
(zkCallback-31-thread-2-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 12450 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 12469 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 12497 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.s.IndexSchema 
[solrj_replicatests_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 12498 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.s.IndexSchema 
[solrj_replicatests_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 12504 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 12504 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'solrj_replicatests_shard1_replica_n1' using configuration from collection 
solrj_replicatests, trusted=true
   [junit4]   2> 12505 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_35203.solr.core.solrj_replicatests.shard1.replica_n1' 
(registry 'solr.core.solrj_replicatests.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 12506 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 12506 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'solrj_replicatests_shard1_replica_n2' using configuration from collection 
solrj_replicatests, trusted=true
   [junit4]   2> 12507 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_46998.solr.core.solrj_replicatests.shard1.replica_n2' 
(registry 'solr.core.solrj_replicatests.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72da4f3f
   [junit4]   2> 12507 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 12507 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.c.SolrCore 
[[solrj_replicatests_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node2/solrj_replicatests_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node2/./solrj_replicatests_shard1_replica_n2/data/]
   [junit4]   2> 12511 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 12511 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.SolrCore 
[[solrj_replicatests_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node4/solrj_replicatests_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_94CC9EF206D4B874-001/tempDir-001/node4/./solrj_replicatests_shard1_replica_n1/data/]
   [junit4]   2> 12608 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 12609 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 12618 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 12619 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 12622 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2216db46[solrj_replicatests_shard1_replica_n1] main]
   [junit4]   2> 12623 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 12624 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 12625 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 12625 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 12625 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 12627 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 12627 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 12633 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@e49268e[solrj_replicatests_shard1_replica_n2] main]
   [junit4]   2> 12633 INFO  
(searcherExecutor-49-thread-1-processing-n:127.0.0.1:35203_solr 
x:solrj_replicatests_shard1_replica_n1 s:shard1 c:solrj_replicatests 
r:core_node3) [n:127.0.0.1:35203_solr c:solrj_replicatests s:shard1 
r:core_node3 x:solrj_replicatests_shard1_replica_n1] o.a.s.c.SolrCore 
[solrj_replicatests_shard1_replica_n1] Registered new searcher 
Searcher@2216db46[solrj_replicatests_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12633 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1592842645996044288
   [junit4]   2> 12636 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 12637 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 12637 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 12639 INFO  
(searcherExecutor-50-thread-1-processing-n:127.0.0.1:46998_solr 
x:solrj_replicatests_shard1_replica_n2 s:shard1 c:solrj_replicatests 
r:core_node4) [n:127.0.0.1:46998_solr c:solrj_replicatests s:shard1 
r:core_node4 x:solrj_replicatests_shard1_replica_n2] o.a.s.c.SolrCore 
[solrj_replicatests_shard1_replica_n2] Registered new searcher 
Searcher@e49268e[solrj_replicatests_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12639 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1592842646002335744
   [junit4]   2> 12646 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard1: total=2 found=1 
timeoutin=9999ms
   [junit4]   2> 12747 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 12747 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 12747 INFO  
(zkCallback-31-thread-2-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 12747 INFO  
(zkCallback-29-thread-2-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 13147 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 13148 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 13148 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35203/solr/solrj_replicatests_shard1_replica_n1/
   [junit4]   2> 13149 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=solrj_replicatests_shard1_replica_n1 url=http://127.0.0.1:35203/solr START 
replicas=[http://127.0.0.1:46998/solr/solrj_replicatests_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 13163 INFO  (qtp2014863908-56) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.c.S.Request 
[solrj_replicatests_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 13456 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=solrj_replicatests_shard1_replica_n1 url=http://127.0.0.1:35203/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 13456 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 13456 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 13456 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 13466 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
http://127.0.0.1:35203/solr/solrj_replicatests_shard1_replica_n1/ shard1
   [junit4]   2> 13570 INFO  
(zkCallback-31-thread-2-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 13570 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 13571 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 13571 INFO  
(zkCallback-29-thread-2-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 13621 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 13624 INFO  (qtp1036602302-41) [n:127.0.0.1:35203_solr 
c:solrj_replicatests s:shard1 r:core_node3 
x:solrj_replicatests_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=solrj_replicatests_shard1_replica_n1&action=CREATE&numShards=1&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2214
   [junit4]   2> 13663 INFO  (qtp2014863908-59) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node4 
x:solrj_replicatests_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=solrj_replicatests_shard1_replica_n2&action=CREATE&numShards=1&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2251
   [junit4]   2> 13667 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 13763 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 13763 INFO  
(zkCallback-29-thread-2-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 13763 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 13764 INFO  
(zkCallback-31-thread-2-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 14667 INFO  (qtp2014863908-57) [n:127.0.0.1:46998_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=solrj_replicatests&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3695
   [junit4]   2> 14671 INFO  (qtp2014863908-55) [n:127.0.0.1:46998_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:46998_solr&action=ADDREPLICA&collection=solrj_replicatests&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 14675 INFO  
(OverseerCollectionConfigSetProcessor-73322767659630603-127.0.0.1:55064_solr-n_0000000000)
 [n:127.0.0.1:55064_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 14682 INFO  
(OverseerThreadFactory-20-thread-3-processing-n:127.0.0.1:55064_solr) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:46998_solr for creating new replica
   [junit4]   2> 14686 INFO  
(OverseerStateUpdate-73322767659630603-127.0.0.1:55064_solr-n_0000000000) 
[n:127.0.0.1:55064_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"solrj_replicatests",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"solrj_replicatests_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46998/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:46998_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 14789 INFO  
(zkCallback-31-thread-2-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 14789 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 14789 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 14789 INFO  
(zkCallback-29-thread-2-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 14902 INFO  (qtp2014863908-30) [n:127.0.0.1:46998_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=solrj_replicatests_shard1_replica_n5&action=CREATE&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 14957 INFO  (qtp2014863908-30) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node6 
x:solrj_replicatests_shard1_replica_n5] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 15003 INFO  (qtp2014863908-30) [n:127.0.0.1:46998_solr 
c:solrj_replicatests s:shard1 r:core_node6 
x:solrj_replicatests_shard1_replica_n5] o.a.s.s.IndexSchema 
[solrj_replicatests_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 15006 INFO  
(zkCallback-29-thread-2-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 15006 INFO  
(zkCallback-31-thread-2-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 15006 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:35203_solr) 
[n:127.0.0.1:35203_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_replicatests/state.json] for collection 
[solrj_replicatests] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 15006 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:46998_solr) 
[n:127.0.0.1:46998_solr    ] o.a.s.c.c.ZkStateReader A cluster state chang

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

n = solr.core.replacenodetest_coll_notarget.shard2.replica_n6, service url = 
null, agent id = null] for registry 
solr.core.replacenodetest_coll_notarget.shard2.replica_n6 / 
com.codahale.metrics.MetricRegistry@6bf3f5c3
   [junit4]   2> 1818772 INFO  
(zkCallback-6643-thread-1-processing-n:127.0.0.1:47219_solr) 
[n:127.0.0.1:47219_solr c:replacenodetest_coll_notarget s:shard2 r:core_node9 
x:replacenodetest_coll_notarget_shard2_replica_n6] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.replacenodetest_coll_notarget.shard2.leader, 
tag=190170564
   [junit4]   2> 1818773 INFO  (jetty-closer-6598-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@251ed194{/solr,null,UNAVAILABLE}
   [junit4]   2> 1818773 INFO  (jetty-closer-6598-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1819116 INFO  (jetty-closer-6598-thread-5) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@121bb672{/solr,null,UNAVAILABLE}
   [junit4]   2> 1819116 INFO  (jetty-closer-6598-thread-5) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1819117 ERROR 
(SUITE-ReplaceNodeNoTargetTest-seed#[94CC9EF206D4B874]-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> 1819118 INFO  
(SUITE-ReplaceNodeNoTargetTest-seed#[94CC9EF206D4B874]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43477 43477
   [junit4]   2> 1819219 INFO  (Thread-4527) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:43477 43477
   [junit4]   2> 1819220 WARN  (Thread-4527) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      
/solr/collections/replacenodetest_coll_notarget/terms/shard5
   [junit4]   2>        9       
/solr/collections/replacenodetest_coll_notarget/terms/shard2
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        6       
/solr/collections/replacenodetest_coll_notarget/terms/shard1
   [junit4]   2>        6       /solr/security.json
   [junit4]   2>        6       /solr/configs/conf1
   [junit4]   2>        5       
/solr/collections/replacenodetest_coll_notarget/terms/shard4
   [junit4]   2>        5       
/solr/collections/replacenodetest_coll_notarget/terms/shard3
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        57      
/solr/collections/replacenodetest_coll_notarget/state.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/73322886136987660-127.0.0.1:51943_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/replacenodetest_coll_notarget/leader_elect/shard5/election/73322886136987664-core_node19-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_94CC9EF206D4B874-001
   [junit4]   2> Feb 19, 2018 3:42:07 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=253, maxMBSortInHeap=5.677538250406053, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5c50babe),
 locale=th-TH, timezone=Europe/Sofia
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=144839416,total=517996544
   [junit4]   2> NOTE: All tests run in this JVM: [DocumentBuilderTest, 
TestLegacyNumericRangeQueryBuilder, SolrCLIZkUtilsTest, HDFSCollectionsAPITest, 
TestCloudJSONFacetJoinDomain, TestFastLRUCache, DocValuesNotIndexedTest, 
TestElisionMultitermQuery, HdfsRecoverLeaseTest, TestReplicationHandlerBackup, 
ClassificationUpdateProcessorFactoryTest, SolrCoreTest, 
TestSimpleQParserPlugin, AutoScalingHandlerTest, FacetPivotSmallTest, 
SystemLogListenerTest, SystemInfoHandlerTest, DirectSolrConnectionTest, 
TestFoldingMultitermQuery, TestSearchPerf, ConfigSetsAPITest, 
ParsingFieldUpdateProcessorsTest, QueryParsingTest, 
TestBackupRepositoryFactory, ConfigureRecoveryStrategyTest, 
CdcrBidirectionalTest, AnalyticsMergeStrategyTest, SoftAutoCommitTest, 
TestRTGBase, TestSweetSpotSimilarityFactory, DocValuesMissingTest, 
RemoteQueryErrorTest, TestZkChroot, FieldMutatingUpdateProcessorTest, 
QueryElevationComponentTest, UtilsToolTest, ShardRoutingCustomTest, 
TestDefaultStatsCache, TestPrepRecovery, ResponseBuilderTest, 
TestExactStatsCache, DistributedIntervalFacetingTest, 
TestCollapseQParserPlugin, V2StandaloneTest, DistributedFacetExistsSmallTest, 
TestLockTree, TestSubQueryTransformerCrossCore, AnalysisErrorHandlingTest, 
TestQueryUtils, TermsComponentTest, ExitableDirectoryReaderTest, PrimUtilsTest, 
DistributedMLTComponentTest, TestSolrConfigHandlerConcurrent, 
TestSurroundQueryParser, BadComponentTest, TemplateUpdateProcessorTest, 
TestSolrJ, TestScoreJoinQPScore, TestSlowCompositeReaderWrapper, 
TestCustomStream, CollectionsAPIAsyncDistributedZkTest, NodeAddedTriggerTest, 
PathHierarchyTokenizerFactoryTest, TestCustomDocTransformer, TestConfigReload, 
TestCloudRecovery, TestDistributedGrouping, CdcrReplicationHandlerTest, 
TestStressRecovery, TestShortCircuitedRequests, TestRTimerTree, 
TestMultiWordSynonyms, BasicAuthStandaloneTest, 
TestReversedWildcardFilterFactory, ResourceLoaderTest, PrimitiveFieldTypeTest, 
SpatialRPTFieldTypeTest, TestNumericTerms64, DeleteNodeTest, 
ChaosMonkeySafeLeaderTest, TestXIncludeConfig, TolerantUpdateProcessorTest, 
TestHttpShardHandlerFactory, TestSystemIdResolver, TestXmlQParserPlugin, 
PolyFieldTest, SOLR749Test, TestDistributedMap, TestCharFilters, 
TestSQLHandler, TestBM25SimilarityFactory, 
VMParamsZkACLAndCredentialsProvidersTest, TestSolrQueryResponse, 
SuggestComponentTest, QueryEqualityTest, LoggingHandlerTest, 
TestNumericRangeQuery32, JSONWriterTest, SolrInfoBeanTest, 
TestHighFrequencyDictionaryFactory, TestSimDistributedQueue, 
TestPKIAuthenticationPlugin, TestLeaderElectionWithEmptyReplica, 
CloneFieldUpdateProcessorFactoryTest, BasicFunctionalityTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, CoreAdminRequestStatusTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, SSLMigrationTest, DOMUtilTest, 
BlobRepositoryCloudTest, OverseerModifyCollectionTest, TestRequestForwarding, 
TestFieldCollectionResource, TestStressCloudBlindAtomicUpdates, 
CreateRoutedAliasTest, TestJettySolrRunner, SolrMetricsIntegrationTest, 
TestImplicitCoreProperties, TestSolrCloudSnapshots, 
XsltUpdateRequestHandlerTest, SuggesterFSTTest, SegmentsInfoRequestHandlerTest, 
SolrCloudReportersTest, LeaderElectionContextKeyTest, OverseerTest, 
FullHLLTest, PreAnalyzedFieldManagedSchemaCloudTest, 
TestNonDefinedSimilarityFactory, UnloadDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, 
FullSolrCloudDistribCmdsTest, TestReplicationHandler, LeaderElectionTest, 
TestDistributedSearch, TestFaceting, TestRecovery, 
TermVectorComponentDistributedTest, ZkControllerTest, TestStressReorder, 
TestReload, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, 
TestCoreContainer, TestSolr4Spatial, PeerSyncTest, BadIndexSchemaTest, 
TestSort, TestFunctionQuery, DirectUpdateHandlerTest, TestIndexSearcher, 
HighlighterTest, SolrIndexSplitterTest, SimplePostToolTest, 
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, 
SpellCheckCollatorTest, CoreAdminHandlerTest, SuggesterTest, TestStressLucene, 
TestTrie, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, 
DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, 
SortByFunctionTest, TestRemoteStreaming, DistanceFunctionTest, 
TestSolrDeletionPolicy1, DebugComponentTest, TestWriterPerf, 
DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, 
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, 
RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, 
FastVectorHighlighterTest, IndexSchemaTest, TestJmxIntegration, 
TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, 
TestCSVResponseWriter, JsonLoaderTest, BinaryUpdateRequestHandlerTest, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, 
TestComponentsName, SearchHandlerTest, HighlighterConfigTest, UpdateParamsTest, 
AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, 
SolrIndexConfigTest, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, 
NumericFieldsTest, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, 
TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, 
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestFastWriter, ScriptEngineTest, 
DateMathParserTest, PreAnalyzedFieldTest, DateFieldTest, 
RAMDirectoryFactoryTest, TestLRUCache, ZkNodePropsTest, SliceStateTest, 
FileUtilsTest, CircularListTest, CursorPagingTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, 
ConnectionReuseTest, ActionThrottleTest, AddReplicaTest, 
AsyncCallRequestStatusResponseTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest, 
CollectionStateFormat2Test, DeleteLastCustomShardedReplicaTest, 
DeleteShardTest, DeleteStatusTest, DistribJoinFromCollectionTest, 
DistributedQueueTest, ForceLeaderTest, LeaderFailoverAfterPartitionTest, 
OverseerTaskQueueTest, ReplaceNodeNoTargetTest]
   [junit4] Completed [484/778 (2!)] on J1 in 10.97s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to