Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17742/ Java: 32bit/jdk1.8.0_102 -client -XX:+UseParallelGC
3 tests failed. FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:35821/_/cl/c8n_1x3_lf_shard1_replica1] Stack Trace: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: No live SolrServers available to handle this request:[http://127.0.0.1:35821/_/cl/c8n_1x3_lf_shard1_replica1] at __randomizedtesting.SeedInfo.seed([98C06E1B6BDD7B4B:109451C1C52116B3]:0) at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:755) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1161) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:753) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:741) at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:178) at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57) 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:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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:367) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:35821/_/cl/c8n_1x3_lf_shard1_replica1] at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:394) at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:730) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ... 1 more Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:35821/_/cl/c8n_1x3_lf_shard1_replica1 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:615) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:415) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:383) ... 6 more Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:35821 [/127.0.0.1] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513) ... 10 more Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ... 20 more FAILED: org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test Error Message: Error from server at https://127.0.0.1:39020/yw/hp/collection1: Impossible Exception Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:39020/yw/hp/collection1: Impossible Exception at __randomizedtesting.SeedInfo.seed([98C06E1B6BDD7B4B:109451C1C52116B3]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:608) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942) at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957) at org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:557) at org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test(DistributedFacetPivotLongTailTest.java:162) 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:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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:367) at java.lang.Thread.run(Thread.java:745) FAILED: org.apache.solr.security.TestAuthorizationFramework.authorizationFrameworkTest Error Message: There are still nodes recoverying - waited for 10 seconds Stack Trace: java.lang.AssertionError: There are still nodes recoverying - waited for 10 seconds at __randomizedtesting.SeedInfo.seed([98C06E1B6BDD7B4B:D6631BC87A066A5B]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:182) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:862) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1418) at org.apache.solr.security.TestAuthorizationFramework.authorizationFrameworkTest(TestAuthorizationFramework.java:62) 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:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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:367) at java.lang.Thread.run(Thread.java:745) Build Log: [...truncated 10750 lines...] [junit4] Suite: org.apache.solr.handler.component.DistributedFacetPivotLongTailTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/init-core-data-001 [junit4] 2> 223608 INFO (SUITE-DistributedFacetPivotLongTailTest-seed#[98C06E1B6BDD7B4B]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 223610 INFO (SUITE-DistributedFacetPivotLongTailTest-seed#[98C06E1B6BDD7B4B]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /yw/hp [junit4] 2> 223685 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores/collection1 [junit4] 2> 223688 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 223690 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b6114e{/yw/hp,null,AVAILABLE} [junit4] 2> 223699 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.e.j.s.ServerConnector Started ServerConnector@19e6b81{SSL,[ssl, http/1.1]}{127.0.0.1:37777} [junit4] 2> 223699 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.e.j.s.Server Started @234081ms [junit4] 2> 223699 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yw/hp, hostPort=37777, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores} [junit4] 2> 223699 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93 [junit4] 2> 223700 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control' [junit4] 2> 223700 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 223700 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 223700 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/solr.xml [junit4] 2> 223708 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores [junit4] 2> 223708 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer New CoreContainer 23319269 [junit4] 2> 223708 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control] [junit4] 2> 223709 WARN (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/lib [junit4] 2> 223709 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 223711 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 223711 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 223711 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 223711 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 223711 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 223712 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores [junit4] 2> 223712 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1} [junit4] 2> 223712 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores/collection1 [junit4] 2> 223712 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 223714 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1' [junit4] 2> 223714 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 223714 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 223714 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 223714 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 223714 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader [junit4] 2> 223715 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader [junit4] 2> 223742 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 223751 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 223776 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 223782 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 223878 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 223884 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 223885 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 223891 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 223894 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 223896 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 223896 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 223897 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1' [junit4] 2> 223897 INFO (coreLoadExecutor-1217-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1 [junit4] 2> 223897 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 223898 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores/collection1/data/] [junit4] 2> 223898 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15458f9 [junit4] 2> 223898 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores/collection1/data/snapshot_metadata [junit4] 2> 223898 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file... [junit4] 2> 223898 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores/collection1/data [junit4] 2> 223899 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores/collection1/data/index/ [junit4] 2> 223899 WARN (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 223899 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores/collection1/data/index [junit4] 2> 223899 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21177763403246364] [junit4] 2> 223899 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@15559fe lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b4bb54),segFN=segments_1,generation=1} [junit4] 2> 223899 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 223900 INFO (OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores/collection1/data/ [junit4] 2> 223900 WARN (OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/control/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 223903 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe" [junit4] 2> 223903 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 223903 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 223903 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 223903 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig" [junit4] 2> 223903 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 223903 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields" [junit4] 2> 223903 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4] 2> 223904 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 223904 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 223904 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 223904 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 223906 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 223907 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 223908 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 223909 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 223915 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 223918 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump [junit4] 2> 223918 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 223919 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 223919 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 223919 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 223920 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 223920 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6384491518519916] [junit4] 2> 223920 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@15559fe lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b4bb54),segFN=segments_1,generation=1} [junit4] 2> 223920 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 223920 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f40841[collection1] main] [junit4] 2> 223921 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO} [junit4] 2> 223921 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage [junit4] 2> 223921 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 223921 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers [junit4] 2> 224026 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 224402 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 224402 INFO (searcherExecutor-1218-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default [junit4] 2> 224403 INFO (searcherExecutor-1218-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct [junit4] 2> 224403 INFO (searcherExecutor-1218-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak [junit4] 2> 224403 INFO (searcherExecutor-1218-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields [junit4] 2> 224403 INFO (searcherExecutor-1218-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler [junit4] 2> 224403 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets [junit4] 2> 224403 INFO (searcherExecutor-1218-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external [junit4] 2> 224403 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index [junit4] 2> 224403 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index [junit4] 2> 224403 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1544311918253047808 [junit4] 2> 224403 INFO (searcherExecutor-1218-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq [junit4] 2> 224404 INFO (searcherExecutor-1218-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn [junit4] 2> 224404 INFO (searcherExecutor-1218-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict [junit4] 2> 224405 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1544311918253047808 [junit4] 2> 224405 INFO (searcherExecutor-1218-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f40841[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 224405 INFO (coreLoadExecutor-1217-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 224795 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores/collection1 [junit4] 2> 224797 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 224798 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15fcb87{/yw/hp,null,AVAILABLE} [junit4] 2> 224801 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.e.j.s.ServerConnector Started ServerConnector@1c46b9d{SSL,[ssl, http/1.1]}{127.0.0.1:39020} [junit4] 2> 224801 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.e.j.s.Server Started @235183ms [junit4] 2> 224801 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yw/hp, hostPort=39020, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores} [junit4] 2> 224801 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93 [junit4] 2> 224801 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0' [junit4] 2> 224802 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 224802 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 224802 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/solr.xml [junit4] 2> 224807 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores [junit4] 2> 224807 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer New CoreContainer 13630481 [junit4] 2> 224807 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0] [junit4] 2> 224807 WARN (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/lib [junit4] 2> 224807 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 224809 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 224809 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 224809 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 224810 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 224810 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 224810 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores [junit4] 2> 224810 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1} [junit4] 2> 224811 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores/collection1 [junit4] 2> 224811 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 224811 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1' [junit4] 2> 224811 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 224811 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 224811 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 224811 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 224811 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader [junit4] 2> 224811 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader [junit4] 2> 224832 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 224845 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 224867 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 224872 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 224966 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 224971 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 224972 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 224976 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 224979 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 224980 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 224980 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 224981 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1' [junit4] 2> 224981 INFO (coreLoadExecutor-1228-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1 [junit4] 2> 224982 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 224982 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores/collection1/data/] [junit4] 2> 224982 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15458f9 [junit4] 2> 224982 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores/collection1/data/snapshot_metadata [junit4] 2> 224982 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file... [junit4] 2> 224983 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores/collection1/data [junit4] 2> 224983 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores/collection1/data/index/ [junit4] 2> 224983 WARN (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 224983 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores/collection1/data/index [junit4] 2> 224983 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21177763403246364] [junit4] 2> 224984 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@19c5aeb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b828dd),segFN=segments_1,generation=1} [junit4] 2> 224984 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 224984 INFO (OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores/collection1/data/ [junit4] 2> 224984 WARN (OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard0/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 224989 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe" [junit4] 2> 224990 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 224990 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 224990 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 224990 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig" [junit4] 2> 224990 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 224990 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields" [junit4] 2> 224990 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4] 2> 224990 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 224990 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 224990 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 224990 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 224991 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 224992 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 224994 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 224994 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 225004 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 225008 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump [junit4] 2> 225008 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 225008 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 225008 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 225010 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 225010 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 225010 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6384491518519916] [junit4] 2> 225011 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@19c5aeb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b828dd),segFN=segments_1,generation=1} [junit4] 2> 225011 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 225011 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14c8e8b[collection1] main] [junit4] 2> 225011 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO} [junit4] 2> 225011 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage [junit4] 2> 225011 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 225011 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers [junit4] 2> 225086 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 225274 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 225274 INFO (searcherExecutor-1229-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default [junit4] 2> 225274 INFO (searcherExecutor-1229-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct [junit4] 2> 225274 INFO (searcherExecutor-1229-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak [junit4] 2> 225274 INFO (searcherExecutor-1229-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields [junit4] 2> 225275 INFO (searcherExecutor-1229-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler [junit4] 2> 225275 INFO (searcherExecutor-1229-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external [junit4] 2> 225275 INFO (searcherExecutor-1229-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq [junit4] 2> 225275 INFO (searcherExecutor-1229-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn [junit4] 2> 225275 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets [junit4] 2> 225275 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index [junit4] 2> 225275 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index [junit4] 2> 225275 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1544311919167406080 [junit4] 2> 225275 INFO (searcherExecutor-1229-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict [junit4] 2> 225278 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1544311919167406080 [junit4] 2> 225278 INFO (coreLoadExecutor-1228-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 225278 INFO (searcherExecutor-1229-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@14c8e8b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 225402 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores/collection1 [junit4] 2> 225406 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 225407 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12332f{/yw/hp,null,AVAILABLE} [junit4] 2> 225411 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.e.j.s.ServerConnector Started ServerConnector@7ece0a{SSL,[ssl, http/1.1]}{127.0.0.1:38957} [junit4] 2> 225412 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.e.j.s.Server Started @235794ms [junit4] 2> 225412 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yw/hp, hostPort=38957, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores} [junit4] 2> 225412 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93 [junit4] 2> 225412 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1' [junit4] 2> 225412 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 225412 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 225412 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/solr.xml [junit4] 2> 225420 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores [junit4] 2> 225420 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer New CoreContainer 15149000 [junit4] 2> 225420 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1] [junit4] 2> 225420 WARN (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/lib [junit4] 2> 225421 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 225423 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 225423 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 225423 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 225423 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 225423 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 225423 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores [junit4] 2> 225424 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1} [junit4] 2> 225424 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores/collection1 [junit4] 2> 225424 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 225424 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1' [junit4] 2> 225424 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 225424 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[98C06E1B6BDD7B4B]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 225424 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 225424 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 225424 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader [junit4] 2> 225425 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader [junit4] 2> 225449 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 225457 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 225500 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 225507 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 225606 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 225612 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 225613 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 225617 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 225618 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 225620 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 225620 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 225622 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1' [junit4] 2> 225622 INFO (coreLoadExecutor-1239-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1 [junit4] 2> 225623 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 225623 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores/collection1/data/] [junit4] 2> 225623 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15458f9 [junit4] 2> 225624 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores/collection1/data/snapshot_metadata [junit4] 2> 225624 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file... [junit4] 2> 225624 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores/collection1/data [junit4] 2> 225624 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores/collection1/data/index/ [junit4] 2> 225624 WARN (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 225624 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores/collection1/data/index [junit4] 2> 225624 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21177763403246364] [junit4] 2> 225625 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@15d3e40 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c09579),segFN=segments_1,generation=1} [junit4] 2> 225625 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 225625 INFO (OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores/collection1/data/ [junit4] 2> 225625 WARN (OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_98C06E1B6BDD7B4B-001/tempDir-001/shard1/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 225630 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe" [junit4] 2> 225630 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 225630 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 225630 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 225630 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig" [junit4] 2> 225630 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 225630 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields" [junit4] 2> 225630 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4] 2> 225630 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 225630 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 225630 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 225630 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 225632 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 225634 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 225635 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 225636 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 225645 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 225649 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump [junit4] 2> 225649 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 225650 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 225650 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 225650 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 225651 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 225651 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6384491518519916] [junit4] 2> 225652 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@15d3e40 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c09579),segFN=segments_1,generation=1} [junit4] 2> 225652 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 225652 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@fc1840[collection1] main] [junit4] 2> 225652 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO} [junit4] 2> 225652 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage [junit4] 2> 225652 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 225652 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers [junit4] 2> 225692 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 225805 INFO (coreLoadExecutor-1239-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 225805 INFO (searcherExecutor-1240-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default [junit4] 2> 225805 INFO (searcherExecutor-1240-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct [junit4] 2> 225805 INFO (searcherExecutor-1240-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak [junit4] 2> 225805 INFO (searcherExecutor-1240-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields [junit4] 2> 225806 INFO (searcherExecutor-1240-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellChe [...truncated too long message...] 17) [junit4] > ... 1 more [junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:35821/_/cl/c8n_1x3_lf_shard1_replica1 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:615) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:415) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:383) [junit4] > ... 6 more [junit4] > Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:35821 [/127.0.0.1] failed: Connection refused [junit4] > at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151) [junit4] > at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353) [junit4] > at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) [junit4] > at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) [junit4] > at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) [junit4] > at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) [junit4] > at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) [junit4] > at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513) [junit4] > ... 10 more [junit4] > Caused by: java.net.ConnectException: Connection refused [junit4] > at java.net.PlainSocketImpl.socketConnect(Native Method) [junit4] > at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [junit4] > at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [junit4] > at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [junit4] > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [junit4] > at java.net.Socket.connect(Socket.java:589) [junit4] > at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74) [junit4] > at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) [junit4] > ... 20 more [junit4] 2> 1740458 INFO (SUITE-LeaderFailoverAfterPartitionTest-seed#[98C06E1B6BDD7B4B]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_98C06E1B6BDD7B4B-001 [junit4] 2> Sep 01, 2016 11:22:00 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=Memory doPackFST= false), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=PostingsFormat(name=Memory doPackFST= false), intDefault=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=Memory doPackFST= true), range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false), text=PostingsFormat(name=Asserting), range_facet_l=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1948, maxMBSortInHeap=6.139691187236346, sim=ClassicSimilarity, locale=tr-TR, timezone=Asia/Bangkok [junit4] 2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 1.8.0_102 (32-bit)/cpus=12,threads=1,free=101053368,total=526385152 [junit4] 2> NOTE: All tests run in this JVM: [TestTestInjection, TestSolrConfigHandlerConcurrent, OverseerTest, TestIndexingPerformance, TestSweetSpotSimilarityFactory, TestMissingGroups, TestManagedSynonymFilterFactory, TestTrackingShardHandlerFactory, ConfigSetsAPITest, TestSuggestSpellingConverter, TestSearchPerf, GraphQueryTest, DateMathParserTest, TestMiniSolrCloudCluster, TestSearcherReuse, LukeRequestHandlerTest, UnloadDistributedZkTest, TestJsonRequest, CurrencyFieldXmlFileTest, SSLMigrationTest, ParsingFieldUpdateProcessorsTest, TestFilteredDocIdSet, CoreAdminHandlerTest, HighlighterConfigTest, TestElisionMultitermQuery, TestAuthorizationFramework, ReplicationFactorTest, SimpleFacetsTest, TestWriterPerf, RequestLoggingTest, TestCollationField, TestAnalyzeInfixSuggestions, TlogReplayBufferedWhileIndexingTest, TestFieldCacheReopen, CollectionReloadTest, TestSolrQueryParserResource, TestFastWriter, HdfsDirectoryFactoryTest, DistribJoinFromCollectionTest, AnalyticsMergeStrategyTest, TestLegacyFieldCache, SampleTest, TestCustomDocTransformer, TestSort, BlockJoinFacetDistribTest, TestMiniSolrCloudClusterSSL, TestSubQueryTransformerCrossCore, CircularListTest, SegmentsInfoRequestHandlerTest, TestRandomRequestDistribution, CdcrUpdateLogTest, SharedFSAutoReplicaFailoverTest, TestFieldCacheSortRandom, TestPerFieldSimilarityWithDefaultOverride, LeaderInitiatedRecoveryOnCommitTest, BadComponentTest, TestJettySolrRunner, TestDistributedMissingSort, BlockDirectoryTest, TestXmlQParserPlugin, DocValuesMultiTest, PluginInfoTest, TestSchemaManager, TestIndexSearcher, DirectSolrConnectionTest, LeaderElectionTest, TestComplexPhraseQParserPlugin, TestAuthenticationFramework, TestSolr4Spatial2, TestStressUserVersions, SuggesterWFSTTest, ScriptEngineTest, MultiThreadedOCPTest, DebugComponentTest, TestPHPSerializedResponseWriter, TestCoreDiscovery, DistributedFacetPivotSmallTest, TestRequestForwarding, TestInitQParser, TestTolerantSearch, FieldMutatingUpdateProcessorTest, BadIndexSchemaTest, BaseCdcrDistributedZkTest, CustomCollectionTest, CoreMergeIndexesAdminHandlerTest, QueryParsingTest, SpatialHeatmapFacetsTest, TestJmxIntegration, SuggesterTSTTest, AssignTest, HardAutoCommitTest, TestRestoreCore, ClusterStateTest, TestIntervalFaceting, OverseerCollectionConfigSetProcessorTest, TestManagedResourceStorage, CollectionsAPIAsyncDistributedZkTest, DeleteNodeTest, DirectUpdateHandlerTest, TestSolrDynamicMBean, BlobRepositoryCloudTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestRandomFaceting, TestRandomDVFaceting, AutoCommitTest, TestDistributedGrouping, TestHashPartitioner, TestStressReorder, TestReload, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, BasicFunctionalityTest, TestBadConfig, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterTest, TestTrie, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, CacheHeaderTest, IndexBasedSpellCheckerTest, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, MBeansHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, TestUtils, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, AsyncCallRequestStatusResponseTest, CdcrBootstrapTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, ForceLeaderTest, LeaderFailoverAfterPartitionTest] [junit4] Completed [452/632 (3!)] on J2 in 58.93s, 1 test, 1 error <<< FAILURES! [...truncated 565 lines...] [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20160901_225258_137.sysout [junit4] >>> JVM J0 emitted unexpected output (verbatim) ---- [junit4] java.lang.OutOfMemoryError: Java heap space [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid24641.hprof ... [junit4] Heap dump file created [434726329 bytes in 1.441 secs] [junit4] <<< JVM J0: EOF ---- [...truncated 11045 lines...] BUILD FAILED /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:715: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created: * java_pid24641.hprof Total time: 63 minutes 55 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts [WARNINGS] Skipping publisher since build result is FAILURE Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
