Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.0/10/

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

Error Message:
Unable to restart (#9): CloudJettyRunner 
[url=http://127.0.0.1:55542/collection1_shard2_replica_n7]

Stack Trace:
java.lang.AssertionError: Unable to restart (#9): CloudJettyRunner 
[url=http://127.0.0.1:55542/collection1_shard2_replica_n7]
        at 
__randomizedtesting.SeedInfo.seed([6C83F939DA79A2A8:E4D7C6E37485CF50]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:103)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
        at 
__randomizedtesting.SeedInfo.seed([6C83F939DA79A2A8:E4D7C6E37485CF50]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:246)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:136)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12898 lines...]
   [junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/init-core-data-001
   [junit4]   2> 2255154 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=47 numCloses=47
   [junit4]   2> 2255154 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2255155 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 2255155 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2255199 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2255208 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2255209 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 2255219 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_37910_hdfs____6q7zdq/webapp
   [junit4]   2> 2255819 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37910
   [junit4]   2> 2255907 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2255909 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 2255926 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_41970_datanode____shvst8/webapp
   [junit4]   2> 2256363 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41970
   [junit4]   2> 2256405 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2256406 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 2256416 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_58469_datanode____.q4tv39/webapp
   [junit4]   2> 2256494 INFO  (IPC Server handler 3 on 51506) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-b1ca6d57-553d-4d39-8773-aadc45896066 node 
DatanodeRegistration(127.0.0.1:55607, 
datanodeUuid=161fd3d7-91d4-43d0-a993-4b25aaa95c73, infoPort=49917, 
infoSecurePort=0, ipcPort=58419, 
storageInfo=lv=-56;cid=testClusterID;nsid=1452990903;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2256494 INFO  (IPC Server handler 3 on 51506) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-4d1ab151-e02d-48ee-b415-dbde1b0c9f4e node 
DatanodeRegistration(127.0.0.1:55607, 
datanodeUuid=161fd3d7-91d4-43d0-a993-4b25aaa95c73, infoPort=49917, 
infoSecurePort=0, ipcPort=58419, 
storageInfo=lv=-56;cid=testClusterID;nsid=1452990903;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2256799 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[6C83F939DA79A2A8]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58469
   [junit4]   2> 2256886 INFO  (IPC Server handler 2 on 51506) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-6c7c4844-257a-423c-a6ea-bfa3abefdbd9 node 
DatanodeRegistration(127.0.0.1:59865, 
datanodeUuid=bde7e365-0776-414c-b53f-27f50b2abbc7, infoPort=34422, 
infoSecurePort=0, ipcPort=47116, 
storageInfo=lv=-56;cid=testClusterID;nsid=1452990903;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2256886 INFO  (IPC Server handler 2 on 51506) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-1737cfa0-bd86-47d0-917d-00ede5cb525c node 
DatanodeRegistration(127.0.0.1:59865, 
datanodeUuid=bde7e365-0776-414c-b53f-27f50b2abbc7, infoPort=34422, 
infoSecurePort=0, ipcPort=47116, 
storageInfo=lv=-56;cid=testClusterID;nsid=1452990903;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2257775 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2257775 INFO  (Thread-12961) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2257775 INFO  (Thread-12961) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2257776 ERROR (Thread-12961) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2257875 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:55300
   [junit4]   2> 2257884 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2257886 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2257888 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2257889 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2257890 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2257891 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2257892 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2257893 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2257894 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2257895 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2257896 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2257897 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 2257988 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2257989 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@74e66e30{/,null,AVAILABLE}
   [junit4]   2> 2257989 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@71cac315{HTTP/1.1,[http/1.1]}{127.0.0.1:40659}
   [junit4]   2> 2257990 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.Server Started @2260109ms
   [junit4]   2> 2257990 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=40659, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/control-001/cores}
   [junit4]   2> 2257991 ERROR 
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2257991 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2257991 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2257991 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2257991 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-20T04:35:24.479Z
   [junit4]   2> 2257993 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2257993 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/control-001/solr.xml
   [junit4]   2> 2258011 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2258014 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55300/solr
   [junit4]   2> 2258071 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:40659_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2258071 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:40659_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:40659_
   [junit4]   2> 2258072 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:40659_    ] o.a.s.c.Overseer Overseer 
(id=98338427650965508-127.0.0.1:40659_-n_0000000000) starting
   [junit4]   2> 2258077 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:40659_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40659_
   [junit4]   2> 2258078 INFO  
(zkCallback-2517-thread-1-processing-n:127.0.0.1:40659_) [n:127.0.0.1:40659_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2258155 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:40659_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2258159 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:40659_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2258159 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:40659_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2258160 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:40659_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/control-001/cores
   [junit4]   2> 2258172 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2258173 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55300/solr ready
   [junit4]   2> 2258173 INFO  (qtp1951557785-27823) [n:127.0.0.1:40659_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40659_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2258176 INFO  
(OverseerThreadFactory-6874-thread-1-processing-n:127.0.0.1:40659_) 
[n:127.0.0.1:40659_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 2258279 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2258279 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2258382 INFO  
(zkCallback-2517-thread-1-processing-n:127.0.0.1:40659_) [n:127.0.0.1:40659_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2259289 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2259299 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2259711 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2259722 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 2259722 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2259722 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:51506/solr_hdfs_home
   [junit4]   2> 2259722 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2259722 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2259722 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://localhost:51506/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 2259723 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:51506/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 2259729 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 2259729 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2259729 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
   [junit4]   2> 2259738 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2259739 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:51506/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 2259751 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:51506/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 2259756 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 2259756 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2259759 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2259760 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=9, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2259775 INFO  (IPC Server handler 5 on 51506) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55607 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-1737cfa0-bd86-47d0-917d-00ede5cb525c:NORMAL:127.0.0.1:59865|RBW],
 
ReplicaUC[[DISK]DS-4d1ab151-e02d-48ee-b415-dbde1b0c9f4e:NORMAL:127.0.0.1:55607|RBW]]}
 size 0
   [junit4]   2> 2259776 INFO  (IPC Server handler 9 on 51506) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:59865 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-4d1ab151-e02d-48ee-b415-dbde1b0c9f4e:NORMAL:127.0.0.1:55607|RBW],
 
ReplicaUC[[DISK]DS-6c7c4844-257a-423c-a6ea-bfa3abefdbd9:NORMAL:127.0.0.1:59865|FINALIZED]]}
 size 0
   [junit4]   2> 2259785 WARN  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2259818 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2259818 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2259818 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 2259825 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2259825 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2259827 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=76.3134765625, 
floorSegmentMB=0.3486328125, forceMergeDeletesPctAllowed=22.112097555656966, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2259831 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@330cf1[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2259832 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2259832 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2259833 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2259835 WARN  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for 
hdfs://localhost:40250/solr3 due to exception: java.net.ConnectException: Call 
From lucene1-us-west/10.41.0.5 to localhost:40250 failed on connection 
exception: java.net.ConnectException: Connection refused; For more details see: 
 http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 2259835 INFO  
(searcherExecutor-6877-thread-1-processing-n:127.0.0.1:40659_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:40659_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@330cf1[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2259835 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1573414844574466048
   [junit4]   2> 2259840 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2259840 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2259840 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:40659/control_collection_shard1_replica_n1/
   [junit4]   2> 2259840 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2259840 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:40659/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2259840 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2259843 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40659/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2259945 INFO  
(zkCallback-2517-thread-1-processing-n:127.0.0.1:40659_) [n:127.0.0.1:40659_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2259993 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2259995 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1716
   [junit4]   2> 2259997 INFO  (qtp1951557785-27823) [n:127.0.0.1:40659_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2260096 INFO  
(zkCallback-2517-thread-1-processing-n:127.0.0.1:40659_) [n:127.0.0.1:40659_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2260178 INFO  
(OverseerCollectionConfigSetProcessor-98338427650965508-127.0.0.1:40659_-n_0000000000)
 [n:127.0.0.1:40659_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2260997 INFO  (qtp1951557785-27823) [n:127.0.0.1:40659_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40659_&wt=javabin&version=2}
 status=0 QTime=2823
   [junit4]   2> 2261002 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2261003 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55300/solr ready
   [junit4]   2> 2261003 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2261003 INFO  (qtp1951557785-27821) [n:127.0.0.1:40659_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2261005 INFO  
(OverseerThreadFactory-6874-thread-2-processing-n:127.0.0.1:40659_) 
[n:127.0.0.1:40659_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2261006 WARN  
(OverseerThreadFactory-6874-thread-2-processing-n:127.0.0.1:40659_) 
[n:127.0.0.1:40659_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 2261209 INFO  (qtp1951557785-27821) [n:127.0.0.1:40659_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2261209 INFO  (qtp1951557785-27821) [n:127.0.0.1:40659_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=205
   [junit4]   2> 2261289 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-1-001
 of type NRT
   [junit4]   2> 2261289 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2261290 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17341d01{/,null,AVAILABLE}
   [junit4]   2> 2261291 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@144e5ea6{HTTP/1.1,[http/1.1]}{127.0.0.1:35705}
   [junit4]   2> 2261291 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.Server Started @2263409ms
   [junit4]   2> 2261291 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT, 
solrconfig=solrconfig.xml, hostContext=/, hostPort=35705, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-1-001/cores}
   [junit4]   2> 2261291 ERROR 
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2261291 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2261291 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2261291 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2261291 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-20T04:35:27.779Z
   [junit4]   2> 2261302 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2261302 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-1-001/solr.xml
   [junit4]   2> 2261306 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2261308 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55300/solr
   [junit4]   2> 2261313 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:35705_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2261314 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:35705_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2261316 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:35705_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35705_
   [junit4]   2> 2261316 INFO  
(zkCallback-2517-thread-1-processing-n:127.0.0.1:40659_) [n:127.0.0.1:40659_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2261318 INFO  (zkCallback-2524-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2261319 INFO  
(zkCallback-2529-thread-1-processing-n:127.0.0.1:35705_) [n:127.0.0.1:35705_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2261388 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:35705_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2261392 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:35705_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2261392 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:35705_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2261393 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:35705_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-1-001/cores
   [junit4]   2> 2261409 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35705_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2261411 INFO  
(OverseerCollectionConfigSetProcessor-98338427650965508-127.0.0.1:40659_-n_0000000000)
 [n:127.0.0.1:40659_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2261411 INFO  
(OverseerThreadFactory-6874-thread-3-processing-n:127.0.0.1:40659_) 
[n:127.0.0.1:40659_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35705_ 
for creating new replica
   [junit4]   2> 2261412 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2261412 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2261515 INFO  
(zkCallback-2529-thread-1-processing-n:127.0.0.1:35705_) [n:127.0.0.1:35705_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2262436 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2262446 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n0] Schema name=test
   [junit4]   2> 2262526 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2262535 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2262536 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n0' (registry 
'solr.core.collection1.shard2.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2262536 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:51506/solr_hdfs_home
   [junit4]   2> 2262536 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2262536 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2262536 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n0] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-1-001/cores/collection1_shard2_replica_n0],
 dataDir=[hdfs://localhost:51506/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 2262537 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:51506/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 2262543 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 2262543 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2262546 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2262547 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:51506/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 2262559 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:51506/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 2262564 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 2262564 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2262565 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2262566 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=9, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2262578 INFO  (IPC Server handler 6 on 51506) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:59865 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-4d1ab151-e02d-48ee-b415-dbde1b0c9f4e:NORMAL:127.0.0.1:55607|RBW],
 
ReplicaUC[[DISK]DS-1737cfa0-bd86-47d0-917d-00ede5cb525c:NORMAL:127.0.0.1:59865|RBW]]}
 size 0
   [junit4]   2> 2262579 INFO  (IPC Server handler 7 on 51506) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55607 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-1737cfa0-bd86-47d0-917d-00ede5cb525c:NORMAL:127.0.0.1:59865|RBW],
 
ReplicaUC[[DISK]DS-b1ca6d57-553d-4d39-8773-aadc45896066:NORMAL:127.0.0.1:55607|FINALIZED]]}
 size 0
   [junit4]   2> 2262587 WARN  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2262618 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2262618 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2262618 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 2262626 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2262626 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2262627 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=76.3134765625, 
floorSegmentMB=0.3486328125, forceMergeDeletesPctAllowed=22.112097555656966, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2262634 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@16c90c6[collection1_shard2_replica_n0] main]
   [junit4]   2> 2262635 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2262635 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2262636 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2262638 WARN  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for 
hdfs://localhost:40250/solr3 due to exception: java.net.ConnectException: Call 
From lucene1-us-west/10.41.0.5 to localhost:40250 failed on connection 
exception: java.net.ConnectException: Connection refused; For more details see: 
 http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 2262639 INFO  
(searcherExecutor-6888-thread-1-processing-n:127.0.0.1:35705_ 
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[collection1_shard2_replica_n0] Registered new searcher 
Searcher@16c90c6[collection1_shard2_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2262639 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1573414847514673152
   [junit4]   2> 2262643 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2262643 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2262643 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:35705/collection1_shard2_replica_n0/
   [junit4]   2> 2262643 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2262643 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:35705/collection1_shard2_replica_n0/ has no replicas
   [junit4]   2> 2262644 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2262646 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35705/collection1_shard2_replica_n0/ shard2
   [junit4]   2> 2262747 INFO  
(zkCallback-2529-thread-1-processing-n:127.0.0.1:35705_) [n:127.0.0.1:35705_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2262797 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 2262798 INFO  (qtp750325771-27875) [n:127.0.0.1:35705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1386
   [junit4]   2> 2262800 INFO  (qtp1951557785-27825) [n:127.0.0.1:40659_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:35705_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1390
   [junit4]   2> 2262881 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-2-001
 of type NRT
   [junit4]   2> 2262881 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2262883 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5fc7b690{/,null,AVAILABLE}
   [junit4]   2> 2262883 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7f04d594{HTTP/1.1,[http/1.1]}{127.0.0.1:47890}
   [junit4]   2> 2262884 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.Server Started @2265003ms
   [junit4]   2> 2262884 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT, 
solrconfig=solrconfig.xml, hostContext=/, hostPort=47890, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-2-001/cores}
   [junit4]   2> 2262885 ERROR 
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2262885 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2262885 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2262885 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2262885 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-20T04:35:29.373Z
   [junit4]   2> 2262887 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2262887 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-2-001/solr.xml
   [junit4]   2> 2262890 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2262892 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55300/solr
   [junit4]   2> 2262898 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:47890_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2262900 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:47890_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2262900 INFO  
(zkCallback-2529-thread-1-processing-n:127.0.0.1:35705_) [n:127.0.0.1:35705_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2262901 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:47890_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47890_
   [junit4]   2> 2262902 INFO  (zkCallback-2524-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2262902 INFO  
(zkCallback-2529-thread-1-processing-n:127.0.0.1:35705_) [n:127.0.0.1:35705_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2262902 INFO  
(zkCallback-2517-thread-1-processing-n:127.0.0.1:40659_) [n:127.0.0.1:40659_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2262904 INFO  
(zkCallback-2535-thread-1-processing-n:127.0.0.1:47890_) [n:127.0.0.1:47890_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2263015 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:47890_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2263019 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:47890_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2263019 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:47890_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2263020 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:47890_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-2-001/cores
   [junit4]   2> 2263041 INFO  (qtp2118987663-27912) [n:127.0.0.1:47890_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:47890_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2263042 INFO  
(OverseerCollectionConfigSetProcessor-98338427650965508-127.0.0.1:40659_-n_0000000000)
 [n:127.0.0.1:40659_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2263043 INFO  
(OverseerThreadFactory-6874-thread-4-processing-n:127.0.0.1:40659_) 
[n:127.0.0.1:40659_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:47890_ 
for creating new replica
   [junit4]   2> 2263044 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2263044 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2263146 INFO  
(zkCallback-2535-thread-1-processing-n:127.0.0.1:47890_) [n:127.0.0.1:47890_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2263146 INFO  
(zkCallback-2529-thread-1-processing-n:127.0.0.1:35705_) [n:127.0.0.1:35705_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2264054 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2264064 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 2264145 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2264156 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2264156 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n0' (registry 
'solr.core.collection1.shard1.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2264156 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:51506/solr_hdfs_home
   [junit4]   2> 2264157 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2264157 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2264157 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n0] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-2-001/cores/collection1_shard1_replica_n0],
 dataDir=[hdfs://localhost:51506/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 2264158 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:51506/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 2264163 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 2264164 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2264166 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2264167 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:51506/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 2264178 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:51506/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 2264183 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 2264183 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2264185 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2264186 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=9, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2264196 INFO  (IPC Server handler 0 on 51506) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55607 is 
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-6c7c4844-257a-423c-a6ea-bfa3abefdbd9:NORMAL:127.0.0.1:59865|RBW],
 
ReplicaUC[[DISK]DS-4d1ab151-e02d-48ee-b415-dbde1b0c9f4e:NORMAL:127.0.0.1:55607|FINALIZED]]}
 size 0
   [junit4]   2> 2264197 INFO  (IPC Server handler 1 on 51506) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:59865 is 
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-6c7c4844-257a-423c-a6ea-bfa3abefdbd9:NORMAL:127.0.0.1:59865|RBW],
 
ReplicaUC[[DISK]DS-4d1ab151-e02d-48ee-b415-dbde1b0c9f4e:NORMAL:127.0.0.1:55607|FINALIZED]]}
 size 0
   [junit4]   2> 2264205 WARN  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2264235 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2264235 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2264235 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 2264247 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2264247 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2264249 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=76.3134765625, 
floorSegmentMB=0.3486328125, forceMergeDeletesPctAllowed=22.112097555656966, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2264259 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@33036ec3[collection1_shard1_replica_n0] main]
   [junit4]   2> 2264260 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2264260 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2264261 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2264261 WARN  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for 
hdfs://localhost:40250/solr3 due to exception: java.net.ConnectException: Call 
From lucene1-us-west/10.41.0.5 to localhost:40250 failed on connection 
exception: java.net.ConnectException: Connection refused; For more details see: 
 http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 2264276 INFO  
(searcherExecutor-6899-thread-1-processing-n:127.0.0.1:47890_ 
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[collection1_shard1_replica_n0] Registered new searcher 
Searcher@33036ec3[collection1_shard1_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2264276 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1573414849231192064
   [junit4]   2> 2264280 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2264280 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2264281 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:47890/collection1_shard1_replica_n0/
   [junit4]   2> 2264281 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2264281 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:47890/collection1_shard1_replica_n0/ has no replicas
   [junit4]   2> 2264281 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2264282 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:47890/collection1_shard1_replica_n0/ shard1
   [junit4]   2> 2264384 INFO  
(zkCallback-2529-thread-1-processing-n:127.0.0.1:35705_) [n:127.0.0.1:35705_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2264384 INFO  
(zkCallback-2535-thread-1-processing-n:127.0.0.1:47890_) [n:127.0.0.1:47890_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2264433 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 2264436 INFO  (qtp2118987663-27910) [n:127.0.0.1:47890_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1392
   [junit4]   2> 2264438 INFO  (qtp2118987663-27912) [n:127.0.0.1:47890_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:47890_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1397
   [junit4]   2> 2264519 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-3-001
 of type NRT
   [junit4]   2> 2264519 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2264520 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@72c93e4e{/,null,AVAILABLE}
   [junit4]   2> 2264521 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@512c6081{HTTP/1.1,[http/1.1]}{127.0.0.1:58677}
   [junit4]   2> 2264521 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.e.j.s.Server Started @2266639ms
   [junit4]   2> 2264521 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT, 
solrconfig=solrconfig.xml, hostContext=/, hostPort=58677, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-3-001/cores}
   [junit4]   2> 2264523 ERROR 
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2264523 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2264523 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2264523 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2264523 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-20T04:35:31.011Z
   [junit4]   2> 2264525 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2264525 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-3-001/solr.xml
   [junit4]   2> 2264530 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2264533 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55300/solr
   [junit4]   2> 2264537 INFO  
(zkCallback-2529-thread-1-processing-n:127.0.0.1:35705_) [n:127.0.0.1:35705_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2264537 INFO  
(zkCallback-2535-thread-1-processing-n:127.0.0.1:47890_) [n:127.0.0.1:47890_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2264550 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:58677_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2264551 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:58677_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2264553 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:58677_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58677_
   [junit4]   2> 2264554 INFO  
(zkCallback-2535-thread-1-processing-n:127.0.0.1:47890_) [n:127.0.0.1:47890_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2264554 INFO  
(zkCallback-2529-thread-1-processing-n:127.0.0.1:35705_) [n:127.0.0.1:35705_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2264554 INFO  (zkCallback-2524-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2264554 INFO  
(zkCallback-2517-thread-1-processing-n:127.0.0.1:40659_) [n:127.0.0.1:40659_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2264565 INFO  
(zkCallback-2541-thread-1-processing-n:127.0.0.1:58677_) [n:127.0.0.1:58677_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2264604 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:58677_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2264608 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:58677_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2264609 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:58677_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e97703e
   [junit4]   2> 2264609 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6C83F939DA79A2A8]) 
[n:127.0.0.1:58677_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6C83F939DA79A2A8-001/shard-3-001/cores
   [junit4]   2> 2264639 INFO  (qtp2118987663-27913) [n:127.0.0.1:47890_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:58677_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2264642 INFO  
(OverseerCollectionConfigSetProcessor-98338427650965508-127.0.0.1:40659_-n_0000000000)
 [n:1

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

5-core_node11-n_0000000056
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard2/election/98338423516627169-core_node13-n_0000000029
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard2/election/98338423516626953-core_node1-n_0000000000
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard2/election/98338423516627121-core_node13-n_0000000023
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627106-127.0.0.1:40001_-n_0000000075
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627208-127.0.0.1:36221_-n_0000000127
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627154-127.0.0.1:40001_-n_0000000097
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627289-127.0.0.1:59350_-n_0000000166
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627121-127.0.0.1:40361_-n_0000000086
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627085-127.0.0.1:50394_-n_0000000068
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/98338423516627037-core_node14-n_0000000014
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/98338423516627277-core_node14-n_0000000064
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/98338423516627181-core_node14-n_0000000044
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627412-127.0.0.1:55542_-n_0000000225
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627169-127.0.0.1:40361_-n_0000000108
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627364-127.0.0.1:55542_-n_0000000197
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard2/election/98338423516627193-core_node11-n_0000000032
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627196-127.0.0.1:41883_-n_0000000117
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627037-127.0.0.1:50394_-n_0000000046
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/98338423516627406-core_node12-n_0000000092
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627316-127.0.0.1:55542_-n_0000000175
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516626992-127.0.0.1:50394_-n_0000000014
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/98338423516627022-core_node12-n_0000000012
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627361-127.0.0.1:40361_-n_0000000196
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627124-127.0.0.1:55542_-n_0000000087
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/98338423516627373-core_node14-n_0000000084
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/98338423516627166-core_node12-n_0000000042
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/98338423516627070-core_node12-n_0000000022
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/98338423516627214-core_node12-n_0000000052
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627220-127.0.0.1:55542_-n_0000000131
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627244-127.0.0.1:41883_-n_0000000139
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627400-127.0.0.1:36221_-n_0000000215
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/98338423516627118-core_node12-n_0000000032
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627172-127.0.0.1:55542_-n_0000000109
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627049-127.0.0.1:59350_-n_0000000050
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627256-127.0.0.1:36221_-n_0000000149
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627010-127.0.0.1:40001_-n_0000000031
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627016-127.0.0.1:36221_-n_0000000033
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627076-127.0.0.1:55542_-n_0000000059
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627385-127.0.0.1:59350_-n_0000000210
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627148-127.0.0.1:41883_-n_0000000095
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627160-127.0.0.1:36221_-n_0000000099
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627250-127.0.0.1:40001_-n_0000000147
   [junit4]   2>        2       
/solr/overseer_elect/election/98338423516627424-127.0.0.1:55259_-n_0000000229
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        165     /solr/collections
   [junit4]   2>        65      /solr/overseer/queue
   [junit4]   2>        65      /solr/overseer/collection-queue-work
   [junit4]   2>        19      /solr/live_nodes
   [junit4]   2>        12      /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RollingRestartTest 
-Dtests.method=test -Dtests.seed=6C83F939DA79A2A8 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/test-data/enwiki.random.lines.txt
 -Dtests.locale=sr -Dtests.timezone=Pacific/Wake -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  962s J0 | RollingRestartTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Unable to restart 
(#9): CloudJettyRunner 
[url=http://127.0.0.1:55542/collection1_shard2_replica_n7]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6C83F939DA79A2A8:E4D7C6E37485CF50]:0)
   [junit4]    >        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:103)
   [junit4]    >        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_6C83F939DA79A2A8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=569, maxMBSortInHeap=5.130533730930427, 
sim=RandomSimilarity(queryNorm=false): {}, locale=sr, timezone=Pacific/Wake
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=189195776,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [PeerSyncTest, 
TestSolrQueryParser, TestBadConfig, TestEmbeddedSolrServerConstructors, 
TestManagedSchemaThreadSafety, TestFieldSortValues, SpatialRPTFieldTypeTest, 
TestSmileRequest, DefaultValueUpdateProcessorTest, TestBinaryField, 
BlockJoinFacetDistribTest, TestSha256AuthenticationProvider, 
RequestHandlersTest, TestRangeQuery, ManagedSchemaRoundRobinCloudTest, 
QueryElevationComponentTest, TestConfigSetsAPI, TestLuceneMatchVersion, 
VMParamsZkACLAndCredentialsProvidersTest, TestCSVResponseWriter, 
TestSSLRandomization, TestPrepRecovery, MetricsConfigTest, LargeFieldTest, 
TestStressLiveNodes, CdcrRequestHandlerTest, TestAuthenticationFramework, 
TestRandomFaceting, TestPHPSerializedResponseWriter, TestOmitPositions, 
DateRangeFieldTest, HighlighterConfigTest, BufferStoreTest, 
TestReplicaProperties, ExplicitHLLTest, DistributedFacetPivotWhiteBoxTest, 
AnalysisErrorHandlingTest, TestDynamicFieldResource, 
CoreMergeIndexesAdminHandlerTest, TestWordDelimiterFilterFactory, 
CursorPagingTest, DeleteShardTest, TestConfig, NodeMutatorTest, 
CollectionTooManyReplicasTest, HdfsChaosMonkeySafeLeaderTest, 
HdfsUnloadDistributedZkTest, HttpPartitionTest, 
FieldAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, 
TestTolerantUpdateProcessorRandomCloud, TestFastOutputStream, 
TestExpandComponent, TestHalfAndHalfDocValues, SolrIndexConfigTest, 
ExternalFileFieldSortTest, DistribDocExpirationUpdateProcessorTest, 
UUIDFieldTest, UpdateParamsTest, TestDocTermOrds, TestBlendedInfixSuggestions, 
IndexBasedSpellCheckerTest, TestConfigSetProperties, 
TestSolrConfigHandlerConcurrent, TestReloadDeadlock, TestStressLucene, 
TestLazyCores, TestSizeLimitedDistributedMap, SolrCLIZkUtilsTest, 
SolrGraphiteReporterTest, TestFieldTypeCollectionResource, 
TestTrackingShardHandlerFactory, CloudExitableDirectoryReaderTest, 
TestClusterStateMutator, TestLocalFSCloudBackupRestore, 
DistributedFacetPivotLongTailTest, TestPhraseSuggestions, 
TestManagedSynonymFilterFactory, V2StandaloneTest, TestJsonFacetRefinement, 
TestComponentsName, TestInPlaceUpdatesStandalone, 
TestSerializedLuceneMatchVersion, BinaryUpdateRequestHandlerTest, 
TestPushWriter, TestMaxScoreQueryParser, TestDistributedSearch, 
TestLMDirichletSimilarityFactory, BasicAuthIntegrationTest, GraphQueryTest, 
TestHighFrequencyDictionaryFactory, TestRemoteStreaming, 
ChaosMonkeyNothingIsSafeTest, RAMDirectoryFactoryTest, ImplicitSnitchTest, 
TestSchemalessBufferedUpdates, SuggestComponentContextFilterQueryTest, 
TestJoin, TestBlobHandler, TestConfigsApi, 
OverseerCollectionConfigSetProcessorTest, TestCloudRecovery, 
TestClassNameShortening, MBeansHandlerTest, FieldMutatingUpdateProcessorTest, 
CdcrBootstrapTest, TestReplicationHandler, TestRandomDVFaceting, 
DistributedVersionInfoTest, UUIDUpdateProcessorFallbackTest, TestTestInjection, 
HdfsRecoverLeaseTest, DebugComponentTest, 
PeerSyncWithIndexFingerprintCachingTest, RecoveryAfterSoftCommitTest, 
RollingRestartTest]
   [junit4] Completed [542/727 (2!)] on J0 in 961.98s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 43942 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to