Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/13/

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.analytics.NoFacetCloudTest

Error Message:
Could not find collection:collection1

Stack Trace:
java.lang.AssertionError: Could not find collection:collection1
        at __randomizedtesting.SeedInfo.seed([D28FD85806D2A9ED]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
        at 
org.apache.solr.analytics.AbstractAnalyticsStatsCloudTest.setupCluster(AbstractAnalyticsStatsCloudTest.java:76)
        at 
org.apache.solr.analytics.NoFacetCloudTest.populate(NoFacetCloudTest.java:62)
        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$6.evaluate(RandomizedRunner.java:847)
        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.hdfs.HdfsUnloadDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:35568/t/ek: ADDREPLICA failed to create 
replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:35568/t/ek: ADDREPLICA failed to create replica
        at 
__randomizedtesting.SeedInfo.seed([27B7CB5F9E2E9C1A:AFE3F48530D2F1E2]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.testCoreUnloadAndLeaders(UnloadDistributedZkTest.java:186)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:67)
        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([27B7CB5F9E2E9C1A:AFE3F48530D2F1E2]: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 11594 lines...]
   [junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
   [junit4]   2> 443318 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/init-core-data-001
   [junit4]   2> 443318 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 443318 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 443320 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 443320 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 443478 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 443483 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 443485 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 443493 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-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_42470_hdfs____.lrni4n/webapp
   [junit4]   2> 443812 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42470
   [junit4]   2> 443977 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 443979 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 443990 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-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_33515_datanode____.dkbjkw/webapp
   [junit4]   2> 444367 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33515
   [junit4]   2> 444438 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 444439 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 444450 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-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_57191_datanode____.7pxylu/webapp
   [junit4]   2> 444594 INFO  (IPC Server handler 3 on 49511) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-f3697e64-f8e7-416a-813f-13ab96e28697 node 
DatanodeRegistration(127.0.0.1:45466, 
datanodeUuid=3ae35b4a-ed22-4f72-9203-2bc6fed49f22, infoPort=37084, 
infoSecurePort=0, ipcPort=34405, 
storageInfo=lv=-56;cid=testClusterID;nsid=1466201784;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 444594 INFO  (IPC Server handler 3 on 49511) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-41b558bd-48e1-411a-9e8b-56e1d06aea49 node 
DatanodeRegistration(127.0.0.1:45466, 
datanodeUuid=3ae35b4a-ed22-4f72-9203-2bc6fed49f22, infoPort=37084, 
infoSecurePort=0, ipcPort=34405, 
storageInfo=lv=-56;cid=testClusterID;nsid=1466201784;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 444836 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27B7CB5F9E2E9C1A]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:57191
   [junit4]   2> 445113 INFO  (IPC Server handler 4 on 49511) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-85ee1151-b3f5-4160-acf3-233c3a81b720 node 
DatanodeRegistration(127.0.0.1:36080, 
datanodeUuid=254fd730-af6c-4645-b474-1a647f685d66, infoPort=60817, 
infoSecurePort=0, ipcPort=38854, 
storageInfo=lv=-56;cid=testClusterID;nsid=1466201784;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 445113 INFO  (IPC Server handler 4 on 49511) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-9c18e694-a278-4e8f-a921-dfad264c5e9a node 
DatanodeRegistration(127.0.0.1:36080, 
datanodeUuid=254fd730-af6c-4645-b474-1a647f685d66, infoPort=60817, 
infoSecurePort=0, ipcPort=38854, 
storageInfo=lv=-56;cid=testClusterID;nsid=1466201784;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 445207 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 445207 INFO  (Thread-7159) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 445207 INFO  (Thread-7159) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 445215 ERROR (Thread-7159) [    ] 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> 445307 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41948
   [junit4]   2> 445314 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15d646a777b0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 445330 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 445331 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 445334 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 445335 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 445336 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 445336 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 445337 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 445338 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 445339 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 445340 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 445341 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 445342 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 445423 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 445424 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1574a9c4{/,null,AVAILABLE}
   [junit4]   2> 445425 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@767d0e7d{HTTP/1.1,[http/1.1]}{127.0.0.1:33413}
   [junit4]   2> 445425 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.Server Started @447224ms
   [junit4]   2> 445431 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT, hostContext=/, 
hostPort=33413, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/control-001/cores}
   [junit4]   2> 445431 ERROR 
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 445431 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 445431 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 445431 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 445431 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-21T09:11:25.530Z
   [junit4]   2> 445435 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 445435 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/control-001/solr.xml
   [junit4]   2> 445442 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 445444 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41948/solr
   [junit4]   2> 445506 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:33413_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 445507 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:33413_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:33413_
   [junit4]   2> 445507 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:33413_    ] o.a.s.c.Overseer Overseer 
(id=98345175305879556-127.0.0.1:33413_-n_0000000000) starting
   [junit4]   2> 445511 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:33413_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33413_
   [junit4]   2> 445513 INFO  
(OverseerStateUpdate-98345175305879556-127.0.0.1:33413_-n_0000000000) 
[n:127.0.0.1:33413_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 445627 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:33413_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 445630 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:33413_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 445630 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:33413_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 445631 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:33413_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/control-001/cores
   [junit4]   2> 445671 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 445671 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41948/solr ready
   [junit4]   2> 445682 INFO  (qtp273920413-9386) [n:127.0.0.1:33413_    ] 
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:33413_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 445697 INFO  
(OverseerThreadFactory-839-thread-1-processing-n:127.0.0.1:33413_) 
[n:127.0.0.1:33413_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 445800 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_    ] 
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> 445800 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 445904 INFO  
(zkCallback-318-thread-1-processing-n:127.0.0.1:33413_) [n:127.0.0.1:33413_    
] 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> 446816 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 446826 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 446892 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 446903 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 446903 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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@69da19dc
   [junit4]   2> 446904 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:49511/solr_hdfs_home
   [junit4]   2> 446904 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 446904 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446904 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://localhost:49511/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 446905 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:49511/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 446911 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 446911 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 446912 WARN  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds 
and try again.
   [junit4]   2> 451917 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 451918 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:49511/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 451934 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:49511/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 451939 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 451939 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 451944 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 451944 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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=33, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=57.4892578125, 
floorSegmentMB=0.580078125, forceMergeDeletesPctAllowed=20.644160481455927, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 451960 INFO  (IPC Server handler 9 on 49511) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36080 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-41b558bd-48e1-411a-9e8b-56e1d06aea49:NORMAL:127.0.0.1:45466|RBW],
 
ReplicaUC[[DISK]DS-9c18e694-a278-4e8f-a921-dfad264c5e9a:NORMAL:127.0.0.1:36080|RBW]]}
 size 0
   [junit4]   2> 451961 INFO  (IPC Server handler 5 on 49511) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45466 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-41b558bd-48e1-411a-9e8b-56e1d06aea49:NORMAL:127.0.0.1:45466|RBW],
 
ReplicaUC[[DISK]DS-9c18e694-a278-4e8f-a921-dfad264c5e9a:NORMAL:127.0.0.1:36080|RBW]]}
 size 0
   [junit4]   2> 451966 WARN  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 451999 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 451999 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 451999 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 452007 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 452007 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 452008 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@3ddf7f5d
   [junit4]   2> 452013 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2fb419b6[control_collection_shard1_replica_n1] main]
   [junit4]   2> 452019 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 452019 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 452019 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 452022 INFO  
(searcherExecutor-842-thread-1-processing-n:127.0.0.1:33413_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:33413_ 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@2fb419b6[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 452022 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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 1573522812039069696
   [junit4]   2> 452027 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 452027 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 452027 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33413/control_collection_shard1_replica_n1/
   [junit4]   2> 452028 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 452028 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:33413/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 452028 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 452029 INFO  
(zkCallback-318-thread-1-processing-n:127.0.0.1:33413_) [n:127.0.0.1:33413_    
] 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> 452031 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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:33413/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 452133 INFO  
(zkCallback-318-thread-1-processing-n:127.0.0.1:33413_) [n:127.0.0.1:33413_    
] 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> 452182 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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> 452183 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_ 
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=6382
   [junit4]   2> 452185 INFO  (qtp273920413-9386) [n:127.0.0.1:33413_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 452284 INFO  
(zkCallback-318-thread-1-processing-n:127.0.0.1:33413_) [n:127.0.0.1:33413_    
] 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> 453186 INFO  (qtp273920413-9386) [n:127.0.0.1:33413_    ] 
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:33413_&wt=javabin&version=2}
 status=0 QTime=7503
   [junit4]   2> 453199 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 453200 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41948/solr ready
   [junit4]   2> 453200 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 453200 INFO  (qtp273920413-9384) [n:127.0.0.1:33413_    ] 
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=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 453202 INFO  
(OverseerThreadFactory-839-thread-2-processing-n:127.0.0.1:33413_) 
[n:127.0.0.1:33413_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 453203 INFO  
(OverseerCollectionConfigSetProcessor-98345175305879556-127.0.0.1:33413_-n_0000000000)
 [n:127.0.0.1:33413_    ] 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> 453203 WARN  
(OverseerThreadFactory-839-thread-2-processing-n:127.0.0.1:33413_) 
[n:127.0.0.1:33413_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 453409 INFO  (qtp273920413-9384) [n:127.0.0.1:33413_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 453409 INFO  (qtp273920413-9384) [n:127.0.0.1:33413_    ] 
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=1&wt=javabin&version=2}
 status=0 QTime=208
   [junit4]   2> 453561 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-1-001
 of type NRT
   [junit4]   2> 453562 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 453563 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7677bff7{/,null,AVAILABLE}
   [junit4]   2> 453563 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1b403a5b{HTTP/1.1,[http/1.1]}{127.0.0.1:46174}
   [junit4]   2> 453563 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.Server Started @455363ms
   [junit4]   2> 453563 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT, 
solrconfig=solrconfig.xml, hostContext=/, hostPort=46174, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-1-001/cores}
   [junit4]   2> 453563 ERROR 
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 453563 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 453563 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 453564 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 453564 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-21T09:11:33.663Z
   [junit4]   2> 453567 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 453567 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-1-001/solr.xml
   [junit4]   2> 453571 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 453573 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41948/solr
   [junit4]   2> 453579 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:46174_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 453582 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:46174_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 453584 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:46174_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46174_
   [junit4]   2> 453585 INFO  (zkCallback-325-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 453588 INFO  
(zkCallback-318-thread-1-processing-n:127.0.0.1:33413_) [n:127.0.0.1:33413_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 453591 INFO  
(zkCallback-330-thread-1-processing-n:127.0.0.1:46174_) [n:127.0.0.1:46174_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 453710 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:46174_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 453714 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:46174_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 453714 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:46174_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 453715 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:46174_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-1-001/cores
   [junit4]   2> 453741 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:46174_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 453745 INFO  
(OverseerCollectionConfigSetProcessor-98345175305879556-127.0.0.1:33413_-n_0000000000)
 [n:127.0.0.1:33413_    ] 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> 453745 INFO  
(OverseerThreadFactory-839-thread-3-processing-n:127.0.0.1:33413_) 
[n:127.0.0.1:33413_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:46174_ 
for creating new replica
   [junit4]   2> 453748 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 453749 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 454765 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 454776 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 454850 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 454861 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 454861 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n1' (registry 
'solr.core.collection1.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 454862 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:49511/solr_hdfs_home
   [junit4]   2> 454862 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 454862 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 454862 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-1-001/cores/collection1_shard2_replica_n1],
 dataDir=[hdfs://localhost:49511/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 454863 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:49511/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 454870 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 454870 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_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> 454874 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 454874 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:49511/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 454886 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:49511/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 454891 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 454891 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_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> 454892 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 454893 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=57.4892578125, 
floorSegmentMB=0.580078125, forceMergeDeletesPctAllowed=20.644160481455927, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 454923 INFO  (IPC Server handler 8 on 49511) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45466 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-85ee1151-b3f5-4160-acf3-233c3a81b720:NORMAL:127.0.0.1:36080|RBW],
 
ReplicaUC[[DISK]DS-f3697e64-f8e7-416a-813f-13ab96e28697:NORMAL:127.0.0.1:45466|FINALIZED]]}
 size 0
   [junit4]   2> 454924 INFO  (IPC Server handler 0 on 49511) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36080 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-85ee1151-b3f5-4160-acf3-233c3a81b720:NORMAL:127.0.0.1:36080|RBW],
 
ReplicaUC[[DISK]DS-f3697e64-f8e7-416a-813f-13ab96e28697:NORMAL:127.0.0.1:45466|FINALIZED]]}
 size 0
   [junit4]   2> 454927 WARN  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_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> 454963 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 454964 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 454964 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 454972 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 454972 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 454973 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@7031f071
   [junit4]   2> 454976 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@52027e53[collection1_shard2_replica_n1] main]
   [junit4]   2> 454977 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 454978 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 454978 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 454980 INFO  
(searcherExecutor-853-thread-1-processing-n:127.0.0.1:46174_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[collection1_shard2_replica_n1] Registered new searcher 
Searcher@52027e53[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 454980 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1573522815140757504
   [junit4]   2> 454985 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 454985 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 454985 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:46174/collection1_shard2_replica_n1/
   [junit4]   2> 454985 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 454985 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:46174/collection1_shard2_replica_n1/ has no replicas
   [junit4]   2> 454985 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 454988 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46174/collection1_shard2_replica_n1/ shard2
   [junit4]   2> 455140 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 455141 INFO  (qtp1618307956-9437) [n:127.0.0.1:46174_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1392
   [junit4]   2> 455144 INFO  (qtp273920413-9388) [n:127.0.0.1:33413_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:46174_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1402
   [junit4]   2> 455253 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-2-001
 of type NRT
   [junit4]   2> 455255 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 455256 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@374f5b1f{/,null,AVAILABLE}
   [junit4]   2> 455256 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5bac7b64{HTTP/1.1,[http/1.1]}{127.0.0.1:48917}
   [junit4]   2> 455256 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.Server Started @457056ms
   [junit4]   2> 455256 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT, 
solrconfig=solrconfig.xml, hostContext=/, hostPort=48917, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-2-001/cores}
   [junit4]   2> 455257 ERROR 
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 455257 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 455257 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 455257 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 455257 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-21T09:11:35.356Z
   [junit4]   2> 455259 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 455259 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-2-001/solr.xml
   [junit4]   2> 455263 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 455265 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41948/solr
   [junit4]   2> 455273 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:48917_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 455274 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:48917_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 455276 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:48917_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:48917_
   [junit4]   2> 455277 INFO  
(zkCallback-330-thread-1-processing-n:127.0.0.1:46174_) [n:127.0.0.1:46174_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 455277 INFO  
(zkCallback-318-thread-1-processing-n:127.0.0.1:33413_) [n:127.0.0.1:33413_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 455278 INFO  (zkCallback-325-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 455286 INFO  
(zkCallback-336-thread-1-processing-n:127.0.0.1:48917_) [n:127.0.0.1:48917_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 455348 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:48917_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 455352 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:48917_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 455352 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:48917_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 455353 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:48917_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-2-001/cores
   [junit4]   2> 455374 INFO  (qtp273920413-9386) [n:127.0.0.1:33413_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:48917_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 455376 INFO  
(OverseerCollectionConfigSetProcessor-98345175305879556-127.0.0.1:33413_-n_0000000000)
 [n:127.0.0.1:33413_    ] 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> 455376 INFO  
(OverseerThreadFactory-839-thread-4-processing-n:127.0.0.1:33413_) 
[n:127.0.0.1:33413_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:48917_ 
for creating new replica
   [junit4]   2> 455379 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 455379 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 456393 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 456404 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n3] Schema name=test
   [junit4]   2> 456468 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 456481 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n3' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 456482 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n3' (registry 
'solr.core.collection1.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 456482 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:49511/solr_hdfs_home
   [junit4]   2> 456482 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 456482 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 456482 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n3] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-2-001/cores/collection1_shard1_replica_n3],
 dataDir=[hdfs://localhost:49511/solr_hdfs_home/collection1/core_node4/data/]
   [junit4]   2> 456483 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:49511/solr_hdfs_home/collection1/core_node4/data/snapshot_metadata
   [junit4]   2> 456489 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 456489 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 456491 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 456492 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:49511/solr_hdfs_home/collection1/core_node4/data
   [junit4]   2> 456504 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:49511/solr_hdfs_home/collection1/core_node4/data/index
   [junit4]   2> 456509 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 456509 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 456511 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 456511 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=57.4892578125, 
floorSegmentMB=0.580078125, forceMergeDeletesPctAllowed=20.644160481455927, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 456518 INFO  (IPC Server handler 0 on 49511) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36080 is 
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-41b558bd-48e1-411a-9e8b-56e1d06aea49:NORMAL:127.0.0.1:45466|RBW],
 
ReplicaUC[[DISK]DS-9c18e694-a278-4e8f-a921-dfad264c5e9a:NORMAL:127.0.0.1:36080|FINALIZED]]}
 size 0
   [junit4]   2> 456518 INFO  (IPC Server handler 1 on 49511) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45466 is 
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-41b558bd-48e1-411a-9e8b-56e1d06aea49:NORMAL:127.0.0.1:45466|RBW],
 
ReplicaUC[[DISK]DS-9c18e694-a278-4e8f-a921-dfad264c5e9a:NORMAL:127.0.0.1:36080|FINALIZED]]}
 size 0
   [junit4]   2> 456525 WARN  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
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> 456559 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 456559 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 456559 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 456567 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 456567 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 456569 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@405b6ba9
   [junit4]   2> 456572 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4b1e7748[collection1_shard1_replica_n3] main]
   [junit4]   2> 456574 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 456574 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 456575 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 456584 INFO  
(searcherExecutor-864-thread-1-processing-n:127.0.0.1:48917_ 
x:collection1_shard1_replica_n3 s:shard1 c:collection1) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.SolrCore 
[collection1_shard1_replica_n3] Registered new searcher 
Searcher@4b1e7748[collection1_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 456584 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1573522816822673408
   [junit4]   2> 456591 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 456591 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 456591 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:48917/collection1_shard1_replica_n3/
   [junit4]   2> 456591 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 456592 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.SyncStrategy 
http://127.0.0.1:48917/collection1_shard1_replica_n3/ has no replicas
   [junit4]   2> 456592 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 456594 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:48917/collection1_shard1_replica_n3/ shard1
   [junit4]   2> 456745 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 456749 INFO  (qtp836647316-9475) [n:127.0.0.1:48917_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1370
   [junit4]   2> 456752 INFO  (qtp273920413-9386) [n:127.0.0.1:33413_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:48917_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1378
   [junit4]   2> 456840 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-3-001
 of type NRT
   [junit4]   2> 456840 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 456841 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@28ef09d1{/,null,AVAILABLE}
   [junit4]   2> 456842 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@54c1c9bc{HTTP/1.1,[http/1.1]}{127.0.0.1:57754}
   [junit4]   2> 456842 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.e.j.s.Server Started @458641ms
   [junit4]   2> 456842 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT, 
solrconfig=solrconfig.xml, hostContext=/, hostPort=57754, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-3-001/cores}
   [junit4]   2> 456843 ERROR 
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 456844 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 456844 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 456844 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 456844 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-21T09:11:36.943Z
   [junit4]   2> 456846 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 456846 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-3-001/solr.xml
   [junit4]   2> 456850 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 456853 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41948/solr
   [junit4]   2> 456860 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:57754_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 456861 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:57754_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 456864 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:57754_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57754_
   [junit4]   2> 456865 INFO  (zkCallback-325-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 456866 INFO  
(zkCallback-330-thread-1-processing-n:127.0.0.1:46174_) [n:127.0.0.1:46174_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 456866 INFO  
(zkCallback-336-thread-1-processing-n:127.0.0.1:48917_) [n:127.0.0.1:48917_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 456866 INFO  
(zkCallback-318-thread-1-processing-n:127.0.0.1:33413_) [n:127.0.0.1:33413_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 456867 INFO  
(zkCallback-342-thread-1-processing-n:127.0.0.1:57754_) [n:127.0.0.1:57754_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 456985 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:57754_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 456988 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:57754_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 456989 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:57754_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69da19dc
   [junit4]   2> 456990 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27B7CB5F9E2E9C1A]) 
[n:127.0.0.1:57754_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27B7CB5F9E2E9C1A-001/shard-3-001/cores
   [junit4]   2> 457015 INFO  (qtp273920413-9387) [n:127.0.0.1:33413_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:57754_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 457018 INFO  
(OverseerCollectionConfigSetProcessor-98345175305879556-127.0.0.1:33413_-n_0000000000)
 [n:127.0.0.1:33413_    ] o.a.s.c.

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

menode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:204)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.teardownClass(HdfsUnloadDistributedZkTest.java:46)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_27B7CB5F9E2E9C1A-001
   [junit4]   2> Jul 21, 2017 10:04:59 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 34 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1591, maxMBSortInHeap=5.522946822626658, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-HN, 
timezone=America/Shiprock
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=2,free=302158440,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [TestDFRSimilarityFactory, 
LeaderElectionTest, TestCloudSchemaless, SpellCheckCollatorWithCollapseTest, 
TestFilteredDocIdSet, OverseerRolesTest, TestSort, TestChildDocTransformer, 
PeerSyncReplicationTest, NumericFieldsTest, TestCloudInspectUtil, 
TestCopyFieldCollectionResource, TestRecovery, TestStressInPlaceUpdates, 
TestDistributedStatsComponentCardinality, TestCustomDocTransformer, 
XsltUpdateRequestHandlerTest, DistanceUnitsTest, ReplaceNodeTest, 
PreAnalyzedFieldTest, HardAutoCommitTest, TestPseudoReturnFields, 
TestSchemaSimilarityResource, TestTolerantSearch, TestUninvertingReader, 
TestUniqueKeyFieldResource, DeleteReplicaTest, 
UninvertDocValuesMergePolicyTest, TestExactStatsCache, TestXmlQParser, 
SegmentsInfoRequestHandlerTest, TestInitQParser, TestPKIAuthenticationPlugin, 
TestNamedUpdateProcessors, DateFieldTest, DistribCursorPagingTest, 
TestHdfsCloudBackupRestore, MultiTermTest, SuggesterFSTTest, TestUtils, 
SearchHandlerTest, LeaderInitiatedRecoveryOnShardRestartTest, 
TestSearcherReuse, TestStandardQParsers, TestRequestStatusCollectionAPI, 
SpellPossibilityIteratorTest, SortByFunctionTest, 
DistributedFacetPivotSmallTest, SubstringBytesRefFilterTest, 
TestGroupingSearch, SolrGangliaReporterTest, TestJmxIntegration, 
ResponseLogComponentTest, ZkStateWriterTest, ShardSplitTest, 
DocValuesMissingTest, TestAnalyzedSuggestions, TestNRTOpen, TestPolicyCloud, 
ConnectionManagerTest, JvmMetricsTest, SolrTestCaseJ4Test, InfixSuggestersTest, 
TestHdfsBackupRestoreCore, TestZkChroot, RequiredFieldsTest, TestIndexSearcher, 
ClusterStateTest, SolrInfoBeanTest, TestCloudPseudoReturnFields, 
TestComplexPhraseQParserPlugin, UnloadDistributedZkTest, MinimalSchemaTest, 
RulesTest, SolrMetricManagerTest, AnalyticsQueryTest, TestReload, 
TestSurroundQueryParser, TestRebalanceLeaders, TestScoreJoinQPScore, 
UpdateLogTest, TestFieldCollectionResource, SimplePostToolTest, 
BadIndexSchemaTest, TestImplicitCoreProperties, TestCodecSupport, 
DistributedDebugComponentTest, TestConfigSetsAPIZkFailure, 
TestDefaultStatsCache, HdfsChaosMonkeyNothingIsSafeTest, SolrSlf4jReporterTest, 
AutoCommitTest, OverriddenZkACLAndCredentialsProvidersTest, 
MultiThreadedOCPTest, CircularListTest, TestSolr4Spatial2, 
TestManagedSynonymGraphFilterFactory, TestDistribDocBasedVersion, 
TestSolrCoreProperties, TestLegacyTerms, RecoveryZkTest, SimpleMLTQParserTest, 
DirectUpdateHandlerOptimizeTest, AtomicUpdateProcessorFactoryTest, 
PathHierarchyTokenizerFactoryTest, TestStreamBody, HighlighterMaxOffsetTest, 
CoreAdminRequestStatusTest, OverseerTest, TermVectorComponentDistributedTest, 
DateMathParserTest, DistributedFacetPivotLargeTest, TestCollectionAPI, 
TestCollectionAPIs, DocumentBuilderTest, CdcrUpdateLogTest, 
TestOverriddenPrefixQueryForCustomFieldType, BasicDistributedZkTest, 
TestCloudPivotFacet, TestClusterProperties, TestConfigSetsAPIExclusivity, 
TestLeaderElectionWithEmptyReplica, TestLocalFSCloudBackupRestore, 
TestLockTree, TestMiniSolrCloudCluster, TestRandomFlRTGCloud, 
TestTolerantUpdateProcessorCloud, VMParamsZkACLAndCredentialsProvidersTest, 
HdfsBasicDistributedZkTest, HdfsUnloadDistributedZkTest]
   [junit4] Completed [552/728 (2!)] on J2 in 41.00s, 1 test, 1 error <<< 
FAILURES!

[...truncated 3222 lines...]
   [junit4] Suite: org.apache.solr.analytics.NoFacetCloudTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/contrib/solr-analytics/test/J2/temp/solr.analytics.NoFacetCloudTest_D28FD85806D2A9ED-001/init-core-data-001
   [junit4]   2> Jul 21, 2017 10:21:36 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=4308, maxDocsPerChunk=7, blockSize=520), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=4308, blockSize=520)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=ru, timezone=Europe/Mariehamn
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=158642840,total=283639808
   [junit4]   2> NOTE: All tests run in this JVM: [FunctionTest, 
NoFacetCloudTest]
   [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=NoFacetCloudTest 
-Dtests.seed=D28FD85806D2A9ED -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=ru -Dtests.timezone=Europe/Mariehamn -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | NoFacetCloudTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find 
collection:collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D28FD85806D2A9ED]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
   [junit4]    >        at 
org.apache.solr.analytics.AbstractAnalyticsStatsCloudTest.setupCluster(AbstractAnalyticsStatsCloudTest.java:76)
   [junit4]    >        at 
org.apache.solr.analytics.NoFacetCloudTest.populate(NoFacetCloudTest.java:62)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [16/17 (1!)] on J2 in 39.63s, 0 tests, 1 failure <<< 
FAILURES!

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

Reply via email to