Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/862/
4 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: Doc with id=2 not found in http://127.0.0.1:47880/ww_z/c8n_1x2_leader_session_loss due to: Path not found: /id; rsp={doc=null} Stack Trace: java.lang.AssertionError: Doc with id=2 not found in http://127.0.0.1:47880/ww_z/c8n_1x2_leader_session_loss due to: Path not found: /id; rsp={doc=null} at __randomizedtesting.SeedInfo.seed([51307655FACE2661:D964498F54324B99]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:620) at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:575) at org.apache.solr.cloud.HttpPartitionTest.testLeaderZkSessionLoss(HttpPartitionTest.java:523) at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:136) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967) 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.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest Error Message: expected:<2> but was:<4> Stack Trace: java.lang.AssertionError: expected:<2> but was:<4> at __randomizedtesting.SeedInfo.seed([51307655FACE2661:25C09710BEEA61EE]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:472) at org.junit.Assert.assertEquals(Assert.java:456) at org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:130) 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) FAILED: org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test Error Message: Shard shard1 replicas do not have same number of documents expected:<10> but was:<0> Stack Trace: java.lang.AssertionError: Shard shard1 replicas do not have same number of documents expected:<10> but was:<0> at __randomizedtesting.SeedInfo.seed([51307655FACE2661:D964498F54324B99]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:472) at org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.assertConsistentReplicas(TestLeaderElectionWithEmptyReplica.java:119) at org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:101) 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) FAILED: org.apache.solr.util.TestSolrCLIRunExample.testTechproductsExample Error Message: expected 32 docs in the techproducts example but found 0, output: Creating Solr home directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_51307655FACE2661-001/tempDir-004/techproducts/solr Starting up Solr on port 43383 using command: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/bin/solr start -p 43383 -s "temp/solr.util.TestSolrCLIRunExample_51307655FACE2661-001/tempDir-004/techproducts/solr" Copying configuration to new core instance directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_51307655FACE2661-001/tempDir-004/techproducts/solr/techproducts Creating new core 'techproducts' using command: http://localhost:43383/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts { "responseHeader":{ "status":0, "QTime":454}, "core":"techproducts"} Indexing tech product example docs from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/example/exampledocs Solr techproducts example launched successfully. Direct your Web browser to http://localhost:43383/solr to visit the Solr Admin UI Stack Trace: java.lang.AssertionError: expected 32 docs in the techproducts example but found 0, output: Creating Solr home directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_51307655FACE2661-001/tempDir-004/techproducts/solr Starting up Solr on port 43383 using command: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/bin/solr start -p 43383 -s "temp/solr.util.TestSolrCLIRunExample_51307655FACE2661-001/tempDir-004/techproducts/solr" Copying configuration to new core instance directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_51307655FACE2661-001/tempDir-004/techproducts/solr/techproducts Creating new core 'techproducts' using command: http://localhost:43383/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts { "responseHeader":{ "status":0, "QTime":454}, "core":"techproducts"} Indexing tech product example docs from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/example/exampledocs Solr techproducts example launched successfully. Direct your Web browser to http://localhost:43383/solr to visit the Solr Admin UI at __randomizedtesting.SeedInfo.seed([51307655FACE2661:DBE7A6EDE02C1EFE]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.apache.solr.util.TestSolrCLIRunExample.testExample(TestSolrCLIRunExample.java:378) at org.apache.solr.util.TestSolrCLIRunExample.testTechproductsExample(TestSolrCLIRunExample.java:302) 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) Build Log: [...truncated 11646 lines...] [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/init-core-data-001 [junit4] 2> 515846 WARN (SUITE-HttpPartitionTest-seed#[51307655FACE2661]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12 [junit4] 2> 515846 INFO (SUITE-HttpPartitionTest-seed#[51307655FACE2661]-worker) [ ] o.a.s.SolrTestCaseJ4 Using TrieFields [junit4] 2> 515847 INFO (SUITE-HttpPartitionTest-seed#[51307655FACE2661]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776) [junit4] 2> 515848 INFO (SUITE-HttpPartitionTest-seed#[51307655FACE2661]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ww_z/ [junit4] 2> 515849 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 515849 INFO (Thread-1034) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 515850 INFO (Thread-1034) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 515851 ERROR (Thread-1034) [ ] 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> 515950 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.ZkTestServer start zk server on port:45076 [junit4] 2> 515960 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 515962 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 515964 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 515966 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 515967 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 515968 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 515970 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 515971 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 515972 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 515974 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 515975 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 516091 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/control-001/cores/collection1 [junit4] 2> 516093 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 516095 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50715de9{/ww_z,null,AVAILABLE} [junit4] 2> 516100 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7bd05fb5{HTTP/1.1,[http/1.1]}{127.0.0.1:49182} [junit4] 2> 516100 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.Server Started @522316ms [junit4] 2> 516100 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/tempDir-001/control/data, hostContext=/ww_z, hostPort=47880, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/control-001/cores} [junit4] 2> 516101 ERROR (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 516101 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 6.6.0 [junit4] 2> 516101 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 516101 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 516101 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-04T17:40:58.411Z [junit4] 2> 516104 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 516104 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/control-001/solr.xml [junit4] 2> 516110 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 516111 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45076/solr [junit4] 2> 516151 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:47880_ww_z ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 516153 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:47880_ww_z ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:47880_ww_z [junit4] 2> 516154 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:47880_ww_z ] o.a.s.c.Overseer Overseer (id=97905518717239300-127.0.0.1:47880_ww_z-n_0000000000) starting [junit4] 2> 516162 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:47880_ww_z ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47880_ww_z [junit4] 2> 516164 INFO (zkCallback-1390-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 516268 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:47880_ww_z ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/control-001/cores [junit4] 2> 516268 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:47880_ww_z ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 516270 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 516272 INFO (OverseerStateUpdate-97905518717239300-127.0.0.1:47880_ww_z-n_0000000000) [n:127.0.0.1:47880_ww_z ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 517294 WARN (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 517295 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0 [junit4] 2> 517310 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 517447 WARN (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 517450 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 517466 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true [junit4] 2> 517466 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 517466 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/control-001/cores/collection1/data/] [junit4] 2> 517466 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4c4207a9 [junit4] 2> 517467 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=50.7841796875, floorSegmentMB=1.2529296875, forceMergeDeletesPctAllowed=16.724127364226064, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1615399776332298 [junit4] 2> 517474 WARN (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] 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> 517516 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 517516 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 517517 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 517517 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 517517 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1923354979, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 517518 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12f5362a[collection1] main] [junit4] 2> 517522 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 517523 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 517523 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 517524 INFO (searcherExecutor-2328-thread-1-processing-n:127.0.0.1:47880_ww_z x:collection1 c:control_collection) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@12f5362a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 517525 INFO (coreLoadExecutor-2327-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z c:control_collection x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566488301231144960 [junit4] 2> 517538 INFO (coreZkRegister-2320-thread-1-processing-n:127.0.0.1:47880_ww_z x:collection1 c:control_collection) [n:127.0.0.1:47880_ww_z c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 517538 INFO (coreZkRegister-2320-thread-1-processing-n:127.0.0.1:47880_ww_z x:collection1 c:control_collection) [n:127.0.0.1:47880_ww_z c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 517538 INFO (coreZkRegister-2320-thread-1-processing-n:127.0.0.1:47880_ww_z x:collection1 c:control_collection) [n:127.0.0.1:47880_ww_z c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:47880/ww_z/collection1/ [junit4] 2> 517538 INFO (coreZkRegister-2320-thread-1-processing-n:127.0.0.1:47880_ww_z x:collection1 c:control_collection) [n:127.0.0.1:47880_ww_z c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 517538 INFO (coreZkRegister-2320-thread-1-processing-n:127.0.0.1:47880_ww_z x:collection1 c:control_collection) [n:127.0.0.1:47880_ww_z c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:47880/ww_z/collection1/ has no replicas [junit4] 2> 517538 INFO (coreZkRegister-2320-thread-1-processing-n:127.0.0.1:47880_ww_z x:collection1 c:control_collection) [n:127.0.0.1:47880_ww_z c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 517544 INFO (coreZkRegister-2320-thread-1-processing-n:127.0.0.1:47880_ww_z x:collection1 c:control_collection) [n:127.0.0.1:47880_ww_z c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:47880/ww_z/collection1/ shard1 [junit4] 2> 517568 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 517569 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45076/solr ready [junit4] 2> 517569 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 517569 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2 [junit4] 2> 517595 INFO (coreZkRegister-2320-thread-1-processing-n:127.0.0.1:47880_ww_z x:collection1 c:control_collection) [n:127.0.0.1:47880_ww_z c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 517703 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-1-001/cores/collection1 [junit4] 2> 517703 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-1-001 [junit4] 2> 517704 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 517713 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d2c93b5{/ww_z,null,AVAILABLE} [junit4] 2> 517714 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@69ef42ea{HTTP/1.1,[http/1.1]}{127.0.0.1:38661} [junit4] 2> 517714 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.Server Started @523929ms [junit4] 2> 517714 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/ww_z, hostPort=56963, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-1-001/cores} [junit4] 2> 517714 ERROR (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 517716 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 6.6.0 [junit4] 2> 517716 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 517716 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 517716 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-04T17:41:00.026Z [junit4] 2> 517741 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 517741 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-1-001/solr.xml [junit4] 2> 517753 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 517754 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45076/solr [junit4] 2> 517764 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:56963_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 517769 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:56963_ww_z ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 517771 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:56963_ww_z ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56963_ww_z [junit4] 2> 517772 INFO (zkCallback-1394-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 517774 INFO (zkCallback-1390-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 517781 INFO (zkCallback-1400-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 517825 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:56963_ww_z ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-1-001/cores [junit4] 2> 517825 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:56963_ww_z ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 517830 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 517831 INFO (OverseerStateUpdate-97905518717239300-127.0.0.1:47880_ww_z-n_0000000000) [n:127.0.0.1:47880_ww_z ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2 [junit4] 2> 517935 INFO (zkCallback-1400-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2]) [junit4] 2> 518847 WARN (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 518848 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0 [junit4] 2> 518862 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 519010 WARN (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 519012 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 519030 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true [junit4] 2> 519030 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 519030 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-1-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-1-001/cores/collection1/data/] [junit4] 2> 519031 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4c4207a9 [junit4] 2> 519032 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=50.7841796875, floorSegmentMB=1.2529296875, forceMergeDeletesPctAllowed=16.724127364226064, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1615399776332298 [junit4] 2> 519050 WARN (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] 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> 519113 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 519113 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 519114 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 519114 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 519120 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1923354979, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 519121 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@77d477aa[collection1] main] [junit4] 2> 519122 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 519123 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 519123 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 519123 INFO (coreLoadExecutor-2338-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566488302906769408 [junit4] 2> 519127 INFO (searcherExecutor-2339-thread-1-processing-n:127.0.0.1:56963_ww_z x:collection1 c:collection1) [n:127.0.0.1:56963_ww_z c:collection1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@77d477aa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 519134 INFO (coreZkRegister-2333-thread-1-processing-n:127.0.0.1:56963_ww_z x:collection1 c:collection1) [n:127.0.0.1:56963_ww_z c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 519134 INFO (coreZkRegister-2333-thread-1-processing-n:127.0.0.1:56963_ww_z x:collection1 c:collection1) [n:127.0.0.1:56963_ww_z c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 519134 INFO (coreZkRegister-2333-thread-1-processing-n:127.0.0.1:56963_ww_z x:collection1 c:collection1) [n:127.0.0.1:56963_ww_z c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56963/ww_z/collection1/ [junit4] 2> 519134 INFO (coreZkRegister-2333-thread-1-processing-n:127.0.0.1:56963_ww_z x:collection1 c:collection1) [n:127.0.0.1:56963_ww_z c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 519134 INFO (coreZkRegister-2333-thread-1-processing-n:127.0.0.1:56963_ww_z x:collection1 c:collection1) [n:127.0.0.1:56963_ww_z c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:56963/ww_z/collection1/ has no replicas [junit4] 2> 519134 INFO (coreZkRegister-2333-thread-1-processing-n:127.0.0.1:56963_ww_z x:collection1 c:collection1) [n:127.0.0.1:56963_ww_z c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 519143 INFO (coreZkRegister-2333-thread-1-processing-n:127.0.0.1:56963_ww_z x:collection1 c:collection1) [n:127.0.0.1:56963_ww_z c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56963/ww_z/collection1/ shard2 [junit4] 2> 519250 INFO (zkCallback-1400-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2]) [junit4] 2> 519295 INFO (coreZkRegister-2333-thread-1-processing-n:127.0.0.1:56963_ww_z x:collection1 c:collection1) [n:127.0.0.1:56963_ww_z c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 519399 INFO (zkCallback-1400-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2]) [junit4] 2> 519745 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-2-001/cores/collection1 [junit4] 2> 519746 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-2-001 [junit4] 2> 519747 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 519749 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@94362a6{/ww_z,null,AVAILABLE} [junit4] 2> 519750 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@760bc574{HTTP/1.1,[http/1.1]}{127.0.0.1:47466} [junit4] 2> 519750 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.Server Started @525965ms [junit4] 2> 519750 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/ww_z, hostPort=55190, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-2-001/cores} [junit4] 2> 519750 ERROR (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 519751 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 6.6.0 [junit4] 2> 519751 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 519751 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 519751 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-04T17:41:02.061Z [junit4] 2> 519755 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 519755 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-2-001/solr.xml [junit4] 2> 519764 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 519765 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45076/solr [junit4] 2> 519784 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:55190_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 519787 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:55190_ww_z ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 519790 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:55190_ww_z ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55190_ww_z [junit4] 2> 519792 INFO (zkCallback-1390-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 519792 INFO (zkCallback-1394-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 519792 INFO (zkCallback-1400-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 519799 INFO (zkCallback-1406-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 519882 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:55190_ww_z ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-2-001/cores [junit4] 2> 519882 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:55190_ww_z ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 519886 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 519893 INFO (OverseerStateUpdate-97905518717239300-127.0.0.1:47880_ww_z-n_0000000000) [n:127.0.0.1:47880_ww_z ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 519999 INFO (zkCallback-1400-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 519999 INFO (zkCallback-1406-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 520943 WARN (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 520944 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0 [junit4] 2> 520959 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 521072 WARN (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 521075 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 521105 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true [junit4] 2> 521105 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 521105 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-2-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-2-001/cores/collection1/data/] [junit4] 2> 521106 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4c4207a9 [junit4] 2> 521108 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=50.7841796875, floorSegmentMB=1.2529296875, forceMergeDeletesPctAllowed=16.724127364226064, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1615399776332298 [junit4] 2> 521122 WARN (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] 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> 521169 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 521169 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 521170 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 521170 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 521172 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1923354979, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 521172 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6525658a[collection1] main] [junit4] 2> 521174 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 521175 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 521177 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 521179 INFO (searcherExecutor-2350-thread-1-processing-n:127.0.0.1:55190_ww_z x:collection1 c:collection1) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6525658a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 521179 INFO (coreLoadExecutor-2349-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z c:collection1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566488305062641664 [junit4] 2> 521194 INFO (coreZkRegister-2344-thread-1-processing-n:127.0.0.1:55190_ww_z x:collection1 c:collection1) [n:127.0.0.1:55190_ww_z c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 521194 INFO (coreZkRegister-2344-thread-1-processing-n:127.0.0.1:55190_ww_z x:collection1 c:collection1) [n:127.0.0.1:55190_ww_z c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 521194 INFO (coreZkRegister-2344-thread-1-processing-n:127.0.0.1:55190_ww_z x:collection1 c:collection1) [n:127.0.0.1:55190_ww_z c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55190/ww_z/collection1/ [junit4] 2> 521194 INFO (coreZkRegister-2344-thread-1-processing-n:127.0.0.1:55190_ww_z x:collection1 c:collection1) [n:127.0.0.1:55190_ww_z c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 521194 INFO (coreZkRegister-2344-thread-1-processing-n:127.0.0.1:55190_ww_z x:collection1 c:collection1) [n:127.0.0.1:55190_ww_z c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:55190/ww_z/collection1/ has no replicas [junit4] 2> 521194 INFO (coreZkRegister-2344-thread-1-processing-n:127.0.0.1:55190_ww_z x:collection1 c:collection1) [n:127.0.0.1:55190_ww_z c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 521201 INFO (coreZkRegister-2344-thread-1-processing-n:127.0.0.1:55190_ww_z x:collection1 c:collection1) [n:127.0.0.1:55190_ww_z c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55190/ww_z/collection1/ shard1 [junit4] 2> 521302 INFO (zkCallback-1406-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 521302 INFO (zkCallback-1400-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 521352 INFO (coreZkRegister-2344-thread-1-processing-n:127.0.0.1:55190_ww_z x:collection1 c:collection1) [n:127.0.0.1:55190_ww_z c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 521457 INFO (zkCallback-1406-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 521457 INFO (zkCallback-1400-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 521773 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-3-001/cores/collection1 [junit4] 2> 521773 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-3-001 [junit4] 2> 521782 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 521786 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b983cd3{/ww_z,null,AVAILABLE} [junit4] 2> 521786 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@5eb54975{HTTP/1.1,[http/1.1]}{127.0.0.1:39401} [junit4] 2> 521786 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.e.j.s.Server Started @528001ms [junit4] 2> 521786 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/ww_z, hostPort=36227, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-3-001/cores} [junit4] 2> 521786 ERROR (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 521789 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 6.6.0 [junit4] 2> 521789 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 521789 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 521789 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-05-04T17:41:04.099Z [junit4] 2> 521798 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 521798 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-3-001/solr.xml [junit4] 2> 521806 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 521807 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45076/solr [junit4] 2> 521820 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:36227_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 521823 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:36227_ww_z ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 521827 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:36227_ww_z ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36227_ww_z [junit4] 2> 521828 INFO (zkCallback-1400-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 521829 INFO (zkCallback-1394-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 521829 INFO (zkCallback-1390-thread-1-processing-n:127.0.0.1:47880_ww_z) [n:127.0.0.1:47880_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 521829 INFO (zkCallback-1406-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 521830 INFO (zkCallback-1412-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 521944 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:36227_ww_z ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-3-001/cores [junit4] 2> 521944 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [n:127.0.0.1:36227_ww_z ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 521946 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 521947 INFO (OverseerStateUpdate-97905518717239300-127.0.0.1:47880_ww_z-n_0000000000) [n:127.0.0.1:47880_ww_z ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2 [junit4] 2> 522050 INFO (zkCallback-1400-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 522050 INFO (zkCallback-1406-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 522050 INFO (zkCallback-1412-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 522961 WARN (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 522962 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0 [junit4] 2> 522994 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 523165 WARN (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 523185 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 523203 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true [junit4] 2> 523204 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 523204 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-3-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_51307655FACE2661-001/shard-3-001/cores/collection1/data/] [junit4] 2> 523205 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4c4207a9 [junit4] 2> 523206 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=50.7841796875, floorSegmentMB=1.2529296875, forceMergeDeletesPctAllowed=16.724127364226064, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1615399776332298 [junit4] 2> 523227 WARN (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] 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> 523306 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 523306 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 523307 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 523307 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 523313 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1923354979, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 523315 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a001e0a[collection1] main] [junit4] 2> 523317 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 523317 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 523317 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 523319 INFO (searcherExecutor-2361-thread-1-processing-n:127.0.0.1:36227_ww_z x:collection1 c:collection1) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2a001e0a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 523319 INFO (coreLoadExecutor-2360-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z c:collection1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566488307306594304 [junit4] 2> 523324 INFO (coreZkRegister-2355-thread-1-processing-n:127.0.0.1:36227_ww_z x:collection1 c:collection1) [n:127.0.0.1:36227_ww_z c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1 [junit4] 2> 523325 INFO (updateExecutor-1409-thread-1-processing-n:127.0.0.1:36227_ww_z x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36227_ww_z c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery [junit4] 2> 523325 INFO (recoveryExecutor-1410-thread-1-processing-n:127.0.0.1:36227_ww_z x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36227_ww_z c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true [junit4] 2> 523325 INFO (recoveryExecutor-1410-thread-1-processing-n:127.0.0.1:36227_ww_z x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36227_ww_z c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]] [junit4] 2> 523326 INFO (recoveryExecutor-1410-thread-1-processing-n:127.0.0.1:36227_ww_z x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36227_ww_z c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1] [junit4] 2> 523326 INFO (recoveryExecutor-1410-thread-1-processing-n:127.0.0.1:36227_ww_z x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36227_ww_z c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4] 2> 523326 INFO (recoveryExecutor-1410-thread-1-processing-n:127.0.0.1:36227_ww_z x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36227_ww_z c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:56963/ww_z/collection1/] and I am [http://127.0.0.1:36227/ww_z/collection1/] [junit4] 2> 523353 INFO (recoveryExecutor-1410-thread-1-processing-n:127.0.0.1:36227_ww_z x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36227_ww_z c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:56963/ww_z]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:36227_ww_z&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true] [junit4] 2> 523354 INFO (SocketProxy-Acceptor-56963) [ ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=35285,localport=56963], receiveBufferSize:531000 [junit4] 2> 523419 INFO (SocketProxy-Acceptor-56963) [ ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38661,localport=47763], receiveBufferSize=530904 [junit4] 2> 523421 INFO (qtp1396810622-5786) [n:127.0.0.1:56963_ww_z ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true [junit4] 2> 523422 INFO (qtp1396810622-5786) [n:127.0.0.1:56963_ww_z ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering [junit4] 2> 523422 INFO (qtp1396810622-5786) [n:127.0.0.1:56963_ww_z ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:36227_ww_z, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36227/ww_z","node_name":"127.0.0.1:36227_ww_z","state":"down"} [junit4] 2> 523430 INFO (zkCallback-1412-thread-1-processing-n:127.0.0.1:36227_ww_z) [n:127.0.0.1:36227_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 523430 INFO (zkCallback-1406-thread-1-processing-n:127.0.0.1:55190_ww_z) [n:127.0.0.1:55190_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 523430 INFO (zkCallback-1400-thread-1-processing-n:127.0.0.1:56963_ww_z) [n:127.0.0.1:56963_ww_z ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 523705 INFO (TEST-HttpPartitionTest.test-seed#[51307655FACE2661]) [ ] o.a.s.SolrTestCaseJ4 ###Starting test [junit4] 2> 523706 INFO (TEST-HttpPartitionTest.te [...truncated too long message...] utor-8444-thread-1-processing-x:gettingstarted) [ x:gettingstarted] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@58b979cc[gettingstarted] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2061070 INFO (searcherExecutor-8444-thread-1-processing-x:gettingstarted) [ x:gettingstarted] o.a.s.c.QuerySenderListener QuerySenderListener done. [junit4] 2> 2061070 INFO (searcherExecutor-8444-thread-1-processing-x:gettingstarted) [ x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default [junit4] 2> 2061070 INFO (coreLoadExecutor-8443-thread-1) [ x:gettingstarted] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2061071 INFO (searcherExecutor-8444-thread-1-processing-x:gettingstarted) [ x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Registered new searcher Searcher@58b979cc[gettingstarted] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2061073 INFO (coreLoadExecutor-8443-thread-1) [ x:gettingstarted] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566489916561424384 [junit4] 2> 2065670 INFO (qtp1857795869-20347) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=14 [junit4] 2> 2065675 INFO (qtp1857795869-20350) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=1 [junit4] 2> 2065677 INFO (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[51307655FACE2661]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@9e3185a{HTTP/1.1,[http/1.1]}{127.0.0.1:56701} [junit4] 2> 2065677 INFO (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[51307655FACE2661]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1491693024 [junit4] 2> 2065678 INFO (coreCloseExecutor-8449-thread-1) [ x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] CLOSING SolrCore org.apache.solr.core.SolrCore@a100dae [junit4] 2> 2065704 INFO (coreCloseExecutor-8449-thread-1) [ x:gettingstarted] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.gettingstarted [junit4] 2> 2065705 INFO (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[51307655FACE2661]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node [junit4] 2> 2065706 INFO (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[51307655FACE2661]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@20b645e6{/solr,null,UNAVAILABLE} [junit4] 2> 2065706 INFO (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[51307655FACE2661]) [ ] o.a.s.u.TestSolrCLIRunExample Stopped standalone Solr instance running on port 56701 [junit4] 2> 2065706 INFO (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[51307655FACE2661]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testSchemalessExample [junit4] 2> 2065707 INFO (SUITE-TestSolrCLIRunExample-seed#[51307655FACE2661]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_51307655FACE2661-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=253, maxMBSortInHeap=5.028186755796322, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=tr-TR, timezone=America/Santo_Domingo [junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=243300088,total=530579456 [junit4] 2> NOTE: All tests run in this JVM: [TestDistributedStatsComponentCardinality, CdcrUpdateLogTest, ResponseHeaderTest, CollectionsAPIDistributedZkTest, TestConfigSetsAPIExclusivity, TriLevelCompositeIdRoutingTest, TestLRUStatsCache, TestWordDelimiterFilterFactory, DistributedQueryComponentOptimizationTest, SolrCoreMetricManagerTest, DistributedTermsComponentTest, OpenCloseCoreStressTest, TestRawTransformer, DistributedFacetPivotSmallTest, DistribCursorPagingTest, RAMDirectoryFactoryTest, SpatialHeatmapFacetsTest, TestReloadDeadlock, TestStressVersions, TestJsonFacetRefinement, TestBulkSchemaAPI, TestStressCloudBlindAtomicUpdates, TestCustomSort, CdcrRequestHandlerTest, WordBreakSolrSpellCheckerTest, TestCloudDeleteByQuery, TestConfigSets, DistanceFunctionTest, DeleteInactiveReplicaTest, UpdateRequestProcessorFactoryTest, TestSchemaManager, TestManagedStopFilterFactory, HdfsBasicDistributedZkTest, TestDistribIDF, SchemaVersionSpecificBehaviorTest, CoreAdminRequestStatusTest, SolrIndexMetricsTest, EchoParamsTest, LeaderFailoverAfterPartitionTest, TestCharFilters, TestFiltering, ShardRoutingCustomTest, ShardRoutingTest, TestSweetSpotSimilarityFactory, TestPayloadScoreQParserPlugin, HdfsDirectoryFactoryTest, TestRuleBasedAuthorizationPlugin, SaslZkACLProviderTest, ClusterStateUpdateTest, TestElisionMultitermQuery, CursorMarkTest, TestExclusionRuleCollectionAccess, TestFastOutputStream, TestCollationFieldDocValues, IndexSchemaRuntimeFieldTest, CollectionsAPISolrJTest, SharedFSAutoReplicaFailoverUtilsTest, SubstringBytesRefFilterTest, TestSurroundQueryParser, TestCursorMarkWithoutUniqueKey, TestDynamicLoading, DocValuesMissingTest, TestLRUCache, TestMaxScoreQueryParser, TolerantUpdateProcessorTest, TestSolrIndexConfig, TestBM25SimilarityFactory, TestConfigReload, TestNoOpRegenerator, TestFieldCollectionResource, SliceStateTest, TestSolrDynamicMBean, TestSimpleTrackingShardHandler, TestCloudPivotFacet, TestLockTree, ZkControllerTest, TestHdfsUpdateLog, TestDeleteCollectionOnDownNodes, SolrIndexSplitterTest, TestSubQueryTransformer, DocumentBuilderTest, TestCloudManagedSchema, TestSystemCollAutoCreate, TermVectorComponentTest, BigEndianAscendingWordDeserializerTest, SolrIndexConfigTest, TestFuzzyAnalyzedSuggestions, BlockDirectoryTest, TestSchemaSimilarityResource, TestTolerantUpdateProcessorCloud, TestManagedResource, TestSuggestSpellingConverter, AssignTest, TestFieldCacheReopen, ConvertedLegacyTest, TestQueryTypes, TestRTGBase, BasicFunctionalityTest, TestCollapseQParserPlugin, LoggingHandlerTest, DistributedMLTComponentTest, FileUtilsTest, SimplePostToolTest, JsonValidatorTest, TestFieldCacheSortRandom, UpdateLogTest, RuleEngineTest, AtomicUpdatesTest, SystemInfoHandlerTest, SolrCloudExampleTest, PreAnalyzedFieldManagedSchemaCloudTest, IndexSchemaTest, TestSolrCloudWithDelegationTokens, TestSmileRequest, TestLMDirichletSimilarityFactory, TermsComponentTest, ChaosMonkeySafeLeaderTest, OverseerTest, ZkSolrClientTest, TestRandomDVFaceting, TestDistributedGrouping, TermVectorComponentDistributedTest, TestStressReorder, TestRangeQuery, SolrCoreTest, SolrCmdDistributorTest, TestFunctionQuery, TestLazyCores, CurrencyFieldOpenExchangeTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest, TestTrie, SpatialFilterTest, TestCSVLoader, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, SortByFunctionTest, DocValuesMultiTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, SolrPluginUtilsTest, TestCollationField, TestCSVResponseWriter, JsonLoaderTest, PingRequestHandlerTest, TestBinaryResponseWriter, TestLFUCache, TestPathTrie, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, CdcrBootstrapTest, DeleteReplicaTest, DocValuesNotIndexedTest, ForceLeaderTest, TestCloudPseudoReturnFields, TestCloudRecovery, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDownShardTolerantSearch, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, TestOnReconnectListenerSupport, TestRandomFlRTGCloud, TestRequestForwarding, TestShortCircuitedRequests, TestStressInPlaceUpdates, TestClusterStateMutator, ZkStateReaderTest, RulesTest, TestReqParamsAPI, TestRestoreCore, V2ApiIntegrationTest, MetricsHandlerTest, SegmentsInfoRequestHandlerTest, TestCollectionAPIs, TestCoreAdminApis, DistributedExpandComponentTest, DistributedFacetPivotLargeTest, DistributedQueryComponentCustomSortTest, SuggestComponentContextFilterQueryTest, SuggestComponentTest, SolrMetricManagerTest, SolrMetricsIntegrationTest, SolrJmxReporterTest, TestMacroExpander, JSONWriterTest, SmileWriterTest, TestCustomDocTransformer, TestGraphMLResponseWriter, TestSolrQueryResponse, TestSubQueryTransformerCrossCore, TestSubQueryTransformerDistrib, SpatialRPTFieldTypeTest, TestBulkSchemaConcurrent, TestSchemalessBufferedUpdates, TestUseDocValuesAsStored2, LargeFieldTest, MergeStrategyTest, RankQueryTest, SortSpecParsingTest, TestFieldSortValues, TestGraphTermsQParserPlugin, TestInitQParser, TestPayloadCheckQParserPlugin, TestQueryWrapperFilter, TestStandardQParsers, TestStressUserVersions, GraphQueryTest, TestScoreJoinQPNoScore, TestScoreJoinQPScore, CloudMLTQParserTest, BasicAuthIntegrationTest, BasicAuthStandaloneTest, TestSha256AuthenticationProvider, TestImpersonationWithHadoopAuth, ConjunctionSolrSpellCheckerTest, SpellCheckCollatorWithCollapseTest, TestFreeTextSuggestions, BufferStoreTest, HdfsLockFactoryTest, ClassificationUpdateProcessorFactoryTest, ClassificationUpdateProcessorIntegrationTest, ClassificationUpdateProcessorTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ParsingFieldUpdateProcessorsTest, PreAnalyzedUpdateProcessorTest, TestNamedUpdateProcessors, TestObjectReleaseTracker, TestRTimerTree, TestSolrCLIRunExample] [junit4] Completed [710/711 (4!)] on J1 in 24.19s, 4 tests, 1 failure <<< FAILURES! [...truncated 43431 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
