Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.0/37/
2 tests failed.
FAILED: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest.test
Error Message:
Mismatch in counts between replicas
Stack Trace:
java.lang.AssertionError: Mismatch in counts between replicas
at
__randomizedtesting.SeedInfo.seed([574A0B0E76428B14:DF1E34D4D8BEE6EC]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.RecoveryZkTest.assertShardConsistency(RecoveryZkTest.java:143)
at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:126)
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
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([574A0B0E76428B14:DF1E34D4D8BEE6EC]: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:317)
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:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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 13347 lines...]
[junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/init-core-data-001
[junit4] 2> 4860828 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 4860832 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 4860833 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/hkse/wu
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 4860906 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 4860918 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 4860920 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 4860930 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_37308_hdfs____k6l935/webapp
[junit4] 2> 4861409 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37308
[junit4] 2> 4861496 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 4861497 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 4861508 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_59592_datanode____.rffhr/webapp
[junit4] 2> 4861977 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:59592
[junit4] 2> 4862105 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 4862106 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 4862129 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_60624_datanode____tav5yd/webapp
[junit4] 2> 4862293 ERROR (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/tempDir-001/hdfsBaseDir/data/data1/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/tempDir-001/hdfsBaseDir/data/data2/]]
heartbeating to localhost/127.0.0.1:35660) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 4862456 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x10edd65c3d3a3c: from storage
DS-7cf99784-6d71-48a5-925a-db90f081c7df node
DatanodeRegistration(127.0.0.1:53681,
datanodeUuid=9acdf709-cfa9-4942-ae91-cffab6199131, infoPort=59557,
infoSecurePort=0, ipcPort=37835,
storageInfo=lv=-56;cid=testClusterID;nsid=318144730;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 4862456 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x10edd65c3d3a3c: from storage
DS-f4f5b8bb-5f3a-4b4d-bddb-d56708fd76e5 node
DatanodeRegistration(127.0.0.1:53681,
datanodeUuid=9acdf709-cfa9-4942-ae91-cffab6199131, infoPort=59557,
infoSecurePort=0, ipcPort=37835,
storageInfo=lv=-56;cid=testClusterID;nsid=318144730;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 4862719 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[574A0B0E76428B14]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:60624
[junit4] 2> 4862853 ERROR (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/tempDir-001/hdfsBaseDir/data/data3/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/tempDir-001/hdfsBaseDir/data/data4/]]
heartbeating to localhost/127.0.0.1:35660) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 4862862 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x10edd6745bd504: from storage
DS-3bb22fb1-1c81-46dd-9ec8-6bbd7a2cf585 node
DatanodeRegistration(127.0.0.1:43710,
datanodeUuid=ab5672b4-645f-446e-97b3-69f148aadf16, infoPort=50230,
infoSecurePort=0, ipcPort=51109,
storageInfo=lv=-56;cid=testClusterID;nsid=318144730;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 4862862 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x10edd6745bd504: from storage
DS-febeccb2-bad1-408e-b719-39e14e3af424 node
DatanodeRegistration(127.0.0.1:43710,
datanodeUuid=ab5672b4-645f-446e-97b3-69f148aadf16, infoPort=50230,
infoSecurePort=0, ipcPort=51109,
storageInfo=lv=-56;cid=testClusterID;nsid=318144730;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 4863792 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 4863792 INFO (Thread-54437) [ ] o.a.s.c.ZkTestServer
client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 4863792 INFO (Thread-54437) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 4863793 ERROR (Thread-54437) [ ] 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> 4863898 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.ZkTestServer start zk server on port:56152
[junit4] 2> 4863918 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 4863919 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 4863920 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 4863921 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 4863921 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 4863926 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 4863930 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 4863930 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 4863931 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 4863932 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 4863932 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 4863933 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 4864024 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 4864025 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3c14ec1c{/hkse/wu,null,AVAILABLE}
[junit4] 2> 4864025 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3b74f913{HTTP/1.1,[http/1.1]}{127.0.0.1:32804}
[junit4] 2> 4864025 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.Server Started @4868762ms
[junit4] 2> 4864025 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/hkse/wu,
hostPort=32804,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/control-001/cores}
[junit4] 2> 4864025 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 4864025 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 4864026 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 4864026 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 4864026 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-04T08:19:38.363Z
[junit4] 2> 4864034 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 4864034 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/control-001/solr.xml
[junit4] 2> 4864038 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 4864041 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56152/solr
[junit4] 2> 4864090 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 4864090 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:32804_hkse%2Fwu
[junit4] 2> 4864091 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.Overseer Overseer
(id=98599775641927684-127.0.0.1:32804_hkse%2Fwu-n_0000000000) starting
[junit4] 2> 4864096 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:32804_hkse%2Fwu
[junit4] 2> 4864097 INFO
(zkCallback-26581-thread-1-processing-n:127.0.0.1:32804_hkse%2Fwu)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 4864374 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b
[junit4] 2> 4864383 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b
[junit4] 2> 4864383 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b
[junit4] 2> 4864384 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/control-001/cores
[junit4] 2> 4864433 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 4864434 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56152/solr ready
[junit4] 2> 4864439 INFO (qtp929749809-161388)
[n:127.0.0.1:32804_hkse%2Fwu ] 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:32804_hkse%252Fwu&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 4864450 INFO
(OverseerThreadFactory-9664-thread-1-processing-n:127.0.0.1:32804_hkse%2Fwu)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 4864585 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu ] 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> 4864585 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 4864688 INFO
(zkCallback-26581-thread-1-processing-n:127.0.0.1:32804_hkse%2Fwu)
[n:127.0.0.1:32804_hkse%2Fwu ] 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> 4865608 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.0.0
[junit4] 2> 4865650 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4865714 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4865724 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4865725 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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@1bb3a81b
[junit4] 2> 4865725 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:35660/solr_hdfs_home
[junit4] 2> 4865725 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr
Kerberos Authentication disabled
[junit4] 2> 4865725 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 4865725 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[hdfs://localhost:35660/solr_hdfs_home/control_collection/core_node1/data/]
[junit4] 2> 4865726 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating
directory factory for path
hdfs://localhost:35660/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
[junit4] 2> 4865733 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4865733 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4865742 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4865743 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating
directory factory for path
hdfs://localhost:35660/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 4865760 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating
directory factory for path
hdfs://localhost:35660/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 4865765 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4865765 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4865768 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4865768 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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=3, maxMergeAtOnceExplicit=7,
maxMergedSegmentMB=17.220703125, floorSegmentMB=0.423828125,
forceMergeDeletesPctAllowed=4.465370431227933, segmentsPerTier=43.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6594933322814993
[junit4] 2> 4865787 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43710 is added to
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-f4f5b8bb-5f3a-4b4d-bddb-d56708fd76e5:NORMAL:127.0.0.1:53681|RBW],
ReplicaUC[[DISK]DS-3bb22fb1-1c81-46dd-9ec8-6bbd7a2cf585:NORMAL:127.0.0.1:43710|RBW]]}
size 0
[junit4] 2> 4865789 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:53681 is added to
blk_1073741825_1001 size 72
[junit4] 2> 4865799 WARN (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4865961 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4865961 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4865961 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing
HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 4865981 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 4865981 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 4865982 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=2,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8887442367528195]
[junit4] 2> 4865999 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6cc5391e[control_collection_shard1_replica_n1] main]
[junit4] 2> 4866000 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 4866000 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4866000 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will
be reserved for 10000
[junit4] 2> 4866002 INFO
(searcherExecutor-9667-thread-1-processing-n:127.0.0.1:32804_hkse%2Fwu
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:32804_hkse%2Fwu 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@6cc5391e[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 4866002 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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 1577596412587147264
[junit4] 2> 4866010 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 4866010 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4866010 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:32804/hkse/wu/control_collection_shard1_replica_n1/
[junit4] 2> 4866010 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4866010 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy
http://127.0.0.1:32804/hkse/wu/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 4866010 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4866012 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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:32804/hkse/wu/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 4866114 INFO
(zkCallback-26581-thread-1-processing-n:127.0.0.1:32804_hkse%2Fwu)
[n:127.0.0.1:32804_hkse%2Fwu ] 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> 4866168 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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> 4866169 INFO (qtp929749809-161386)
[n:127.0.0.1:32804_hkse%2Fwu 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=1584
[junit4] 2> 4866177 INFO (qtp929749809-161388)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.h.a.CollectionsHandler Wait for new
collection to be active for at most 30 seconds. Check all shard replicas
[junit4] 2> 4866278 INFO
(zkCallback-26581-thread-1-processing-n:127.0.0.1:32804_hkse%2Fwu)
[n:127.0.0.1:32804_hkse%2Fwu ] 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> 4866458 INFO
(OverseerCollectionConfigSetProcessor-98599775641927684-127.0.0.1:32804_hkse%2Fwu-n_0000000000)
[n:127.0.0.1:32804_hkse%2Fwu ] 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> 4867178 INFO (qtp929749809-161388)
[n:127.0.0.1:32804_hkse%2Fwu ] 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:32804_hkse%252Fwu&wt=javabin&version=2}
status=0 QTime=2739
[junit4] 2> 4867184 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 4867185 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56152/solr ready
[junit4] 2> 4867185 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 4867186 INFO (qtp929749809-161385)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 4867187 INFO
(OverseerThreadFactory-9664-thread-2-processing-n:127.0.0.1:32804_hkse%2Fwu)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 4867188 WARN
(OverseerThreadFactory-9664-thread-2-processing-n:127.0.0.1:32804_hkse%2Fwu)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 4867394 INFO (qtp929749809-161385)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.h.a.CollectionsHandler Wait for new
collection to be active for at most 30 seconds. Check all shard replicas
[junit4] 2> 4867402 INFO (qtp929749809-161385)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=215
[junit4] 2> 4867498 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-1-001
of type NRT
[junit4] 2> 4867498 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 4867499 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7b8f407a{/hkse/wu,null,AVAILABLE}
[junit4] 2> 4867500 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3ce27d3f{HTTP/1.1,[http/1.1]}{127.0.0.1:42830}
[junit4] 2> 4867500 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.Server Started @4872237ms
[junit4] 2> 4867500 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT,
solrconfig=solrconfig.xml, hostContext=/hkse/wu, hostPort=42830,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-1-001/cores}
[junit4] 2> 4867500 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 4867500 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 4867500 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 4867500 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 4867500 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-04T08:19:41.837Z
[junit4] 2> 4867527 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 4867527 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-1-001/solr.xml
[junit4] 2> 4867531 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 4867534 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56152/solr
[junit4] 2> 4867543 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 4867544 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 4867545 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42830_hkse%2Fwu
[junit4] 2> 4867546 INFO
(zkCallback-26581-thread-1-processing-n:127.0.0.1:32804_hkse%2Fwu)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 4867553 INFO (zkCallback-26588-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 4867579 INFO
(zkCallback-26593-thread-2-processing-n:127.0.0.1:42830_hkse%2Fwu)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 4867624 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b
[junit4] 2> 4867634 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b
[junit4] 2> 4867634 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b
[junit4] 2> 4867636 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-1-001/cores
[junit4] 2> 4867658 INFO (qtp1753547614-161439)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :addreplica with params
node=127.0.0.1:42830_hkse%252Fwu&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 4867659 INFO
(OverseerCollectionConfigSetProcessor-98599775641927684-127.0.0.1:32804_hkse%2Fwu-n_0000000000)
[n:127.0.0.1:32804_hkse%2Fwu ] 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> 4867660 INFO
(OverseerThreadFactory-9664-thread-3-processing-n:127.0.0.1:32804_hkse%2Fwu)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:42830_hkse%2Fwu for creating new replica
[junit4] 2> 4867661 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 4867661 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 4867764 INFO
(zkCallback-26593-thread-2-processing-n:127.0.0.1:42830_hkse%2Fwu)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 4868681 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig Using Lucene MatchVersion:
7.0.0
[junit4] 2> 4868692 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema
[collection1_shard2_replica_n0] Schema name=test
[junit4] 2> 4868768 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema Loaded schema test/1.6
with uniqueid field id
[junit4] 2> 4868798 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer Creating SolrCore
'collection1_shard2_replica_n0' using configuration from collection
collection1, trusted=true
[junit4] 2> 4868798 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n0' (registry
'solr.core.collection1.shard2.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b
[junit4] 2> 4868798 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:35660/solr_hdfs_home
[junit4] 2> 4868798 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.HdfsDirectoryFactory Solr Kerberos
Authentication disabled
[junit4] 2> 4868798 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 4868798 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[[collection1_shard2_replica_n0] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-1-001/cores/collection1_shard2_replica_n0],
dataDir=[hdfs://localhost:35660/solr_hdfs_home/collection1/core_node1/data/]
[junit4] 2> 4868800 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.HdfsDirectoryFactory creating
directory factory for path
hdfs://localhost:35660/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
[junit4] 2> 4868824 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.HdfsDirectoryFactory Number of slabs
of block cache [1] with direct memory allocation set to [true]
[junit4] 2> 4868824 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.HdfsDirectoryFactory Block cache
target memory usage, slab size of [4194304] will allocate [1] slabs and use
~[4194304] bytes
[junit4] 2> 4868845 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.s.b.BlockDirectory Block cache on write
is disabled
[junit4] 2> 4868846 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.HdfsDirectoryFactory creating
directory factory for path
hdfs://localhost:35660/solr_hdfs_home/collection1/core_node1/data
[junit4] 2> 4868875 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.HdfsDirectoryFactory creating
directory factory for path
hdfs://localhost:35660/solr_hdfs_home/collection1/core_node1/data/index
[junit4] 2> 4868884 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.HdfsDirectoryFactory Number of slabs
of block cache [1] with direct memory allocation set to [true]
[junit4] 2> 4868884 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.HdfsDirectoryFactory Block cache
target memory usage, slab size of [4194304] will allocate [1] slabs and use
~[4194304] bytes
[junit4] 2> 4868896 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.s.b.BlockDirectory Block cache on write
is disabled
[junit4] 2> 4868897 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=3, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=17.220703125,
floorSegmentMB=0.423828125, forceMergeDeletesPctAllowed=4.465370431227933,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6594933322814993
[junit4] 2> 4868944 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:53681 is added to
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-febeccb2-bad1-408e-b719-39e14e3af424:NORMAL:127.0.0.1:43710|RBW],
ReplicaUC[[DISK]DS-7cf99784-6d71-48a5-925a-db90f081c7df:NORMAL:127.0.0.1:53681|FINALIZED]]}
size 0
[junit4] 2> 4868946 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43710 is added to
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-febeccb2-bad1-408e-b719-39e14e3af424:NORMAL:127.0.0.1:43710|RBW],
ReplicaUC[[DISK]DS-7cf99784-6d71-48a5-925a-db90f081c7df:NORMAL:127.0.0.1:53681|FINALIZED]]}
size 0
[junit4] 2> 4868979 WARN (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.RequestHandlers INVALID paramSet a in
requestHandler {type = requestHandler,name = /dump,class =
DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 4869017 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 4869017 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 4869017 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.u.HdfsUpdateLog Initializing
HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 4869025 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 4869026 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 4869035 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=2, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8887442367528195]
[junit4] 2> 4869067 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.s.SolrIndexSearcher Opening
[Searcher@4552098b[collection1_shard2_replica_n0] main]
[junit4] 2> 4869068 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 4869068 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.r.ManagedResourceStorage Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4869068 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000
[junit4] 2> 4869079 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog Could not find max version
in index or recent updates, using new clock 1577596415813615616
[junit4] 2> 4869081 INFO
(searcherExecutor-9678-thread-1-processing-n:127.0.0.1:42830_hkse%2Fwu
x:collection1_shard2_replica_n0 s:shard2 c:collection1)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[collection1_shard2_replica_n0] Registered new searcher
Searcher@4552098b[collection1_shard2_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 4869084 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 4869084 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.ShardLeaderElectionContext I may be
the new leader - try and sync
[junit4] 2> 4869084 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:42830/hkse/wu/collection1_shard2_replica_n0/
[junit4] 2> 4869084 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 4869084 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
http://127.0.0.1:42830/hkse/wu/collection1_shard2_replica_n0/ has no replicas
[junit4] 2> 4869084 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 4869086 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.ShardLeaderElectionContext I am the
new leader: http://127.0.0.1:42830/hkse/wu/collection1_shard2_replica_n0/ shard2
[junit4] 2> 4869200 INFO
(zkCallback-26593-thread-2-processing-n:127.0.0.1:42830_hkse%2Fwu)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 4869247 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 4869248 INFO (qtp1753547614-161437)
[n:127.0.0.1:42830_hkse%2Fwu c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1587
[junit4] 2> 4869250 INFO (qtp1753547614-161439)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:42830_hkse%252Fwu&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1592
[junit4] 2> 4869350 INFO
(zkCallback-26593-thread-2-processing-n:127.0.0.1:42830_hkse%2Fwu)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 4869443 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-2-001
of type NRT
[junit4] 2> 4869443 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 4869472 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4f722e82{/hkse/wu,null,AVAILABLE}
[junit4] 2> 4869472 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7244f219{HTTP/1.1,[http/1.1]}{127.0.0.1:41450}
[junit4] 2> 4869472 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.Server Started @4874209ms
[junit4] 2> 4869472 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT,
solrconfig=solrconfig.xml, hostContext=/hkse/wu, hostPort=41450,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-2-001/cores}
[junit4] 2> 4869473 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 4869473 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 4869473 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 4869474 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 4869474 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-04T08:19:43.811Z
[junit4] 2> 4869476 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 4869476 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-2-001/solr.xml
[junit4] 2> 4869480 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 4869498 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56152/solr
[junit4] 2> 4869524 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (2)
[junit4] 2> 4869526 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 4869527 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41450_hkse%2Fwu
[junit4] 2> 4869528 INFO
(zkCallback-26581-thread-1-processing-n:127.0.0.1:32804_hkse%2Fwu)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 4869528 INFO (zkCallback-26588-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 4869538 INFO
(zkCallback-26593-thread-2-processing-n:127.0.0.1:42830_hkse%2Fwu)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 4869558 INFO
(zkCallback-26599-thread-1-processing-n:127.0.0.1:41450_hkse%2Fwu)
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 4869656 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b
[junit4] 2> 4869660 INFO
(OverseerCollectionConfigSetProcessor-98599775641927684-127.0.0.1:32804_hkse%2Fwu-n_0000000000)
[n:127.0.0.1:32804_hkse%2Fwu ] 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> 4869667 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b
[junit4] 2> 4869667 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b
[junit4] 2> 4869672 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-2-001/cores
[junit4] 2> 4869706 INFO (qtp1753547614-161440)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :addreplica with params
node=127.0.0.1:41450_hkse%252Fwu&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 4869715 INFO
(OverseerThreadFactory-9664-thread-4-processing-n:127.0.0.1:32804_hkse%2Fwu)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:41450_hkse%2Fwu for creating new replica
[junit4] 2> 4869717 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 4869717 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 4869821 INFO
(zkCallback-26599-thread-1-processing-n:127.0.0.1:41450_hkse%2Fwu)
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 4869821 INFO
(zkCallback-26593-thread-2-processing-n:127.0.0.1:42830_hkse%2Fwu)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 4870733 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig Using Lucene MatchVersion:
7.0.0
[junit4] 2> 4870750 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema
[collection1_shard1_replica_n0] Schema name=test
[junit4] 2> 4871055 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema Loaded schema test/1.6
with uniqueid field id
[junit4] 2> 4871066 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer Creating SolrCore
'collection1_shard1_replica_n0' using configuration from collection
collection1, trusted=true
[junit4] 2> 4871066 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n0' (registry
'solr.core.collection1.shard1.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b
[junit4] 2> 4871066 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:35660/solr_hdfs_home
[junit4] 2> 4871067 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.HdfsDirectoryFactory Solr Kerberos
Authentication disabled
[junit4] 2> 4871067 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 4871067 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
[[collection1_shard1_replica_n0] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-2-001/cores/collection1_shard1_replica_n0],
dataDir=[hdfs://localhost:35660/solr_hdfs_home/collection1/core_node2/data/]
[junit4] 2> 4871068 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.HdfsDirectoryFactory creating
directory factory for path
hdfs://localhost:35660/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
[junit4] 2> 4871074 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.HdfsDirectoryFactory Number of slabs
of block cache [1] with direct memory allocation set to [true]
[junit4] 2> 4871074 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.HdfsDirectoryFactory Block cache
target memory usage, slab size of [4194304] will allocate [1] slabs and use
~[4194304] bytes
[junit4] 2> 4871081 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.s.b.BlockDirectory Block cache on write
is disabled
[junit4] 2> 4871082 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.HdfsDirectoryFactory creating
directory factory for path
hdfs://localhost:35660/solr_hdfs_home/collection1/core_node2/data
[junit4] 2> 4871107 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.HdfsDirectoryFactory creating
directory factory for path
hdfs://localhost:35660/solr_hdfs_home/collection1/core_node2/data/index
[junit4] 2> 4871112 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.HdfsDirectoryFactory Number of slabs
of block cache [1] with direct memory allocation set to [true]
[junit4] 2> 4871112 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.HdfsDirectoryFactory Block cache
target memory usage, slab size of [4194304] will allocate [1] slabs and use
~[4194304] bytes
[junit4] 2> 4871118 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.s.b.BlockDirectory Block cache on write
is disabled
[junit4] 2> 4871119 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=3, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=17.220703125,
floorSegmentMB=0.423828125, forceMergeDeletesPctAllowed=4.465370431227933,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6594933322814993
[junit4] 2> 4871135 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43710 is added to
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-7cf99784-6d71-48a5-925a-db90f081c7df:NORMAL:127.0.0.1:53681|RBW],
ReplicaUC[[DISK]DS-3bb22fb1-1c81-46dd-9ec8-6bbd7a2cf585:NORMAL:127.0.0.1:43710|RBW]]}
size 0
[junit4] 2> 4871135 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:53681 is added to
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-3bb22fb1-1c81-46dd-9ec8-6bbd7a2cf585:NORMAL:127.0.0.1:43710|RBW],
ReplicaUC[[DISK]DS-f4f5b8bb-5f3a-4b4d-bddb-d56708fd76e5:NORMAL:127.0.0.1:53681|FINALIZED]]}
size 0
[junit4] 2> 4871140 WARN (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.RequestHandlers INVALID paramSet a in
requestHandler {type = requestHandler,name = /dump,class =
DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 4871186 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 4871186 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 4871186 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.u.HdfsUpdateLog Initializing
HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 4871195 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 4871195 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 4871196 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=2, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8887442367528195]
[junit4] 2> 4871199 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.s.SolrIndexSearcher Opening
[Searcher@200818eb[collection1_shard1_replica_n0] main]
[junit4] 2> 4871200 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 4871201 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.r.ManagedResourceStorage Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4871222 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000
[junit4] 2> 4871223 INFO
(searcherExecutor-9689-thread-1-processing-n:127.0.0.1:41450_hkse%2Fwu
x:collection1_shard1_replica_n0 s:shard1 c:collection1)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
[collection1_shard1_replica_n0] Registered new searcher
Searcher@200818eb[collection1_shard1_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 4871224 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog Could not find max version
in index or recent updates, using new clock 1577596418062811136
[junit4] 2> 4871234 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 4871234 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.ShardLeaderElectionContext I may be
the new leader - try and sync
[junit4] 2> 4871234 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:41450/hkse/wu/collection1_shard1_replica_n0/
[junit4] 2> 4871234 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 4871234 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
http://127.0.0.1:41450/hkse/wu/collection1_shard1_replica_n0/ has no replicas
[junit4] 2> 4871234 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 4871237 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.ShardLeaderElectionContext I am the
new leader: http://127.0.0.1:41450/hkse/wu/collection1_shard1_replica_n0/ shard1
[junit4] 2> 4871338 INFO
(zkCallback-26599-thread-1-processing-n:127.0.0.1:41450_hkse%2Fwu)
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 4871338 INFO
(zkCallback-26593-thread-2-processing-n:127.0.0.1:42830_hkse%2Fwu)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 4871388 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 4871389 INFO (qtp557264569-161477)
[n:127.0.0.1:41450_hkse%2Fwu c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1672
[junit4] 2> 4871399 INFO (qtp1753547614-161440)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:41450_hkse%252Fwu&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1693
[junit4] 2> 4871491 INFO
(zkCallback-26599-thread-1-processing-n:127.0.0.1:41450_hkse%2Fwu)
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 4871491 INFO
(zkCallback-26593-thread-2-processing-n:127.0.0.1:42830_hkse%2Fwu)
[n:127.0.0.1:42830_hkse%2Fwu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 4871514 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-3-001
of type NRT
[junit4] 2> 4871514 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 4871515 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6227168e{/hkse/wu,null,AVAILABLE}
[junit4] 2> 4871515 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2f960b78{HTTP/1.1,[http/1.1]}{127.0.0.1:43591}
[junit4] 2> 4871515 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.e.j.s.Server Started @4876253ms
[junit4] 2> 4871515 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml,
hostContext=/hkse/wu, hostPort=43591,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-3-001/cores}
[junit4] 2> 4871516 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 4871525 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 4871525 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 4871525 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 4871525 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-04T08:19:45.862Z
[junit4] 2> 4871535 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 4871535 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_574A0B0E76428B14-001/shard-3-001/solr.xml
[junit4] 2> 4871541 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1bb3a81b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 4871544 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56152/solr
[junit4] 2> 4871549 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:43591_hkse%2Fwu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (3)
[junit4] 2> 4871550 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:43591_hkse%2Fwu ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 4871552 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[574A0B0E76428B14])
[n:127.0.0.1:43591_hkse%2Fwu ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43591_hkse%2Fwu
[junit4] 2> 4871553 INFO (zkCallback-26588-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 4871553 INFO
(zkCallback-26599-thread-1-processing-n:127.0.0.1:41450_hkse%2Fwu)
[n:127.0.0.1:41450_hkse%2Fwu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 4871563 INFO
(zkCallback-26581-thread-1-processing-n:127.0.0.1:32804_hkse%2Fwu)
[n:127.0.0.1:32804_hkse%2Fwu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 4871563 INFO (zkCallback-26593-thread-2-proc
[...truncated too long message...]
-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_574A0B0E76428B14-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost/127.0.0.1:34855) [ ] o.a.h.h.s.d.DataNode Ending
block pool service for: Block pool BP-1068949724-10.41.0.5-1504513889705
(Datanode Uuid 59b2686d-2d56-4bf1-8314-8f210305eb97) service to
localhost/127.0.0.1:34855
[junit4] 2> 5602691 WARN
(SUITE-HdfsRecoveryZkTest-seed#[574A0B0E76428B14]-worker) [ ]
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 5602735 INFO
(SUITE-HdfsRecoveryZkTest-seed#[574A0B0E76428B14]-worker) [ ] o.m.log
Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 5602736 WARN (296771641@qtp-118835101-0 - Acceptor0
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:54539) [ ]
o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false. Rechecking.
[junit4] 2> 5602737 WARN (296771641@qtp-118835101-0 - Acceptor0
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:54539) [ ]
o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false
[junit4] 2> 5602739 WARN (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_574A0B0E76428B14-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_574A0B0E76428B14-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost/127.0.0.1:34855) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 5602739 WARN (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_574A0B0E76428B14-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_574A0B0E76428B14-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost/127.0.0.1:34855) [ ] o.a.h.h.s.d.DataNode Ending
block pool service for: Block pool BP-1068949724-10.41.0.5-1504513889705
(Datanode Uuid 02c98771-33f5-4d2b-b478-76e0e77e02dd) service to
localhost/127.0.0.1:34855
[junit4] 2> 5602758 INFO
(SUITE-HdfsRecoveryZkTest-seed#[574A0B0E76428B14]-worker) [ ] o.m.log
Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 5602765 INFO
(SUITE-HdfsRecoveryZkTest-seed#[574A0B0E76428B14]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39453 39453
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_574A0B0E76428B14-001
[junit4] 2> Sep 04, 2017 8:32:00 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):
{rnd_b=PostingsFormat(name=Memory), _version_=PostingsFormat(name=Direct),
a_t=PostingsFormat(name=Direct), a_i=PostingsFormat(name=Memory),
id=PostingsFormat(name=Memory)},
docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1274,
maxMBSortInHeap=5.470026215518962, sim=RandomSimilarity(queryNorm=false): {},
locale=hr-HR, timezone=Mexico/BajaNorte
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=2,free=199049240,total=522715136
[junit4] 2> NOTE: All tests run in this JVM:
[TestExclusionRuleCollectionAccess, CdcrVersionReplicationTest,
AnalyticsMergeStrategyTest, HdfsBasicDistributedZkTest,
TlogReplayBufferedWhileIndexingTest, SpellCheckComponentTest,
DocValuesMultiTest, RestartWhileUpdatingTest, JsonLoaderTest,
TestDFISimilarityFactory, TestBinaryResponseWriter, TestFiltering,
TestCursorMarkWithoutUniqueKey, OpenCloseCoreStressTest,
SolrJmxReporterCloudTest, BitVectorTest,
DistributedQueryComponentCustomSortTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest,
CollectionsAPIDistributedZkTest, TestFastLRUCache, NoCacheHeaderTest,
TestMiniSolrCloudClusterSSL, RequestLoggingTest, TestHashQParserPlugin,
TestClusterProperties, TestCoreAdminApis, SchemaVersionSpecificBehaviorTest,
TestXIncludeConfig, CdcrReplicationDistributedZkTest,
UpdateRequestProcessorFactoryTest, TestSerializedLuceneMatchVersion,
CoreSorterTest, ZkStateReaderTest, TestCloudDeleteByQuery,
DistributedMLTComponentTest, ActionThrottleTest, TestCoreContainer,
TestSmileRequest, TestShardHandlerFactory, SpatialRPTFieldTypeTest,
TestSolrXml, SOLR749Test, TestQueryTypes, TestValueSourceCache,
TestNumericRangeQuery32, TestSweetSpotSimilarityFactory,
DirectSolrConnectionTest, TestMacros, TestSolrCloudWithDelegationTokens,
CacheHeaderTest, TestDocBasedVersionConstraints, BasicFunctionalityTest,
AlternateDirectoryTest, JavabinLoaderTest, DateRangeFieldTest,
HdfsCollectionsAPIDistributedZkTest, TestSolrFieldCacheBean,
SecurityConfHandlerTest, ClassificationUpdateProcessorTest, TestTlogReplica,
TestJsonFacetRefinement, TestTrieFacet, ResourceLoaderTest, InfoHandlerTest,
TestDistributedGrouping, TestFieldCacheReopen, SaslZkACLProviderTest,
SystemInfoHandlerTest, ShardRoutingTest, TestStressRecovery,
DistanceFunctionTest, TestStressVersions, ConfigSetsAPITest,
TestPayloadScoreQParserPlugin, TestFieldTypeCollectionResource,
TestDynamicLoading, CollectionsAPIAsyncDistributedZkTest,
AutoScalingHandlerTest, TestAuthorizationFramework, LoggingHandlerTest,
TestUpdate, SpatialFilterTest, TestHttpShardHandlerFactory,
TestPerFieldSimilarity, CheckHdfsIndexTest, TestSlowCompositeReaderWrapper,
TestPostingsSolrHighlighter, TestCharFilters, DocValuesTest,
TestSchemaResource, TestManagedResourceStorage, BlockDirectoryTest,
FacetPivotSmallTest, TestSimpleTrackingShardHandler,
DistribJoinFromCollectionTest, TestFieldSortValues, TestSQLHandlerNonCloud,
MoveReplicaTest, BlockJoinFacetDistribTest, TestComplexPhraseLeadingWildcard,
AddBlockUpdateTest, SoftAutoCommitTest, MetricUtilsTest, TestRTGBase,
AsyncCallRequestStatusResponseTest, TestSegmentSorting, TestCloudPivotFacet,
TestDynamicFieldResource, TestConfigSetsAPIExclusivity,
TestAnalyzeInfixSuggestions, SolrCmdDistributorTest,
ShufflingReplicaListTransformerTest, SampleTest, SolrCoreMetricManagerTest,
DistributedFacetExistsSmallTest, ChaosMonkeySafeLeaderTest,
BasicDistributedZk2Test, SyncSliceTest, OverseerTest,
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting,
ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest,
ShardRoutingCustomTest, AutoCommitTest, TestFaceting, TestHashPartitioner,
ZkControllerTest, TestRealTimeGet, TestStressReorder, TestJoin, TestReload,
HardAutoCommitTest, DistributedTermsComponentTest, TestSolr4Spatial,
SolrCoreTest, StatsComponentTest, BadIndexSchemaTest, ConvertedLegacyTest,
TestFunctionQuery, DirectUpdateHandlerTest, TestBadConfig, HighlighterTest,
SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest,
TestExtendedDismaxParser, CoreAdminHandlerTest, SuggesterTSTTest,
TestStressLucene, TestCSVLoader, PolyFieldTest, TestPseudoReturnFields,
TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest,
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest,
StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest,
XsltUpdateRequestHandlerTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest,
TestWriterPerf, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory,
DocumentAnalysisRequestHandlerTest, TestOmitPositions,
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest,
PathHierarchyTokenizerFactoryTest, TermVectorComponentTest,
TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest,
TestSolrQueryParser, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest,
IndexSchemaTest, TestCollationField, ReturnFieldsTest, MBeansHandlerTest,
QueryParsingTest, BinaryUpdateRequestHandlerTest,
TestPartialUpdateDeduplication, PingRequestHandlerTest, BadComponentTest,
TestSolrDeletionPolicy2, TestDocSet, NumericFieldsTest,
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, EchoParamsTest,
TestLMJelinekMercerSimilarityFactory, TimeZoneUtilsTest,
OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest,
PreAnalyzedFieldTest, PrimUtilsTest, DOMUtilTest, TestSolrJ, TestUtils,
ZkNodePropsTest, UUIDFieldTest, CircularListTest,
DistributedIntervalFacetingTest, CdcrRequestHandlerTest,
CollectionsAPISolrJTest, DeleteStatusTest, DistributedQueueTest,
DistributedVersionInfoTest, LeaderElectionContextKeyTest,
LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest,
MissingSegmentRecoveryTest, MoveReplicaHDFSTest, MoveReplicaHDFSUlogDirTest,
OutOfBoxZkACLAndCredentialsProvidersTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest,
OverseerStatusTest, PeerSyncReplicationTest, RemoteQueryErrorTest,
SharedFSAutoReplicaFailoverUtilsTest, SolrCLIZkUtilsTest, SolrCloudExampleTest,
TestAuthenticationFramework, TestCloudPseudoReturnFields, TestCloudRecovery,
TestConfigSetsAPI, TestCryptoKeys, TestDeleteCollectionOnDownNodes,
TestHdfsCloudBackupRestore, TestLeaderElectionWithEmptyReplica,
TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, TestLockTree,
TestMiniSolrCloudCluster, TestOnReconnectListenerSupport, TestPullReplica,
TestRandomFlRTGCloud, TestStressInPlaceUpdates, TestPolicyCloud,
HdfsChaosMonkeyNothingIsSafeTest, HdfsRecoveryZkTest]
[junit4] Completed [555/729 (2!)] on J1 in 41.48s, 1 test, 1 failure <<<
FAILURES!
[...truncated 43900 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]