Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20970/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  
org.apache.solr.cloud.AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse

Error Message:
Expected collection 'asynccall' to have 2 shards and 1 replica null Live Nodes: 
[127.0.0.1:34611_solr, 127.0.0.1:36707_solr] Last available state: 
DocCollection(asynccall//collections/asynccall/state.json/2)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       
"replicas":{"core_node3":{           "core":"asynccall_shard1_replica_n1",      
     "base_url":"https://127.0.0.1:34611/solr";,           
"node_name":"127.0.0.1:34611_solr",           "state":"down",           
"type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{"core_node4":{           
"core":"asynccall_shard2_replica_n2",           
"base_url":"https://127.0.0.1:36707/solr";,           
"node_name":"127.0.0.1:36707_solr",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",  
 "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected collection 'asynccall' to have 2 shards and 
1 replica
null
Live Nodes: [127.0.0.1:34611_solr, 127.0.0.1:36707_solr]
Last available state: 
DocCollection(asynccall//collections/asynccall/state.json/2)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"core_node3":{
          "core":"asynccall_shard1_replica_n1",
          "base_url":"https://127.0.0.1:34611/solr";,
          "node_name":"127.0.0.1:34611_solr",
          "state":"down",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"core_node4":{
          "core":"asynccall_shard2_replica_n2",
          "base_url":"https://127.0.0.1:36707/solr";,
          "node_name":"127.0.0.1:36707_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([B53DB4FE4FB88674:EF3CD11261820BAD]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse(AsyncCallRequestStatusResponseTest.java:43)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained

Error Message:
Error from server at http://127.0.0.1:33505/solr: Could not fully remove 
collection: movereplicatest_coll2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:33505/solr: Could not fully remove collection: 
movereplicatest_coll2
        at 
__randomizedtesting.SeedInfo.seed([B53DB4FE4FB88674:9A0E212DF3C83456]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        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.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained(MoveReplicaHDFSFailoverTest.java:131)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.index.hdfs.CheckHdfsIndexTest.doTest

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:34897

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:34897
        at 
__randomizedtesting.SeedInfo.seed([B53DB4FE4FB88674:12790C5A220395CD]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
        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.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:111)
        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:542)
        ... 43 more




Build Log:
[...truncated 12574 lines...]
   [junit4] Suite: org.apache.solr.cloud.AsyncCallRequestStatusResponseTest
   [junit4]   2> 366234 INFO  
(SUITE-AsyncCallRequestStatusResponseTest-seed#[B53DB4FE4FB88674]-worker) [    
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AsyncCallRequestStatusResponseTest_B53DB4FE4FB88674-001/init-core-data-001
   [junit4]   2> 366235 WARN  
(SUITE-AsyncCallRequestStatusResponseTest-seed#[B53DB4FE4FB88674]-worker) [    
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 366235 INFO  
(SUITE-AsyncCallRequestStatusResponseTest-seed#[B53DB4FE4FB88674]-worker) [    
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 366236 INFO  
(SUITE-AsyncCallRequestStatusResponseTest-seed#[B53DB4FE4FB88674]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 366237 INFO  
(SUITE-AsyncCallRequestStatusResponseTest-seed#[B53DB4FE4FB88674]-worker) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AsyncCallRequestStatusResponseTest_B53DB4FE4FB88674-001/tempDir-001
   [junit4]   2> 366238 INFO  
(SUITE-AsyncCallRequestStatusResponseTest-seed#[B53DB4FE4FB88674]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 366238 INFO  (Thread-500) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 366238 INFO  (Thread-500) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 366240 ERROR (Thread-500) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 366338 INFO  
(SUITE-AsyncCallRequestStatusResponseTest-seed#[B53DB4FE4FB88674]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:45239
   [junit4]   2> 366347 INFO  (jetty-launcher-356-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 366347 INFO  (jetty-launcher-356-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 366348 INFO  (jetty-launcher-356-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@35607a{/solr,null,AVAILABLE}
   [junit4]   2> 366348 INFO  (jetty-launcher-356-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@88e363{/solr,null,AVAILABLE}
   [junit4]   2> 366350 INFO  (jetty-launcher-356-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@abc233{SSL,[ssl, 
http/1.1]}{127.0.0.1:34611}
   [junit4]   2> 366350 INFO  (jetty-launcher-356-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@129a204{SSL,[ssl, 
http/1.1]}{127.0.0.1:36707}
   [junit4]   2> 366351 INFO  (jetty-launcher-356-thread-1) [    ] 
o.e.j.s.Server Started @367278ms
   [junit4]   2> 366351 INFO  (jetty-launcher-356-thread-2) [    ] 
o.e.j.s.Server Started @367278ms
   [junit4]   2> 366351 INFO  (jetty-launcher-356-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34611}
   [junit4]   2> 366351 INFO  (jetty-launcher-356-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36707}
   [junit4]   2> 366351 ERROR (jetty-launcher-356-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 366351 ERROR (jetty-launcher-356-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 366351 INFO  (jetty-launcher-356-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 366351 INFO  (jetty-launcher-356-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 366351 INFO  (jetty-launcher-356-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 366351 INFO  (jetty-launcher-356-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 366351 INFO  (jetty-launcher-356-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 366351 INFO  (jetty-launcher-356-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 366351 INFO  (jetty-launcher-356-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-22T08:00:58.977Z
   [junit4]   2> 366351 INFO  (jetty-launcher-356-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-22T08:00:58.977Z
   [junit4]   2> 366355 INFO  (jetty-launcher-356-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 366355 INFO  (jetty-launcher-356-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 366364 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15fe2be89f10001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 366368 INFO  (jetty-launcher-356-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45239/solr
   [junit4]   2> 366370 INFO  (jetty-launcher-356-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45239/solr
   [junit4]   2> 366504 INFO  (jetty-launcher-356-thread-2) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 366505 INFO  (jetty-launcher-356-thread-2) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36707_solr
   [junit4]   2> 366507 INFO  (jetty-launcher-356-thread-2) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.Overseer Overseer 
(id=99047024811376646-127.0.0.1:36707_solr-n_0000000000) starting
   [junit4]   2> 366509 INFO  (jetty-launcher-356-thread-1) 
[n:127.0.0.1:34611_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 366512 INFO  (jetty-launcher-356-thread-1) 
[n:127.0.0.1:34611_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34611_solr
   [junit4]   2> 366515 INFO  
(zkCallback-368-thread-1-processing-n:127.0.0.1:36707_solr) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 366516 INFO  
(zkCallback-367-thread-1-processing-n:127.0.0.1:34611_solr) 
[n:127.0.0.1:34611_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 366531 INFO  (jetty-launcher-356-thread-2) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36707_solr
   [junit4]   2> 366532 INFO  
(zkCallback-368-thread-1-processing-n:127.0.0.1:36707_solr) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 366532 INFO  
(zkCallback-367-thread-1-processing-n:127.0.0.1:34611_solr) 
[n:127.0.0.1:34611_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 366703 INFO  (jetty-launcher-356-thread-1) 
[n:127.0.0.1:34611_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34611.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a247b2
   [junit4]   2> 366703 INFO  (jetty-launcher-356-thread-2) 
[n:127.0.0.1:36707_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36707.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a247b2
   [junit4]   2> 366724 INFO  (jetty-launcher-356-thread-1) 
[n:127.0.0.1:34611_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34611.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a247b2
   [junit4]   2> 366725 INFO  (jetty-launcher-356-thread-2) 
[n:127.0.0.1:36707_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36707.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a247b2
   [junit4]   2> 366725 INFO  (jetty-launcher-356-thread-2) 
[n:127.0.0.1:36707_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36707.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a247b2
   [junit4]   2> 366725 INFO  (jetty-launcher-356-thread-1) 
[n:127.0.0.1:34611_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34611.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a247b2
   [junit4]   2> 366727 INFO  (jetty-launcher-356-thread-2) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AsyncCallRequestStatusResponseTest_B53DB4FE4FB88674-001/tempDir-001/node2/.
   [junit4]   2> 366727 INFO  (jetty-launcher-356-thread-1) 
[n:127.0.0.1:34611_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AsyncCallRequestStatusResponseTest_B53DB4FE4FB88674-001/tempDir-001/node1/.
   [junit4]   2> 366794 INFO  
(SUITE-AsyncCallRequestStatusResponseTest-seed#[B53DB4FE4FB88674]-worker) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 366795 INFO  
(SUITE-AsyncCallRequestStatusResponseTest-seed#[B53DB4FE4FB88674]-worker) [    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45239/solr ready
   [junit4]   2> 366808 INFO  
(TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[B53DB4FE4FB88674])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testAsyncCallStatusResponse
   [junit4]   2> 366887 INFO  (qtp10702465-2511) [n:127.0.0.1:36707_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=28809345-601d-4183-9ff6-924ae4dc7f91&replicationFactor=1&collection.configName=conf&name=asynccall&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 366888 INFO  (qtp10702465-2511) [n:127.0.0.1:36707_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=28809345-601d-4183-9ff6-924ae4dc7f91&replicationFactor=1&collection.configName=conf&name=asynccall&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 366890 INFO  
(OverseerThreadFactory-899-thread-1-processing-n:127.0.0.1:36707_solr) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
asynccall
   [junit4]   2> 366895 INFO  (zkCallback-375-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeCreated path:/collections/asynccall/state.json] 
for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 366997 INFO  
(OverseerStateUpdate-99047024811376646-127.0.0.1:36707_solr-n_0000000000) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"asynccall",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"asynccall_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34611/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 366999 INFO  
(OverseerStateUpdate-99047024811376646-127.0.0.1:36707_solr-n_0000000000) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"asynccall",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"asynccall_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36707/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 367101 INFO  (zkCallback-375-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/asynccall/state.json] for collection [asynccall] has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 367219 INFO  (qtp10702465-2522) [n:127.0.0.1:36707_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=asynccall&version=2&replicaType=NRT&async=28809345-601d-4183-9ff6-924ae4dc7f912063007795492075&coreNodeName=core_node4&name=asynccall_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin}
 status=0 QTime=1
   [junit4]   2> 367219 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=asynccall&version=2&replicaType=NRT&async=28809345-601d-4183-9ff6-924ae4dc7f912063007795492075&coreNodeName=core_node4&name=asynccall_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 367220 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 367278 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=asynccall&version=2&replicaType=NRT&async=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&coreNodeName=core_node3&name=asynccall_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin}
 status=0 QTime=0
   [junit4]   2> 367278 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=asynccall&version=2&replicaType=NRT&async=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&coreNodeName=core_node3&name=asynccall_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 367279 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 367280 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 367280 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 367386 INFO  (zkCallback-375-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/asynccall/state.json] for collection [asynccall] has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 367386 INFO  
(zkCallback-368-thread-1-processing-n:127.0.0.1:36707_solr) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/asynccall/state.json] for collection [asynccall] has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 367386 INFO  
(zkCallback-367-thread-1-processing-n:127.0.0.1:34611_solr) 
[n:127.0.0.1:34611_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/asynccall/state.json] for collection [asynccall] has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 367386 INFO  
(zkCallback-368-thread-2-processing-n:127.0.0.1:36707_solr) 
[n:127.0.0.1:36707_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/asynccall/state.json] for collection [asynccall] has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 367386 INFO  
(zkCallback-367-thread-2-processing-n:127.0.0.1:34611_solr) 
[n:127.0.0.1:34611_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/asynccall/state.json] for collection [asynccall] has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 368237 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.0.0
   [junit4]   2> 368249 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.s.IndexSchema 
[asynccall_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 368252 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 
with uniqueid field id
   [junit4]   2> 368252 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'asynccall_shard2_replica_n2' using configuration from collection asynccall, 
trusted=true
   [junit4]   2> 368253 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36707.solr.core.asynccall.shard2.replica_n2' (registry 
'solr.core.asynccall.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a247b2
   [junit4]   2> 368253 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 368253 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.c.SolrCore [[asynccall_shard2_replica_n2] 
] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AsyncCallRequestStatusResponseTest_B53DB4FE4FB88674-001/tempDir-001/node2/asynccall_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AsyncCallRequestStatusResponseTest_B53DB4FE4FB88674-001/tempDir-001/node2/./asynccall_shard2_replica_n2/data/]
   [junit4]   2> 368290 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 368291 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 368299 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.0.0
   [junit4]   2> 368322 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.s.IndexSchema 
[asynccall_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 368325 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 
with uniqueid field id
   [junit4]   2> 368325 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'asynccall_shard1_replica_n1' using configuration from collection asynccall, 
trusted=true
   [junit4]   2> 368325 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34611.solr.core.asynccall.shard1.replica_n1' (registry 
'solr.core.asynccall.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a247b2
   [junit4]   2> 368326 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 368326 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.c.SolrCore [[asynccall_shard1_replica_n1] 
] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AsyncCallRequestStatusResponseTest_B53DB4FE4FB88674-001/tempDir-001/node1/asynccall_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AsyncCallRequestStatusResponseTest_B53DB4FE4FB88674-001/tempDir-001/node1/./asynccall_shard1_replica_n1/data/]
   [junit4]   2> 368328 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 368328 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 368330 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 368330 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 368333 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@174aac[asynccall_shard2_replica_n2] main]
   [junit4]   2> 368334 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 368335 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 368335 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 368336 INFO  
(searcherExecutor-904-thread-1-processing-x:asynccall_shard2_replica_n2 
r:core_node4 28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE 
n:127.0.0.1:36707_solr s:shard2 c:asynccall) [n:127.0.0.1:36707_solr 
c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n2] 
o.a.s.c.SolrCore [asynccall_shard2_replica_n2] Registered new searcher 
Searcher@174aac[asynccall_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 368337 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in 
index or recent updates, using new clock 1584752399181938688
   [junit4]   2> 368340 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 368340 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the 
new leader - try and sync
   [junit4]   2> 368340 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:36707/solr/asynccall_shard2_replica_n2/
   [junit4]   2> 368341 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 368341 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.c.SyncStrategy 
https://127.0.0.1:36707/solr/asynccall_shard2_replica_n2/ has no replicas
   [junit4]   2> 368341 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 368343 INFO  
(parallelCoreAdminExecutor-901-thread-1-processing-n:127.0.0.1:36707_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007795492075 CREATE) 
[n:127.0.0.1:36707_solr c:asynccall s:shard2 r:core_node4 
x:asynccall_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: https://127.0.0.1:36707/solr/asynccall_shard2_replica_n2/ shard2
   [junit4]   2> 368384 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 368384 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 368385 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 368385 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 368387 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14ed9af[asynccall_shard1_replica_n1] main]
   [junit4]   2> 368388 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 368390 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 368390 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 368392 INFO  
(searcherExecutor-906-thread-1-processing-x:asynccall_shard1_replica_n1 
r:core_node3 28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE 
n:127.0.0.1:34611_solr s:shard1 c:asynccall) [n:127.0.0.1:34611_solr 
c:asynccall s:shard1 r:core_node3 x:asynccall_shard1_replica_n1] 
o.a.s.c.SolrCore [asynccall_shard1_replica_n1] Registered new searcher 
Searcher@14ed9af[asynccall_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 368392 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in 
index or recent updates, using new clock 1584752399239610368
   [junit4]   2> 368396 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 368396 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the 
new leader - try and sync
   [junit4]   2> 368396 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34611/solr/asynccall_shard1_replica_n1/
   [junit4]   2> 368396 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 368396 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:34611/solr/asynccall_shard1_replica_n1/ has no replicas
   [junit4]   2> 368396 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 368399 INFO  
(parallelCoreAdminExecutor-900-thread-1-processing-n:127.0.0.1:34611_solr 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963 CREATE) 
[n:127.0.0.1:34611_solr c:asynccall s:shard1 r:core_node3 
x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: https://127.0.0.1:34611/solr/asynccall_shard1_replica_n1/ shard1
   [junit4]   2> 369300 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 369300 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 370301 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 370301 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 371303 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 371303 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 372305 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 372305 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 373307 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 373308 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 374310 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 374310 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 375313 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 375313 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 376316 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 376316 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 377318 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 377318 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 378321 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 378321 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 379323 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 379323 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 380326 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 380326 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 381328 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 381328 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 382331 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 382331 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 383334 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 383334 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 384337 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 384337 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 385340 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 385340 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 386344 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 386344 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 387347 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 387347 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 388350 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 388351 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 389353 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 389353 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 390355 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 390355 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 391357 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 391357 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 392360 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 392360 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 393363 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 393363 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 394366 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 394366 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 395369 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 395369 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 396371 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 396371 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 397374 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 397374 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 398376 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 398376 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 399378 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 399379 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 400381 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 400381 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 401384 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 401384 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 402387 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 402387 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 403390 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 403390 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 404393 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 404393 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 405395 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 405395 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 406397 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 406397 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 407398 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 407398 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 408400 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 408400 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 409401 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 409402 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 410403 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 410403 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 411405 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 411405 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 412407 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 412408 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 413411 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 413411 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 414413 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 414413 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 415415 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 415415 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 416416 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 416416 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 417419 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 417419 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 418421 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 418422 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 419423 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 419424 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 420426 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 420426 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 421428 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 421428 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 422431 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 422431 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 423434 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 423434 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 424436 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 424437 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 425439 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 425439 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 426442 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 426443 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 427445 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 427446 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 428448 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 428448 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 429451 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 429451 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 430454 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 430454 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 431457 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 431457 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 432460 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 432460 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 433462 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 433463 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 434466 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 434466 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 435469 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 435469 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 436472 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 436472 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 437474 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 437475 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 438477 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 438478 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 439480 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 439480 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 440483 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 440483 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 441486 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 441486 INFO  (qtp13070330-2525) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 442489 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 442489 INFO  (qtp13070330-2510) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 443492 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 443492 INFO  (qtp13070330-2521) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=28809345-601d-4183-9ff6-924ae4dc7f912063007793294963&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 444495 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
28809345-601d-4183-9ff6-924ae4dc7f912063007793294963
   [junit4]   2> 444495 INFO  (qtp13070330-2523) [n:127.0.0.1:34611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores p

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

ager interrupted
   [junit4]   2> 3650623 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_B53DB4FE4FB88674-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_B53DB4FE4FB88674-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to localhost.localdomain/127.0.0.1:45987) [    ] 
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool 
BP-797992550-88.99.242.108-1511340271051 (Datanode Uuid 
ad59062e-6e1f-4bbf-90ee-c9d21482c475) service to 
localhost.localdomain/127.0.0.1:45987
   [junit4]   2> 3650628 WARN  
(SUITE-CheckHdfsIndexTest-seed#[B53DB4FE4FB88674]-worker) [    ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 3650643 INFO  
(SUITE-CheckHdfsIndexTest-seed#[B53DB4FE4FB88674]-worker) [    ] o.m.log 
Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 3650744 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_B53DB4FE4FB88674-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_B53DB4FE4FB88674-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost.localdomain/127.0.0.1:45987) [    ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 3650745 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_B53DB4FE4FB88674-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_B53DB4FE4FB88674-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost.localdomain/127.0.0.1:45987) [    ] 
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool 
BP-797992550-88.99.242.108-1511340271051 (Datanode Uuid 
45a73c47-5814-4e2d-9e76-cfe1009838aa) service to 
localhost.localdomain/127.0.0.1:45987
   [junit4]   2> 3650765 INFO  
(SUITE-CheckHdfsIndexTest-seed#[B53DB4FE4FB88674]-worker) [    ] o.m.log 
Stopped 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_B53DB4FE4FB88674-001
   [junit4]   2> Nov 22, 2017 8:55:43 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 65 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1ea2a3a),
 locale=ar-OM, timezone=Pacific/Kosrae
   [junit4]   2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=161653824,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [RestartWhileUpdatingTest, 
DocumentAnalysisRequestHandlerTest, AnalyticsMergeStrategyTest, 
TestChildDocTransformer, SolrRequestParserTest, 
BigEndianAscendingWordDeserializerTest, ShardRoutingCustomTest, 
TestDocBasedVersionConstraints, TermVectorComponentDistributedTest, 
HighlighterConfigTest, SolrCmdDistributorTest, CircularListTest, 
GraphQueryTest, OverseerTaskQueueTest, DistributedDebugComponentTest, 
TestStressRecovery, SpellingQueryConverterTest, TestLegacyTerms, 
DeleteShardTest, ChaosMonkeySafeLeaderTest, BinaryUpdateRequestHandlerTest, 
ClassificationUpdateProcessorTest, SolrJmxReporterTest, V2StandaloneTest, 
ResponseHeaderTest, TestRTGBase, TestSimpleTrackingShardHandler, 
TestCloudPseudoReturnFields, TestCloudInspectUtil, TestAuthorizationFramework, 
TestReloadDeadlock, TestSchemaNameResource, TestManagedSchemaThreadSafety, 
TestDynamicFieldCollectionResource, BadCopyFieldTest, 
SchemaVersionSpecificBehaviorTest, LeaderFailoverAfterPartitionTest, 
TestSolrCloudWithDelegationTokens, TestObjectReleaseTracker, 
CloudExitableDirectoryReaderTest, SignatureUpdateProcessorFactoryTest, 
TestDocumentBuilder, CdcrReplicationHandlerTest, VersionInfoTest, 
TestDFISimilarityFactory, DistributedFacetPivotLargeTest, 
DataDrivenBlockJoinTest, ConfigureRecoveryStrategyTest, 
TestFreeTextSuggestions, TestAnalyzedSuggestions, BlobRepositoryCloudTest, 
SynonymTokenizerTest, PingRequestHandlerTest, RegexBoostProcessorTest, 
TestTestInjection, ClusterStateUpdateTest, TestMaxScoreQueryParser, 
DistanceUnitsTest, TestStressLucene, TestLazyCores, LukeRequestHandlerTest, 
TestAtomicUpdateErrorCases, TestBlobHandler, ExplicitHLLTest, 
TestSolrFieldCacheBean, DistributedTermsComponentTest, 
TestSolrConfigHandlerConcurrent, SolrXmlInZkTest, AssignTest, 
TestPerFieldSimilarity, JvmMetricsTest, OpenCloseCoreStressTest, 
TestClusterStateMutator, TestSQLHandler, TestFaceting, PolyFieldTest, 
CreateCollectionCleanupTest, ZkFailoverTest, HdfsChaosMonkeySafeLeaderTest, 
DeleteLastCustomShardedReplicaTest, TestBM25SimilarityFactory, 
TestCloudManagedSchema, CurrencyFieldTypeTest, MBeansHandlerTest, 
CloudMLTQParserTest, ImplicitSnitchTest, DOMUtilTest, TestLuceneMatchVersion, 
SolrGangliaReporterTest, TestDistributedStatsComponentCardinality, 
SuggesterTSTTest, TestSurroundQueryParser, OpenExchangeRatesOrgProviderTest, 
TestInPlaceUpdatesDistrib, TestRebalanceLeaders, 
SegmentsInfoRequestHandlerTest, SOLR749Test, TestInfoStreamLogging, 
DistributedIntervalFacetingTest, TestHashQParserPlugin, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestFastWriter, TestOmitPositions, 
SolrIndexConfigTest, OutputWriterTest, TestMacroExpander, 
DistributedVersionInfoTest, TestReplicationHandlerBackup, BlockDirectoryTest, 
TlogReplayBufferedWhileIndexingTest, DirectUpdateHandlerTest, 
BadIndexSchemaTest, TestPolicyCloud, UninvertDocValuesMergePolicyTest, 
DistributedFacetPivotSmallTest, ConvertedLegacyTest, 
TestShortCircuitedRequests, TestRangeQuery, TestSolrCoreSnapshots, 
CdcrBidirectionalTest, SimpleCollectionCreateDeleteTest, 
TestRequestStatusCollectionAPI, TestConfigSetProperties, 
BasicDistributedZkTest, BasicDistributedZk2Test, 
CollectionsAPIDistributedZkTest, ShardRoutingTest, RecoveryZkTest, 
FullSolrCloudDistribCmdsTest, TestRandomFaceting, TestZkChroot, ZkCLITest, 
TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, 
TestStressReorder, TestJoin, TestStressVersions, SimpleFacetsTest, 
TestSolr4Spatial, QueryElevationComponentTest, TestSort, 
BasicFunctionalityTest, TestBadConfig, HighlighterTest, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, 
SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, DocValuesTest, 
SuggesterTest, SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, 
WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, 
TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, 
QueryEqualityTest, DirectUpdateHandlerOptimizeTest, 
StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, 
TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, 
TestSolrDeletionPolicy1, DebugComponentTest, CacheHeaderTest, 
DisMaxRequestHandlerTest, TestWriterPerf, TestQueryTypes, 
PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, 
RequestHandlersTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, 
MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, 
FastVectorHighlighterTest, SolrPluginUtilsTest, TestJmxIntegration, 
TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, 
CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, UpdateParamsTest, 
AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, 
ResponseLogComponentTest, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, 
TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, 
TestElisionMultitermQuery, TestConfig, TestPostingsSolrHighlighter, 
NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestXIncludeConfig, 
EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, 
TestFastLRUCache, DateMathParserTest, PreAnalyzedFieldTest, PrimUtilsTest, 
DateFieldTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, 
SliceStateTest, FileUtilsTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestEmbeddedSolrServerAdminHandler, 
TestJettySolrRunner, ActionThrottleTest, AddReplicaTest, AliasIntegrationTest, 
CleanupOldIndexTest, CollectionTooManyReplicasTest, CollectionsAPISolrJTest, 
DeleteNodeTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, 
DocValuesNotIndexedTest, HealthCheckHandlerTest, 
LeaderFailureAfterFreshStartTest, MissingSegmentRecoveryTest, 
MultiThreadedOCPTest, RemoteQueryErrorTest, ReplaceNodeTest, ShardSplitTest, 
TestPullReplicaErrorHandling, TestSolrCloudWithSecureImpersonation, 
TestStressInPlaceUpdates, TestTolerantUpdateProcessorRandomCloud, 
VMParamsZkACLAndCredentialsProvidersTest, AutoScalingHandlerTest, 
ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest, 
HdfsBasicDistributedZk2Test, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsCollectionsAPIDistributedZkTest, HdfsRecoverLeaseTest, HdfsSyncSliceTest, 
HdfsUnloadDistributedZkTest, ZkStateWriterTest, TestNRTOpen, 
TestReloadAndDeleteDocs, TestSolrConfigHandler, RequestLoggingTest, 
TestConfigReload, AutoscalingHistoryHandlerTest, TestPivotHelperCode, 
JavabinLoaderTest, HighlighterMaxOffsetTest, TestSlowCompositeReaderWrapper, 
WrapperMergePolicyFactoryTest, CheckHdfsIndexTest]
   [junit4] Completed [750/750 (3!)] on J1 in 682.48s, 5 tests, 1 error, 1 
skipped <<< FAILURES!

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

Reply via email to