Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.0/9/

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

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([B6CCE611E92FAA00:3E98D9CB47D3C7F8]: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.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:226)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:107)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=22778, name=collection5, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=22778, name=collection5, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:42547/sdn: collection already exists: 
awholynewstresscollection_collection5_0
        at __randomizedtesting.SeedInfo.seed([B6CCE611E92FAA00]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1614)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:973)




Build Log:
[...truncated 11619 lines...]
   [junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/init-core-data-001
   [junit4]   2> 1996853 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1997272 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1997292 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1997302 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 1997366 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_59029_hdfs____.3ipybn/webapp
   [junit4]   2> 1997519 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 2000059 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:59029
   [junit4]   2> 2000390 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2000391 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 2000406 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_49475_datanode____p4c91w/webapp
   [junit4]   2> 2000848 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 2001774 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49475
   [junit4]   2> 2002578 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2002579 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 2002625 INFO  (IPC Server handler 8 on 41454) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-b1caf4c0-2175-426c-99dd-6fdc77fa6290 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=10d2b034-5801-46ab-a944-d5a19f7c0eca, infoPort=49475, 
ipcPort=43803, storageInfo=lv=-56;cid=testClusterID;nsid=1914638909;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 2002625 INFO  (IPC Server handler 8 on 41454) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-a6329837-b175-4bed-8499-e7b3e3916168 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=10d2b034-5801-46ab-a944-d5a19f7c0eca, infoPort=49475, 
ipcPort=43803, storageInfo=lv=-56;cid=testClusterID;nsid=1914638909;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 2002633 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_46754_datanode____4rcapn/webapp
   [junit4]   2> 2003282 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 2004227 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46754
   [junit4]   2> 2004987 INFO  (IPC Server handler 7 on 41454) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-bf8fe80b-9caf-4454-9ab5-d6d27d9627c2 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=e20ea8a0-c20e-4bc4-9560-cf0e0ac5b8cf, infoPort=46754, 
ipcPort=33610, storageInfo=lv=-56;cid=testClusterID;nsid=1914638909;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 346 msecs
   [junit4]   2> 2005105 INFO  (IPC Server handler 7 on 41454) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-98c3388f-8f54-4ee6-a653-9108fb8d5baf node DatanodeRegistration(127.0.0.1, 
datanodeUuid=e20ea8a0-c20e-4bc4-9560-cf0e0ac5b8cf, infoPort=46754, 
ipcPort=33610, storageInfo=lv=-56;cid=testClusterID;nsid=1914638909;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 2005166 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2005172 INFO  (Thread-14398) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2005172 INFO  (Thread-14398) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2005293 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:56495
   [junit4]   2> 2005293 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2005297 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2005370 INFO  (zkCallback-1122-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7ee0208b 
name:ZooKeeperConnection Watcher:127.0.0.1:56495 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2005370 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2005370 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2005370 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2005412 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2005417 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2005509 INFO  (zkCallback-1123-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5c7df997 
name:ZooKeeperConnection Watcher:127.0.0.1:56495/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2005509 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2005509 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2005509 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2005510 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2005510 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2005511 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2005512 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2005512 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2005521 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2005521 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2005522 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2005522 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2005673 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2005673 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2005685 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2005685 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2005686 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2005686 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2005686 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2005686 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2005687 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2005687 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2005694 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2005694 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2005812 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2005812 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2005817 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2005817 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2006185 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/control-001/cores/collection1
   [junit4]   2> 2006187 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2006197 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d60d8d9{/,null,AVAILABLE}
   [junit4]   2> 2006198 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1c59bdd8{HTTP/1.1,[http/1.1]}{127.0.0.1:43625}
   [junit4]   2> 2006198 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.e.j.s.Server Started @2012345ms
   [junit4]   2> 2006198 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=43625, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/control-001/cores}
   [junit4]   2> 2006198 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2006198 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/control-001'
   [junit4]   2> 2006198 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2006198 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2006199 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2006289 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2006320 INFO  (zkCallback-1124-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@728efe2c 
name:ZooKeeperConnection Watcher:127.0.0.1:56495/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2006320 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2006321 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2006322 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2006322 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/control-001/solr.xml
   [junit4]   2> 2006327 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/control-001/cores
   [junit4]   2> 2006327 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1155440235
   [junit4]   2> 2006327 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/control-001]
   [junit4]   2> 2006327 WARN  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/control-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/control-001/lib
   [junit4]   2> 2006328 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2006329 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2006330 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2006330 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2006330 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56495/solr
   [junit4]   2> 2006330 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2006330 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2006332 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2006336 INFO  (zkCallback-1127-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@61ddc491 
name:ZooKeeperConnection Watcher:127.0.0.1:56495 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2006353 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2006353 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2006354 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2006355 INFO  
(zkCallback-1128-thread-1-processing-n:127.0.0.1:43625_) [n:127.0.0.1:43625_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@788b9999 
name:ZooKeeperConnection Watcher:127.0.0.1:56495/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2006355 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2006355 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2006356 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2006357 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 2006358 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2006365 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2006386 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2006405 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2006406 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2006406 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2006413 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 2006413 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2006421 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2006422 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2006433 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2006433 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/95696417144242180-127.0.0.1:43625_-n_0000000000
   [junit4]   2> 2006433 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:43625_
   [junit4]   2> 2006433 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2006434 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.Overseer Overseer 
(id=95696417144242180-127.0.0.1:43625_-n_0000000000) starting
   [junit4]   2> 2006441 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2006494 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2006495 INFO  
(OverseerStateUpdate-95696417144242180-127.0.0.1:43625_-n_0000000000) 
[n:127.0.0.1:43625_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2006495 INFO  
(OverseerStateUpdate-95696417144242180-127.0.0.1:43625_-n_0000000000) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2006496 INFO  
(OverseerCollectionConfigSetProcessor-95696417144242180-127.0.0.1:43625_-n_0000000000)
 [n:127.0.0.1:43625_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 2006553 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43625_
   [junit4]   2> 2006553 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:43625_
   [junit4]   2> 2006554 INFO  
(zkCallback-1128-thread-1-processing-n:127.0.0.1:43625_) [n:127.0.0.1:43625_    
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [0])
   [junit4]   2> 2006554 INFO  
(zkCallback-1128-thread-1-processing-n:127.0.0.1:43625_) [n:127.0.0.1:43625_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2006588 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2006588 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2006601 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/control-001/cores
   [junit4]   2> 2006602 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2006602 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.CorePropertiesLocator Found core collection1 
in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/control-001/cores/collection1
   [junit4]   2> 2006602 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2006645 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2
   [junit4]   2> 2006645 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:43625_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 2006693 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 2006693 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 2006772 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 2006772 INFO  
(OverseerStateUpdate-95696417144242180-127.0.0.1:43625_-n_0000000000) 
[n:127.0.0.1:43625_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43625";,
   [junit4]   2>   "node_name":"127.0.0.1:43625_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2006773 INFO  
(OverseerStateUpdate-95696417144242180-127.0.0.1:43625_-n_0000000000) 
[n:127.0.0.1:43625_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43625";,
   [junit4]   2>   "node_name":"127.0.0.1:43625_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2006773 INFO  
(OverseerStateUpdate-95696417144242180-127.0.0.1:43625_-n_0000000000) 
[n:127.0.0.1:43625_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 2006773 INFO  
(OverseerStateUpdate-95696417144242180-127.0.0.1:43625_-n_0000000000) 
[n:127.0.0.1:43625_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 2006774 INFO  
(zkCallback-1128-thread-1-processing-n:127.0.0.1:43625_) [n:127.0.0.1:43625_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 2007772 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2007772 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 2007773 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 2007773 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 2007773 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2007773 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/control-001/cores/collection1'
   [junit4]   2> 2007773 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2007773 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2007775 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 2007779 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 2007782 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2007789 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2007794 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2008063 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2008068 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 2008070 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 2008080 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2008085 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2008086 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2008087 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2008087 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2
   [junit4]   2> 2008088 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 2008088 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 2008088 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:41454/solr_hdfs_home
   [junit4]   2> 2008088 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2008088 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/control-001/cores/collection1],
 
dataDir=[hdfs://localhost:41454/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 2008088 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b953fd9
   [junit4]   2> 2008088 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:41454/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 2008103 WARN  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds 
and try again.
   [junit4]   2> 2010583 INFO  (IPC Server handler 7 on 41454) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-bf8fe80b-9caf-4454-9ab5-d6d27d9627c2 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=e20ea8a0-c20e-4bc4-9560-cf0e0ac5b8cf, infoPort=46754, 
ipcPort=33610, storageInfo=lv=-56;cid=testClusterID;nsid=1914638909;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 2010583 INFO  (IPC Server handler 7 on 41454) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-98c3388f-8f54-4ee6-a653-9108fb8d5baf node DatanodeRegistration(127.0.0.1, 
datanodeUuid=e20ea8a0-c20e-4bc4-9560-cf0e0ac5b8cf, infoPort=46754, 
ipcPort=33610, storageInfo=lv=-56;cid=testClusterID;nsid=1914638909;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 2013361 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:41454/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 2013374 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=hdfs://localhost:41454/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 2013436 WARN  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'hdfs:/localhost:41454/solr_hdfs_home/control_collection/core_node1/data/index' 
doesn't exist. Creating new index...
   [junit4]   2> 2013436 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:41454/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 2013442 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 2013442 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 2013442 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2013452 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2013452 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:41454/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 2013453 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=0.3779296875, 
floorSegmentMB=0.845703125, forceMergeDeletesPctAllowed=15.406678918116604, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8836452750107364
   [junit4]   2> 2013828 INFO  (IPC Server handler 8 on 41454) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49090 is 
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, 
primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-a6329837-b175-4bed-8499-e7b3e3916168:NORMAL:127.0.0.1:49543|RBW],
 
ReplicaUnderConstruction[[DISK]DS-bf8fe80b-9caf-4454-9ab5-d6d27d9627c2:NORMAL:127.0.0.1:49090|RBW]]}
 size 0
   [junit4]   2> 2013830 INFO  (IPC Server handler 9 on 41454) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49543 is 
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, 
primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-bf8fe80b-9caf-4454-9ab5-d6d27d9627c2:NORMAL:127.0.0.1:49090|RBW],
 
ReplicaUnderConstruction[[DISK]DS-b1caf4c0-2175-426c-99dd-6fdc77fa6290:NORMAL:127.0.0.1:49543|FINALIZED]]}
 size 0
   [junit4]   2> 2013844 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@hdfs://localhost:41454/solr_hdfs_home/control_collection/core_node1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c770f7d); 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 2013844 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2013849 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
hdfs://localhost:41454/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 2013851 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 2013851 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2013851 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2013851 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2013851 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2013852 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 2013852 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2013852 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2013852 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 2013852 WARN  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2013853 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2013854 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2013854 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2013855 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2013859 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 2013859 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2013859 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2013859 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
tlogDfsReplication=2
   [junit4]   2> 2013873 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2013873 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2013879 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@34103945
   [junit4]   2> 2013945 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@hdfs://localhost:41454/solr_hdfs_home/control_collection/core_node1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c770f7d); 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 2013945 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2013945 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@587f46fe[collection1] main]
   [junit4]   2> 2013945 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 2013946 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2013946 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2013946 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2013946 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2013946 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2013946 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 2013946 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2013946 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2013946 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2013953 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2013953 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 256 version 
buckets from index
   [junit4]   2> 2013953 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 2013953 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1531142683514372096
   [junit4]   2> 2013954 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 0.0ms to seed version buckets with highest version 
1531142683514372096
   [junit4]   2> 2013954 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2013954 INFO  
(searcherExecutor-3133-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@587f46fe[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2013954 INFO  
(coreLoadExecutor-3132-thread-1-processing-n:127.0.0.1:43625_) 
[n:127.0.0.1:43625_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2013963 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
Register replica - core:collection1 address:http://127.0.0.1:43625 
collection:control_collection shard:shard1
   [junit4]   2> 2013965 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2013967 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector 
Joined leadership election with path: 
/collections/control_collection/leader_elect/shard1/election/95696417144242180-core_node1-n_0000000000
   [junit4]   2> 2013967 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 
and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 2013973 INFO  
(OverseerStateUpdate-95696417144242180-127.0.0.1:43625_-n_0000000000) 
[n:127.0.0.1:43625_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 2013974 INFO  
(zkCallback-1128-thread-1-processing-n:127.0.0.1:43625_) [n:127.0.0.1:43625_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 2013997 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2013997 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2013997 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:43625/collection1/
   [junit4]   2> 2014014 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2014015 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:43625/collection1/ has no replicas
   [junit4]   2> 2014015 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2014016 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/95696417144242180-core_node1-n_0000000000
   [junit4]   2> 2014018 INFO  
(OverseerStateUpdate-95696417144242180-127.0.0.1:43625_-n_0000000000) 
[n:127.0.0.1:43625_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:43625";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 2014019 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43625/collection1/ shard1
   [junit4]   2> 2014121 INFO  
(zkCallback-1128-thread-1-processing-n:127.0.0.1:43625_) [n:127.0.0.1:43625_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 2014123 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are http://127.0.0.1:43625/collection1/ and leader is 
http://127.0.0.1:43625/collection1/
   [junit4]   2> 2014123 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43625
   [junit4]   2> 2014123 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2014123 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 2014123 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 2014124 INFO  
(OverseerStateUpdate-95696417144242180-127.0.0.1:43625_-n_0000000000) 
[n:127.0.0.1:43625_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43625";,
   [junit4]   2>   "node_name":"127.0.0.1:43625_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 2014124 INFO  
(OverseerStateUpdate-95696417144242180-127.0.0.1:43625_-n_0000000000) 
[n:127.0.0.1:43625_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43625";,
   [junit4]   2>   "node_name":"127.0.0.1:43625_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2014125 INFO  
(coreZkRegister-3126-thread-1-processing-n:127.0.0.1:43625_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43625_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 2014369 INFO  
(zkCallback-1128-thread-1-processing-n:127.0.0.1:43625_) [n:127.0.0.1:43625_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 2014370 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2014377 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2014393 INFO  (zkCallback-1130-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1cde2bbf 
name:ZooKeeperConnection Watcher:127.0.0.1:56495/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2014393 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2014393 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2014393 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2014394 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2014394 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2014653 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/shard-1-001/cores/collection1
   [junit4]   2> 2014654 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/shard-1-001
   [junit4]   2> 2014655 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2014879 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6fa7aa2f{/,null,AVAILABLE}
   [junit4]   2> 2014879 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6350edf{HTTP/1.1,[http/1.1]}{127.0.0.1:35181}
   [junit4]   2> 2014879 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.e.j.s.Server Started @2021026ms
   [junit4]   2> 2014879 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml, 
hostContext=/, hostPort=35181, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/shard-1-001/cores}
   [junit4]   2> 2014880 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2014880 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/shard-1-001'
   [junit4]   2> 2014880 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2014880 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2014880 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2014889 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2014889 INFO  (zkCallback-1131-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@385b0424 
name:ZooKeeperConnection Watcher:127.0.0.1:56495/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2014889 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2014890 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2014890 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2014890 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/shard-1-001/solr.xml
   [junit4]   2> 2014894 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/shard-1-001/cores
   [junit4]   2> 2014894 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1305299606
   [junit4]   2> 2014894 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/shard-1-001]
   [junit4]   2> 2014894 WARN  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/shard-1-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/shard-1-001/lib
   [junit4]   2> 2014895 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2014896 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2014896 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2014896 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2014896 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56495/solr
   [junit4]   2> 2014896 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2014896 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2014897 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2014904 INFO  (zkCallback-1134-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3669b025 
name:ZooKeeperConnection Watcher:127.0.0.1:56495 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2014904 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2014905 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2014908 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2014908 INFO  
(zkCallback-1135-thread-1-processing-n:127.0.0.1:35181_) [n:127.0.0.1:35181_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@451e94cd 
name:ZooKeeperConnection Watcher:127.0.0.1:56495/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2014908 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2014910 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 2014911 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2014911 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2014912 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/95696417144242184-127.0.0.1:35181_-n_0000000001
   [junit4]   2> 2014912 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95696417144242180-127.0.0.1:43625_-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 2014912 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.ZkController Publish node=127.0.0.1:35181_ as 
DOWN
   [junit4]   2> 2014923 INFO  
(OverseerStateUpdate-95696417144242180-127.0.0.1:43625_-n_0000000000) 
[n:127.0.0.1:43625_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35181_"} current state version: 4
   [junit4]   2> 2014923 INFO  
(OverseerStateUpdate-95696417144242180-127.0.0.1:43625_-n_0000000000) 
[n:127.0.0.1:43625_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 
127.0.0.1:35181_
   [junit4]   2> 2015025 INFO  
(zkCallback-1128-thread-1-processing-n:127.0.0.1:43625_) [n:127.0.0.1:43625_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 2015029 INFO  (zkCallback-1130-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 2015029 INFO  
(zkCallback-1135-thread-1-processing-n:127.0.0.1:35181_) [n:127.0.0.1:35181_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 2015913 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35181_
   [junit4]   2> 2015918 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:35181_
   [junit4]   2> 2015919 INFO  (zkCallback-1130-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 2015919 INFO  
(zkCallback-1128-thread-1-processing-n:127.0.0.1:43625_) [n:127.0.0.1:43625_    
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 2015919 INFO  
(zkCallback-1128-thread-1-processing-n:127.0.0.1:43625_) [n:127.0.0.1:43625_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2015919 INFO  (zkCallback-1130-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2015919 INFO  
(zkCallback-1135-thread-1-processing-n:127.0.0.1:35181_) [n:127.0.0.1:35181_    
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 2015919 INFO  
(zkCallback-1135-thread-1-processing-n:127.0.0.1:35181_) [n:127.0.0.1:35181_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2015974 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2015974 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2015975 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/shard-1-001/cores
   [junit4]   2> 2015975 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2015975 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.CorePropertiesLocator Found core collection1 
in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_B6CCE611E92FAA00-001/shard-1-001/cores/collection1
   [junit4]   2> 2015976 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2016009 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J2
   [junit4]   2> 2016009 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[B6CCE611E92FAA00]) 
[n:127.0.0.1:35181_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 2016033 INFO  
(coreLoadExecutor-3143-thread-1-processing-n:127.0.0.1:35181_) 
[n:127.0.0.1:35181_ c:collection1   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 2016033 INFO  
(coreLoadExecutor-3143-thread-1-processing-n:127.0.0.1:35181_) 
[n:127.0.0.1:35181_ c:collection1   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 2016058 INFO  (OverseerStateUpdate-9569641714424218

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

(CollectionsAPIDistributedZkTest.java:973)Throwable #4: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=22775, name=collection2, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:46927/sdn: collection already exists: 
awholynewstresscollection_collection2_0
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B6CCE611E92FAA00]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1614)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:973)Throwable
 #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=22773, name=collection0, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:46927/sdn: collection already exists: 
awholynewstresscollection_collection0_0
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B6CCE611E92FAA00]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1614)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:973)Throwable
 #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=22777, name=collection4, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:46927/sdn: Could not find collection : 
awholynewstresscollection_collection4_0
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B6CCE611E92FAA00]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:980)
   [junit4]   2> 3174983 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[B6CCE611E92FAA00]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=7, maxDocsPerChunk=276, blockSize=2), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=7, blockSize=2)), sim=RandomSimilarity(queryNorm=false,coord=no): {}, 
locale=ru-RU, timezone=America/Argentina/La_Rioja
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=167390560,total=500170752
   [junit4]   2> NOTE: All tests run in this JVM: [LukeRequestHandlerTest, 
RequestHandlersTest, FullSolrCloudDistribCmdsTest, TestSchemaResource, 
DateMathParserTest, XmlUpdateRequestHandlerTest, TestConfigSets, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestFreeTextSuggestions, 
BlockDirectoryTest, TestStressRecovery, RecoveryZkTest, 
TestAddFieldRealTimeGet, TestConfigSetsAPIZkFailure, 
DistribJoinFromCollectionTest, DistributedExpandComponentTest, 
TestSortByMinMaxFunction, AutoCommitTest, TestJmxMonitoredMap, 
HighlighterMaxOffsetTest, CollectionStateFormat2Test, TestLRUStatsCache, 
SparseHLLTest, TestSolrCLIRunExample, TestSolrIndexConfig, TestSmileRequest, 
TestSha256AuthenticationProvider, TestReloadAndDeleteDocs, SuggesterWFSTTest, 
TestDistributedMissingSort, TestDynamicFieldResource, 
TestReversedWildcardFilterFactory, StatsComponentTest, TestInfoStreamLogging, 
TestGroupingSearch, DirectSolrConnectionTest, TestSolrDynamicMBean, 
SolrCoreCheckLockOnStartupTest, AssignTest, TestExceedMaxTermLength, 
QueryParsingTest, OverseerTest, TestDownShardTolerantSearch, 
TestPostingsSolrHighlighter, TestSuggestSpellingConverter, 
TestSortingResponseWriter, MultiThreadedOCPTest, 
DocExpirationUpdateProcessorFactoryTest, ShowFileRequestHandlerTest, 
SuggesterTSTTest, NoCacheHeaderTest, ExitableDirectoryReaderTest, 
HardAutoCommitTest, CircularListTest, SecurityConfHandlerTest, 
TestFieldTypeCollectionResource, StatelessScriptUpdateProcessorFactoryTest, 
TestRequestStatusCollectionAPI, TestFilteredDocIdSet, TestCloudSchemaless, 
TestIndexingPerformance, ClusterStateTest, 
TestPerFieldSimilarityWithDefaultOverride, TestMaxScoreQueryParser, 
CdcrRequestHandlerTest, HdfsTlogReplayBufferedWhileIndexingTest, 
TestPerFieldSimilarity, TestSolrJ, SuggestComponentTest, TestCharFilters, 
TestRebalanceLeaders, TestIndexSearcher, TestExtendedDismaxParser, 
TestJsonFacets, SampleTest, MergeStrategyTest, TestBlobHandler, 
CoreAdminRequestStatusTest, TestOverriddenPrefixQueryForCustomFieldType, 
DirectUpdateHandlerOptimizeTest, CoreAdminHandlerTest, TestConfigOverlay, 
SharedFSAutoReplicaFailoverTest, TestFastWriter, DocValuesMultiTest, 
LeaderInitiatedRecoveryOnCommitTest, TestCollationField, 
TestUniqueKeyFieldResource, TestSerializedLuceneMatchVersion, 
OverseerCollectionConfigSetProcessorTest, SolrTestCaseJ4Test, 
TestPivotHelperCode, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest]
   [junit4] Completed [223/579 (2!)] on J2 in 558.08s, 1 test, 1 error <<< 
FAILURES!

[...truncated 1164 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/build.xml:747: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/build.xml:684: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/common-build.xml:527:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/lucene/common-build.xml:1457:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/lucene/common-build.xml:1014:
 There were test failures: 579 suites (10 ignored), 2309 tests, 1 error, 1 
failure, 31 ignored (16 assumptions) [seed: B6CCE611E92FAA00]

Total time: 298 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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

Reply via email to