Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/515/

2 tests failed.
FAILED:  
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.testForwarding

Error Message:
Could not load collection from ZK: forwardingCollection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
forwardingCollection
        at 
__randomizedtesting.SeedInfo.seed([63D5345AA1D749B8:82535DA4BCE1AF51]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1236)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:674)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.create1ShardCollection(TestSolrCloudWithSecureImpersonation.java:191)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.testForwarding(TestSolrCloudWithSecureImpersonation.java:342)
        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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for 
/collections/forwardingCollection/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1248)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1234)
        ... 45 more


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

Error Message:
Error from server at http://127.0.0.1:41483/amd: Could not load collection from 
ZK: control_collection

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:41483/amd: Could not load collection from ZK: 
control_collection
        at 
__randomizedtesting.SeedInfo.seed([63D5345AA1D749B8:C4918CFECC6C5A01]: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:1105)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
        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:322)
        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)




Build Log:
[...truncated 1786 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/build/core/test/temp/junit4-J2-20180318_140831_9908054451459377730249.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] codec: FastCompressingStoredFields, pf: 
LuceneVarGapDocFreqInterval, dvf: Direct
   [junit4] <<< JVM J2: EOF ----

[...truncated 10440 lines...]
   [junit4] Suite: org.apache.solr.index.hdfs.CheckHdfsIndexTest
   [junit4]   2> 0    INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-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/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/init-core-data-001
   [junit4]   2> 739  INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 993  INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] o.e.j.u.log 
Logging initialized @12539ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 1045 INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1119 INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /amd/
   [junit4]   2> 5764 WARN  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] 
o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 12549 WARN  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 13805 INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] o.m.log 
Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 13930 WARN  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 16656 INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 17262 INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] o.m.log 
Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_lucene2.us.west_apache_org_38018_hdfs____84pykc/webapp
   [junit4]   2> 21448 INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] o.m.log 
Started 
HttpServer2$selectchannelconnectorwithsafestar...@lucene2-us-west.apache.org:38018
   [junit4]   2> 28484 WARN  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 28522 INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 28777 INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] o.m.log 
Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_34491_datanode____.ndyi4u/webapp
   [junit4]   2> 30999 INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34491
   [junit4]   2> 35771 WARN  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 35772 INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 35832 INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] o.m.log 
Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_39519_datanode____.clp6le/webapp
   [junit4]   2> 37525 INFO  
(SUITE-CheckHdfsIndexTest-seed#[63D5345AA1D749B8]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39519
   [junit4]   2> 42667 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to lucene2-us-west.apache.org/127.0.0.1:41201) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 42688 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to lucene2-us-west.apache.org/127.0.0.1:41201) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 44010 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xd3b230e3a0994: from storage 
DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2 node 
DatanodeRegistration(127.0.0.1:43455, 
datanodeUuid=0cafbbb0-c62b-405d-aaf5-e3b362a59758, infoPort=43800, 
infoSecurePort=0, ipcPort=45922, 
storageInfo=lv=-56;cid=testClusterID;nsid=904527821;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 3 msecs
   [junit4]   2> 44085 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xd3b230d588a19: from storage 
DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2 node 
DatanodeRegistration(127.0.0.1:32800, 
datanodeUuid=a1479e69-1e5e-4f30-bfaa-b1d0d8ba760f, infoPort=42075, 
infoSecurePort=0, ipcPort=42279, 
storageInfo=lv=-56;cid=testClusterID;nsid=904527821;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 74 msecs
   [junit4]   2> 44085 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xd3b230e3a0994: from storage 
DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49 node 
DatanodeRegistration(127.0.0.1:43455, 
datanodeUuid=0cafbbb0-c62b-405d-aaf5-e3b362a59758, infoPort=43800, 
infoSecurePort=0, ipcPort=45922, 
storageInfo=lv=-56;cid=testClusterID;nsid=904527821;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 44099 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xd3b230d588a19: from storage 
DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab node 
DatanodeRegistration(127.0.0.1:32800, 
datanodeUuid=a1479e69-1e5e-4f30-bfaa-b1d0d8ba760f, infoPort=42075, 
infoSecurePort=0, ipcPort=42279, 
storageInfo=lv=-56;cid=testClusterID;nsid=904527821;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 45542 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 45544 INFO  (Thread-111) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 45545 INFO  (Thread-111) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 45759 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39600
   [junit4]   2> 46173 ERROR (Thread-111) [    ] 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> 46731 INFO  (zkConnectionManagerCallback-2-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 47176 INFO  (zkConnectionManagerCallback-4-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 47406 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 47533 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 47603 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 47661 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 47713 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 47750 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 47785 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 47842 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 47845 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 47860 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 47948 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 48006 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 52570 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 52718 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 52731 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 52734 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 52826 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7d591388{/amd,null,AVAILABLE}
   [junit4]   2> 52917 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5343933b{HTTP/1.1,[http/1.1]}{127.0.0.1:39550}
   [junit4]   2> 52917 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.Server Started @64483ms
   [junit4]   2> 52935 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:41201/hdfs__lucene2-us-west.apache.org_41201__home_jenkins_jenkins-slave_workspace_Lucene-Solr-Tests-7.x_solr_build_solr-core_test_J0_temp_solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001_tempDir-002_control_data,
 hostContext=/amd, hostPort=39550, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/control-001/cores}
   [junit4]   2> 53266 ERROR 
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 53266 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 53266 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 53266 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 53411 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-18T15:26:44.921Z
   [junit4]   2> 53521 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 53552 INFO  (zkConnectionManagerCallback-6-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 53574 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 53608 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/control-001/solr.xml
   [junit4]   2> 54156 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 54157 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 54212 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7536dab0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 56417 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39600/solr
   [junit4]   2> 56541 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56694 INFO  
(zkConnectionManagerCallback-12-thread-1-processing-n:127.0.0.1:39550_amd) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 58591 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 58593 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39550_amd
   [junit4]   2> 58627 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.Overseer Overseer 
(id=72301663103942660-127.0.0.1:39550_amd-n_0000000000) starting
   [junit4]   2> 59126 INFO  
(zkConnectionManagerCallback-17-thread-1-processing-n:127.0.0.1:39550_amd) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59265 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:39600/solr ready
   [junit4]   2> 59803 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39550_amd
   [junit4]   2> 60182 INFO  
(OverseerStateUpdate-72301663103942660-127.0.0.1:39550_amd-n_0000000000) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 60471 INFO  
(zkCallback-16-thread-1-processing-n:127.0.0.1:39550_amd) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 65881 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:39550_amd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7536dab0
   [junit4]   2> 65883 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:39550_amd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7536dab0
   [junit4]   2> 65900 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:39550_amd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7536dab0
   [junit4]   2> 66136 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/control-001/cores
   [junit4]   2> 66594 INFO  (zkConnectionManagerCallback-21-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 66597 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 66611 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39600/solr ready
   [junit4]   2> 67939 INFO  (qtp1868816483-191) [n:127.0.0.1:39550_amd    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:39550_amd&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 68020 INFO  
(OverseerThreadFactory-8-thread-1-processing-n:127.0.0.1:39550_amd) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 68244 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 68301 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 68433 INFO  
(zkCallback-11-thread-1-processing-n:127.0.0.1:39550_amd) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 70246 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 71557 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 75598 WARN  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.WordDelimiterFilterFactory]. Please consult documentation how to replace 
it accordingly.
   [junit4]   2> 76083 WARN  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 76133 WARN  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 76189 WARN  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.CurrencyField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 76952 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 78788 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 78862 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7536dab0
   [junit4]   2> 79101 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://lucene2-us-west.apache.org:41201/solr_hdfs_home
   [junit4]   2> 79101 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 79101 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 79139 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://lucene2-us-west.apache.org:41201/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 79319 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://lucene2-us-west.apache.org:41201/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 79885 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 79920 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 79920 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 84542 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 84591 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://lucene2-us-west.apache.org:41201/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 85114 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://lucene2-us-west.apache.org:41201/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 85217 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 85217 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 85217 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 85437 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 85474 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 87914 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW]]}
 size 69
   [junit4]   2> 87965 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741825_1001 size 69
   [junit4]   2> 90303 WARN  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 92542 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 92543 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 92543 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 92675 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 92676 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 92725 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=83.6982421875, 
floorSegmentMB=1.4736328125, forceMergeDeletesPctAllowed=14.646037652724097, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.20342557888492704
   [junit4]   2> 93114 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@38e9ddd5[control_collection_shard1_replica_n1] main]
   [junit4]   2> 93201 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 93363 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 93526 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 94984 INFO  
(searcherExecutor-11-thread-1-processing-n:127.0.0.1:39550_amd 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:39550_amd c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@38e9ddd5[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 95078 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1595289734163202048
   [junit4]   2> 95332 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 95405 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 95406 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 95406 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39550/amd/control_collection_shard1_replica_n1/
   [junit4]   2> 95407 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 95425 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:39550/amd/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 95425 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 95499 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39550/amd/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 95523 INFO  
(zkCallback-11-thread-1-processing-n:127.0.0.1:39550_amd) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 95551 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 95615 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=27389
   [junit4]   2> 95685 INFO  
(zkCallback-11-thread-1-processing-n:127.0.0.1:39550_amd) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 95980 INFO  (qtp1868816483-191) [n:127.0.0.1:39550_amd    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 95981 INFO  (qtp1868816483-191) [n:127.0.0.1:39550_amd    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:39550_amd&wt=javabin&version=2}
 status=0 QTime=28159
   [junit4]   2> 96131 INFO  (zkConnectionManagerCallback-25-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96173 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 96235 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39600/solr ready
   [junit4]   2> 96237 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 96301 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 96328 INFO  
(OverseerCollectionConfigSetProcessor-72301663103942660-127.0.0.1:39550_amd-n_0000000000)
 [n:127.0.0.1:39550_amd    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 96348 INFO  
(OverseerThreadFactory-8-thread-2-processing-n:127.0.0.1:39550_amd) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 96349 WARN  
(OverseerThreadFactory-8-thread-2-processing-n:127.0.0.1:39550_amd) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 96633 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 96634 INFO  (qtp1868816483-195) [n:127.0.0.1:39550_amd    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=333
   [junit4]   2> 97810 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/shard-1-001
 of type NRT
   [junit4]   2> 97828 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 97841 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 97841 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 97841 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 97841 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5e628760{/amd,null,AVAILABLE}
   [junit4]   2> 97842 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@70238e45{HTTP/1.1,[http/1.1]}{127.0.0.1:32880}
   [junit4]   2> 97842 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.e.j.s.Server Started @109408ms
   [junit4]   2> 97842 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:41201/hdfs__lucene2-us-west.apache.org_41201__home_jenkins_jenkins-slave_workspace_Lucene-Solr-Tests-7.x_solr_build_solr-core_test_J0_temp_solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001_tempDir-002_jetty1,
 solrconfig=solrconfig.xml, hostContext=/amd, hostPort=32880, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/shard-1-001/cores}
   [junit4]   2> 97843 ERROR 
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 97843 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 97843 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 97843 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 97843 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-18T15:27:29.463Z
   [junit4]   2> 97884 INFO  (zkConnectionManagerCallback-27-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 97922 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 97922 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/shard-1-001/solr.xml
   [junit4]   2> 97957 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 97957 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 97960 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7536dab0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 97963 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39600/solr
   [junit4]   2> 97987 INFO  (zkConnectionManagerCallback-31-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 98068 INFO  
(zkConnectionManagerCallback-33-thread-1-processing-n:127.0.0.1:32880_amd) 
[n:127.0.0.1:32880_amd    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 98206 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:32880_amd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 98222 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:32880_amd    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 98278 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:32880_amd    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32880_amd
   [junit4]   2> 98331 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:32880_amd) 
[n:127.0.0.1:32880_amd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 98333 INFO  
(OverseerCollectionConfigSetProcessor-72301663103942660-127.0.0.1:39550_amd-n_0000000000)
 [n:127.0.0.1:39550_amd    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 98333 INFO  
(zkCallback-11-thread-2-processing-n:127.0.0.1:39550_amd) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 98332 INFO  
(zkCallback-16-thread-1-processing-n:127.0.0.1:39550_amd) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 98419 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 99716 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:32880_amd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7536dab0
   [junit4]   2> 99841 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:32880_amd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7536dab0
   [junit4]   2> 99841 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:32880_amd    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7536dab0
   [junit4]   2> 99903 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:32880_amd    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/shard-1-001/cores
   [junit4]   2> 100003 INFO  
(zkConnectionManagerCallback-38-thread-1-processing-n:127.0.0.1:32880_amd) 
[n:127.0.0.1:32880_amd    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100017 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:32880_amd    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 100018 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) 
[n:127.0.0.1:32880_amd    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:39600/solr ready
   [junit4]   2> 100573 INFO  (qtp1617530803-258) [n:127.0.0.1:32880_amd    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:32880_amd&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 101204 INFO  
(OverseerThreadFactory-8-thread-3-processing-n:127.0.0.1:39550_amd) 
[n:127.0.0.1:39550_amd    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:32880_amd for creating new replica
   [junit4]   2> 101427 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 101447 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 101653 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:32880_amd) 
[n:127.0.0.1:32880_amd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 102930 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 103316 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n21] Schema name=test
   [junit4]   2> 104267 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 104399 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n21' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 104413 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n21' (registry 
'solr.core.collection1.shard1.replica_n21') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7536dab0
   [junit4]   2> 104413 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://lucene2-us-west.apache.org:41201/solr_hdfs_home
   [junit4]   2> 104413 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 104413 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 104413 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n21] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.index.hdfs.CheckHdfsIndexTest_63D5345AA1D749B8-001/shard-1-001/cores/collection1_shard1_replica_n21],
 
dataDir=[hdfs://lucene2-us-west.apache.org:41201/solr_hdfs_home/collection1/core_node22/data/]
   [junit4]   2> 104416 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://lucene2-us-west.apache.org:41201/solr_hdfs_home/collection1/core_node22/data/snapshot_metadata
   [junit4]   2> 104454 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 104454 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 104454 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 104652 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 104711 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://lucene2-us-west.apache.org:41201/solr_hdfs_home/collection1/core_node22/data
   [junit4]   2> 104815 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://lucene2-us-west.apache.org:41201/solr_hdfs_home/collection1/core_node22/data/index
   [junit4]   2> 104851 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 104851 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 104851 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 104940 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 104941 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 105175 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49:NORMAL:127.0.0.1:43455|RBW]]}
 size 69
   [junit4]   2> 105189 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741826_1002 size 69
   [junit4]   2> 105618 WARN  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 105984 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 105984 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 105984 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 106213 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 106213 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 106222 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=83.6982421875, 
floorSegmentMB=1.4736328125, forceMergeDeletesPctAllowed=14.646037652724097, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.20342557888492704
   [junit4]   2> 106440 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4046d964[collection1_shard1_replica_n21] main]
   [junit4]   2> 106453 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 106454 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 106455 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 106496 INFO  
(searcherExecutor-22-thread-1-processing-n:127.0.0.1:32880_amd 
x:collection1_shard1_replica_n21 s:shard1 c:collection1) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore 
[collection1_shard1_replica_n21] Registered new searcher 
Searcher@4046d964[collection1_shard1_replica_n21] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 106496 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1595289746135842816
   [junit4]   2> 106577 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node22=0}, version=0}
   [junit4]   2> 106632 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 106632 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 106632 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:32880/amd/collection1_shard1_replica_n21/
   [junit4]   2> 106632 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 106632 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy 
http://127.0.0.1:32880/amd/collection1_shard1_replica_n21/ has no replicas
   [junit4]   2> 106632 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 106670 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:32880/amd/collection1_shard1_replica_n21/ shard1
   [junit4]   2> 106696 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:32880_amd) 
[n:127.0.0.1:32880_amd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 106732 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 106754 INFO  (qtp1617530803-261) [n:127.0.0.1:32880_amd 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=5327
   [junit4]   2> 106822 INFO  (qtp1617530803-258) [n:127.0.0.1:32880_amd    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:32880_amd&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=6369
   [junit4]   2> 106912 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:32880_amd) 
[n:127.0.0.1:32880_amd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 106951 INFO  
(TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[63D5345AA1D749B8]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDeletedDocs
   [junit4]   2> 107171 INFO  
(OverseerCollectionConfigSetProcessor-72301663103942660-127.0.0.1:39550_amd-n_0000000000)
 [n:127.0.0.1:39550_amd    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 107721 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49:NORMAL:127.0.0.1:43455|FINALIZED]]}
 size 0
   [junit4]   2> 107738 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741827_1003 size 59
   [junit4]   2> 107817 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW]]}
 size 0
   [junit4]   2> 107861 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW]]}
 size 0
   [junit4]   2> 107966 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741829_1005{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49:NORMAL:127.0.0.1:43455|RBW]]}
 size 0
   [junit4]   2> 107968 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741829_1005{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|FINALIZED]]}
 size 0
   [junit4]   2> 108101 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741830_1006{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW]]}
 size 0
   [junit4]   2> 108117 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741830_1006{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|FINALIZED]]}
 size 0
   [junit4]   2> 108174 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741831_1007{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|RBW]]}
 size 0
   [junit4]   2> 108206 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741831_1007 size 110
   [junit4]   2> 108300 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741832_1008{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|FINALIZED]]}
 size 0
   [junit4]   2> 108321 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741832_1008{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|FINALIZED],
 
ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|FINALIZED]]}
 size 0
   [junit4]   2> 109072 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741833_1009{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49:NORMAL:127.0.0.1:43455|RBW]]}
 size 187
   [junit4]   2> 109072 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741833_1009 size 187
   [junit4]   2> 109683 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741834_1010{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW]]}
 size 0
   [junit4]   2> 109771 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741834_1010 size 101
   [junit4]   2> 109965 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741835_1011{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|FINALIZED]]}
 size 0
   [junit4]   2> 109983 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741835_1011 size 110
   [junit4]   2> 110093 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741836_1012{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|RBW]]}
 size 0
   [junit4]   2> 110121 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741836_1012 size 79
   [junit4]   2> 110291 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741837_1013{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|FINALIZED]]}
 size 0
   [junit4]   2> 110291 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741837_1013{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|FINALIZED],
 
ReplicaUC[[DISK]DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49:NORMAL:127.0.0.1:43455|FINALIZED]]}
 size 0
   [junit4]   2> 111019 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741838_1014{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|FINALIZED]]}
 size 0
   [junit4]   2> 111034 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741838_1014 size 341
   [junit4]   2> 111304 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741839_1015{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49:NORMAL:127.0.0.1:43455|RBW]]}
 size 1230
   [junit4]   2> 111304 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741839_1015 size 1230
   [junit4]   2> 111816 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741840_1016{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|RBW]]}
 size 0
   [junit4]   2> 111829 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741840_1016{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|FINALIZED]]}
 size 0
   [junit4]   2> 111874 INFO  (IPC Server handler 9 on 41201) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741831_1007 127.0.0.1:32800 
127.0.0.1:43455 
   [junit4]   2> 111907 INFO  (IPC Server handler 8 on 41201) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741835_1011 127.0.0.1:32800 
127.0.0.1:43455 
   [junit4]   2> 111908 INFO  (IPC Server handler 2 on 41201) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741833_1009 127.0.0.1:43455 
127.0.0.1:32800 
   [junit4]   2> 111909 INFO  (IPC Server handler 6 on 41201) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741836_1012 127.0.0.1:43455 
127.0.0.1:32800 
   [junit4]   2> 111910 INFO  (IPC Server handler 7 on 41201) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741827_1003 127.0.0.1:43455 
127.0.0.1:32800 
   [junit4]   2> 111911 INFO  (IPC Server handler 3 on 41201) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741830_1006 127.0.0.1:32800 
127.0.0.1:43455 
   [junit4]   2> 111922 INFO  (IPC Server handler 1 on 41201) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741834_1010 127.0.0.1:32800 
127.0.0.1:43455 
   [junit4]   2> 111938 INFO  (IPC Server handler 5 on 41201) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741829_1005 127.0.0.1:32800 
127.0.0.1:43455 
   [junit4]   2> 111939 INFO  (IPC Server handler 0 on 41201) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741832_1008 127.0.0.1:32800 
127.0.0.1:43455 
   [junit4]   2> 111940 INFO  (IPC Server handler 4 on 41201) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741828_1004 127.0.0.1:32800 
127.0.0.1:43455 
   [junit4]   2> 111941 INFO  (IPC Server handler 9 on 41201) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741837_1013 127.0.0.1:43455 
127.0.0.1:32800 
   [junit4]   2> 112159 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741841_1017{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|FINALIZED]]}
 size 0
   [junit4]   2> 112159 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741841_1017{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|FINALIZED],
 
ReplicaUC[[DISK]DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49:NORMAL:127.0.0.1:43455|FINALIZED]]}
 size 0
   [junit4]   2> 112159 INFO  
(org.apache.hadoop.hdfs.server.blockmanagement.BlockManager$ReplicationMonitor@382cae31)
 [    ] BlockStateChange BLOCK* BlockManager: ask 127.0.0.1:43455 to delete 
[blk_1073741827_1003, blk_1073741828_1004, blk_1073741829_1005, 
blk_1073741830_1006, blk_1073741831_1007, blk_1073741832_1008, 
blk_1073741833_1009, blk_1073741834_1010, blk_1073741835_1011, 
blk_1073741836_1012, blk_1073741837_1013]
   [junit4]   2> 112381 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741842_1018{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|RBW]]}
 size 100
   [junit4]   2> 112413 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741842_1018 size 100
   [junit4]   2> 112917 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741843_1019{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW]]}
 size 98
   [junit4]   2> 112917 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741843_1019 size 98
   [junit4]   2> 113364 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741844_1020{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|FINALIZED]]}
 size 0
   [junit4]   2> 113388 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741844_1020{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|FINALIZED],
 
ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|FINALIZED]]}
 size 0
   [junit4]   2> 113446 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741845_1021{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49:NORMAL:127.0.0.1:43455|FINALIZED]]}
 size 0
   [junit4]   2> 113476 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741845_1021{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-c293b0e6-066d-4c04-9b3c-7f6a82cefc49:NORMAL:127.0.0.1:43455|FINALIZED]]}
 size 0
   [junit4]   2> 113764 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741846_1022{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-20cc67db-3de3-4d2d-8f04-2cf14f8986e2:NORMAL:127.0.0.1:32800|RBW]]}
 size 86
   [junit4]   2> 113772 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741846_1022 size 86
   [junit4]   2> 114352 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741847_1023{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|RBW],
 
ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|RBW]]}
 size 187
   [junit4]   2> 114389 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is added to 
blk_1073741847_1023 size 187
   [junit4]   2> 114779 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43455 is added to 
blk_1073741848_1024{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-5bf10156-7959-4dc5-95e2-ad3cb0a6afab:NORMAL:127.0.0.1:32800|RBW],
 
ReplicaUC[[DISK]DS-3aa61278-145c-4088-b9fb-c5fdd7817ba2:NORMAL:127.0.0.1:43455|FINALIZED]]}
 size 0
   [junit4]   2> 114779 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32800 is adde

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

 INFO  (jetty-closer-201-thread-1) [    ] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 503120 INFO  (jetty-closer-201-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@139b05fb: rootName = 
solr_37420, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1db62503
   [junit4]   2> 503138 INFO  (jetty-closer-201-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@a10feb4: rootName = 
solr_43416, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@79f0ba77
   [junit4]   2> 503213 INFO  (jetty-closer-201-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 503213 INFO  (jetty-closer-201-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@636dc8ff: rootName = 
solr_37420, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@2d011ee7
   [junit4]   2> 503245 INFO  (jetty-closer-201-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 503245 INFO  (jetty-closer-201-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5a6fff31: rootName = 
solr_43416, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1db62503
   [junit4]   2> 503357 INFO  (jetty-closer-201-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37420_solr
   [junit4]   2> 503358 INFO  (jetty-closer-201-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 503359 INFO  (jetty-closer-201-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 503359 INFO  
(zkCallback-228-thread-4-processing-n:127.0.0.1:43416_solr) 
[n:127.0.0.1:43416_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 503360 INFO  
(zkCallback-218-thread-1-processing-n:127.0.0.1:37420_solr) 
[n:127.0.0.1:37420_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 503373 INFO  
(zkCallback-216-thread-1-processing-n:127.0.0.1:43416_solr) 
[n:127.0.0.1:43416_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 503374 INFO  (jetty-closer-201-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 503374 INFO  (jetty-closer-201-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6f336823: rootName = 
solr_43416, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@2d011ee7
   [junit4]   2> 503411 INFO  (jetty-closer-201-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72301689790595078-127.0.0.1:37420_solr-n_0000000000) closing
   [junit4]   2> 503411 INFO  
(OverseerStateUpdate-72301689790595078-127.0.0.1:37420_solr-n_0000000000) 
[n:127.0.0.1:37420_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:37420_solr
   [junit4]   2> 503429 WARN  
(OverseerAutoScalingTriggerThread-72301689790595078-127.0.0.1:37420_solr-n_0000000000)
 [n:127.0.0.1:37420_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 503560 INFO  
(zkCallback-224-thread-4-processing-n:127.0.0.1:37420_solr) 
[n:127.0.0.1:37420_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 503596 INFO  (jetty-closer-201-thread-2) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43416_solr
   [junit4]   2> 503596 INFO  
(zkCallback-216-thread-1-processing-n:127.0.0.1:43416_solr) 
[n:127.0.0.1:43416_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43416_solr
   [junit4]   2> 503597 ERROR 
(Thread[Thread-1482,5,TGRP-TestSolrCloudWithSecureImpersonation]) 
[n:127.0.0.1:37420_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 503720 INFO  (jetty-closer-201-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 503720 INFO  
(zkCallback-216-thread-2-processing-n:127.0.0.1:43416_solr) 
[n:127.0.0.1:43416_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 503756 INFO  (coreCloseExecutor-217-thread-1) 
[n:127.0.0.1:43416_solr c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore 
[forwardingCollection_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@32e45099
   [junit4]   2> 503756 INFO  (coreCloseExecutor-217-thread-1) 
[n:127.0.0.1:43416_solr c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.forwardingCollection.shard1.replica_n1, 
tag=853823641
   [junit4]   2> 503756 INFO  (coreCloseExecutor-217-thread-1) 
[n:127.0.0.1:43416_solr c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a6838de: rootName = 
solr_43416, domain = solr.core.forwardingCollection.shard1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.forwardingCollection.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@14dbef2
   [junit4]   2> 503760 INFO  
(zkCallback-228-thread-4-processing-n:127.0.0.1:43416_solr) 
[n:127.0.0.1:43416_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 503810 INFO  (jetty-closer-201-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@29be71db{/solr,null,UNAVAILABLE}
   [junit4]   2> 503810 INFO  (jetty-closer-201-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 504049 INFO  (coreCloseExecutor-217-thread-1) 
[n:127.0.0.1:43416_solr c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.forwardingCollection.shard1.leader, tag=853823641
   [junit4]   2> 504271 ERROR 
(Thread[Thread-1480,5,TGRP-TestSolrCloudWithSecureImpersonation]) 
[n:127.0.0.1:43416_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 504377 INFO  (jetty-closer-201-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2f58b652{/solr,null,UNAVAILABLE}
   [junit4]   2> 504378 INFO  (jetty-closer-201-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 504393 ERROR 
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[63D5345AA1D749B8]-worker) [   
 ] 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> 504413 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[63D5345AA1D749B8]-worker) [   
 ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39383 39383
   [junit4]   2> 504666 INFO  (Thread-1463) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39383 39383
   [junit4]   2> 504666 WARN  (Thread-1463) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       
/solr/collections/forwardingCollection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        5       
/solr/collections/forwardingCollection/state.json
   [junit4]   2>        3       /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_63D5345AA1D749B8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=133, maxMBSortInHeap=6.077219183869611, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-LY, 
timezone=America/Fortaleza
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=127647408,total=384827392
   [junit4]   2> NOTE: All tests run in this JVM: [CheckHdfsIndexTest, 
SolrRequestParserTest, BasicAuthIntegrationTest, 
TestSolrCloudWithSecureImpersonation]
   [junit4] Completed [50/784 (2!)] on J0 in 52.51s, 12 tests, 1 error <<< 
FAILURES!

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

Reply via email to