Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/44/

1 tests failed.
FAILED:  org.apache.solr.cloud.hdfs.StressHdfsTest.test

Error Message:
Timeout occurred while waiting response from server at: 
http://127.0.0.1:40572/pd/z/delete_data_dir

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:40572/pd/z/delete_data_dir
        at 
__randomizedtesting.SeedInfo.seed([65EE1590E4FFB3D1:EDBA2A4A4A03DE29]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:479)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:189)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
        ... 48 more




Build Log:
[...truncated 15504 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.StressHdfsTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/init-core-data-001
   [junit4]   2> 6627060 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /pd/z
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 6627115 WARN  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 6627140 WARN  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 6627141 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6627142 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 6627142 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 6627142 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 6627143 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4d0323f7{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 6627292 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@7d0fa494{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-lucene2-us-west.apache.org-39558-hdfs-_-any-7859809974369050042.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 6627293 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d7a931b{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:39558}
   [junit4]   2> 6627293 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server 
Started @6627373ms
   [junit4]   2> 6627379 WARN  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the 
logger is not log4j
   [junit4]   2> 6627428 WARN  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 6627429 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6627437 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 6627437 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 6627437 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session 
node0 Scavenging every 660000ms
   [junit4]   2> 6627438 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@736e927{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 6627564 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@466dcd20{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-43164-datanode-_-any-2045536868469246403.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 6627565 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4e15ac52{HTTP/1.1,[http/1.1]}{localhost:43164}
   [junit4]   2> 6627565 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server 
Started @6627644ms
   [junit4]   2> 6627585 WARN  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the 
logger is not log4j
   [junit4]   2> 6627670 WARN  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 6627671 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6627684 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 6627684 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 6627684 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 6627696 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@27766c1b{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 6627864 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x426689b541ae8c9: Processing first storage report for 
DS-93339da0-6b1f-4ce2-94eb-4d278e480d98 from datanode 
95f06821-54a7-4c7c-8ae3-71de27f27a91
   [junit4]   2> 6627876 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x426689b541ae8c9: from storage 
DS-93339da0-6b1f-4ce2-94eb-4d278e480d98 node 
DatanodeRegistration(127.0.0.1:40725, 
datanodeUuid=95f06821-54a7-4c7c-8ae3-71de27f27a91, infoPort=42747, 
infoSecurePort=0, ipcPort=34269, 
storageInfo=lv=-57;cid=testClusterID;nsid=34222447;c=1552585242167), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 6627876 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x426689b541ae8c9: Processing first storage report for 
DS-635d1b8f-226b-49f1-8759-72e64aa1c698 from datanode 
95f06821-54a7-4c7c-8ae3-71de27f27a91
   [junit4]   2> 6627876 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x426689b541ae8c9: from storage 
DS-635d1b8f-226b-49f1-8759-72e64aa1c698 node 
DatanodeRegistration(127.0.0.1:40725, 
datanodeUuid=95f06821-54a7-4c7c-8ae3-71de27f27a91, infoPort=42747, 
infoSecurePort=0, ipcPort=34269, 
storageInfo=lv=-57;cid=testClusterID;nsid=34222447;c=1552585242167), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 6627924 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@50fe30b6{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-42306-datanode-_-any-3219275911815640115.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 6627927 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@631d49ed{HTTP/1.1,[http/1.1]}{localhost:42306}
   [junit4]   2> 6627927 INFO  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server 
Started @6628007ms
   [junit4]   2> 6627948 WARN  
(SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] 
o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the 
logger is not log4j
   [junit4]   2> 6628178 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xed78cd8267b44238: Processing first storage report for 
DS-a3cf8d5c-30aa-4032-910c-2dcefd82a675 from datanode 
a6bd971b-a688-4829-9720-ca1dadca1120
   [junit4]   2> 6628178 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xed78cd8267b44238: from storage 
DS-a3cf8d5c-30aa-4032-910c-2dcefd82a675 node 
DatanodeRegistration(127.0.0.1:38377, 
datanodeUuid=a6bd971b-a688-4829-9720-ca1dadca1120, infoPort=33866, 
infoSecurePort=0, ipcPort=40977, 
storageInfo=lv=-57;cid=testClusterID;nsid=34222447;c=1552585242167), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 6628178 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xed78cd8267b44238: Processing first storage report for 
DS-9f51ed68-4151-45c6-8f53-3fb054b96e66 from datanode 
a6bd971b-a688-4829-9720-ca1dadca1120
   [junit4]   2> 6628178 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xed78cd8267b44238: from storage 
DS-9f51ed68-4151-45c6-8f53-3fb054b96e66 node 
DatanodeRegistration(127.0.0.1:38377, 
datanodeUuid=a6bd971b-a688-4829-9720-ca1dadca1120, infoPort=33866, 
infoSecurePort=0, ipcPort=40977, 
storageInfo=lv=-57;cid=testClusterID;nsid=34222447;c=1552585242167), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 6628336 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
STARTING ZK TEST SERVER
   [junit4]   2> 6628337 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6628337 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 6628437 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
start zk server on port:40728
   [junit4]   2> 6628437 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
parse host and port list: 127.0.0.1:40728
   [junit4]   2> 6628437 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1 40728
   [junit4]   2> 6628443 INFO  (zkConnectionManagerCallback-75383-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628447 INFO  (zkConnectionManagerCallback-75385-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628448 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 6628449 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 6628450 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6628451 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 6628452 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 6628453 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 6628453 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6628454 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6628455 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6628456 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6628457 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 6628457 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 6628567 WARN  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6628567 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6628567 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6628567 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6628570 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 6628570 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 6628570 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.session node0 
Scavenging every 600000ms
   [junit4]   2> 6628571 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3ee08530{/pd/z,null,AVAILABLE}
   [junit4]   2> 6628572 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@94c1e0c{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:35130}
   [junit4]   2> 6628572 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.Server 
Started @6628652ms
   [junit4]   2> 6628572 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_control_data,
 replicaType=NRT, hostContext=/pd/z, hostPort=35130, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/control-001/cores}
   [junit4]   2> 6628579 ERROR 
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6628579 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6628579 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 6628579 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6628579 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6628579 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-14T17:40:43.674Z
   [junit4]   2> 6628581 INFO  (zkConnectionManagerCallback-75387-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628582 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6628582 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/control-001/solr.xml
   [junit4]   2> 6628582 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x108218d43920002, likely client has closed socket
   [junit4]   2> 6628587 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6628587 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6628589 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 6628687 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6628689 WARN  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.u.s.S.config No 
Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@160d3680[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6628692 WARN  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.u.s.S.config No 
Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@58a45de1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6628693 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:40728/solr
   [junit4]   2> 6628694 INFO  (zkConnectionManagerCallback-75394-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628696 INFO  (zkConnectionManagerCallback-75396-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628755 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    
] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:35130_pd%2Fz
   [junit4]   2> 6628755 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    
] o.a.s.c.Overseer Overseer 
(id=74346284459360260-127.0.0.1:35130_pd%2Fz-n_0000000000) starting
   [junit4]   2> 6628760 INFO  (zkConnectionManagerCallback-75403-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628761 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr ready
   [junit4]   2> 6628762 INFO  
(OverseerStateUpdate-74346284459360260-127.0.0.1:35130_pd%2Fz-n_0000000000) 
[n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:35130_pd%2Fz
   [junit4]   2> 6628762 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35130_pd%2Fz
   [junit4]   2> 6628780 INFO  (zkCallback-75395-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6628780 INFO  (zkCallback-75402-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6628781 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 6628798 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6628806 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6628806 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6628807 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/control-001/cores
   [junit4]   2> 6628831 INFO  (zkConnectionManagerCallback-75409-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628832 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6628833 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr ready
   [junit4]   2> 6628834 INFO  (qtp1861570463-158272) [n:127.0.0.1:35130_pd%2Fz 
   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35130_pd%252Fz&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 6628836 INFO  
(OverseerThreadFactory-18538-thread-1-processing-n:127.0.0.1:35130_pd%2Fz) 
[n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 6628943 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
   x:control_collection_shard1_replica_n1] 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> 6628943 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
   x:control_collection_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 6629957 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 6629969 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630706 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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@500f105f
   [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://lucene2-us-west.apache.org:33100/solr_hdfs_home
   [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://lucene2-us-west.apache.org:33100/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 6630735 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://lucene2-us-west.apache.org:33100/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 6630742 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630742 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 6630745 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630746 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://lucene2-us-west.apache.org:33100/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 6630763 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://lucene2-us-west.apache.org:33100/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 6630768 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630768 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 6630774 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630774 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.14322995191317506]
   [junit4]   2> 6630802 WARN  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630842 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630842 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630842 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 6630858 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6630858 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6630859 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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=17, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=71.60546875, 
floorSegmentMB=1.2353515625, forceMergeDeletesPctAllowed=22.154899630461593, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.49846907266910667, deletesPctAllowed=46.997440994420515
   [junit4]   2> 6630869 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@691dc3cc[control_collection_shard1_replica_n1] main]
   [junit4]   2> 6630870 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 6630871 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630871 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 6630872 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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 1628003626875092992
   [junit4]   2> 6630874 INFO  
(searcherExecutor-18542-thread-1-processing-n:127.0.0.1:35130_pd%2Fz 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:35130_pd%2Fz 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@691dc3cc[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6630878 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 6630878 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/control_collection/leaders/shard1
   [junit4]   2> 6630881 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 6630881 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630881 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35130/pd/z/control_collection_shard1_replica_n1/
   [junit4]   2> 6630882 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630882 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:35130/pd/z/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 6630882 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/74346284459360260-core_node2-n_0000000000
   [junit4]   2> 6630884 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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:35130/pd/z/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 6630986 INFO  (zkCallback-75395-thread-1) [    ] 
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> 6630986 INFO  (zkCallback-75395-thread-2) [    ] 
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> 6630987 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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> 6630990 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
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=2047
   [junit4]   2> 6630993 INFO  (qtp1861570463-158272) [n:127.0.0.1:35130_pd%2Fz 
   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 45 seconds. Check all shard replicas
   [junit4]   2> 6631088 INFO  (zkCallback-75395-thread-1) [    ] 
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> 6631089 INFO  (zkCallback-75395-thread-2) [    ] 
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> 6631089 INFO  (zkCallback-75395-thread-3) [    ] 
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> 6631089 INFO  (qtp1861570463-158272) [n:127.0.0.1:35130_pd%2Fz 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35130_pd%252Fz&wt=javabin&version=2}
 status=0 QTime=2255
   [junit4]   2> 6631093 INFO  (zkConnectionManagerCallback-75415-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631094 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6631095 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr ready
   [junit4]   2> 6631095 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 6631096 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 6631098 INFO  
(OverseerThreadFactory-18538-thread-2-processing-n:127.0.0.1:35130_pd%2Fz) 
[n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 6631099 INFO  
(OverseerCollectionConfigSetProcessor-74346284459360260-127.0.0.1:35130_pd%2Fz-n_0000000000)
 [n:127.0.0.1:35130_pd%2Fz    ] 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> 6631301 WARN  
(OverseerThreadFactory-18538-thread-2-processing-n:127.0.0.1:35130_pd%2Fz) 
[n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 6631302 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 45 seconds. Check all shard replicas
   [junit4]   2> 6631303 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=206
   [junit4]   2> 6631304 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=7
   [junit4]   2> 6631407 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-1-001
 of type NRT
   [junit4]   2> 6631408 WARN  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6631408 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6631408 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6631408 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6631419 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6631419 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6631419 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6631419 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2063df60{/pd/z,null,AVAILABLE}
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7f8d8539{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40572}
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.Server Started @6631500ms
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty1,
 solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=40572, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-1-001/cores}
   [junit4]   2> 6631420 ERROR (closeThreadPool-75416-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-14T17:40:46.515Z
   [junit4]   2> 6631422 INFO  (zkConnectionManagerCallback-75418-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631422 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6631422 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-1-001/solr.xml
   [junit4]   2> 6631426 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 6631426 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6631428 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 6631508 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6631510 WARN  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@21c4e99c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631513 WARN  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3ed1d5d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631514 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
   [junit4]   2> 6631516 INFO  (zkConnectionManagerCallback-75425-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631516 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-2-001
 of type NRT
   [junit4]   2> 6631519 WARN  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6631519 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6631519 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6631519 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6631528 INFO  (zkConnectionManagerCallback-75427-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631532 INFO  (closeThreadPool-75416-thread-1) 
[n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 6631535 INFO  (closeThreadPool-75416-thread-1) 
[n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40572_pd%2Fz as DOWN
   [junit4]   2> 6631536 INFO  (closeThreadPool-75416-thread-1) 
[n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 6631536 INFO  (closeThreadPool-75416-thread-1) 
[n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40572_pd%2Fz
   [junit4]   2> 6631537 INFO  (zkCallback-75395-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6631537 INFO  (zkCallback-75402-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6631540 INFO  (zkCallback-75414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6631540 INFO  (zkCallback-75426-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6631552 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6631552 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6631552 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6631552 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3ee92f70{/pd/z,null,AVAILABLE}
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7b63f6b3{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:38338}
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.Server Started @6631633ms
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty2,
 solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=38338, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-2-001/cores}
   [junit4]   2> 6631553 ERROR (closeThreadPool-75416-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-14T17:40:46.648Z
   [junit4]   2> 6631555 INFO  (zkConnectionManagerCallback-75431-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631556 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6631556 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-2-001/solr.xml
   [junit4]   2> 6631559 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 6631559 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6631561 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 6631572 INFO  (zkConnectionManagerCallback-75436-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631573 INFO  (closeThreadPool-75416-thread-1) 
[n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 6631574 INFO  (closeThreadPool-75416-thread-1) 
[n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40728/solr ready
   [junit4]   2> 6631574 INFO  (closeThreadPool-75416-thread-1) 
[n:127.0.0.1:40572_pd%2Fz    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 6631592 INFO  (closeThreadPool-75416-thread-1) 
[n:127.0.0.1:40572_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631602 INFO  (closeThreadPool-75416-thread-1) 
[n:127.0.0.1:40572_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631602 INFO  (closeThreadPool-75416-thread-1) 
[n:127.0.0.1:40572_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631603 INFO  (closeThreadPool-75416-thread-1) 
[n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-1-001/cores
   [junit4]   2> 6631658 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-3-001
 of type NRT
   [junit4]   2> 6631680 WARN  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6631680 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6631680 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6631680 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6631692 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6631692 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6631692 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6631692 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@46395917{/pd/z,null,AVAILABLE}
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5fe9fe23{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:32833}
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.s.Server Started @6631772ms
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty3,
 solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=32833, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-3-001/cores}
   [junit4]   2> 6631693 ERROR (closeThreadPool-75416-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-14T17:40:46.788Z
   [junit4]   2> 6631696 INFO  (zkConnectionManagerCallback-75440-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631697 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6631697 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-3-001/solr.xml
   [junit4]   2> 6631700 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 6631700 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6631701 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 6631714 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6631715 WARN  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1b35a6d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631725 WARN  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3b7e14ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631726 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
   [junit4]   2> 6631727 INFO  (zkConnectionManagerCallback-75447-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631728 INFO  (zkConnectionManagerCallback-75449-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631732 INFO  (closeThreadPool-75416-thread-2) 
[n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 6631735 INFO  (closeThreadPool-75416-thread-2) 
[n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38338_pd%2Fz as DOWN
   [junit4]   2> 6631736 INFO  (closeThreadPool-75416-thread-2) 
[n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 6631736 INFO  (closeThreadPool-75416-thread-2) 
[n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38338_pd%2Fz
   [junit4]   2> 6631737 INFO  (zkCallback-75402-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6631737 INFO  (zkCallback-75414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6631737 INFO  (zkCallback-75426-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6631737 INFO  (zkCallback-75395-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6631754 INFO  (zkCallback-75435-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6631755 INFO  (zkCallback-75448-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6631772 INFO  (zkConnectionManagerCallback-75456-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631773 INFO  (closeThreadPool-75416-thread-2) 
[n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 6631773 INFO  (closeThreadPool-75416-thread-2) 
[n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40728/solr ready
   [junit4]   2> 6631780 INFO  (closeThreadPool-75416-thread-2) 
[n:127.0.0.1:38338_pd%2Fz    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 6631785 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-4-001
 of type NRT
   [junit4]   2> 6631785 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6631786 WARN  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6631786 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6631786 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6631786 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6631787 WARN  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4335d360[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631794 WARN  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@580580ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631795 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
   [junit4]   2> 6631797 INFO  (closeThreadPool-75416-thread-2) 
[n:127.0.0.1:38338_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631797 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6631797 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6631798 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6631798 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@400145fb{/pd/z,null,AVAILABLE}
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2a8389e1{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43432}
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.s.Server Started @6631879ms
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty4,
 solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=43432, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-4-001/cores}
   [junit4]   2> 6631799 ERROR (closeThreadPool-75416-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6631799 INFO  (zkConnectionManagerCallback-75463-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-14T17:40:46.894Z
   [junit4]   2> 6631805 INFO  (zkConnectionManagerCallback-75465-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631805 INFO  (zkConnectionManagerCallback-75467-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631805 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6631805 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-4-001/solr.xml
   [junit4]   2> 6631809 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 6631809 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6631810 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 6631811 INFO  (closeThreadPool-75416-thread-2) 
[n:127.0.0.1:38338_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631811 INFO  (closeThreadPool-75416-thread-2) 
[n:127.0.0.1:38338_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631813 INFO  (closeThreadPool-75416-thread-2) 
[n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-2-001/cores
   [junit4]   2> 6631815 INFO  (closeThreadPool-75416-thread-3) 
[n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 6631817 INFO  (closeThreadPool-75416-thread-3) 
[n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:32833_pd%2Fz as DOWN
   [junit4]   2> 6631818 INFO  (closeThreadPool-75416-thread-3) 
[n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 6631818 INFO  (closeThreadPool-75416-thread-3) 
[n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32833_pd%2Fz
   [junit4]   2> 6631819 INFO  (zkCallback-75414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631819 INFO  (zkCallback-75402-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631819 INFO  (zkCallback-75426-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631819 INFO  (zkCallback-75395-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631820 INFO  (zkCallback-75448-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631828 INFO  (zkCallback-75435-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631834 INFO  (zkCallback-75466-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631834 INFO  (zkCallback-75455-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631886 INFO  (zkConnectionManagerCallback-75475-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631888 INFO  (closeThreadPool-75416-thread-3) 
[n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 6631889 INFO  (closeThreadPool-75416-thread-3) 
[n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40728/solr ready
   [junit4]   2> 6631890 INFO  (closeThreadPool-75416-thread-3) 
[n:127.0.0.1:32833_pd%2Fz    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 6631910 INFO  (closeThreadPool-75416-thread-3) 
[n:127.0.0.1:32833_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631937 INFO  (closeThreadPool-75416-thread-3) 
[n:127.0.0.1:32833_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631937 INFO  (closeThreadPool-75416-thread-3) 
[n:127.0.0.1:32833_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631938 INFO  (closeThreadPool-75416-thread-3) 
[n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-3-001/cores
   [junit4]   2> 6631973 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6631989 WARN  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@55ab3016[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631993 WARN  (closeThreadPool-75416-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6ae78597[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631994 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
   [junit4]   2> 6631995 INFO  (zkConnectionManagerCallback-75482-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6632011 INFO  (zkConnectionManagerCallback-75484-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6632014 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-5-001
 of type NRT
   [junit4]   2> 6632015 WARN  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6632015 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6632015 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6632015 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6632021 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 6632024 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:43432_pd%2Fz as DOWN
   [junit4]   2> 6632025 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 6632025 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43432_pd%2Fz
   [junit4]   2> 6632026 INFO  (zkCallback-75414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632026 INFO  (zkCallback-75426-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632026 INFO  (zkCallback-75402-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632026 INFO  (zkCallback-75435-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632026 INFO  (zkCallback-75448-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632026 INFO  (zkCallback-75395-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632036 INFO  (zkCallback-75466-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632037 INFO  (zkCallback-75455-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632037 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6632037 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6632037 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@76f30907{/pd/z,null,AVAILABLE}
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@85d477c{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:44348}
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.e.j.s.Server Started @6632118ms
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty5,
 solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=44348, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-5-001/cores}
   [junit4]   2> 6632038 ERROR (closeThreadPool-75416-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-14T17:40:47.133Z
   [junit4]   2> 6632039 INFO  (zkCallback-75483-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632048 INFO  (zkCallback-75474-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632055 INFO  (zkConnectionManagerCallback-75488-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6632055 INFO  (zkConnectionManagerCallback-75493-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6632056 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6632056 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-5-001/solr.xml
   [junit4]   2> 6632059 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 6632059 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6632060 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 6632060 INFO  (closeThreadPool-75416-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 6632061 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr ready
   [junit4]   2> 6632072 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 6632095 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6632115 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6632120 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6632121 INFO  (closeThreadPool-75416-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-4-001/cores
   [junit4]   2> 6632148 INFO  
(TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-6-001
 of type NRT
   [junit4]   2> 6632150 WARN  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6632150 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6632150 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6632150 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6632194 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6632195 INFO  (closeThreadPool-75416-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6632195 INFO  (closeThrea

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

ce] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1853242421
     [copy] Copying 239 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1853242421
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1853242421

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 89ms :: artifacts dl 20ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 591 minutes 17 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1835)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to