Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/7/
Java: 32bit/jdk-9-ea+175 -client -XX:+UseG1GC --illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest.test

Error Message:
Timed out waiting for replica core_node5 (1499228299714) to replicate from 
leader core_node1 (1499228327052)

Stack Trace:
java.lang.AssertionError: Timed out waiting for replica core_node5 
(1499228299714) to replicate from leader core_node1 (1499228327052)
        at 
__randomizedtesting.SeedInfo.seed([1F333B2ED96D5800:976704F4779135F8]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForReplicationFromReplicas(AbstractFullDistribZkTestBase.java:2133)
        at 
org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest.test(ChaosMonkeySafeLeaderWithPullReplicasTest.java:209)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
Could not find collection : movereplicatest_coll

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : 
movereplicatest_coll
        at 
__randomizedtesting.SeedInfo.seed([1F333B2ED96D5800:976704F4779135F8]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.MoveReplicaTest.getRandomReplica(MoveReplicaTest.java:185)
        at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.java:70)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11174 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_1F333B2ED96D5800-001/init-core-data-001
   [junit4]   2> 347395 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 347395 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 347396 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 347397 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_1F333B2ED96D5800-001/tempDir-001
   [junit4]   2> 347397 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 347397 INFO  (Thread-686) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 347397 INFO  (Thread-686) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 347405 ERROR (Thread-686) [    ] 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> 347497 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44611
   [junit4]   2> 347502 INFO  (jetty-launcher-735-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 347502 INFO  (jetty-launcher-735-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 347502 INFO  (jetty-launcher-735-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 347502 INFO  (jetty-launcher-735-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 347516 INFO  (jetty-launcher-735-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8b7fb1{/solr,null,AVAILABLE}
   [junit4]   2> 347516 INFO  (jetty-launcher-735-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1694197{/solr,null,AVAILABLE}
   [junit4]   2> 347516 INFO  (jetty-launcher-735-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c035a2{/solr,null,AVAILABLE}
   [junit4]   2> 347517 INFO  (jetty-launcher-735-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ba91ad{/solr,null,AVAILABLE}
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1b86ef8{SSL,[ssl, 
http/1.1]}{127.0.0.1:37341}
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-1) [    ] 
o.e.j.s.Server Started @348605ms
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37341}
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@49994c{SSL,[ssl, 
http/1.1]}{127.0.0.1:33411}
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@18b1667{SSL,[ssl, 
http/1.1]}{127.0.0.1:40873}
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-2) [    ] 
o.e.j.s.Server Started @348605ms
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-4) [    ] 
o.e.j.s.Server Started @348605ms
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33411}
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40873}
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@96861d{SSL,[ssl, 
http/1.1]}{127.0.0.1:36805}
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-3) [    ] 
o.e.j.s.Server Started @348605ms
   [junit4]   2> 347519 ERROR (jetty-launcher-735-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36805}
   [junit4]   2> 347519 ERROR (jetty-launcher-735-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 347519 ERROR (jetty-launcher-735-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 347519 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-05T04:03:40.815066Z
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 347520 ERROR (jetty-launcher-735-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-05T04:03:40.815151Z
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-05T04:03:40.815280Z
   [junit4]   2> 347520 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-05T04:03:40.815294Z
   [junit4]   2> 347521 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 347521 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 347521 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 347522 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 347532 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44611/solr
   [junit4]   2> 347550 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44611/solr
   [junit4]   2> 347562 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44611/solr
   [junit4]   2> 347572 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44611/solr
   [junit4]   2> 347640 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 347640 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 347642 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36805_solr
   [junit4]   2> 347642 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37341_solr
   [junit4]   2> 347650 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=98253368242601995-127.0.0.1:36805_solr-n_0000000000) starting
   [junit4]   2> 347650 INFO  (zkCallback-757-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 347650 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 347653 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 347653 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 347654 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 347654 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 347654 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40873_solr
   [junit4]   2> 347654 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33411_solr
   [junit4]   2> 347655 INFO  (zkCallback-757-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 347655 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 347670 INFO  (zkCallback-755-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 347674 INFO  (zkCallback-756-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 347677 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36805_solr
   [junit4]   2> 347677 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 347677 INFO  (zkCallback-756-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 347677 INFO  (zkCallback-755-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 347678 INFO  (zkCallback-757-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 347765 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36805.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 347769 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36805.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 347770 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36805.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 347771 INFO  (jetty-launcher-735-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_1F333B2ED96D5800-001/tempDir-001/node3/.
   [junit4]   2> 347782 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40873.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 347786 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40873.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 347786 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40873.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 347787 INFO  (jetty-launcher-735-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_1F333B2ED96D5800-001/tempDir-001/node4/.
   [junit4]   2> 347793 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33411.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 347796 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33411.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 347796 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33411.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 347797 INFO  (jetty-launcher-735-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_1F333B2ED96D5800-001/tempDir-001/node1/.
   [junit4]   2> 347893 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37341.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 347896 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37341.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 347896 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37341.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 347897 INFO  (jetty-launcher-735-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_1F333B2ED96D5800-001/tempDir-001/node2/.
   [junit4]   2> 347919 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 347919 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44611/solr ready
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 348357 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 348522 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] o.m.log 
Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 348554 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 348579 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] o.m.log 
jetty-6.1.x
   [junit4]   2> 348610 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] o.m.log 
Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_localdomain_38801_hdfs____djhe32/webapp
   [junit4]   2> 348708 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] o.m.log 
Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:38801
   [junit4]   2> 349027 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 349030 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] o.m.log 
jetty-6.1.x
   [junit4]   2> 349034 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] o.m.log 
Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_36229_datanode____lmcnx/webapp
   [junit4]   2> 349102 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36229
   [junit4]   2> 349114 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
i.n.u.i.PlatformDependent Your platform does not provide complete low-level API 
for accessing direct buffers reliably. Unless explicitly requested, heap buffer 
will always be preferred to avoid potential system unstability.
   [junit4]   2> 349223 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 349224 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] o.m.log 
jetty-6.1.x
   [junit4]   2> 349230 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] o.m.log 
Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_39779_datanode____.cwkaxy/webapp
   [junit4]   2> 349318 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[1F333B2ED96D5800]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39779
   [junit4]   2> 349620 INFO  (IPC Server handler 7 on 41201) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-ebb7f810-54d7-489f-96c5-1305d2f0ee41 node 
DatanodeRegistration(127.0.0.1:44467, 
datanodeUuid=9de1173f-9147-457a-b502-a58ad1998b02, infoPort=39285, 
infoSecurePort=0, ipcPort=40151, 
storageInfo=lv=-56;cid=testClusterID;nsid=466264596;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 349620 INFO  (IPC Server handler 7 on 41201) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-2e36e68f-fbcb-45b7-ae74-ddce053dbbc6 node 
DatanodeRegistration(127.0.0.1:44467, 
datanodeUuid=9de1173f-9147-457a-b502-a58ad1998b02, infoPort=39285, 
infoSecurePort=0, ipcPort=40151, 
storageInfo=lv=-56;cid=testClusterID;nsid=466264596;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 349622 INFO  (IPC Server handler 8 on 41201) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-e97b0524-f640-44e7-ac21-b7c905860842 node 
DatanodeRegistration(127.0.0.1:33473, 
datanodeUuid=c22b66dc-537a-445f-a442-d40b1ffc1eb6, infoPort=41773, 
infoSecurePort=0, ipcPort=42373, 
storageInfo=lv=-56;cid=testClusterID;nsid=466264596;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 2 msecs
   [junit4]   2> 349626 INFO  (IPC Server handler 8 on 41201) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-3f86311f-fb14-40d9-baeb-99c7438d267c node 
DatanodeRegistration(127.0.0.1:33473, 
datanodeUuid=c22b66dc-537a-445f-a442-d40b1ffc1eb6, infoPort=41773, 
infoSecurePort=0, ipcPort=42373, 
storageInfo=lv=-56;cid=testClusterID;nsid=466264596;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 349734 INFO  
(TEST-MoveReplicaHDFSTest.test-seed#[1F333B2ED96D5800]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 349736 INFO  
(TEST-MoveReplicaHDFSTest.test-seed#[1F333B2ED96D5800]) [    ] 
o.a.s.c.MoveReplicaTest total_jettys: 4
   [junit4]   2> 349780 INFO  (qtp19211812-3211) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf1&maxShardsPerNode=2&name=movereplicatest_coll&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 349781 INFO  (OverseerThreadFactory-1175-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection movereplicatest_coll
   [junit4]   2> 349884 INFO  
(OverseerStateUpdate-98253368242601995-127.0.0.1:36805_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"movereplicatest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"movereplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33411/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 349885 INFO  
(OverseerStateUpdate-98253368242601995-127.0.0.1:36805_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"movereplicatest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"movereplicatest_coll_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36805/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 349885 INFO  
(OverseerStateUpdate-98253368242601995-127.0.0.1:36805_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"movereplicatest_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"movereplicatest_coll_shard2_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40873/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 349886 INFO  
(OverseerStateUpdate-98253368242601995-127.0.0.1:36805_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"movereplicatest_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"movereplicatest_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37341/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 350092 INFO  (qtp19211812-3217) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=movereplicatest_coll_shard2_replica_n2&action=CREATE&numShards=2&collection=movereplicatest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 350093 INFO  (qtp19211812-3217) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 350134 INFO  (qtp19296952-3209) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=movereplicatest_coll_shard1_replica_n2&action=CREATE&numShards=2&collection=movereplicatest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 350134 INFO  (qtp19296952-3209) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 350137 INFO  (qtp3561267-3210) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf1&newCollection=true&name=movereplicatest_coll_shard1_replica_n1&action=CREATE&numShards=2&collection=movereplicatest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 350137 INFO  (qtp3561267-3210) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 350143 INFO  (qtp13763551-3212) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=movereplicatest_coll_shard2_replica_n1&action=CREATE&numShards=2&collection=movereplicatest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 350144 INFO  (qtp13763551-3212) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 350246 INFO  (zkCallback-756-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll/state.json] for collection 
[movereplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 350246 INFO  (zkCallback-755-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll/state.json] for collection 
[movereplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 350246 INFO  (zkCallback-757-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll/state.json] for collection 
[movereplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 350246 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll/state.json] for collection 
[movereplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 350246 INFO  (zkCallback-756-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll/state.json] for collection 
[movereplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 350246 INFO  (zkCallback-757-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll/state.json] for collection 
[movereplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 350247 INFO  (zkCallback-755-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll/state.json] for collection 
[movereplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 350247 INFO  (zkCallback-754-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll/state.json] for collection 
[movereplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 351100 INFO  (qtp19211812-3217) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 351104 INFO  (qtp19211812-3217) [    ] o.a.s.s.IndexSchema 
[movereplicatest_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 351106 INFO  (qtp19211812-3217) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 351106 INFO  (qtp19211812-3217) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'movereplicatest_coll_shard2_replica_n2' using configuration 
from collection movereplicatest_coll, trusted=true
   [junit4]   2> 351106 INFO  (qtp19211812-3217) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37341.solr.core.movereplicatest_coll.shard2.replica_n2' (registry 
'solr.core.movereplicatest_coll.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 351118 INFO  (qtp19211812-3217) [    ] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:41201/data
   [junit4]   2> 351118 INFO  (qtp19211812-3217) [    ] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 351118 INFO  (qtp19211812-3217) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 351118 INFO  (qtp19211812-3217) [    ] o.a.s.c.SolrCore 
[[movereplicatest_coll_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_1F333B2ED96D5800-001/tempDir-001/node2/movereplicatest_coll_shard2_replica_n2],
 
dataDir=[hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node4/data/]
   [junit4]   2> 351121 INFO  (qtp19211812-3217) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node4/data/snapshot_metadata
   [junit4]   2> 351133 INFO  (qtp19211812-3217) [    ] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 351133 INFO  (qtp19211812-3217) [    ] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[134217728] will allocate [1] slabs and use ~[134217728] bytes
   [junit4]   2> 351133 INFO  (qtp19211812-3217) [    ] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 351140 INFO  (qtp19296952-3209) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 351145 INFO  (qtp3561267-3210) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 351146 INFO  (qtp19296952-3209) [    ] o.a.s.s.IndexSchema 
[movereplicatest_coll_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 351163 INFO  (qtp19296952-3209) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 351163 INFO  (qtp19296952-3209) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'movereplicatest_coll_shard1_replica_n2' using configuration 
from collection movereplicatest_coll, trusted=true
   [junit4]   2> 351164 INFO  (qtp19296952-3209) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36805.solr.core.movereplicatest_coll.shard1.replica_n2' (registry 
'solr.core.movereplicatest_coll.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 351164 INFO  (qtp19296952-3209) [    ] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:41201/data
   [junit4]   2> 351165 INFO  (qtp19296952-3209) [    ] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 351165 INFO  (qtp19296952-3209) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 351165 INFO  (qtp19296952-3209) [    ] o.a.s.c.SolrCore 
[[movereplicatest_coll_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_1F333B2ED96D5800-001/tempDir-001/node3/movereplicatest_coll_shard1_replica_n2],
 
dataDir=[hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node2/data/]
   [junit4]   2> 351167 INFO  (qtp19296952-3209) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node2/data/snapshot_metadata
   [junit4]   2> 351168 INFO  (qtp3561267-3210) [    ] o.a.s.s.IndexSchema 
[movereplicatest_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 351169 INFO  (qtp13763551-3212) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 351169 INFO  (qtp3561267-3210) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 351169 INFO  (qtp3561267-3210) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'movereplicatest_coll_shard1_replica_n1' using configuration 
from collection movereplicatest_coll, trusted=true
   [junit4]   2> 351170 INFO  (qtp3561267-3210) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33411.solr.core.movereplicatest_coll.shard1.replica_n1' (registry 
'solr.core.movereplicatest_coll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 351170 INFO  (qtp3561267-3210) [    ] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:41201/data
   [junit4]   2> 351170 INFO  (qtp3561267-3210) [    ] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 351170 INFO  (qtp3561267-3210) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 351170 INFO  (qtp3561267-3210) [    ] o.a.s.c.SolrCore 
[[movereplicatest_coll_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_1F333B2ED96D5800-001/tempDir-001/node1/movereplicatest_coll_shard1_replica_n1],
 
dataDir=[hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node1/data/]
   [junit4]   2> 351173 INFO  (qtp3561267-3210) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node1/data/snapshot_metadata
   [junit4]   2> 351175 INFO  (qtp13763551-3212) [    ] o.a.s.s.IndexSchema 
[movereplicatest_coll_shard2_replica_n1] Schema name=minimal
   [junit4]   2> 351176 INFO  (qtp13763551-3212) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 351176 INFO  (qtp13763551-3212) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'movereplicatest_coll_shard2_replica_n1' using configuration 
from collection movereplicatest_coll, trusted=true
   [junit4]   2> 351176 INFO  (qtp19296952-3209) [    ] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 351176 INFO  (qtp19296952-3209) [    ] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[134217728] will allocate [1] slabs and use ~[134217728] bytes
   [junit4]   2> 351176 INFO  (qtp19296952-3209) [    ] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 351177 INFO  (qtp13763551-3212) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40873.solr.core.movereplicatest_coll.shard2.replica_n1' (registry 
'solr.core.movereplicatest_coll.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e3a224
   [junit4]   2> 351177 INFO  (qtp13763551-3212) [    ] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:41201/data
   [junit4]   2> 351177 INFO  (qtp13763551-3212) [    ] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 351177 INFO  (qtp13763551-3212) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 351177 INFO  (qtp13763551-3212) [    ] o.a.s.c.SolrCore 
[[movereplicatest_coll_shard2_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_1F333B2ED96D5800-001/tempDir-001/node4/movereplicatest_coll_shard2_replica_n1],
 
dataDir=[hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node3/data/]
   [junit4]   2> 351178 INFO  (qtp13763551-3212) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node3/data/snapshot_metadata
   [junit4]   2> 351181 INFO  (qtp3561267-3210) [    ] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 351181 INFO  (qtp3561267-3210) [    ] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[134217728] will allocate [1] slabs and use ~[134217728] bytes
   [junit4]   2> 351181 INFO  (qtp3561267-3210) [    ] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 351185 INFO  (qtp13763551-3212) [    ] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 351185 INFO  (qtp13763551-3212) [    ] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[134217728] will allocate [1] slabs and use ~[134217728] bytes
   [junit4]   2> 351185 INFO  (qtp13763551-3212) [    ] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 351563 INFO  (qtp3561267-3210) [    ] o.a.s.s.b.BlockDirectory 
Block cache on write is disabled
   [junit4]   2> 351563 INFO  (qtp19211812-3217) [    ] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 351567 INFO  (qtp19296952-3209) [    ] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 351573 INFO  (qtp3561267-3210) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node1/data
   [junit4]   2> 351574 INFO  (qtp19211812-3217) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node4/data
   [junit4]   2> 351581 INFO  (qtp19296952-3209) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node2/data
   [junit4]   2> 351601 INFO  (qtp19211812-3217) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node4/data/index
   [junit4]   2> 351601 INFO  (qtp3561267-3210) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node1/data/index
   [junit4]   2> 351601 INFO  (qtp19296952-3209) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node2/data/index
   [junit4]   2> 351606 INFO  (qtp19211812-3217) [    ] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 351606 INFO  (qtp19211812-3217) [    ] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[134217728] will allocate [1] slabs and use ~[134217728] bytes
   [junit4]   2> 351606 INFO  (qtp19211812-3217) [    ] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 351790 INFO  (qtp19296952-3209) [    ] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 351790 INFO  (qtp19296952-3209) [    ] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[134217728] will allocate [1] slabs and use ~[134217728] bytes
   [junit4]   2> 351790 INFO  (qtp19296952-3209) [    ] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 351953 INFO  (qtp3561267-3210) [    ] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 351953 INFO  (qtp3561267-3210) [    ] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[134217728] will allocate [1] slabs and use ~[134217728] bytes
   [junit4]   2> 351953 INFO  (qtp3561267-3210) [    ] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 352109 INFO  (qtp13763551-3212) [    ] o.a.s.c.SolrCore 
[movereplicatest_coll_shard2_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1e94789
   [junit4]   2> 352109 INFO  (qtp13763551-3212) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node3/data
   [junit4]   2> 352120 INFO  (qtp13763551-3212) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.movereplicatest_coll.shard2.replica_n1, tag=32065417
   [junit4]   2> 352120 INFO  (qtp13763551-3212) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.movereplicatest_coll.shard2.leader, tag=32065417
   [junit4]   2> 352120 ERROR (qtp13763551-3212) [    ] o.a.s.c.SolrCore Error 
while closing
   [junit4]   2> java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.close(SolrCore.java:1590)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:980)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:969)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:904)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:378)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 352122 ERROR (qtp13763551-3212) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error 
CREATEing SolrCore 'movereplicatest_coll_shard2_replica_n1': Unable to create 
core [movereplicatest_coll_shard2_replica_n1] Caused by: Direct buffer memory
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:938)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:378)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [movereplicatest_coll_shard2_replica_n1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:985)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:904)
   [junit4]   2>        ... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: 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]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:988)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:969)
   [junit4]   2>        ... 38 more
   [junit4]   2> Caused by: 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]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:311)
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:287)
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:227)
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:478)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:928)
   [junit4]   2>        ... 40 more
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Direct buffer memory
   [junit4]   2>        at java.base/java.nio.Bits.reserveMemory(Bits.java:187)
   [junit4]   2>        at 
java.base/java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
   [junit4]   2>        at 
java.base/java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:310)
   [junit4]   2>        at 
org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:71)
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:309)
   [junit4]   2>        ... 45 more
   [junit4]   2> 
   [junit4]   2> 352122 INFO  (qtp13763551-3212) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=movereplicatest_coll_shard2_replica_n1&action=CREATE&numShards=2&collection=movereplicatest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=400 QTime=1978
   [junit4]   2> 352123 ERROR (OverseerThreadFactory-1175-thread-1) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Error from shard: 
https://127.0.0.1:40873/solr
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:40873/solr: Error CREATEing SolrCore 
'movereplicatest_coll_shard2_replica_n1': Unable to create core 
[movereplicatest_coll_shard2_replica_n1] Caused by: Direct buffer memory
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 352613 INFO  (qtp19211812-3217) [    ] o.a.s.c.SolrCore 
[movereplicatest_coll_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1943cc
   [junit4]   2> 352614 INFO  (qtp19211812-3217) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.movereplicatest_coll.shard2.replica_n2, tag=1655756
   [junit4]   2> 352615 INFO  (qtp19211812-3217) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.movereplicatest_coll.shard2.leader, tag=1655756
   [junit4]   2> 352616 INFO  (qtp19211812-3217) [    ] o.a.s.s.h.HdfsDirectory 
Closing hdfs directory 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node4/data/snapshot_metadata
   [junit4]   2> 352616 INFO  (qtp19211812-3217) [    ] o.a.s.s.h.HdfsDirectory 
Closing hdfs directory 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node4/data
   [junit4]   2> 352617 INFO  (qtp19296952-3209) [    ] o.a.s.c.SolrCore 
[movereplicatest_coll_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@fee7c4
   [junit4]   2> 352619 INFO  (qtp19296952-3209) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.movereplicatest_coll.shard1.replica_n2, tag=16705476
   [junit4]   2> 352619 INFO  (qtp19296952-3209) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.movereplicatest_coll.shard1.leader, tag=16705476
   [junit4]   2> 352620 ERROR (qtp19211812-3217) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error 
CREATEing SolrCore 'movereplicatest_coll_shard2_replica_n2': Unable to create 
core [movereplicatest_coll_shard2_replica_n2] Caused by: Direct buffer memory
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:938)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:378)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [movereplicatest_coll_shard2_replica_n2]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:985)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:904)
   [junit4]   2>        ... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: 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]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:988)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:969)
   [junit4]   2>        ... 38 more
   [junit4]   2> Caused by: 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]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:311)
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:287)
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:227)
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:92)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:741)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:934)
   [junit4]   2>        ... 40 more
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Direct buffer memory
   [junit4]   2>        at java.base/java.nio.Bits.reserveMemory(Bits.java:187)
   [junit4]   2>        at 
java.base/java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
   [junit4]   2>        at 
java.base/java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:310)
   [junit4]   2>        at 
org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:71)
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:309)
   [junit4]   2>        ... 46 more
   [junit4]   2> 
   [junit4]   2> 352620 INFO  (qtp19211812-3217) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=movereplicatest_coll_shard2_replica_n2&action=CREATE&numShards=2&collection=movereplicatest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=400 QTime=2527
   [junit4]   2> 352620 INFO  (qtp3561267-3210) [    ] o.a.s.c.SolrCore 
[movereplicatest_coll_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6b609
   [junit4]   2> 352620 ERROR (OverseerThreadFactory-1175-thread-1) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Error from shard: 
https://127.0.0.1:37341/solr
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:37341/solr: Error CREATEing SolrCore 
'movereplicatest_coll_shard2_replica_n2': Unable to create core 
[movereplicatest_coll_shard2_replica_n2] Caused by: Direct buffer memory
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 352622 INFO  (qtp19296952-3209) [    ] o.a.s.s.h.HdfsDirectory 
Closing hdfs directory 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node2/data/snapshot_metadata
   [junit4]   2> 352624 INFO  (qtp19296952-3209) [    ] o.a.s.s.h.HdfsDirectory 
Closing hdfs directory 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node2/data
   [junit4]   2> 352626 INFO  (qtp3561267-3210) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.movereplicatest_coll.shard1.replica_n1, tag=439817
   [junit4]   2> 352626 INFO  (qtp3561267-3210) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.movereplicatest_coll.shard1.leader, tag=439817
   [junit4]   2> 352628 ERROR (qtp19296952-3209) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error 
CREATEing SolrCore 'movereplicatest_coll_shard1_replica_n2': Unable to create 
core [movereplicatest_coll_shard1_replica_n2] Caused by: Direct buffer memory
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:938)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:378)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [movereplicatest_coll_shard1_replica_n2]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:985)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:904)
   [junit4]   2>        ... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: 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]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:988)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:969)
   [junit4]   2>        ... 38 more
   [junit4]   2> Caused by: 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]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:311)
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:287)
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:227)
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:92)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:741)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:934)
   [junit4]   2>        ... 40 more
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Direct buffer memory
   [junit4]   2>        at java.base/java.nio.Bits.reserveMemory(Bits.java:187)
   [junit4]   2>        at 
java.base/java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
   [junit4]   2>        at 
java.base/java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:310)
   [junit4]   2>        at 
org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:71)
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:309)
   [junit4]   2>        ... 46 more
   [junit4]   2> 
   [junit4]   2> 352629 INFO  (qtp19296952-3209) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=movereplicatest_coll_shard1_replica_n2&action=CREATE&numShards=2&collection=movereplicatest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=400 QTime=2494
   [junit4]   2> 352629 ERROR (OverseerThreadFactory-1175-thread-1) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Error from shard: 
https://127.0.0.1:36805/solr
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:36805/solr: Error CREATEing SolrCore 
'movereplicatest_coll_shard1_replica_n2': Unable to create core 
[movereplicatest_coll_shard1_replica_n2] Caused by: Direct buffer memory
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 352637 INFO  (qtp3561267-3210) [    ] o.a.s.s.h.HdfsDirectory 
Closing hdfs directory 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node1/data/snapshot_metadata
   [junit4]   2> 352637 INFO  (qtp3561267-3210) [    ] o.a.s.s.h.HdfsDirectory 
Closing hdfs directory 
hdfs://localhost.localdomain:41201/data/movereplicatest_coll/core_node1/data
   [junit4]   2> 352638 ERROR (qtp3561267-3210) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error 
CREATEing SolrCore 'movereplicatest_coll_shard1_replica_n1': Unable to create 
core [movereplicatest_coll_shard1_replica_n1] Caused by: Direct buffer memory
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:938)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:378)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [movereplicatest_coll_shard1_replica_n1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:985)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:904)
   [junit4]   2>        ... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: 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]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:988)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:969)
   [junit4]   2>        ... 38 more
   [junit4]   2> Caused by: 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.

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

Executor-4956-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=27063954
   [junit4]   2> 1344371 WARN  (zkCallback-1959-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1344378 INFO  
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[1F333B2ED96D5800]) [ 
   ] o.e.j.s.AbstractConnector Stopped ServerConnector@e90b5d{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1344378 INFO  
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[1F333B2ED96D5800]) [ 
   ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d1a8c{/sqkyr/og,null,UNAVAILABLE}
   [junit4]   2> 1344379 ERROR 
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[1F333B2ED96D5800]) [ 
   ] 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> 1344380 INFO  
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[1F333B2ED96D5800]) [ 
   ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34191 34191
   [junit4]   2> 1344788 INFO  (Thread-2342) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34191 34191
   [junit4]   2> 1344788 WARN  (Thread-2342) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        9       /solr/security.json
   [junit4]   2>        9       /solr/configs/conf1
   [junit4]   2>        8       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2>        7       /solr/overseer/queue
   [junit4]   2>        7       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ChaosMonkeySafeLeaderWithPullReplicasTest -Dtests.method=test 
-Dtests.seed=1F333B2ED96D5800 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=nl -Dtests.timezone=Pacific/Gambier -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  136s J2 | ChaosMonkeySafeLeaderWithPullReplicasTest.test 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Timed out waiting for 
replica core_node5 (1499228299714) to replicate from leader core_node1 
(1499228327052)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1F333B2ED96D5800:976704F4779135F8]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForReplicationFromReplicas(AbstractFullDistribZkTestBase.java:2133)
   [junit4]    >        at 
org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest.test(ChaosMonkeySafeLeaderWithPullReplicasTest.java:209)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_1F333B2ED96D5800-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=nl, timezone=Pacific/Gambier
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9 
(32-bit)/cpus=8,threads=1,free=336422384,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetProperties, 
HdfsBasicDistributedZk2Test, AliasIntegrationTest, HdfsSyncSliceTest, 
TestCloudRecovery, BasicAuthIntegrationTest, TestAuthenticationFramework, 
ShowFileRequestHandlerTest, TestPayloadScoreQParserPlugin, TestConfigsApi, 
TestPseudoReturnFields, TestSolrConfigHandlerConcurrent, TestDocTermOrds, 
GraphQueryTest, TestAnalyzedSuggestions, TimeZoneUtilsTest, TestConfigSetsAPI, 
TestReloadDeadlock, SolrCloudReportersTest, BadIndexSchemaTest, 
TestDownShardTolerantSearch, TestOrdValues, SolrTestCaseJ4Test, 
TestClassNameShortening, OverseerCollectionConfigSetProcessorTest, 
SimplePostToolTest, TestGroupingSearch, TestComplexPhraseLeadingWildcard, 
TestIndexSearcher, TestSurroundQueryParser, TestLFUCache, 
TestSolrCloudWithHadoopAuthPlugin, TestObjectReleaseTracker, 
TestSSLRandomization, CircularListTest, TestExpandComponent, 
TestSolrCloudWithSecureImpersonation, UniqFieldsUpdateProcessorFactoryTest, 
URLClassifyProcessorTest, SearchHandlerTest, TestSerializedLuceneMatchVersion, 
TestCodecSupport, BigEndianAscendingWordDeserializerTest, 
AnalyticsMergeStrategyTest, MoveReplicaHDFSTest, TestTrie, OverseerStatusTest, 
ParsingFieldUpdateProcessorsTest, TestFastWriter, MultiTermTest, 
TestInfoStreamLogging, LeaderElectionTest, TestBlendedInfixSuggestions, 
SuggesterFSTTest, TestNumericTokenStream, MetricsConfigTest, 
TestLegacyFieldReuse, TestLeaderElectionWithEmptyReplica, 
TestDFISimilarityFactory, HdfsUnloadDistributedZkTest, NumericFieldsTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestFieldCacheSort, 
XsltUpdateRequestHandlerTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
DistributedFacetPivotWhiteBoxTest, BaseCdcrDistributedZkTest, 
TestDynamicFieldResource, DistributedExpandComponentTest, CloudMLTQParserTest, 
TestSchemaResource, ReplicaListTransformerTest, TestHashQParserPlugin, 
MinimalSchemaTest, TestSuggestSpellingConverter, 
LeaderFailoverAfterPartitionTest, TestReplicationHandlerBackup, 
CloneFieldUpdateProcessorFactoryTest, SignatureUpdateProcessorFactoryTest, 
WrapperMergePolicyFactoryTest, SolrCLIZkUtilsTest, TestTrieFacet, TestReload, 
TestNumericTerms64, TestSizeLimitedDistributedMap, TestUnifiedSolrHighlighter, 
RecoveryZkTest, TestClusterStateMutator, DistributedQueueTest, BufferStoreTest, 
StatsReloadRaceTest, TestReloadAndDeleteDocs, 
PeerSyncWithIndexFingerprintCachingTest, TestSolrFieldCacheBean, 
LargeFieldTest, DeleteReplicaTest, TestCustomStream, 
ManagedSchemaRoundRobinCloudTest, TermVectorComponentDistributedTest, 
TestSchemalessBufferedUpdates, ExitableDirectoryReaderTest, 
TestManagedResourceStorage, TestManagedSynonymFilterFactory, 
FastVectorHighlighterTest, DocumentBuilderTest, TestJettySolrRunner, 
DirectUpdateHandlerTest, StatsComponentTest, 
ClassificationUpdateProcessorFactoryTest, 
TestTolerantUpdateProcessorRandomCloud, V2StandaloneTest, SortByFunctionTest, 
NotRequiredUniqueKeyTest, PrimitiveFieldTypeTest, TestDFRSimilarityFactory, 
TestSubQueryTransformerCrossCore, SortSpecParsingTest, 
ConjunctionSolrSpellCheckerTest, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, FullSolrCloudDistribCmdsTest, TestZkChroot, 
TestRandomDVFaceting, TestDistributedGrouping, TestRealTimeGet, 
TestStressVersions, TestRangeQuery, TestCoreDiscovery, CoreAdminHandlerTest, 
TestFoldingMultitermQuery, PolyFieldTest, NoCacheHeaderTest, 
SchemaVersionSpecificBehaviorTest, TestAtomicUpdateErrorCases, 
QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, 
TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, TestQueryUtils, 
DocumentAnalysisRequestHandlerTest, TestOmitPositions, 
XmlUpdateRequestHandlerTest, TermVectorComponentTest, 
IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest, 
ReturnFieldsTest, CSVRequestHandlerTest, TestComponentsName, 
TestQuerySenderListener, TestSolrIndexConfig, TestQuerySenderNoQuery, 
CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, 
TestSolrDeletionPolicy2, SampleTest, TestDocSet, TestBinaryField, 
TestSearchPerf, OutputWriterTest, ExternalFileFieldSortTest, 
TestSolrCoreProperties, TestXIncludeConfig, TestLMDirichletSimilarityFactory, 
ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, 
ChaosMonkeyNothingIsSafeTest, CdcrReplicationDistributedZkTest, 
CdcrReplicationHandlerTest, CdcrVersionReplicationTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest]
   [junit4] Completed [401/726 (2!)] on J2 in 136.45s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1159 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J2-20170705_035752_18011366235315191319806.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/heapdumps/java_pid24059.hprof ...
   [junit4] Heap dump file created [344075749 bytes in 0.796 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 7514 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:810: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:762: Some of the tests 
produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? 
Dumps created:
* java_pid24059.hprof

Total time: 72 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to