Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.0/17/
2 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.analytics.NoFacetCloudTest
Error Message:
org.apache.http.ParseException: Invalid content type:
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.ParseException: Invalid content type:
at __randomizedtesting.SeedInfo.seed([3B7A2D84D8159CD0]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:523)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
at
org.apache.solr.analytics.AbstractAnalyticsStatsCloudTest.setupCluster(AbstractAnalyticsStatsCloudTest.java:75)
at
org.apache.solr.analytics.NoFacetCloudTest.populate(NoFacetCloudTest.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.http.ParseException: Invalid content type:
at org.apache.http.entity.ContentType.parse(ContentType.java:273)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
... 32 more
FAILED: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test
Error Message:
No live SolrServers available to handle this
request:[http://127.0.0.1:36679/solrj_collection4,
http://127.0.0.1:43137/solrj_collection4,
http://127.0.0.1:41677/solrj_collection4]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:36679/solrj_collection4,
http://127.0.0.1:43137/solrj_collection4,
http://127.0.0.1:41677/solrj_collection4]
at
__randomizedtesting.SeedInfo.seed([77460FBA5C22E079:FF123060F2DE8D81]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
at
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.queryAndAssertResultSize(SharedFSAutoReplicaFailoverTest.java:342)
at
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:253)
at
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:43137/solrj_collection4: no servers hosting
shard: shard2
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
... 50 more
Build Log:
[...truncated 11519 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_77460FBA5C22E079-001/init-core-data-001
[junit4] 2> 295014 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=22 numCloses=22
[junit4] 2> 295015 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 295016 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 295016 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 298093 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your
platform... using builtin-java classes where applicable
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 301055 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 302060 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via
org.mortbay.log.Slf4jLog
[junit4] 2> 302166 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 302366 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 302522 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_49063_hdfs____pmeuia/webapp
[junit4] 2> 304446 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49063
[junit4] 2> 307604 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 307617 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 307643 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_54416_datanode____.712j0f/webapp
[junit4] 2> 308728 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:54416
[junit4] 2> 310523 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 310525 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 310818 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_56589_datanode____.11cick/webapp
[junit4] 2> 312360 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[77460FBA5C22E079]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:56589
[junit4] 2> 316112 INFO (IPC Server handler 4 on 60352) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-6f1c34ec-e08a-4960-a750-d05a0f14b154 node
DatanodeRegistration(127.0.0.1:50498,
datanodeUuid=a7160deb-1973-4888-acc5-88fd44ec5b6f, infoPort=55741,
infoSecurePort=0, ipcPort=59319,
storageInfo=lv=-56;cid=testClusterID;nsid=1267916230;c=0), blocks: 0,
hasStaleStorage: true, processing time: 6 msecs
[junit4] 2> 316112 INFO (IPC Server handler 4 on 60352) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-0c5a959f-87fe-4037-b1f7-4522feec316f node
DatanodeRegistration(127.0.0.1:50498,
datanodeUuid=a7160deb-1973-4888-acc5-88fd44ec5b6f, infoPort=55741,
infoSecurePort=0, ipcPort=59319,
storageInfo=lv=-56;cid=testClusterID;nsid=1267916230;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 316134 INFO (IPC Server handler 5 on 60352) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-7a1d9f25-9a2a-4980-be25-6f46e23479ef node
DatanodeRegistration(127.0.0.1:37730,
datanodeUuid=5da88a2a-29ac-478e-9788-6e8045153670, infoPort=57695,
infoSecurePort=0, ipcPort=39003,
storageInfo=lv=-56;cid=testClusterID;nsid=1267916230;c=0), blocks: 0,
hasStaleStorage: true, processing time: 3 msecs
[junit4] 2> 316134 INFO (IPC Server handler 5 on 60352) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-37a33b8b-840f-4bbf-be6b-f71850660c42 node
DatanodeRegistration(127.0.0.1:37730,
datanodeUuid=5da88a2a-29ac-478e-9788-6e8045153670, infoPort=57695,
infoSecurePort=0, ipcPort=39003,
storageInfo=lv=-56;cid=testClusterID;nsid=1267916230;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 317943 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 317955 INFO (Thread-491) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 317955 INFO (Thread-491) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 318055 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.ZkTestServer start zk server on port:56467
[junit4] 2> 318066 ERROR (Thread-491) [ ] 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> 318156 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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> 318158 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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> 318160 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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> 318161 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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> 318162 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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> 318164 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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> 318165 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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> 318166 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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> 318168 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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> 318169 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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> 318170 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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> 318180 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 318454 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 318455 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@22aad13a{/,null,AVAILABLE}
[junit4] 2> 318456 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@312a87cf{HTTP/1.1,[http/1.1]}{127.0.0.1:41677}
[junit4] 2> 318456 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.Server Started @321616ms
[junit4] 2> 318456 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=41677,
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_77460FBA5C22E079-001/control-001/cores}
[junit4] 2> 318456 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 318456 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 318456 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 318456 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 318456 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-27T21:52:16.636Z
[junit4] 2> 318461 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 318461 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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_77460FBA5C22E079-001/control-001/solr.xml
[junit4] 2> 318469 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 318499 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56467/solr
[junit4] 2> 318753 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:41677_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 318754 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:41677_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:41677_
[junit4] 2> 318755 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:41677_ ] o.a.s.c.Overseer Overseer
(id=98382140941860868-127.0.0.1:41677_-n_0000000000) starting
[junit4] 2> 318866 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:41677_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41677_
[junit4] 2> 318867 INFO
(OverseerStateUpdate-98382140941860868-127.0.0.1:41677_-n_0000000000)
[n:127.0.0.1:41677_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 319089 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:41677_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce
[junit4] 2> 319112 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:41677_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce
[junit4] 2> 319112 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:41677_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce
[junit4] 2> 319114 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:41677_ ] 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_77460FBA5C22E079-001/control-001/cores
[junit4] 2> 319213 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 319214 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56467/solr ready
[junit4] 2> 319305 INFO (qtp213579255-2144) [n:127.0.0.1:41677_ ]
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:41677_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 319316 INFO
(OverseerThreadFactory-1062-thread-1-processing-n:127.0.0.1:41677_)
[n:127.0.0.1:41677_ ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 319437 INFO (qtp213579255-2142) [n:127.0.0.1:41677_ ]
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> 319438 INFO (qtp213579255-2142) [n:127.0.0.1:41677_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 319544 INFO
(zkCallback-208-thread-1-processing-n:127.0.0.1:41677_) [n:127.0.0.1:41677_
] 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> 320535 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 320681 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 320893 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 320951 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 320997 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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@3a2e70ce
[junit4] 2> 321030 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:60352/solr_hdfs_home
[junit4] 2> 321030 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 321030 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 321031 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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_77460FBA5C22E079-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[hdfs://localhost:60352/solr_hdfs_home/control_collection/core_node1/data/]
[junit4] 2> 321033 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60352/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
[junit4] 2> 321141 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 321141 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 321141 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
[junit4] 2> 322517 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 322530 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60352/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 322640 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60352/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 322698 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 322698 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 322712 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 322713 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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=10, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=80.2216796875,
floorSegmentMB=0.8955078125, forceMergeDeletesPctAllowed=29.466527745778855,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 325014 INFO (IPC Server handler 3 on 60352) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50498 is
added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-37a33b8b-840f-4bbf-be6b-f71850660c42:NORMAL:127.0.0.1:37730|RBW],
ReplicaUC[[DISK]DS-6f1c34ec-e08a-4960-a750-d05a0f14b154:NORMAL:127.0.0.1:50498|RBW]]}
size 72
[junit4] 2> 325014 INFO (IPC Server handler 2 on 60352) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37730 is
added to blk_1073741825_1001 size 72
[junit4] 2> 325474 WARN (qtp213579255-2142) [n:127.0.0.1:41677_
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> 325617 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 325617 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 325617 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 325680 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 325680 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 325692 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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=39, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=57.67578125,
floorSegmentMB=0.9189453125, forceMergeDeletesPctAllowed=10.058545094042511,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 325936 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1961cbcb[control_collection_shard1_replica_n1] main]
[junit4] 2> 325938 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 325938 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 325942 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 325945 INFO
(searcherExecutor-1065-thread-1-processing-n:127.0.0.1:41677_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:41677_ 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@1961cbcb[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 325951 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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 1574114263439507456
[junit4] 2> 325968 INFO
(zkCallback-208-thread-1-processing-n:127.0.0.1:41677_) [n:127.0.0.1:41677_
] 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> 325970 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 325970 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 325970 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:41677/control_collection_shard1_replica_n1/
[junit4] 2> 325970 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 325971 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:41677/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 325971 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 325978 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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:41677/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 326079 INFO
(zkCallback-208-thread-1-processing-n:127.0.0.1:41677_) [n:127.0.0.1:41677_
] 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> 326129 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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> 326133 INFO (qtp213579255-2142) [n:127.0.0.1:41677_
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=6696
[junit4] 2> 326146 INFO (qtp213579255-2144) [n:127.0.0.1:41677_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 326245 INFO
(zkCallback-208-thread-1-processing-n:127.0.0.1:41677_) [n:127.0.0.1:41677_
] 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> 326637 INFO
(OverseerCollectionConfigSetProcessor-98382140941860868-127.0.0.1:41677_-n_0000000000)
[n:127.0.0.1:41677_ ] 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> 327147 INFO (qtp213579255-2144) [n:127.0.0.1:41677_ ]
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:41677_&wt=javabin&version=2}
status=0 QTime=7842
[junit4] 2> 327200 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 327201 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56467/solr ready
[junit4] 2> 327201 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 327203 INFO (qtp213579255-2145) [n:127.0.0.1:41677_ ]
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> 327221 INFO
(OverseerThreadFactory-1062-thread-2-processing-n:127.0.0.1:41677_)
[n:127.0.0.1:41677_ ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 327223 WARN
(OverseerThreadFactory-1062-thread-2-processing-n:127.0.0.1:41677_)
[n:127.0.0.1:41677_ ] o.a.s.c.CreateCollectionCmd It is unusual to create a
collection (collection1) without cores.
[junit4] 2> 327448 INFO (qtp213579255-2145) [n:127.0.0.1:41677_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 327451 INFO (qtp213579255-2145) [n:127.0.0.1:41677_ ]
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=248
[junit4] 2> 327840 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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_77460FBA5C22E079-001/shard-1-001
of type NRT
[junit4] 2> 327843 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 327873 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@486c3d03{/,null,AVAILABLE}
[junit4] 2> 327874 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@52f3d1a9{HTTP/1.1,[http/1.1]}{127.0.0.1:43137}
[junit4] 2> 327874 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.Server Started @331035ms
[junit4] 2> 327874 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml,
hostContext=/, hostPort=43137,
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_77460FBA5C22E079-001/shard-1-001/cores}
[junit4] 2> 327875 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 327875 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 327875 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 327875 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 327875 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-27T21:52:26.055Z
[junit4] 2> 327883 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 327884 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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_77460FBA5C22E079-001/shard-1-001/solr.xml
[junit4] 2> 327897 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 327920 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56467/solr
[junit4] 2> 328099 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:43137_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 328102 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:43137_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 328105 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:43137_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43137_
[junit4] 2> 328106 INFO
(zkCallback-208-thread-1-processing-n:127.0.0.1:41677_) [n:127.0.0.1:41677_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 328121 INFO (zkCallback-215-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 328128 INFO
(zkCallback-220-thread-2-processing-n:127.0.0.1:43137_) [n:127.0.0.1:43137_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 328486 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:43137_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce
[junit4] 2> 328493 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:43137_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce
[junit4] 2> 328493 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:43137_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce
[junit4] 2> 328495 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:43137_ ] 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_77460FBA5C22E079-001/shard-1-001/cores
[junit4] 2> 328668 INFO (qtp1172330866-2196) [n:127.0.0.1:43137_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:43137_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 328672 INFO
(OverseerCollectionConfigSetProcessor-98382140941860868-127.0.0.1:41677_-n_0000000000)
[n:127.0.0.1:41677_ ] 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> 328674 INFO
(OverseerThreadFactory-1062-thread-3-processing-n:127.0.0.1:41677_)
[n:127.0.0.1:41677_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:43137_
for creating new replica
[junit4] 2> 328678 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_ ]
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> 328680 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 328784 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:43137_) [n:127.0.0.1:43137_
] 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> 329726 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 329827 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema
[collection1_shard2_replica_n0] Schema name=test
[junit4] 2> 330114 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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> 330208 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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> 330209 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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@3a2e70ce
[junit4] 2> 330209 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:60352/solr_hdfs_home
[junit4] 2> 330233 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 330233 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 330233 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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_77460FBA5C22E079-001/shard-1-001/cores/collection1_shard2_replica_n0],
dataDir=[hdfs://localhost:60352/solr_hdfs_home/collection1/core_node1/data/]
[junit4] 2> 330235 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60352/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
[junit4] 2> 330457 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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> 330457 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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> 330482 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 330485 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60352/solr_hdfs_home/collection1/core_node1/data
[junit4] 2> 330571 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60352/solr_hdfs_home/collection1/core_node1/data/index
[junit4] 2> 330605 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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> 330605 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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> 330643 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 330644 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=80.2216796875,
floorSegmentMB=0.8955078125, forceMergeDeletesPctAllowed=29.466527745778855,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 330870 INFO (IPC Server handler 7 on 60352) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37730 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-6f1c34ec-e08a-4960-a750-d05a0f14b154:NORMAL:127.0.0.1:50498|RBW],
ReplicaUC[[DISK]DS-37a33b8b-840f-4bbf-be6b-f71850660c42:NORMAL:127.0.0.1:37730|RBW]]}
size 0
[junit4] 2> 330874 INFO (IPC Server handler 6 on 60352) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50498 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-6f1c34ec-e08a-4960-a750-d05a0f14b154:NORMAL:127.0.0.1:50498|RBW],
ReplicaUC[[DISK]DS-37a33b8b-840f-4bbf-be6b-f71850660c42:NORMAL:127.0.0.1:37730|RBW]]}
size 0
[junit4] 2> 330905 WARN (qtp1172330866-2194) [n:127.0.0.1:43137_
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> 331159 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 331159 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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> 331159 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.HdfsUpdateLog
Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 331226 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 331226 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 331236 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=39, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=57.67578125,
floorSegmentMB=0.9189453125, forceMergeDeletesPctAllowed=10.058545094042511,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 331259 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@605480f1[collection1_shard2_replica_n0] main]
[junit4] 2> 331263 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 331263 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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> 331264 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 331273 INFO
(searcherExecutor-1076-thread-1-processing-n:127.0.0.1:43137_
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[collection1_shard2_replica_n0] Registered new searcher
Searcher@605480f1[collection1_shard2_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 331274 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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
1574114269021077504
[junit4] 2> 331290 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 331291 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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> 331291 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:43137/collection1_shard2_replica_n0/
[junit4] 2> 331291 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 331291 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
http://127.0.0.1:43137/collection1_shard2_replica_n0/ has no replicas
[junit4] 2> 331291 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 331292 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:43137_) [n:127.0.0.1:43137_
] 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> 331297 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43137/collection1_shard2_replica_n0/ shard2
[junit4] 2> 331431 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:43137_) [n:127.0.0.1:43137_
] 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> 331481 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 331536 INFO (qtp1172330866-2194) [n:127.0.0.1:43137_
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=2858
[junit4] 2> 331540 INFO (qtp1172330866-2196) [n:127.0.0.1:43137_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:43137_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=2871
[junit4] 2> 331638 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:43137_) [n:127.0.0.1:43137_
] 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> 332365 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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_77460FBA5C22E079-001/shard-2-001
of type NRT
[junit4] 2> 332368 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 332371 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6d1f692b{/,null,AVAILABLE}
[junit4] 2> 332371 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3ef39b0c{HTTP/1.1,[http/1.1]}{127.0.0.1:47924}
[junit4] 2> 332371 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.Server Started @335532ms
[junit4] 2> 332372 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT,
solrconfig=solrconfig.xml, hostContext=/, hostPort=47924,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_77460FBA5C22E079-001/shard-2-001/cores}
[junit4] 2> 332372 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 332381 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 332381 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 332381 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 332381 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-27T21:52:30.561Z
[junit4] 2> 332489 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 332489 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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_77460FBA5C22E079-001/shard-2-001/solr.xml
[junit4] 2> 332500 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 332538 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56467/solr
[junit4] 2> 332663 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:47924_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 332669 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:47924_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 332672 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:47924_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:47924_
[junit4] 2> 332673 INFO (zkCallback-215-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 332673 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:43137_) [n:127.0.0.1:43137_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 332674 INFO
(zkCallback-208-thread-2-processing-n:127.0.0.1:41677_) [n:127.0.0.1:41677_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 332675 INFO
(OverseerCollectionConfigSetProcessor-98382140941860868-127.0.0.1:41677_-n_0000000000)
[n:127.0.0.1:41677_ ] 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> 332689 INFO
(zkCallback-226-thread-1-processing-n:127.0.0.1:47924_) [n:127.0.0.1:47924_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 333084 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:47924_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce
[junit4] 2> 333092 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:47924_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce
[junit4] 2> 333092 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:47924_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce
[junit4] 2> 333094 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:47924_ ] 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_77460FBA5C22E079-001/shard-2-001/cores
[junit4] 2> 333414 INFO (qtp1172330866-2197) [n:127.0.0.1:43137_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:47924_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 333423 INFO
(OverseerThreadFactory-1062-thread-4-processing-n:127.0.0.1:41677_)
[n:127.0.0.1:41677_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:47924_
for creating new replica
[junit4] 2> 333457 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_ ]
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> 333458 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 333562 INFO
(zkCallback-226-thread-1-processing-n:127.0.0.1:47924_) [n:127.0.0.1:47924_
] 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> 333562 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:43137_) [n:127.0.0.1:43137_
] 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> 334528 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 334642 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema
[collection1_shard1_replica_n0] Schema name=test
[junit4] 2> 335015 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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> 335054 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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> 335055 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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@3a2e70ce
[junit4] 2> 335055 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:60352/solr_hdfs_home
[junit4] 2> 335055 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 335055 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 335055 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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_77460FBA5C22E079-001/shard-2-001/cores/collection1_shard1_replica_n0],
dataDir=[hdfs://localhost:60352/solr_hdfs_home/collection1/core_node2/data/]
[junit4] 2> 335057 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60352/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
[junit4] 2> 335079 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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> 335079 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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> 335143 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 335150 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60352/solr_hdfs_home/collection1/core_node2/data
[junit4] 2> 335244 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60352/solr_hdfs_home/collection1/core_node2/data/index
[junit4] 2> 335252 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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> 335252 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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> 335311 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 335313 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=80.2216796875,
floorSegmentMB=0.8955078125, forceMergeDeletesPctAllowed=29.466527745778855,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 335602 INFO (IPC Server handler 4 on 60352) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50498 is
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-7a1d9f25-9a2a-4980-be25-6f46e23479ef:NORMAL:127.0.0.1:37730|RBW],
ReplicaUC[[DISK]DS-0c5a959f-87fe-4037-b1f7-4522feec316f:NORMAL:127.0.0.1:50498|RBW]]}
size 0
[junit4] 2> 335629 INFO (IPC Server handler 1 on 60352) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37730 is
added to blk_1073741827_1003 size 72
[junit4] 2> 335660 WARN (qtp1163052637-2234) [n:127.0.0.1:47924_
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> 335854 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 335854 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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> 335854 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.HdfsUpdateLog
Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 335917 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 335917 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 335921 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=39, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=57.67578125,
floorSegmentMB=0.9189453125, forceMergeDeletesPctAllowed=10.058545094042511,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 335969 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@273e1977[collection1_shard1_replica_n0] main]
[junit4] 2> 335973 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 335973 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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> 335974 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 335981 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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
1574114273956724736
[junit4] 2> 335985 INFO
(searcherExecutor-1087-thread-1-processing-n:127.0.0.1:47924_
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
[collection1_shard1_replica_n0] Registered new searcher
Searcher@273e1977[collection1_shard1_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 335997 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:43137_) [n:127.0.0.1:43137_
] 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> 335998 INFO
(zkCallback-226-thread-1-processing-n:127.0.0.1:47924_) [n:127.0.0.1:47924_
] 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> 335998 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 335998 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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> 335998 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:47924/collection1_shard1_replica_n0/
[junit4] 2> 335998 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 335998 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
http://127.0.0.1:47924/collection1_shard1_replica_n0/ has no replicas
[junit4] 2> 335998 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 336002 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:47924/collection1_shard1_replica_n0/ shard1
[junit4] 2> 336113 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:43137_) [n:127.0.0.1:43137_
] 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> 336114 INFO
(zkCallback-226-thread-1-processing-n:127.0.0.1:47924_) [n:127.0.0.1:47924_
] 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> 336158 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 336162 INFO (qtp1163052637-2234) [n:127.0.0.1:47924_
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=2705
[junit4] 2> 336169 INFO (qtp1172330866-2197) [n:127.0.0.1:43137_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:47924_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=2754
[junit4] 2> 336269 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:43137_) [n:127.0.0.1:43137_
] 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> 336269 INFO
(zkCallback-226-thread-1-processing-n:127.0.0.1:47924_) [n:127.0.0.1:47924_
] 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> 336665 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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_77460FBA5C22E079-001/shard-3-001
of type NRT
[junit4] 2> 336666 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 336667 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4b9258a0{/,null,AVAILABLE}
[junit4] 2> 336668 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6d25ab79{HTTP/1.1,[http/1.1]}{127.0.0.1:39339}
[junit4] 2> 336668 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.e.j.s.Server Started @339828ms
[junit4] 2> 336668 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT,
solrconfig=solrconfig.xml, hostContext=/, hostPort=39339,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_77460FBA5C22E079-001/shard-3-001/cores}
[junit4] 2> 336668 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 336683 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 336683 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 336683 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 336683 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-27T21:52:34.863Z
[junit4] 2> 336735 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 336735 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
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_77460FBA5C22E079-001/shard-3-001/solr.xml
[junit4] 2> 336741 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 336765 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56467/solr
[junit4] 2> 336847 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:39339_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 336852 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:39339_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 336856 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:39339_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39339_
[junit4] 2> 336862 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:43137_) [n:127.0.0.1:43137_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 336862 INFO
(zkCallback-208-thread-2-processing-n:127.0.0.1:41677_) [n:127.0.0.1:41677_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 336862 INFO (zkCallback-215-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 336862 INFO
(zkCallback-226-thread-1-processing-n:127.0.0.1:47924_) [n:127.0.0.1:47924_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 336879 INFO
(zkCallback-232-thread-1-processing-n:127.0.0.1:39339_) [n:127.0.0.1:39339_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 337107 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:39339_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce
[junit4] 2> 337139 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:39339_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce
[junit4] 2> 337139 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:39339_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a2e70ce
[junit4] 2> 337140 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[77460FBA5C22E079])
[n:127.0.0.1:3
[...truncated too long message...]
rceptor.java:430)
[junit4] 2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4] 2> at
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
[junit4] 2> at
org.apache.hadoop.metrics2.util.MBeans.unregister(MBeans.java:81)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:226)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
[junit4] 2> at
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
[junit4] 2> at
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
[junit4] 2> at
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
[junit4] 2> at
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
[junit4] 2> at
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:204)
[junit4] 2> at
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.hdfsFailoverAfterClass(SharedFSAutoReplicaFailoverTest.java:97)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Caused by: java.lang.NullPointerException
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
[junit4] 2> ... 54 more
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_77460FBA5C22E079-001
[junit4] 2> Jul 27, 2017 9:54:17 PM
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):
{id=PostingsFormat(name=Memory),
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{_version_=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1411,
maxMBSortInHeap=5.740802954602955, sim=RandomSimilarity(queryNorm=false): {},
locale=ar, timezone=America/Swift_Current
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=5,free=155538648,total=523763712
[junit4] 2> NOTE: All tests run in this JVM: [TestUnifiedSolrHighlighter,
TestSubQueryTransformerCrossCore, AnalyticsMergeStrategyTest,
TestDFISimilarityFactory, TestExactSharedStatsCache,
TestTrackingShardHandlerFactory, TestSolrDeletionPolicy1,
QueryElevationComponentTest, ConcurrentDeleteAndCreateCollectionTest,
TestDocTermOrds, TestSerializedLuceneMatchVersion,
TestMultiValuedNumericRangeQuery, DistribDocExpirationUpdateProcessorTest,
SolrMetricReporterTest, TestDocSet, ImplicitSnitchTest, TestCloudRecovery,
ExitableDirectoryReaderTest, BlobRepositoryCloudTest, StatsReloadRaceTest,
SharedFSAutoReplicaFailoverTest]
[junit4] Completed [84/727 (1!)] on J0 in 154.08s, 1 test, 1 error <<<
FAILURES!
[...truncated 4789 lines...]
[junit4] Suite: org.apache.solr.analytics.NoFacetCloudTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/contrib/solr-analytics/test/J1/temp/solr.analytics.NoFacetCloudTest_3B7A2D84D8159CD0-001/init-core-data-001
[junit4] 2> Jul 27, 2017 11:11:04 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1328, maxMBSortInHeap=6.911355433368126,
sim=RandomSimilarity(queryNorm=false): {}, locale=en-SG,
timezone=Pacific/Pohnpei
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=248945208,total=323485696
[junit4] 2> NOTE: All tests run in this JVM: [AbstractAnalyticsStatsTest,
AbstractAnalyticsFacetTest, RangeFacetTest, NoFacetCloudTest]
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=NoFacetCloudTest
-Dtests.seed=3B7A2D84D8159CD0 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/test-data/enwiki.random.lines.txt
-Dtests.locale=en-SG -Dtests.timezone=Pacific/Pohnpei -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 | NoFacetCloudTest (suite) <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.ParseException: Invalid content type:
[junit4] > at
__randomizedtesting.SeedInfo.seed([3B7A2D84D8159CD0]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:523)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
[junit4] > at
org.apache.solr.analytics.AbstractAnalyticsStatsCloudTest.setupCluster(AbstractAnalyticsStatsCloudTest.java:75)
[junit4] > at
org.apache.solr.analytics.NoFacetCloudTest.populate(NoFacetCloudTest.java:62)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: org.apache.http.ParseException: Invalid content
type:
[junit4] > at
org.apache.http.entity.ContentType.parse(ContentType.java:273)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
[junit4] > ... 32 more
[junit4] Completed [12/17 (1!)] on J1 in 9.78s, 0 tests, 1 error <<<
FAILURES!
[...truncated 40697 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]