Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.0/31/

3 tests failed.
FAILED:  
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig

Error Message:
The max direct memory is likely too low.  Either increase it (by adding 
-XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to your containers startup 
args) or disable direct allocation using 
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you 
are putting the block cache on the heap, your java heap size might not be large 
enough. Failed allocating ~134.217728 MB.

Stack Trace:
java.lang.RuntimeException: The max direct memory is likely too low.  Either 
increase it (by adding -XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to 
your containers startup args) or disable direct allocation using 
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you 
are putting the block cache on the heap, your java heap size might not be large 
enough. Failed allocating ~134.217728 MB.
        at 
__randomizedtesting.SeedInfo.seed([D521B1D1DF7A7797:228E78FA22F39DBC]:0)
        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:311)
        at 
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:287)
        at 
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:227)
        at 
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig(HdfsDirectoryFactoryTest.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: Direct buffer memory
        at java.nio.Bits.reserveMemory(Bits.java:694)
        at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
        at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
        at 
org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:71)
        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:309)
        ... 42 more


FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
Doc with id=954 not found in http://127.0.0.1:58914/c8n_1x2 due to: Path not 
found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=954 not found in 
http://127.0.0.1:58914/c8n_1x2 due to: Path not found: /id; rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([D521B1D1DF7A7797:5D758E0B71861A6F]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:379)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
        at 
__randomizedtesting.SeedInfo.seed([D521B1D1DF7A7797:5D758E0B71861A6F]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:317)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:136)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11722 lines...]
   [junit4] Suite: org.apache.solr.core.HdfsDirectoryFactoryTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_D521B1D1DF7A7797-001/init-core-data-001
   [junit4]   2> 955223 WARN  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 955229 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 955230 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 955278 WARN  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 955296 WARN  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 955298 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 955320 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] o.m.log 
Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_45311_hdfs____3yn8yk/webapp
   [junit4]   2> 955900 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45311
   [junit4]   2> 956005 WARN  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 956006 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 956014 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] o.m.log 
Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_56633_datanode____ns6r0c/webapp
   [junit4]   2> 956552 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:56633
   [junit4]   2> 956627 WARN  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 956628 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 956639 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] o.m.log 
Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_40006_datanode____.fz2wv3/webapp
   [junit4]   2> 956701 INFO  (IPC Server handler 3 on 33295) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-e63e7b84-5d60-4dbf-9c31-930416fbeaee node 
DatanodeRegistration(127.0.0.1:55569, 
datanodeUuid=f9f2727c-49ca-48a5-82db-0c75c87a5596, infoPort=51754, 
infoSecurePort=0, ipcPort=44754, 
storageInfo=lv=-56;cid=testClusterID;nsid=178299505;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 956701 INFO  (IPC Server handler 3 on 33295) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-5886711b-1313-4e98-96d9-2a1b8738828a node 
DatanodeRegistration(127.0.0.1:55569, 
datanodeUuid=f9f2727c-49ca-48a5-82db-0c75c87a5596, infoPort=51754, 
infoSecurePort=0, ipcPort=44754, 
storageInfo=lv=-56;cid=testClusterID;nsid=178299505;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 957272 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40006
   [junit4]   2> 957429 INFO  (IPC Server handler 4 on 33295) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-1ba8a2f6-a7f8-41e6-aac8-3efcc265f79f node 
DatanodeRegistration(127.0.0.1:34888, 
datanodeUuid=e50d7cb2-8b20-41ce-9d4c-2aad3cba5cb2, infoPort=45971, 
infoSecurePort=0, ipcPort=39635, 
storageInfo=lv=-56;cid=testClusterID;nsid=178299505;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 957429 INFO  (IPC Server handler 4 on 33295) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-52a6150b-e1b3-46b5-ba6c-5d43ee26053f node 
DatanodeRegistration(127.0.0.1:34888, 
datanodeUuid=e50d7cb2-8b20-41ce-9d4c-2aad3cba5cb2, infoPort=45971, 
infoSecurePort=0, ipcPort=39635, 
storageInfo=lv=-56;cid=testClusterID;nsid=178299505;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 957491 INFO  
(TEST-HdfsDirectoryFactoryTest.testCleanupOldIndexDirectories-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCleanupOldIndexDirectories
   [junit4]   2> 957492 INFO  
(TEST-HdfsDirectoryFactoryTest.testCleanupOldIndexDirectories-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:33295/solr1
   [junit4]   2> 957492 INFO  
(TEST-HdfsDirectoryFactoryTest.testCleanupOldIndexDirectories-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 957526 INFO  
(TEST-HdfsDirectoryFactoryTest.testCleanupOldIndexDirectories-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory Found 1 old index directories to clean-up 
under hdfs://localhost:33295/solr1/mock/data afterReload=false
   [junit4]   2> 957529 INFO  
(TEST-HdfsDirectoryFactoryTest.testCleanupOldIndexDirectories-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory Deleted old index directory 
hdfs://localhost:33295/solr1/mock/data/index.20170819084910190
   [junit4]   2> 957529 INFO  
(TEST-HdfsDirectoryFactoryTest.testCleanupOldIndexDirectories-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCleanupOldIndexDirectories
   [junit4]   2> 957576 INFO  
(TEST-HdfsDirectoryFactoryTest.testLocalityReporter-seed#[D521B1D1DF7A7797]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLocalityReporter
   [junit4]   2> 957581 INFO  
(TEST-HdfsDirectoryFactoryTest.testLocalityReporter-seed#[D521B1D1DF7A7797]) [  
  ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:33295/solr
   [junit4]   2> 957581 INFO  
(TEST-HdfsDirectoryFactoryTest.testLocalityReporter-seed#[D521B1D1DF7A7797]) [  
  ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 957581 INFO  
(TEST-HdfsDirectoryFactoryTest.testLocalityReporter-seed#[D521B1D1DF7A7797]) [  
  ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:33295/solr3/
   [junit4]   2> 957588 INFO  
(TEST-HdfsDirectoryFactoryTest.testLocalityReporter-seed#[D521B1D1DF7A7797]) [  
  ] o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:33295/solr3 for locality metrics.
   [junit4]   2> 957618 INFO  (IPC Server handler 7 on 33295) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:34888 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-e63e7b84-5d60-4dbf-9c31-930416fbeaee:NORMAL:127.0.0.1:55569|RBW],
 
ReplicaUC[[DISK]DS-52a6150b-e1b3-46b5-ba6c-5d43ee26053f:NORMAL:127.0.0.1:34888|FINALIZED]]}
 size 0
   [junit4]   2> 957633 INFO  (IPC Server handler 8 on 33295) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55569 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-e63e7b84-5d60-4dbf-9c31-930416fbeaee:NORMAL:127.0.0.1:55569|RBW],
 
ReplicaUC[[DISK]DS-52a6150b-e1b3-46b5-ba6c-5d43ee26053f:NORMAL:127.0.0.1:34888|FINALIZED]]}
 size 0
   [junit4]   2> 957641 INFO  
(TEST-HdfsDirectoryFactoryTest.testLocalityReporter-seed#[D521B1D1DF7A7797]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testLocalityReporter
   [junit4]   2> 957745 INFO  
(TEST-HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testInitArgsOrSysPropConfig
   [junit4]   2> 957745 INFO  
(TEST-HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:33295/solr1
   [junit4]   2> 957745 INFO  
(TEST-HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 957746 INFO  
(TEST-HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:33295/solr2
   [junit4]   2> 957746 INFO  
(TEST-HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 957746 INFO  
(TEST-HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:33295/solr2
   [junit4]   2> 957746 INFO  
(TEST-HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 957746 INFO  
(TEST-HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:33295/solr
   [junit4]   2> 957753 INFO  
(TEST-HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with 
direct memory allocation set to [true]
   [junit4]   2> 957753 INFO  
(TEST-HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size 
of [134217728] will allocate [1] slabs and use ~[134217728] bytes
   [junit4]   2> 957753 INFO  
(TEST-HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS 
BlockCache
   [junit4]   2> 958808 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=547142799
   [junit4]   2> 959310 INFO  
(TEST-HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig-seed#[D521B1D1DF7A7797])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testInitArgsOrSysPropConfig
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=HdfsDirectoryFactoryTest -Dtests.method=testInitArgsOrSysPropConfig 
-Dtests.seed=D521B1D1DF7A7797 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/test-data/enwiki.random.lines.txt
 -Dtests.locale=es -Dtests.timezone=Atlantic/Azores -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1.68s J1 | 
HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: The max direct 
memory is likely too low.  Either increase it (by adding 
-XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to your containers startup 
args) or disable direct allocation using 
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you 
are putting the block cache on the heap, your java heap size might not be large 
enough. Failed allocating ~134.217728 MB.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D521B1D1DF7A7797:228E78FA22F39DBC]:0)
   [junit4]    >        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:311)
   [junit4]    >        at 
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:287)
   [junit4]    >        at 
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:227)
   [junit4]    >        at 
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig(HdfsDirectoryFactoryTest.java:111)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Direct buffer memory
   [junit4]    >        at java.nio.Bits.reserveMemory(Bits.java:694)
   [junit4]    >        at 
java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
   [junit4]    >        at 
java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
   [junit4]    >        at 
org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:71)
   [junit4]    >        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:309)
   [junit4]    >        ... 42 more
   [junit4]   2> 959320 WARN  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 959335 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] o.m.log 
Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 959437 WARN  (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_D521B1D1DF7A7797-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_D521B1D1DF7A7797-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:33295) [    ] o.a.h.h.s.d.DataNode 
BPOfferService for Block pool BP-182147182-10.41.0.5-1503132547946 (Datanode 
Uuid e50d7cb2-8b20-41ce-9d4c-2aad3cba5cb2) service to localhost/127.0.0.1:33295 
interrupted
   [junit4]   2> 959438 WARN  (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_D521B1D1DF7A7797-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_D521B1D1DF7A7797-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:33295) [    ] o.a.h.h.s.d.DataNode Ending 
block pool service for: Block pool BP-182147182-10.41.0.5-1503132547946 
(Datanode Uuid e50d7cb2-8b20-41ce-9d4c-2aad3cba5cb2) service to 
localhost/127.0.0.1:33295
   [junit4]   2> 959442 WARN  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 959464 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] o.m.log 
Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 959465 WARN  (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_D521B1D1DF7A7797-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_D521B1D1DF7A7797-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:33295) [    ] o.a.h.h.s.d.DataNode 
BPOfferService for Block pool BP-182147182-10.41.0.5-1503132547946 (Datanode 
Uuid f9f2727c-49ca-48a5-82db-0c75c87a5596) service to localhost/127.0.0.1:33295 
interrupted
   [junit4]   2> 959466 WARN  (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_D521B1D1DF7A7797-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_D521B1D1DF7A7797-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:33295) [    ] o.a.h.h.s.d.DataNode Ending 
block pool service for: Block pool BP-182147182-10.41.0.5-1503132547946 
(Datanode Uuid f9f2727c-49ca-48a5-82db-0c75c87a5596) service to 
localhost/127.0.0.1:33295
   [junit4]   2> 959483 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] o.m.log 
Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 959591 ERROR 
(SUITE-HdfsDirectoryFactoryTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.h.m.l.MethodMetric Error invoking method getBlocksTotal
   [junit4]   2> java.lang.reflect.InvocationTargetException
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.MethodMetric$2.snapshot(MethodMetric.java:111)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.MethodMetric.snapshot(MethodMetric.java:144)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.MetricsRegistry.snapshot(MetricsRegistry.java:401)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.MetricsSourceBuilder$1.getMetrics(MetricsSourceBuilder.java:79)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMetrics(MetricsSourceAdapter.java:194)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.updateJmxCache(MetricsSourceAdapter.java:172)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMBeanInfo(MetricsSourceAdapter.java:151)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.util.MBeans.unregister(MBeans.java:81)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:226)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:204)
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactoryTest.teardownClass(HdfsDirectoryFactoryTest.java:64)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_D521B1D1DF7A7797-001
   [junit4]   2> Aug 19, 2017 8:49:12 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 34 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=731, maxMBSortInHeap=6.046733668617431, 
sim=RandomSimilarity(queryNorm=false): {}, locale=es, timezone=Atlantic/Azores
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=2,free=280971696,total=512753664
   [junit4]   2> NOTE: All tests run in this JVM: [TestElisionMultitermQuery, 
TestDocBasedVersionConstraints, RuleEngineTest, TestSegmentSorting, 
GraphQueryTest, BlockJoinFacetDistribTest, SuggesterTSTTest, 
TestSubQueryTransformerCrossCore, TestStressCloudBlindAtomicUpdates, 
TestSha256AuthenticationProvider, BlockDirectoryTest, TestJsonFacetRefinement, 
HdfsLockFactoryTest, TestCloudPivotFacet, TestStressVersions, 
TestClusterProperties, RemoteQueryErrorTest, DeleteStatusTest, 
TestSolrCloudWithDelegationTokens, SolrCoreMetricManagerTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, 
ShardRoutingTest, SpatialFilterTest, TestManagedSchemaThreadSafety, 
ManagedSchemaRoundRobinCloudTest, IndexSchemaTest, InfoHandlerTest, 
TestFreeTextSuggestions, DistributedFacetExistsSmallTest, PrimUtilsTest, 
DocValuesMultiTest, ZkControllerTest, JavabinLoaderTest, 
TestClassNameShortening, TestFieldTypeCollectionResource, 
HdfsDirectoryFactoryTest]
   [junit4] Completed [104/729 (1!)] on J1 in 14.18s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 1410 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/init-core-data-001
   [junit4]   2> 3938487 WARN  
(SUITE-HttpPartitionTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=101 numCloses=101
   [junit4]   2> 3938487 INFO  
(SUITE-HttpPartitionTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3938488 INFO  
(SUITE-HttpPartitionTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 3938488 INFO  
(SUITE-HttpPartitionTest-seed#[D521B1D1DF7A7797]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 3938490 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3938490 INFO  (Thread-4287) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3938490 INFO  (Thread-4287) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3938491 ERROR (Thread-4287) [    ] 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> 3938590 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:48085
   [junit4]   2> 3938608 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 3938609 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 3938611 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3938612 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 3938612 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 3938613 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 3938614 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3938616 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3938617 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3938618 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3938619 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 3938621 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 3938728 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 3938733 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@450f74be{/,null,AVAILABLE}
   [junit4]   2> 3938733 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@569b25d1{HTTP/1.1,[http/1.1]}{127.0.0.1:43908}
   [junit4]   2> 3938733 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] o.e.j.s.Server 
Started @3942930ms
   [junit4]   2> 3938733 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/tempDir-001/control/data,
 hostContext=/, hostPort=58914, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/control-001/cores}
   [junit4]   2> 3938733 ERROR 
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3938733 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 3938733 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3938733 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 3938733 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-19T09:38:50.600Z
   [junit4]   2> 3938742 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3938742 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/control-001/solr.xml
   [junit4]   2> 3938746 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@47430182, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3938748 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48085/solr
   [junit4]   2> 3938789 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:58914_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3938789 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:58914_    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58914_
   [junit4]   2> 3938789 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:58914_    ] 
o.a.s.c.Overseer Overseer (id=98509490117541892-127.0.0.1:58914_-n_0000000000) 
starting
   [junit4]   2> 3938801 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:58914_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58914_
   [junit4]   2> 3938802 INFO  
(zkCallback-27415-thread-1-processing-n:127.0.0.1:58914_) [n:127.0.0.1:58914_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3938852 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:58914_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47430182
   [junit4]   2> 3938860 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:58914_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47430182
   [junit4]   2> 3938860 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:58914_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47430182
   [junit4]   2> 3938861 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:58914_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/control-001/cores
   [junit4]   2> 3938891 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3938892 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:48085/solr ready
   [junit4]   2> 3938892 INFO  (SocketProxy-Acceptor-58914) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=46145,localport=58914], receiveBufferSize:531000
   [junit4]   2> 3938904 INFO  (SocketProxy-Acceptor-58914) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43908,localport=34909], receiveBufferSize=530904
   [junit4]   2> 3938911 INFO  (qtp1975138459-113986) [n:127.0.0.1:58914_    ] 
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:58914_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3938913 INFO  
(OverseerThreadFactory-10758-thread-1-processing-n:127.0.0.1:58914_) 
[n:127.0.0.1:58914_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 3939018 INFO  (SocketProxy-Acceptor-58914) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=46151,localport=58914], receiveBufferSize:531000
   [junit4]   2> 3939019 INFO  (SocketProxy-Acceptor-58914) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43908,localport=34915], receiveBufferSize=530904
   [junit4]   2> 3939019 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_    ] 
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> 3939021 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 3939126 INFO  
(zkCallback-27415-thread-1-processing-n:127.0.0.1:58914_) [n:127.0.0.1:58914_   
 ] 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> 3940037 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3940050 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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> 3940132 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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> 3940141 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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> 3940142 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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@47430182
   [junit4]   2> 3940142 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3940142 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 3940144 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.324891401515533]
   [junit4]   2> 3940147 WARN  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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> 3940218 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3940223 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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> 3940226 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3940226 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3940227 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@4cea1ec7
   [junit4]   2> 3940232 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@47bcc037[control_collection_shard1_replica_n1] main]
   [junit4]   2> 3940233 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3940233 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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> 3940234 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3940234 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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 1576151843708338176
   [junit4]   2> 3940238 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3940238 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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> 3940239 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:58914/control_collection_shard1_replica_n1/
   [junit4]   2> 3940239 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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> 3940239 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:58914/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 3940239 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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> 3940241 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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:58914/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 3940242 INFO  
(searcherExecutor-10761-thread-1-processing-n:127.0.0.1:58914_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:58914_ 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@47bcc037[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3940342 INFO  
(zkCallback-27415-thread-1-processing-n:127.0.0.1:58914_) [n:127.0.0.1:58914_   
 ] 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> 3940392 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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> 3940393 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_ 
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=1374
   [junit4]   2> 3940395 INFO  (qtp1975138459-113986) [n:127.0.0.1:58914_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 3940495 INFO  
(zkCallback-27415-thread-2-processing-n:127.0.0.1:58914_) [n:127.0.0.1:58914_   
 ] 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> 3940914 INFO  
(OverseerCollectionConfigSetProcessor-98509490117541892-127.0.0.1:58914_-n_0000000000)
 [n:127.0.0.1:58914_    ] 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> 3941395 INFO  (qtp1975138459-113986) [n:127.0.0.1:58914_    ] 
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:58914_&wt=javabin&version=2}
 status=0 QTime=2484
   [junit4]   2> 3941401 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3941402 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:48085/solr ready
   [junit4]   2> 3941402 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 3941402 INFO  (SocketProxy-Acceptor-58914) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=46163,localport=58914], receiveBufferSize:531000
   [junit4]   2> 3941403 INFO  (qtp1975138459-113987) [n:127.0.0.1:58914_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3941412 INFO  (SocketProxy-Acceptor-58914) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43908,localport=34927], receiveBufferSize=530904
   [junit4]   2> 3941416 INFO  
(OverseerThreadFactory-10758-thread-2-processing-n:127.0.0.1:58914_) 
[n:127.0.0.1:58914_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 3941416 WARN  
(OverseerThreadFactory-10758-thread-2-processing-n:127.0.0.1:58914_) 
[n:127.0.0.1:58914_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 3941626 INFO  (qtp1975138459-113987) [n:127.0.0.1:58914_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 3941626 INFO  (qtp1975138459-113987) [n:127.0.0.1:58914_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=223
   [junit4]   2> 3941720 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/shard-1-001
 of type TLOG
   [junit4]   2> 3941721 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 3941722 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45ce716e{/,null,AVAILABLE}
   [junit4]   2> 3941722 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6c9ecb33{HTTP/1.1,[http/1.1]}{127.0.0.1:45735}
   [junit4]   2> 3941722 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] o.e.j.s.Server 
Started @3945919ms
   [junit4]   2> 3941722 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=59479, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/shard-1-001/cores}
   [junit4]   2> 3941722 ERROR 
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3941722 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 3941723 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3941723 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 3941723 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-19T09:38:53.590Z
   [junit4]   2> 3941730 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3941730 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/shard-1-001/solr.xml
   [junit4]   2> 3941749 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@47430182, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3941751 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48085/solr
   [junit4]   2> 3941771 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:59479_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3941773 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:59479_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3941774 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:59479_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59479_
   [junit4]   2> 3941775 INFO  (zkCallback-27422-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3941775 INFO  
(zkCallback-27415-thread-2-processing-n:127.0.0.1:58914_) [n:127.0.0.1:58914_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3941781 INFO  
(zkCallback-27427-thread-1-processing-n:127.0.0.1:59479_) [n:127.0.0.1:59479_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3941847 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:59479_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47430182
   [junit4]   2> 3941858 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:59479_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47430182
   [junit4]   2> 3941858 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:59479_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47430182
   [junit4]   2> 3941859 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:59479_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/shard-1-001/cores
   [junit4]   2> 3941882 INFO  (qtp1975138459-113988) [n:127.0.0.1:58914_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:59479_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3941884 INFO  
(OverseerCollectionConfigSetProcessor-98509490117541892-127.0.0.1:58914_-n_0000000000)
 [n:127.0.0.1:58914_    ] 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> 3941885 INFO  
(OverseerThreadFactory-10758-thread-3-processing-n:127.0.0.1:58914_) 
[n:127.0.0.1:58914_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:59479_ 
for creating new replica
   [junit4]   2> 3941886 INFO  (SocketProxy-Acceptor-59479) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=44737,localport=59479], receiveBufferSize:531000
   [junit4]   2> 3941887 INFO  (SocketProxy-Acceptor-59479) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45735,localport=40508], receiveBufferSize=530904
   [junit4]   2> 3941896 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 3941896 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 3942910 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3942921 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t0] Schema name=test
   [junit4]   2> 3943013 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3943023 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 3943024 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t0' (registry 
'solr.core.collection1.shard2.replica_t0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@47430182
   [junit4]   2> 3943024 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3943024 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t0] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/shard-1-001/cores/collection1_shard2_replica_t0],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/shard-1-001/cores/collection1_shard2_replica_t0/data/]
   [junit4]   2> 3943026 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.324891401515533]
   [junit4]   2> 3943028 WARN  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
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> 3943060 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3943060 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3943061 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 3943061 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 3943062 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@4ae27b25
   [junit4]   2> 3943062 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@825745d[collection1_shard2_replica_t0] main]
   [junit4]   2> 3943063 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3943063 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3943064 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3943064 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1576151846675808256
   [junit4]   2> 3943069 INFO  
(searcherExecutor-10772-thread-1-processing-n:127.0.0.1:59479_ 
x:collection1_shard2_replica_t0 s:shard2 c:collection1) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrCore 
[collection1_shard2_replica_t0] Registered new searcher 
Searcher@825745d[collection1_shard2_replica_t0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3943069 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3943069 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3943069 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:59479/collection1_shard2_replica_t0/
   [junit4]   2> 3943069 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 3943069 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy 
http://127.0.0.1:59479/collection1_shard2_replica_t0/ has no replicas
   [junit4]   2> 3943069 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 3943069 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.ZkController 
collection1_shard2_replica_t0 stopping background replication from leader
   [junit4]   2> 3943073 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:59479/collection1_shard2_replica_t0/ shard2
   [junit4]   2> 3943223 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 3943225 INFO  (qtp1891185082-114035) [n:127.0.0.1:59479_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1329
   [junit4]   2> 3943228 INFO  (qtp1975138459-113988) [n:127.0.0.1:58914_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:59479_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1345
   [junit4]   2> 3943340 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/shard-2-001
 of type TLOG
   [junit4]   2> 3943340 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 3943341 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a548eae{/,null,AVAILABLE}
   [junit4]   2> 3943341 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@41898250{HTTP/1.1,[http/1.1]}{127.0.0.1:46546}
   [junit4]   2> 3943341 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] o.e.j.s.Server 
Started @3947538ms
   [junit4]   2> 3943341 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=41717, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/shard-2-001/cores}
   [junit4]   2> 3943342 ERROR 
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3943348 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 3943348 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3943348 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 3943348 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-19T09:38:55.215Z
   [junit4]   2> 3943355 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3943355 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/shard-2-001/solr.xml
   [junit4]   2> 3943361 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@47430182, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3943365 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48085/solr
   [junit4]   2> 3943374 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:41717_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3943375 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:41717_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3943376 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:41717_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41717_
   [junit4]   2> 3943377 INFO  (zkCallback-27422-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3943378 INFO  
(zkCallback-27427-thread-1-processing-n:127.0.0.1:59479_) [n:127.0.0.1:59479_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3943379 INFO  
(zkCallback-27415-thread-2-processing-n:127.0.0.1:58914_) [n:127.0.0.1:58914_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3943382 INFO  
(zkCallback-27433-thread-1-processing-n:127.0.0.1:41717_) [n:127.0.0.1:41717_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3943429 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:41717_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47430182
   [junit4]   2> 3943438 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:41717_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47430182
   [junit4]   2> 3943438 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:41717_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47430182
   [junit4]   2> 3943439 INFO  
(TEST-HttpPartitionTest.test-seed#[D521B1D1DF7A7797]) [n:127.0.0.1:41717_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/shard-2-001/cores
   [junit4]   2> 3943472 INFO  (qtp1975138459-113984) [n:127.0.0.1:58914_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:41717_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3943478 INFO  
(OverseerCollectionConfigSetProcessor-98509490117541892-127.0.0.1:58914_-n_0000000000)
 [n:127.0.0.1:58914_    ] 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> 3943479 INFO  
(OverseerThreadFactory-10758-thread-4-processing-n:127.0.0.1:58914_) 
[n:127.0.0.1:58914_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:41717_ 
for creating new replica
   [junit4]   2> 3943480 INFO  (SocketProxy-Acceptor-41717) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33046,localport=41717], receiveBufferSize:531000
   [junit4]   2> 3943481 INFO  (SocketProxy-Acceptor-41717) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46546,localport=40664], receiveBufferSize=530904
   [junit4]   2> 3943485 INFO  (qtp573672856-114067) [n:127.0.0.1:41717_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 3943486 INFO  (qtp573672856-114067) [n:127.0.0.1:41717_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 3944504 INFO  (qtp573672856-114067) [n:127.0.0.1:41717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3944538 INFO  (qtp573672856-114067) [n:127.0.0.1:41717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t0] Schema name=test
   [junit4]   2> 3944634 INFO  (qtp573672856-114067) [n:127.0.0.1:41717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3944647 INFO  (qtp573672856-114067) [n:127.0.0.1:41717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 3944648 INFO  (qtp573672856-114067) [n:127.0.0.1:41717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t0' (registry 
'solr.core.collection1.shard1.replica_t0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@47430182
   [junit4]   2> 3944648 INFO  (qtp573672856-114067) [n:127.0.0.1:41717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3944648 INFO  (qtp573672856-114067) [n:127.0.0.1:41717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t0] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/shard-2-001/cores/collection1_shard1_replica_t0],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_D521B1D1DF7A7797-001/shard-2-001/cores/collection1_shard1_replica_t0/data/]
   [junit4]   2> 3944650 INFO  (qtp573672856-114067) [n:127.0.0.1:41717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByt

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

org.apache.hadoop.metrics2.lib.MethodMetric$2.snapshot(MethodMetric.java:111)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.MethodMetric.snapshot(MethodMetric.java:144)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.MetricsRegistry.snapshot(MetricsRegistry.java:401)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.MetricsSourceBuilder$1.getMetrics(MetricsSourceBuilder.java:79)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMetrics(MetricsSourceAdapter.java:194)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.updateJmxCache(MetricsSourceAdapter.java:172)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMBeanInfo(MetricsSourceAdapter.java:151)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.util.MBeans.unregister(MBeans.java:81)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:226)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:204)
   [junit4]   2>        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.hdfsFailoverAfterClass(SharedFSAutoReplicaFailoverTest.java:97)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D521B1D1DF7A7797-001
   [junit4]   2> Aug 19, 2017 9:47:15 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 35 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-NI, timezone=Europe/Samara
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=69454112,total=521666560
   [junit4]   2> NOTE: All tests run in this JVM: [StatsComponentTest, 
TestCollectionAPI, TestOnReconnectListenerSupport, ShardSplitTest, 
PreAnalyzedFieldManagedSchemaCloudTest, SortByFunctionTest, 
TestReversedWildcardFilterFactory, TestPolicyCloud, 
HdfsTlogReplayBufferedWhileIndexingTest, AliasIntegrationTest, 
TestDefaultStatsCache, TestNumericRangeQuery64, TestExactStatsCache, 
ParsingFieldUpdateProcessorsTest, TestJmxIntegration, TermsComponentTest, 
AnalyticsQueryTest, ExplicitHLLTest, OverseerRolesTest, 
BigEndianAscendingWordDeserializerTest, TestPseudoReturnFields, 
DeleteReplicaTest, TestLegacyField, RollingRestartTest, TestFieldTypeResource, 
ConnectionManagerTest, ChangedSchemaMergeTest, TestCloudPseudoReturnFields, 
V2ApiIntegrationTest, TestFieldCacheWithThreads, TestDFRSimilarityFactory, 
TestConfigSetsAPIZkFailure, RequiredFieldsTest, ReturnFieldsTest, 
TestRebalanceLeaders, TestBlendedInfixSuggestions, 
FullSolrCloudDistribCmdsTest, CleanupOldIndexTest, 
SignatureUpdateProcessorFactoryTest, LeaderElectionTest, 
TestSchemaSimilarityResource, HdfsNNFailoverTest, JvmMetricsTest, 
DeleteInactiveReplicaTest, BasicAuthStandaloneTest, MoveReplicaHDFSTest, 
TestSort, TestZkChroot, DocumentBuilderTest, SearchHandlerTest, 
DistribCursorPagingTest, PrimitiveFieldTypeTest, HighlighterMaxOffsetTest, 
UnloadDistributedZkTest, TestDistributedMissingSort, MultiThreadedOCPTest, 
TestLMJelinekMercerSimilarityFactory, SolrCoreCheckLockOnStartupTest, 
TestSolrCloudSnapshots, ShowFileRequestHandlerTest, 
TestManagedSynonymGraphFilterFactory, TestTrie, TestSearcherReuse, 
SpatialHeatmapFacetsTest, HardAutoCommitTest, 
TestLeaderInitiatedRecoveryThread, SimpleCollectionCreateDeleteTest, 
TestCollectionAPIs, MultiTermTest, RulesTest, 
UniqFieldsUpdateProcessorFactoryTest, SimpleFacetsTest, TestFieldCacheSort, 
TestPivotHelperCode, TestDelegationWithHadoopAuth, ClusterStateTest, 
BufferStoreTest, TestRestManager, DateFieldTest, TestJsonFacets, 
OverriddenZkACLAndCredentialsProvidersTest, TestPKIAuthenticationPlugin, 
RecoveryZkTest, CdcrReplicationHandlerTest, 
TestOverriddenPrefixQueryForCustomFieldType, 
PeerSyncWithIndexFingerprintCachingTest, SolrShardReporterTest, 
SpellPossibilityIteratorTest, BasicDistributedZk2Test, TestRestoreCore, 
TestPointFields, TestSolrConfigHandlerCloud, 
TestHighFrequencyDictionaryFactory, TestIndexSearcher, 
TestFieldCollectionResource, TestSuggestSpellingConverter, TestQueryUtils, 
MetricsHandlerTest, TestAnalyzedSuggestions, TestStressInPlaceUpdates, 
TermVectorComponentDistributedTest, InfixSuggestersTest, 
TestShortCircuitedRequests, TestIntervalFaceting, TestDistribDocBasedVersion, 
AnalysisErrorHandlingTest, TestCloudNestedDocsSort, 
DistributedQueryComponentOptimizationTest, TestRecovery, 
TestGraphMLResponseWriter, QueryEqualityTest, TestFoldingMultitermQuery, 
LeaderFailoverAfterPartitionTest, JSONWriterTest, SolrGangliaReporterTest, 
CoreAdminRequestStatusTest, MinimalSchemaTest, SolrXmlInZkTest, 
HdfsRestartWhileUpdatingTest, NodeMutatorTest, OverseerModifyCollectionTest, 
OverseerStatusTest, PeerSyncReplicationTest, ReplaceNodeTest, SSLMigrationTest, 
SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest]
   [junit4] Completed [548/729 (3!)] on J2 in 307.77s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 43898 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to