Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1297/
3 tests failed. FAILED: org.apache.solr.cloud.RollingRestartTest.test Error Message: Unable to restart (#3): CloudJettyRunner [url=http://127.0.0.1:41853/collection1] Stack Trace: java.lang.AssertionError: Unable to restart (#3): CloudJettyRunner [url=http://127.0.0.1:41853/collection1] at __randomizedtesting.SeedInfo.seed([2C408293782D03E8:A414BD49D6D16E10]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:103) at org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java: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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:745) FAILED: org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig Error Message: The max direct memory is likely too low. Either increase it (by adding -XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to your containers startup args) or disable direct allocation using solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you are putting the block cache on the heap, your java heap size might not be large enough. Failed allocating ~134.217728 MB. Stack Trace: java.lang.RuntimeException: The max direct memory is likely too low. Either increase it (by adding -XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to your containers startup args) or disable direct allocation using solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you are putting the block cache on the heap, your java heap size might not be large enough. Failed allocating ~134.217728 MB. at __randomizedtesting.SeedInfo.seed([2C408293782D03E8:DBEF4BB885A4E9C3]:0) at org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:311) at org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:287) at org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:227) at org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig(HdfsDirectoryFactoryTest.java:111) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.OutOfMemoryError: Direct buffer memory at java.nio.Bits.reserveMemory(Bits.java:693) at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123) at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311) at org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:71) at org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:309) ... 42 more FAILED: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv Error Message: java.lang.RuntimeException: Error from server at http://127.0.0.1:40813/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:52500/solr/test_col_shard3_replica1: Server Error request: http://127.0.0.1:52500/solr/test_col_shard3_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A40813%2Fsolr%2Ftest_col_shard2_replica1%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:35019/solr/test_col_shard3_replica2/ update: org.apache.solr.client.solrj.request.UpdateRequest@5dcd3caf Stack Trace: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:40813/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:52500/solr/test_col_shard3_replica1: Server Error request: http://127.0.0.1:52500/solr/test_col_shard3_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A40813%2Fsolr%2Ftest_col_shard2_replica1%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:35019/solr/test_col_shard3_replica2/ update: org.apache.solr.client.solrj.request.UpdateRequest@5dcd3caf at __randomizedtesting.SeedInfo.seed([2C408293782D03E8:1A54E0D5F27039F9]:0) at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.FutureTask.get(FutureTask.java:192) at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:281) at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:40813/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:52500/solr/test_col_shard3_replica1: Server Error request: http://127.0.0.1:52500/solr/test_col_shard3_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A40813%2Fsolr%2Ftest_col_shard2_replica1%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:35019/solr/test_col_shard3_replica2/ update: org.apache.solr.client.solrj.request.UpdateRequest@5dcd3caf at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:409) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ... 1 more Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:40813/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:52500/solr/test_col_shard3_replica1: Server Error request: http://127.0.0.1:52500/solr/test_col_shard3_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A40813%2Fsolr%2Ftest_col_shard2_replica1%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:35019/solr/test_col_shard3_replica2/ update: org.apache.solr.client.solrj.request.UpdateRequest@5dcd3caf at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:641) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:281) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:270) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177) at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:368) at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:397) ... 6 more Build Log: [...truncated 11959 lines...] [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/init-core-data-001 [junit4] 2> 587247 WARN (SUITE-TestStressCloudBlindAtomicUpdates-seed#[2C408293782D03E8]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2 [junit4] 2> 587247 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[2C408293782D03E8]-worker) [ ] o.a.s.SolrTestCaseJ4 Using TrieFields [junit4] 2> 587249 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[2C408293782D03E8]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=SSL overhead seems to cause OutOfMemory when stress testing) [junit4] 2> 587249 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[2C408293782D03E8]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001 [junit4] 2> 587250 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[2C408293782D03E8]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 587250 INFO (Thread-5446) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 587250 INFO (Thread-5446) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 587253 ERROR (Thread-5446) [ ] 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> 587350 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[2C408293782D03E8]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:57258 [junit4] 2> 587358 INFO (jetty-launcher-762-thread-1) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 587358 INFO (jetty-launcher-762-thread-2) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 587361 INFO (jetty-launcher-762-thread-3) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 587362 INFO (jetty-launcher-762-thread-4) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 587367 INFO (jetty-launcher-762-thread-6) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 587368 INFO (jetty-launcher-762-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73360440{/solr,null,AVAILABLE} [junit4] 2> 587369 INFO (jetty-launcher-762-thread-5) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 587369 INFO (jetty-launcher-762-thread-7) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 587370 INFO (jetty-launcher-762-thread-6) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ef45876{/solr,null,AVAILABLE} [junit4] 2> 587371 INFO (jetty-launcher-762-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@61449aed{HTTP/1.1,[http/1.1]}{127.0.0.1:52500} [junit4] 2> 587371 INFO (jetty-launcher-762-thread-3) [ ] o.e.j.s.Server Started @590243ms [junit4] 2> 587371 INFO (jetty-launcher-762-thread-6) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1570cde4{HTTP/1.1,[http/1.1]}{127.0.0.1:35019} [junit4] 2> 587371 INFO (jetty-launcher-762-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52500} [junit4] 2> 587371 INFO (jetty-launcher-762-thread-6) [ ] o.e.j.s.Server Started @590243ms [junit4] 2> 587371 INFO (jetty-launcher-762-thread-6) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35019} [junit4] 2> 587371 ERROR (jetty-launcher-762-thread-3) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 587371 ERROR (jetty-launcher-762-thread-6) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 587371 INFO (jetty-launcher-762-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 587371 INFO (jetty-launcher-762-thread-6) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 587371 INFO (jetty-launcher-762-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 587371 INFO (jetty-launcher-762-thread-6) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 587371 INFO (jetty-launcher-762-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 587371 INFO (jetty-launcher-762-thread-6) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 587371 INFO (jetty-launcher-762-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-11T08:38:15.200Z [junit4] 2> 587371 INFO (jetty-launcher-762-thread-6) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-11T08:38:15.200Z [junit4] 2> 587371 INFO (jetty-launcher-762-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e279aa6{/solr,null,AVAILABLE} [junit4] 2> 587373 INFO (jetty-launcher-762-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b20a1df{/solr,null,AVAILABLE} [junit4] 2> 587373 INFO (jetty-launcher-762-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@2dbb763{HTTP/1.1,[http/1.1]}{127.0.0.1:47856} [junit4] 2> 587373 INFO (jetty-launcher-762-thread-1) [ ] o.e.j.s.Server Started @590246ms [junit4] 2> 587383 INFO (jetty-launcher-762-thread-8) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 587383 INFO (jetty-launcher-762-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47856} [junit4] 2> 587384 ERROR (jetty-launcher-762-thread-1) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 587384 INFO (jetty-launcher-762-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 587384 INFO (jetty-launcher-762-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 587384 INFO (jetty-launcher-762-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 587375 INFO (jetty-launcher-762-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@2f6498dd{HTTP/1.1,[http/1.1]}{127.0.0.1:35260} [junit4] 2> 587384 INFO (jetty-launcher-762-thread-4) [ ] o.e.j.s.Server Started @590257ms [junit4] 2> 587384 INFO (jetty-launcher-762-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35260} [junit4] 2> 587383 INFO (jetty-launcher-762-thread-5) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5da71b03{/solr,null,AVAILABLE} [junit4] 2> 587384 ERROR (jetty-launcher-762-thread-4) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 587384 INFO (jetty-launcher-762-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 587375 INFO (jetty-launcher-762-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4579d9fd{/solr,null,AVAILABLE} [junit4] 2> 587384 INFO (jetty-launcher-762-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 587384 INFO (jetty-launcher-762-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-11T08:38:15.213Z [junit4] 2> 587384 INFO (jetty-launcher-762-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 587384 INFO (jetty-launcher-762-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-11T08:38:15.213Z [junit4] 2> 587385 INFO (jetty-launcher-762-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 587386 INFO (jetty-launcher-762-thread-9) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 587391 INFO (jetty-launcher-762-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7a204eaa{HTTP/1.1,[http/1.1]}{127.0.0.1:40386} [junit4] 2> 587391 INFO (jetty-launcher-762-thread-2) [ ] o.e.j.s.Server Started @590264ms [junit4] 2> 587391 INFO (jetty-launcher-762-thread-5) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1a3d6535{HTTP/1.1,[http/1.1]}{127.0.0.1:35465} [junit4] 2> 587391 INFO (jetty-launcher-762-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40386} [junit4] 2> 587392 INFO (jetty-launcher-762-thread-5) [ ] o.e.j.s.Server Started @590264ms [junit4] 2> 587392 INFO (jetty-launcher-762-thread-5) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35465} [junit4] 2> 587392 ERROR (jetty-launcher-762-thread-2) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 587392 ERROR (jetty-launcher-762-thread-5) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 587392 INFO (jetty-launcher-762-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 587392 INFO (jetty-launcher-762-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 587392 INFO (jetty-launcher-762-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 587392 INFO (jetty-launcher-762-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-11T08:38:15.221Z [junit4] 2> 587394 INFO (jetty-launcher-762-thread-5) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 587394 INFO (jetty-launcher-762-thread-5) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 587394 INFO (jetty-launcher-762-thread-5) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 587394 INFO (jetty-launcher-762-thread-5) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-11T08:38:15.223Z [junit4] 2> 587395 INFO (jetty-launcher-762-thread-7) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10dc7cdf{/solr,null,AVAILABLE} [junit4] 2> 587396 INFO (jetty-launcher-762-thread-7) [ ] o.e.j.s.AbstractConnector Started ServerConnector@106b1b9c{HTTP/1.1,[http/1.1]}{127.0.0.1:40813} [junit4] 2> 587396 INFO (jetty-launcher-762-thread-7) [ ] o.e.j.s.Server Started @590269ms [junit4] 2> 587396 INFO (jetty-launcher-762-thread-7) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40813} [junit4] 2> 587396 ERROR (jetty-launcher-762-thread-7) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 587396 INFO (jetty-launcher-762-thread-7) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 587396 INFO (jetty-launcher-762-thread-7) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 587396 INFO (jetty-launcher-762-thread-7) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 587396 INFO (jetty-launcher-762-thread-7) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-11T08:38:15.225Z [junit4] 2> 587399 INFO (jetty-launcher-762-thread-10) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 587402 INFO (jetty-launcher-762-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 587409 INFO (jetty-launcher-762-thread-6) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 587409 INFO (jetty-launcher-762-thread-9) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@120456ba{/solr,null,AVAILABLE} [junit4] 2> 587409 INFO (jetty-launcher-762-thread-9) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7549d60a{HTTP/1.1,[http/1.1]}{127.0.0.1:55655} [junit4] 2> 587409 INFO (jetty-launcher-762-thread-9) [ ] o.e.j.s.Server Started @590282ms [junit4] 2> 587409 INFO (jetty-launcher-762-thread-9) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55655} [junit4] 2> 587410 ERROR (jetty-launcher-762-thread-9) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 587410 INFO (jetty-launcher-762-thread-9) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 587410 INFO (jetty-launcher-762-thread-9) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 587410 INFO (jetty-launcher-762-thread-9) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 587410 INFO (jetty-launcher-762-thread-9) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-11T08:38:15.239Z [junit4] 2> 587416 INFO (jetty-launcher-762-thread-8) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44b4d9e1{/solr,null,AVAILABLE} [junit4] 2> 587417 INFO (jetty-launcher-762-thread-8) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7ebfd720{HTTP/1.1,[http/1.1]}{127.0.0.1:47860} [junit4] 2> 587417 INFO (jetty-launcher-762-thread-8) [ ] o.e.j.s.Server Started @590289ms [junit4] 2> 587417 INFO (jetty-launcher-762-thread-8) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47860} [junit4] 2> 587417 ERROR (jetty-launcher-762-thread-8) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 587417 INFO (jetty-launcher-762-thread-8) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 587417 INFO (jetty-launcher-762-thread-8) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 587417 INFO (jetty-launcher-762-thread-8) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 587417 INFO (jetty-launcher-762-thread-8) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-11T08:38:15.246Z [junit4] 2> 587420 INFO (jetty-launcher-762-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 587426 INFO (jetty-launcher-762-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 587427 INFO (jetty-launcher-762-thread-7) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 587433 INFO (jetty-launcher-762-thread-5) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 587433 INFO (jetty-launcher-762-thread-10) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cf30135{/solr,null,AVAILABLE} [junit4] 2> 587434 INFO (jetty-launcher-762-thread-10) [ ] o.e.j.s.AbstractConnector Started ServerConnector@f046e63{HTTP/1.1,[http/1.1]}{127.0.0.1:33390} [junit4] 2> 587434 INFO (jetty-launcher-762-thread-10) [ ] o.e.j.s.Server Started @590307ms [junit4] 2> 587434 INFO (jetty-launcher-762-thread-10) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33390} [junit4] 2> 587434 ERROR (jetty-launcher-762-thread-10) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 587434 INFO (jetty-launcher-762-thread-10) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 587434 INFO (jetty-launcher-762-thread-10) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 587434 INFO (jetty-launcher-762-thread-10) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 587434 INFO (jetty-launcher-762-thread-10) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-11T08:38:15.263Z [junit4] 2> 587438 INFO (jetty-launcher-762-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr [junit4] 2> 587443 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x15bf6a895280005, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 587449 INFO (jetty-launcher-762-thread-9) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 587461 INFO (jetty-launcher-762-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr [junit4] 2> 587463 INFO (jetty-launcher-762-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr [junit4] 2> 587463 INFO (jetty-launcher-762-thread-7) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr [junit4] 2> 587465 INFO (jetty-launcher-762-thread-6) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr [junit4] 2> 587468 INFO (jetty-launcher-762-thread-8) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 587487 INFO (jetty-launcher-762-thread-10) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 587493 INFO (jetty-launcher-762-thread-9) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr [junit4] 2> 587494 INFO (jetty-launcher-762-thread-5) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr [junit4] 2> 587497 INFO (jetty-launcher-762-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr [junit4] 2> 587501 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x15bf6a89528000f, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 587503 INFO (jetty-launcher-762-thread-10) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr [junit4] 2> 587507 INFO (jetty-launcher-762-thread-8) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr [junit4] 2> 587534 INFO (jetty-launcher-762-thread-6) [n:127.0.0.1:35019_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 587534 INFO (jetty-launcher-762-thread-1) [n:127.0.0.1:47856_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 587535 INFO (jetty-launcher-762-thread-6) [n:127.0.0.1:35019_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35019_solr [junit4] 2> 587538 INFO (jetty-launcher-762-thread-1) [n:127.0.0.1:47856_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47856_solr [junit4] 2> 587539 INFO (jetty-launcher-762-thread-6) [n:127.0.0.1:35019_solr ] o.a.s.c.Overseer Overseer (id=97943020835962900-127.0.0.1:35019_solr-n_0000000000) starting [junit4] 2> 587543 INFO (zkCallback-791-thread-1-processing-n:127.0.0.1:47856_solr) [n:127.0.0.1:47856_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 587547 INFO (zkCallback-803-thread-1-processing-n:127.0.0.1:40386_solr) [n:127.0.0.1:40386_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 587550 INFO (zkCallback-800-thread-1-processing-n:127.0.0.1:35019_solr) [n:127.0.0.1:35019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 587552 INFO (jetty-launcher-762-thread-7) [n:127.0.0.1:40813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 587552 INFO (zkCallback-802-thread-1-processing-n:127.0.0.1:55655_solr) [n:127.0.0.1:55655_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 587553 INFO (jetty-launcher-762-thread-2) [n:127.0.0.1:40386_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 587555 INFO (jetty-launcher-762-thread-9) [n:127.0.0.1:55655_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 587563 INFO (jetty-launcher-762-thread-2) [n:127.0.0.1:40386_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40386_solr [junit4] 2> 587565 INFO (jetty-launcher-762-thread-5) [n:127.0.0.1:35465_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 587566 INFO (jetty-launcher-762-thread-7) [n:127.0.0.1:40813_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 587568 INFO (jetty-launcher-762-thread-9) [n:127.0.0.1:55655_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55655_solr [junit4] 2> 587569 INFO (zkCallback-800-thread-1-processing-n:127.0.0.1:35019_solr) [n:127.0.0.1:35019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 587570 INFO (zkCallback-808-thread-1-processing-n:127.0.0.1:40813_solr) [n:127.0.0.1:40813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 587570 INFO (zkCallback-803-thread-1-processing-n:127.0.0.1:40386_solr) [n:127.0.0.1:40386_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 587570 INFO (zkCallback-802-thread-1-processing-n:127.0.0.1:55655_solr) [n:127.0.0.1:55655_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 587574 INFO (zkCallback-791-thread-1-processing-n:127.0.0.1:47856_solr) [n:127.0.0.1:47856_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 587575 INFO (jetty-launcher-762-thread-4) [n:127.0.0.1:35260_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 587579 INFO (jetty-launcher-762-thread-8) [n:127.0.0.1:47860_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 587580 INFO (jetty-launcher-762-thread-3) [n:127.0.0.1:52500_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 587594 INFO (zkCallback-800-thread-1-processing-n:127.0.0.1:35019_solr) [n:127.0.0.1:35019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 587594 INFO (zkCallback-808-thread-1-processing-n:127.0.0.1:40813_solr) [n:127.0.0.1:40813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 587607 INFO (zkCallback-791-thread-1-processing-n:127.0.0.1:47856_solr) [n:127.0.0.1:47856_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 587606 INFO (zkCallback-802-thread-1-processing-n:127.0.0.1:55655_solr) [n:127.0.0.1:55655_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 587606 INFO (zkCallback-803-thread-1-processing-n:127.0.0.1:40386_solr) [n:127.0.0.1:40386_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 587610 INFO (jetty-launcher-762-thread-7) [n:127.0.0.1:40813_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40813_solr [junit4] 2> 587610 INFO (zkCallback-807-thread-2-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3) [junit4] 2> 587615 INFO (jetty-launcher-762-thread-5) [n:127.0.0.1:35465_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 587615 INFO (zkCallback-814-thread-1-processing-n:127.0.0.1:35260_solr) [n:127.0.0.1:35260_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 587616 INFO (zkCallback-807-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 587616 INFO (zkCallback-800-thread-1-processing-n:127.0.0.1:35019_solr) [n:127.0.0.1:35019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 587616 INFO (zkCallback-791-thread-1-processing-n:127.0.0.1:47856_solr) [n:127.0.0.1:47856_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 587616 INFO (zkCallback-803-thread-1-processing-n:127.0.0.1:40386_solr) [n:127.0.0.1:40386_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 587616 INFO (zkCallback-808-thread-1-processing-n:127.0.0.1:40813_solr) [n:127.0.0.1:40813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 587616 INFO (zkCallback-802-thread-1-processing-n:127.0.0.1:55655_solr) [n:127.0.0.1:55655_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 587627 INFO (jetty-launcher-762-thread-10) [n:127.0.0.1:33390_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 587628 INFO (zkCallback-816-thread-1-processing-n:127.0.0.1:47860_solr) [n:127.0.0.1:47860_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 587629 INFO (jetty-launcher-762-thread-4) [n:127.0.0.1:35260_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 587631 INFO (jetty-launcher-762-thread-8) [n:127.0.0.1:47860_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 587632 INFO (jetty-launcher-762-thread-5) [n:127.0.0.1:35465_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35465_solr [junit4] 2> 587636 INFO (jetty-launcher-762-thread-4) [n:127.0.0.1:35260_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35260_solr [junit4] 2> 587637 INFO (zkCallback-807-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 587637 INFO (zkCallback-800-thread-1-processing-n:127.0.0.1:35019_solr) [n:127.0.0.1:35019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 587637 INFO (zkCallback-808-thread-1-processing-n:127.0.0.1:40813_solr) [n:127.0.0.1:40813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 587637 INFO (zkCallback-802-thread-1-processing-n:127.0.0.1:55655_solr) [n:127.0.0.1:55655_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 587637 INFO (zkCallback-803-thread-1-processing-n:127.0.0.1:40386_solr) [n:127.0.0.1:40386_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 587639 INFO (zkCallback-791-thread-1-processing-n:127.0.0.1:47856_solr) [n:127.0.0.1:47856_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 587640 INFO (jetty-launcher-762-thread-10) [n:127.0.0.1:33390_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 587642 INFO (zkCallback-807-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 587646 INFO (zkCallback-803-thread-1-processing-n:127.0.0.1:40386_solr) [n:127.0.0.1:40386_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 587646 INFO (zkCallback-808-thread-1-processing-n:127.0.0.1:40813_solr) [n:127.0.0.1:40813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 587646 INFO (zkCallback-802-thread-1-processing-n:127.0.0.1:55655_solr) [n:127.0.0.1:55655_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 587646 INFO (zkCallback-800-thread-1-processing-n:127.0.0.1:35019_solr) [n:127.0.0.1:35019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 587654 INFO (zkCallback-791-thread-1-processing-n:127.0.0.1:47856_solr) [n:127.0.0.1:47856_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 587654 INFO (jetty-launcher-762-thread-8) [n:127.0.0.1:47860_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47860_solr [junit4] 2> 587655 INFO (zkCallback-816-thread-2-processing-n:127.0.0.1:47860_solr) [n:127.0.0.1:47860_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (6) [junit4] 2> 587658 INFO (jetty-launcher-762-thread-6) [n:127.0.0.1:35019_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35019_solr [junit4] 2> 587659 INFO (jetty-launcher-762-thread-3) [n:127.0.0.1:52500_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 587659 INFO (jetty-launcher-762-thread-10) [n:127.0.0.1:33390_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33390_solr [junit4] 2> 587662 INFO (zkCallback-807-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7) [junit4] 2> 587662 INFO (zkCallback-800-thread-1-processing-n:127.0.0.1:35019_solr) [n:127.0.0.1:35019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7) [junit4] 2> 587662 INFO (zkCallback-802-thread-1-processing-n:127.0.0.1:55655_solr) [n:127.0.0.1:55655_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7) [junit4] 2> 587662 INFO (zkCallback-803-thread-1-processing-n:127.0.0.1:40386_solr) [n:127.0.0.1:40386_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7) [junit4] 2> 587662 INFO (zkCallback-808-thread-1-processing-n:127.0.0.1:40813_solr) [n:127.0.0.1:40813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7) [junit4] 2> 587662 INFO (zkCallback-791-thread-1-processing-n:127.0.0.1:47856_solr) [n:127.0.0.1:47856_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7) [junit4] 2> 587666 INFO (zkCallback-807-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8) [junit4] 2> 587666 INFO (zkCallback-803-thread-1-processing-n:127.0.0.1:40386_solr) [n:127.0.0.1:40386_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8) [junit4] 2> 587666 INFO (zkCallback-808-thread-1-processing-n:127.0.0.1:40813_solr) [n:127.0.0.1:40813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8) [junit4] 2> 587666 INFO (zkCallback-800-thread-1-processing-n:127.0.0.1:35019_solr) [n:127.0.0.1:35019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8) [junit4] 2> 587666 INFO (zkCallback-814-thread-2-processing-n:127.0.0.1:35260_solr) [n:127.0.0.1:35260_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (8) [junit4] 2> 587668 INFO (zkCallback-802-thread-1-processing-n:127.0.0.1:55655_solr) [n:127.0.0.1:55655_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9) [junit4] 2> 587668 INFO (zkCallback-791-thread-1-processing-n:127.0.0.1:47856_solr) [n:127.0.0.1:47856_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9) [junit4] 2> 587668 INFO (jetty-launcher-762-thread-3) [n:127.0.0.1:52500_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52500_solr [junit4] 2> 587668 INFO (zkCallback-800-thread-1-processing-n:127.0.0.1:35019_solr) [n:127.0.0.1:35019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9) [junit4] 2> 587668 INFO (zkCallback-807-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9) [junit4] 2> 587668 INFO (zkCallback-808-thread-1-processing-n:127.0.0.1:40813_solr) [n:127.0.0.1:40813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9) [junit4] 2> 587669 INFO (zkCallback-816-thread-2-processing-n:127.0.0.1:47860_solr) [n:127.0.0.1:47860_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (9) [junit4] 2> 587671 INFO (zkCallback-807-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10) [junit4] 2> 587671 INFO (zkCallback-816-thread-2-processing-n:127.0.0.1:47860_solr) [n:127.0.0.1:47860_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10) [junit4] 2> 587671 INFO (zkCallback-803-thread-1-processing-n:127.0.0.1:40386_solr) [n:127.0.0.1:40386_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (10) [junit4] 2> 587686 INFO (zkCallback-802-thread-1-processing-n:127.0.0.1:55655_solr) [n:127.0.0.1:55655_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10) [junit4] 2> 587686 INFO (zkCallback-791-thread-1-processing-n:127.0.0.1:47856_solr) [n:127.0.0.1:47856_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10) [junit4] 2> 587686 INFO (zkCallback-808-thread-1-processing-n:127.0.0.1:40813_solr) [n:127.0.0.1:40813_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10) [junit4] 2> 587695 INFO (zkCallback-818-thread-1-processing-n:127.0.0.1:33390_solr) [n:127.0.0.1:33390_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (10) [junit4] 2> 587695 INFO (zkCallback-811-thread-1-processing-n:127.0.0.1:52500_solr) [n:127.0.0.1:52500_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (6) [junit4] 2> 587698 INFO (jetty-launcher-762-thread-1) [n:127.0.0.1:47856_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47856.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587702 INFO (jetty-launcher-762-thread-1) [n:127.0.0.1:47856_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47856.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587703 INFO (jetty-launcher-762-thread-1) [n:127.0.0.1:47856_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47856.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587704 INFO (jetty-launcher-762-thread-1) [n:127.0.0.1:47856_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node1/. [junit4] 2> 587738 INFO (jetty-launcher-762-thread-2) [n:127.0.0.1:40386_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40386.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587743 INFO (jetty-launcher-762-thread-2) [n:127.0.0.1:40386_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40386.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587743 INFO (jetty-launcher-762-thread-2) [n:127.0.0.1:40386_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40386.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587744 INFO (jetty-launcher-762-thread-2) [n:127.0.0.1:40386_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node2/. [junit4] 2> 587758 INFO (zkCallback-811-thread-2-processing-n:127.0.0.1:52500_solr) [n:127.0.0.1:52500_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (10) [junit4] 2> 587758 INFO (zkCallback-814-thread-2-processing-n:127.0.0.1:35260_solr) [n:127.0.0.1:35260_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (10) [junit4] 2> 587760 INFO (zkCallback-800-thread-1-processing-n:127.0.0.1:35019_solr) [n:127.0.0.1:35019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10) [junit4] 2> 587830 INFO (jetty-launcher-762-thread-8) [n:127.0.0.1:47860_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47860.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587857 INFO (jetty-launcher-762-thread-5) [n:127.0.0.1:35465_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35465.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587861 INFO (jetty-launcher-762-thread-8) [n:127.0.0.1:47860_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47860.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587861 INFO (jetty-launcher-762-thread-8) [n:127.0.0.1:47860_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47860.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587867 INFO (jetty-launcher-762-thread-8) [n:127.0.0.1:47860_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node8/. [junit4] 2> 587885 INFO (jetty-launcher-762-thread-4) [n:127.0.0.1:35260_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35260.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587894 INFO (jetty-launcher-762-thread-5) [n:127.0.0.1:35465_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35465.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587894 INFO (jetty-launcher-762-thread-5) [n:127.0.0.1:35465_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35465.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587898 INFO (jetty-launcher-762-thread-5) [n:127.0.0.1:35465_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node5/. [junit4] 2> 587916 INFO (jetty-launcher-762-thread-4) [n:127.0.0.1:35260_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35260.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587916 INFO (jetty-launcher-762-thread-4) [n:127.0.0.1:35260_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35260.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587917 INFO (jetty-launcher-762-thread-9) [n:127.0.0.1:55655_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55655.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587917 INFO (jetty-launcher-762-thread-4) [n:127.0.0.1:35260_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node4/. [junit4] 2> 587928 INFO (jetty-launcher-762-thread-9) [n:127.0.0.1:55655_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55655.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587928 INFO (jetty-launcher-762-thread-9) [n:127.0.0.1:55655_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55655.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587929 INFO (jetty-launcher-762-thread-9) [n:127.0.0.1:55655_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node9/. [junit4] 2> 587931 INFO (jetty-launcher-762-thread-7) [n:127.0.0.1:40813_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40813.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587931 INFO (jetty-launcher-762-thread-6) [n:127.0.0.1:35019_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35019.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587935 INFO (jetty-launcher-762-thread-3) [n:127.0.0.1:52500_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52500.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587936 INFO (jetty-launcher-762-thread-7) [n:127.0.0.1:40813_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40813.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587936 INFO (jetty-launcher-762-thread-7) [n:127.0.0.1:40813_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40813.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587937 INFO (jetty-launcher-762-thread-7) [n:127.0.0.1:40813_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node7/. [junit4] 2> 587937 INFO (jetty-launcher-762-thread-6) [n:127.0.0.1:35019_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35019.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587940 INFO (jetty-launcher-762-thread-3) [n:127.0.0.1:52500_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52500.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587941 INFO (jetty-launcher-762-thread-3) [n:127.0.0.1:52500_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52500.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587941 INFO (jetty-launcher-762-thread-10) [n:127.0.0.1:33390_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33390.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587941 INFO (jetty-launcher-762-thread-6) [n:127.0.0.1:35019_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35019.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587942 INFO (jetty-launcher-762-thread-3) [n:127.0.0.1:52500_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node3/. [junit4] 2> 587942 INFO (jetty-launcher-762-thread-6) [n:127.0.0.1:35019_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node6/. [junit4] 2> 587946 INFO (jetty-launcher-762-thread-10) [n:127.0.0.1:33390_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33390.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587947 INFO (jetty-launcher-762-thread-10) [n:127.0.0.1:33390_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33390.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 587948 INFO (jetty-launcher-762-thread-10) [n:127.0.0.1:33390_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node10/. [junit4] 2> 588576 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[2C408293782D03E8]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10) [junit4] 2> 588577 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[2C408293782D03E8]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57258/solr ready [junit4] 2> 589042 INFO (qtp1969498763-8951) [n:127.0.0.1:47856_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&action=CREATE&numShards=5&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 589045 INFO (OverseerThreadFactory-2008-thread-1-processing-n:127.0.0.1:35019_solr) [n:127.0.0.1:35019_solr ] o.a.s.c.CreateCollectionCmd Create collection test_col [junit4] 2> 589166 INFO (qtp1969498763-8942) [n:127.0.0.1:47856_solr ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard1&wt=javabin&version=2 [junit4] 2> 589166 INFO (qtp351094396-8985) [n:127.0.0.1:35260_solr ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard1&wt=javabin&version=2 [junit4] 2> 589167 INFO (qtp1969498763-8942) [n:127.0.0.1:47856_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 589167 INFO (qtp351094396-8985) [n:127.0.0.1:35260_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 589174 INFO (qtp1500356904-8963) [n:127.0.0.1:40386_solr ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard4_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard4&wt=javabin&version=2 [junit4] 2> 589174 INFO (qtp1500356904-8963) [n:127.0.0.1:40386_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 589175 INFO (qtp1613625346-8969) [n:127.0.0.1:35019_solr ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard3_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard3&wt=javabin&version=2 [junit4] 2> 589175 INFO (qtp1613625346-8969) [n:127.0.0.1:35019_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 589176 INFO (qtp1745181850-9002) [n:127.0.0.1:40813_solr ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard2&wt=javabin&version=2 [junit4] 2> 589176 INFO (qtp1745181850-9002) [n:127.0.0.1:40813_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 589177 INFO (qtp1095611779-9030) [n:127.0.0.1:47860_solr ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard5_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard5&wt=javabin&version=2 [junit4] 2> 589177 INFO (qtp1095611779-9030) [n:127.0.0.1:47860_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 589178 INFO (qtp109602435-9034) [n:127.0.0.1:55655_solr ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard5_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard5&wt=javabin&version=2 [junit4] 2> 589178 INFO (qtp2005573935-8950) [n:127.0.0.1:52500_solr ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard3_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard3&wt=javabin&version=2 [junit4] 2> 589180 INFO (qtp109602435-9034) [n:127.0.0.1:55655_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 589180 INFO (qtp2005573935-8950) [n:127.0.0.1:52500_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 589182 INFO (qtp1118240897-9051) [n:127.0.0.1:33390_solr ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard2&wt=javabin&version=2 [junit4] 2> 589182 INFO (qtp938004591-8993) [n:127.0.0.1:35465_solr ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard4_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard4&wt=javabin&version=2 [junit4] 2> 589182 INFO (qtp1118240897-9051) [n:127.0.0.1:33390_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 589182 INFO (qtp938004591-8993) [n:127.0.0.1:35465_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 589300 INFO (zkCallback-814-thread-2-processing-n:127.0.0.1:35260_solr) [n:127.0.0.1:35260_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [10]) [junit4] 2> 589300 INFO (zkCallback-800-thread-1-processing-n:127.0.0.1:35019_solr) [n:127.0.0.1:35019_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [10]) [junit4] 2> 589300 INFO (zkCallback-791-thread-1-processing-n:127.0.0.1:47856_solr) [n:127.0.0.1:47856_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [10]) [junit4] 2> 589300 INFO (zkCallback-816-thread-2-processing-n:127.0.0.1:47860_solr) [n:127.0.0.1:47860_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [10]) [junit4] 2> 589300 INFO (zkCallback-808-thread-1-processing-n:127.0.0.1:40813_solr) [n:127.0.0.1:40813_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [10]) [junit4] 2> 589300 INFO (zkCallback-811-thread-2-processing-n:127.0.0.1:52500_solr) [n:127.0.0.1:52500_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [10]) [junit4] 2> 589300 INFO (zkCallback-802-thread-1-processing-n:127.0.0.1:55655_solr) [n:127.0.0.1:55655_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [10]) [junit4] 2> 589300 INFO (zkCallback-818-thread-1-processing-n:127.0.0.1:33390_solr) [n:127.0.0.1:33390_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [10]) [junit4] 2> 589300 INFO (zkCallback-807-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [10]) [junit4] 2> 589300 INFO (zkCallback-803-thread-1-processing-n:127.0.0.1:40386_solr) [n:127.0.0.1:40386_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [10]) [junit4] 2> 590191 WARN (qtp1500356904-8963) [n:127.0.0.1:40386_solr c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 590192 INFO (qtp1500356904-8963) [n:127.0.0.1:40386_solr c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 590195 WARN (qtp1969498763-8942) [n:127.0.0.1:47856_solr c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 590195 WARN (qtp351094396-8985) [n:127.0.0.1:35260_solr c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 590196 INFO (qtp1969498763-8942) [n:127.0.0.1:47856_solr c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 590196 INFO (qtp351094396-8985) [n:127.0.0.1:35260_solr c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 590197 WARN (qtp109602435-9034) [n:127.0.0.1:55655_solr c:test_col s:shard5 x:test_col_shard5_replica2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 590198 INFO (qtp109602435-9034) [n:127.0.0.1:55655_solr c:test_col s:shard5 x:test_col_shard5_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 590201 WARN (qtp1613625346-8969) [n:127.0.0.1:35019_solr c:test_col s:shard3 x:test_col_shard3_replica2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 590202 INFO (qtp1613625346-8969) [n:127.0.0.1:35019_solr c:test_col s:shard3 x:test_col_shard3_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 590211 INFO (qtp1500356904-8963) [n:127.0.0.1:40386_solr c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.s.IndexSchema [test_col_shard4_replica2] Schema name=minimal-atomic-stress [junit4] 2> 590229 WARN (qtp2005573935-8950) [n:127.0.0.1:52500_solr c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 590230 INFO (qtp2005573935-8950) [n:127.0.0.1:52500_solr c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 590237 INFO (qtp351094396-8985) [n:127.0.0.1:35260_solr c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.s.IndexSchema [test_col_shard1_replica1] Schema name=minimal-atomic-stress [junit4] 2> 590239 INFO (qtp351094396-8985) [n:127.0.0.1:35260_solr c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id [junit4] 2> 590239 INFO (qtp351094396-8985) [n:127.0.0.1:35260_solr c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica1' using configuration from collection test_col, trusted=true [junit4] 2> 590243 INFO (qtp1969498763-8942) [n:127.0.0.1:47856_solr c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.s.IndexSchema [test_col_shard1_replica2] Schema name=minimal-atomic-stress [junit4] 2> 590243 INFO (qtp2005573935-8950) [n:127.0.0.1:52500_solr c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.s.IndexSchema [test_col_shard3_replica1] Schema name=minimal-atomic-stress [junit4] 2> 590245 INFO (qtp1969498763-8942) [n:127.0.0.1:47856_solr c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id [junit4] 2> 590245 INFO (qtp1969498763-8942) [n:127.0.0.1:47856_solr c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica2' using configuration from collection test_col, trusted=true [junit4] 2> 590246 INFO (qtp2005573935-8950) [n:127.0.0.1:52500_solr c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id [junit4] 2> 590246 INFO (qtp2005573935-8950) [n:127.0.0.1:52500_solr c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard3_replica1' using configuration from collection test_col, trusted=true [junit4] 2> 590246 INFO (qtp1969498763-8942) [n:127.0.0.1:47856_solr c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47856.solr.core.test_col.shard1.replica2' (registry 'solr.core.test_col.shard1.replica2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 590246 INFO (qtp2005573935-8950) [n:127.0.0.1:52500_solr c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52500.solr.core.test_col.shard3.replica1' (registry 'solr.core.test_col.shard3.replica1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 590246 INFO (qtp1969498763-8942) [n:127.0.0.1:47856_solr c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 590246 INFO (qtp2005573935-8950) [n:127.0.0.1:52500_solr c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 590246 INFO (qtp1969498763-8942) [n:127.0.0.1:47856_solr c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.c.SolrCore [[test_col_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node1/test_col_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node1/./test_col_shard1_replica2/data/] [junit4] 2> 590246 INFO (qtp2005573935-8950) [n:127.0.0.1:52500_solr c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.c.SolrCore [[test_col_shard3_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node3/test_col_shard3_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node3/./test_col_shard3_replica1/data/] [junit4] 2> 590248 INFO (qtp351094396-8985) [n:127.0.0.1:35260_solr c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35260.solr.core.test_col.shard1.replica1' (registry 'solr.core.test_col.shard1.replica1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 590248 INFO (qtp351094396-8985) [n:127.0.0.1:35260_solr c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 590248 INFO (qtp351094396-8985) [n:127.0.0.1:35260_solr c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.c.SolrCore [[test_col_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node4/test_col_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node4/./test_col_shard1_replica1/data/] [junit4] 2> 590250 INFO (qtp1500356904-8963) [n:127.0.0.1:40386_solr c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id [junit4] 2> 590250 INFO (qtp1500356904-8963) [n:127.0.0.1:40386_solr c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard4_replica2' using configuration from collection test_col, trusted=true [junit4] 2> 590250 INFO (qtp1500356904-8963) [n:127.0.0.1:40386_solr c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40386.solr.core.test_col.shard4.replica2' (registry 'solr.core.test_col.shard4.replica2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b80374 [junit4] 2> 590250 INFO (qtp1500356904-8963) [n:127.0.0.1:40386_solr c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 590251 INFO (qtp1500356904-8963) [n:127.0.0.1:40386_solr c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.c.SolrCore [[test_col_shard4_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node2/test_col_shard4_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_2C408293782D03E8-001/tempDir-001/node2/./test_col_shard4_replica2/data/] [junit4] 2> 590253 INFO (qtp1500356904-8963) [n:127.0.0.1:40386_solr c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@726fc8ec [junit4] 2> 590255 INFO (qtp2005573935-8950) [n:127.0.0.1:52500_solr c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@6870162e [junit4] 2> 590255 WARN (qtp1118240897-9051) [n:127.0.0.1:33390_solr c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 590256 INFO (qtp1118240897-9051) [n:127.0.0.1:33390_solr c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 590257 WARN (qtp1095611779-9030) [n:127.0.0.1:47860_solr c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 590259 WARN (qtp1500356904-8963) [n:127.0.0.1:40386_solr c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 590261 INFO (qtp351094396-8985) [n:127.0.0.1:35260_solr c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@27d5eb8c [junit4] 2> 590265 WARN (qtp938004591-8993) [n:127.0.0.1:35465_solr c:test_col s:shard4 x:test_col_shard4_replica1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 590266 INFO (qtp938004591-8993) [n:127.0.0.1:35465_solr c:test_col s:shard4 x:test_col_shard4_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 590272 INFO (qtp1095611779-9030) [n:127.0.0.1:47860_solr c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 590272 INFO (qtp1969498763-8942) [n:127.0.0.1:47856_solr c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7b6d549 [junit4] 2> 590276 INFO (qtp1118240897-9051) [n:127.0.0.1:33390_solr c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.s.IndexSchema [test_col_shard2_replica2] Schema name=minimal-atomic-stress [junit4] 2> 590268 WARN (qtp1745181850-9002) [n:127.0.0.1:40813_solr c:test_col s:shard2 x:test_col_shard2_replica1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 590278 INFO (qtp1118240897-9051) [n:127.0.0.1:33390_solr c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id [junit4] 2> 590278 INFO (qtp1745181850-9002) [n:127.0.0.1:40813_solr c:test_col s:shard2 x:test_col_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 590279 INFO (qtp1118240897-9051) [n:127.0.0.1:33390_solr c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica2' using configuration from collection test_col, trusted=true [junit4] 2> 590279 INFO (qtp1118240897-9051) [n:127.0.0.1:33390_ [...truncated too long message...] SourceAdapter.stopMBeans(MetricsSourceAdapter.java:226) [junit4] 2> at org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211) [junit4] 2> at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463) [junit4] 2> at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213) [junit4] 2> at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594) [junit4] 2> at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72) [junit4] 2> at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68) [junit4] 2> at org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171) [junit4] 2> at org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872) [junit4] 2> at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726) [junit4] 2> at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705) [junit4] 2> at org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:204) [junit4] 2> at org.apache.solr.core.HdfsDirectoryFactoryTest.teardownClass(HdfsDirectoryFactoryTest.java:64) [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] 2> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [junit4] 2> at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [junit4] 2> at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> Caused by: java.lang.NullPointerException [junit4] 2> at org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203) [junit4] 2> at org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370) [junit4] 2> at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729) [junit4] 2> ... 54 more [junit4] 2> 3613092 INFO (SUITE-HdfsDirectoryFactoryTest-seed#[2C408293782D03E8]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.core.HdfsDirectoryFactoryTest_2C408293782D03E8-001 [junit4] 2> May 11, 2017 9:28:38 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 34 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=534, maxMBSortInHeap=7.552364998350498, sim=RandomSimilarity(queryNorm=false): {}, locale=tr-TR, timezone=America/Glace_Bay [junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=2,free=334569680,total=522715136 [junit4] 2> NOTE: All tests run in this JVM: [SecurityConfHandlerTest, QueryEqualityTest, UniqFieldsUpdateProcessorFactoryTest, TestShortCircuitedRequests, TestCollectionAPI, TestReplicationHandlerBackup, ResponseHeaderTest, HdfsNNFailoverTest, TestSQLHandler, ClassificationUpdateProcessorTest, RequiredFieldsTest, FastVectorHighlighterTest, TestRangeQuery, TestLMJelinekMercerSimilarityFactory, CollectionReloadTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, AnalysisAfterCoreReloadTest, BaseCdcrDistributedZkTest, TestRestManager, TestPathTrie, SignatureUpdateProcessorFactoryTest, JSONWriterTest, PeerSyncTest, TestSolrCloudSnapshots, OverseerRolesTest, TestRebalanceLeaders, TestHdfsCloudBackupRestore, TestIntervalFaceting, CdcrReplicationHandlerTest, TestHighlightDedupGrouping, TestSubQueryTransformerDistrib, RAMDirectoryFactoryTest, RulesTest, TestCrossCoreJoin, BasicDistributedZkTest, TestDFRSimilarityFactory, HighlighterMaxOffsetTest, OverriddenZkACLAndCredentialsProvidersTest, RegexBoostProcessorTest, NumericFieldsTest, TestMiniSolrCloudCluster, TestRandomCollapseQParserPlugin, DistributedFacetExistsSmallTest, LeaderElectionIntegrationTest, TestJettySolrRunner, TestGraphTermsQParserPlugin, TestAnalyzeInfixSuggestions, XsltUpdateRequestHandlerTest, TestLegacyNumericRangeQueryBuilder, TestRequestStatusCollectionAPI, TestValueSourceCache, ResponseLogComponentTest, CustomCollectionTest, TolerantUpdateProcessorTest, PolyFieldTest, DocValuesNotIndexedTest, TestRemoteStreaming, BlockDirectoryTest, TestRandomDVFaceting, QueryElevationComponentTest, CacheHeaderTest, DirectoryFactoryTest, LeaderElectionContextKeyTest, TestNumericTerms32, JsonValidatorTest, ZkNodePropsTest, UninvertDocValuesMergePolicyTest, DefaultValueUpdateProcessorTest, TestPerFieldSimilarityWithDefaultOverride, TestManagedStopFilterFactory, TestFunctionQuery, AliasIntegrationTest, HdfsTlogReplayBufferedWhileIndexingTest, SearchHandlerTest, CurrencyFieldOpenExchangeTest, CursorPagingTest, TestCopyFieldCollectionResource, TestLazyCores, VersionInfoTest, TestDistributedSearch, HLLUtilTest, TestStressInPlaceUpdates, TestJoin, AtomicUpdatesTest, TestInPlaceUpdatesDistrib, FileBasedSpellCheckerTest, TestConfigSetImmutable, LeaderInitiatedRecoveryOnCommitTest, DeleteStatusTest, ShardSplitTest, SolrShardReporterTest, MissingSegmentRecoveryTest, TestCollapseQParserPlugin, TestJmxIntegration, SolrJmxReporterTest, DateMathParserTest, PKIAuthenticationIntegrationTest, TestDocumentBuilder, NotRequiredUniqueKeyTest, TestSimpleQParserPlugin, TestFieldTypeResource, PeerSyncReplicationTest, TestPivotHelperCode, TestSuggestSpellingConverter, TestFieldCollectionResource, TestStressUserVersions, TestPseudoReturnFields, TestLeaderInitiatedRecoveryThread, MultiTermTest, TestFoldingMultitermQuery, BJQParserTest, PathHierarchyTokenizerFactoryTest, TestRealTimeGet, TestReload, StatsComponentTest, BasicFunctionalityTest, TestBadConfig, SoftAutoCommitTest, TestUpdate, TestAtomicUpdateErrorCases, SolrInfoBeanTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, TestQueryTypes, TestOmitPositions, RequestHandlersTest, TestSolrQueryParser, TestCollationField, ReturnFieldsTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, TestSolrDeletionPolicy2, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, MinimalSchemaTest, TestConfig, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PreAnalyzedFieldTest, DateFieldTest, TestSolrJ, TestUtils, UUIDFieldTest, CircularListTest, TestRTGBase, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, AsyncCallRequestStatusResponseTest, CollectionStateFormat2Test, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, DistribJoinFromCollectionTest, LeaderFailoverAfterPartitionTest, NodeMutatorTest, RecoveryAfterSoftCommitTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestReplicaProperties, TestSegmentSorting, TestStressLiveNodes, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, ConfigureRecoveryStrategyTest, HdfsDirectoryFactoryTest] [junit4] Completed [544/710 (3!)] on J0 in 13.36s, 3 tests, 1 error <<< FAILURES! [...truncated 43887 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
