Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17648/ Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed. FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test Error Message: Captured an uncaught exception in thread: Thread[id=4484, name=org.apache.solr.cloud.PeerSyncReplicationTest, state=RUNNABLE, group=TGRP-PeerSyncReplicationTest] Stack Trace: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4484, name=org.apache.solr.cloud.PeerSyncReplicationTest, state=RUNNABLE, group=TGRP-PeerSyncReplicationTest] Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:35939/collection1] at __randomizedtesting.SeedInfo.seed([5153A599FE881C77]:0) at org.apache.solr.cloud.PeerSyncReplicationTest.lambda$indexInBackground$0(PeerSyncReplicationTest.java:185) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:35939/collection1] at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:774) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166) at org.apache.solr.cloud.PeerSyncReplicationTest.indexDoc(PeerSyncReplicationTest.java:347) at org.apache.solr.cloud.PeerSyncReplicationTest.lambda$indexInBackground$0(PeerSyncReplicationTest.java:180) ... 1 more Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:35939/collection1] at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:392) at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:768) ... 8 more Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://127.0.0.1:35939/collection1 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:413) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:365) ... 9 more Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:35939 [/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) ... 13 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.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:337) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ... 23 more FAILED: org.apache.solr.update.PeerSyncTest.test Error Message: expected:<true> but was:<false> Stack Trace: java.lang.AssertionError: expected:<true> but was:<false> at __randomizedtesting.SeedInfo.seed([5153A599FE881C77:D9079A435074718F]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:147) at org.apache.solr.update.PeerSyncTest.assertSync(PeerSyncTest.java:208) at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:124) 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 10624 lines...] [junit4] Suite: org.apache.solr.update.PeerSyncTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/init-core-data-001 [junit4] 2> 33742 INFO (SUITE-PeerSyncTest-seed#[5153A599FE881C77]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776) [junit4] 2> 33742 INFO (SUITE-PeerSyncTest-seed#[5153A599FE881C77]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / [junit4] 2> 33848 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores/collection1 [junit4] 2> 33849 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 33850 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a37043c{/,null,AVAILABLE} [junit4] 2> 33853 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.ServerConnector Started ServerConnector@a10c477{HTTP/1.1,[http/1.1]}{127.0.0.1:34184} [junit4] 2> 33853 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.Server Started @35735ms [junit4] 2> 33853 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, hostPort=34184, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores} [junit4] 2> 33853 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 33853 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control' [junit4] 2> 33853 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 33854 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 33854 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/solr.xml [junit4] 2> 33861 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores [junit4] 2> 33861 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreContainer New CoreContainer 1267045066 [junit4] 2> 33861 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control] [junit4] 2> 33861 WARN (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/lib [junit4] 2> 33862 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 33865 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 33865 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 33865 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 33865 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 33865 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 33866 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores [junit4] 2> 33867 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-tlog.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1} [junit4] 2> 33867 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores/collection1 [junit4] 2> 33867 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 33872 INFO (coreLoadExecutor-98-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> 33873 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 33873 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 33873 INFO (coreLoadExecutor-98-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> 33873 INFO (coreLoadExecutor-98-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> 33872 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 33877 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 33902 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 33907 WARN (coreLoadExecutor-98-thread-1) [ ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 33908 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 33938 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-tlog.xml [junit4] 2> 33948 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 34124 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 34131 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 34131 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 34138 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 34141 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 34143 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 34143 INFO (coreLoadExecutor-98-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 34145 INFO (coreLoadExecutor-98-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> 34145 INFO (coreLoadExecutor-98-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> 34145 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 34145 INFO (coreLoadExecutor-98-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores/collection1/data/] [junit4] 2> 34145 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX. [junit4] 2> 34146 INFO (coreLoadExecutor-98-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores/collection1/data/snapshot_metadata [junit4] 2> 34146 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file... [junit4] 2> 34146 INFO (coreLoadExecutor-98-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores/collection1/data [junit4] 2> 34146 INFO (coreLoadExecutor-98-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores/collection1/data/index/ [junit4] 2> 34146 WARN (coreLoadExecutor-98-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 34147 INFO (coreLoadExecutor-98-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores/collection1/data/index [junit4] 2> 34147 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=77.01953125, floorSegmentMB=0.8798828125, forceMergeDeletesPctAllowed=4.151054623988771, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 34147 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@76ef4f77 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@358f7376),segFN=segments_1,generation=1} [junit4] 2> 34147 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 34147 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores/collection1/data/ [junit4] 2> 34148 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/control/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 34149 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib" [junit4] 2> 34156 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe" [junit4] 2> 34157 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 34157 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig" [junit4] 2> 34157 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 34157 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 34157 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 34157 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 34157 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 34158 WARN (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}} [junit4] 2> 34159 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 34160 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 34161 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 34162 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 34166 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms [junit4] 2> 34166 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 34167 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 34167 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 34169 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 34169 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 34169 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=62.0625, floorSegmentMB=1.9814453125, forceMergeDeletesPctAllowed=9.952185260372573, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10669774880246737 [junit4] 2> 34170 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@76ef4f77 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@358f7376),segFN=segments_1,generation=1} [junit4] 2> 34170 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 34170 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@25750bbf[collection1] main] [junit4] 2> 34170 WARN (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead. [junit4] 2> 34170 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {} [junit4] 2> 34170 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage [junit4] 2> 34170 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 34171 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 34171 INFO (searcherExecutor-99-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@25750bbf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 34171 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets [junit4] 2> 34171 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index [junit4] 2> 34171 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index [junit4] 2> 34171 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1543419271666728960 [junit4] 2> 34172 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1543419271666728960 [junit4] 2> 34173 INFO (coreLoadExecutor-98-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 34463 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores/collection1 [junit4] 2> 34472 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 34474 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@443f235d{/,null,AVAILABLE} [junit4] 2> 34474 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.ServerConnector Started ServerConnector@60f2c6b4{HTTP/1.1,[http/1.1]}{127.0.0.1:46283} [junit4] 2> 34474 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.Server Started @36356ms [junit4] 2> 34474 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, hostPort=46283, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores} [junit4] 2> 34475 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 34475 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0' [junit4] 2> 34475 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 34475 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 34475 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/solr.xml [junit4] 2> 34480 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores [junit4] 2> 34480 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreContainer New CoreContainer 863051866 [junit4] 2> 34481 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0] [junit4] 2> 34481 WARN (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/lib [junit4] 2> 34481 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 34483 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 34483 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 34483 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 34483 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 34484 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 34484 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores [junit4] 2> 34485 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-tlog.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1} [junit4] 2> 34485 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores/collection1 [junit4] 2> 34485 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 34485 INFO (coreLoadExecutor-109-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> 34485 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 34485 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 34486 INFO (coreLoadExecutor-109-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> 34486 INFO (coreLoadExecutor-109-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> 34491 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 34491 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 34505 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 34508 WARN (coreLoadExecutor-109-thread-1) [ ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 34509 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 34518 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-tlog.xml [junit4] 2> 34526 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 34662 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 34667 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 34669 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 34678 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 34681 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 34685 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 34685 INFO (coreLoadExecutor-109-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 34687 INFO (coreLoadExecutor-109-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> 34687 INFO (coreLoadExecutor-109-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> 34688 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 34688 INFO (coreLoadExecutor-109-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores/collection1/data/] [junit4] 2> 34688 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX. [junit4] 2> 34688 INFO (coreLoadExecutor-109-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores/collection1/data/snapshot_metadata [junit4] 2> 34689 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file... [junit4] 2> 34689 INFO (coreLoadExecutor-109-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores/collection1/data [junit4] 2> 34689 INFO (coreLoadExecutor-109-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores/collection1/data/index/ [junit4] 2> 34689 WARN (coreLoadExecutor-109-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 34689 INFO (coreLoadExecutor-109-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores/collection1/data/index [junit4] 2> 34689 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=77.01953125, floorSegmentMB=0.8798828125, forceMergeDeletesPctAllowed=4.151054623988771, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 34690 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2775d84d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15b49d10),segFN=segments_1,generation=1} [junit4] 2> 34690 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 34690 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores/collection1/data/ [junit4] 2> 34691 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard0/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 34695 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib" [junit4] 2> 34695 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe" [junit4] 2> 34695 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 34695 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig" [junit4] 2> 34695 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 34695 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 34695 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 34696 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 34696 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 34696 WARN (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}} [junit4] 2> 34697 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 34698 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 34698 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 34699 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 34700 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms [junit4] 2> 34700 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 34701 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 34701 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 34701 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 34701 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 34702 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=62.0625, floorSegmentMB=1.9814453125, forceMergeDeletesPctAllowed=9.952185260372573, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10669774880246737 [junit4] 2> 34702 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2775d84d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15b49d10),segFN=segments_1,generation=1} [junit4] 2> 34702 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 34703 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7a652806[collection1] main] [junit4] 2> 34703 WARN (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead. [junit4] 2> 34703 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {} [junit4] 2> 34703 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage [junit4] 2> 34703 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 34703 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 34704 INFO (searcherExecutor-110-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7a652806[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 34704 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets [junit4] 2> 34704 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index [junit4] 2> 34704 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index [junit4] 2> 34704 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1543419272225619968 [junit4] 2> 34705 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1543419272225619968 [junit4] 2> 34706 INFO (coreLoadExecutor-109-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 35054 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores/collection1 [junit4] 2> 35055 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 35058 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c90d4f1{/,null,AVAILABLE} [junit4] 2> 35058 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.ServerConnector Started ServerConnector@73d5e647{HTTP/1.1,[http/1.1]}{127.0.0.1:33602} [junit4] 2> 35059 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.Server Started @36941ms [junit4] 2> 35059 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, hostPort=33602, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores} [junit4] 2> 35059 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 35059 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1' [junit4] 2> 35059 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 35059 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 35059 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/solr.xml [junit4] 2> 35064 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores [junit4] 2> 35065 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreContainer New CoreContainer 451665170 [junit4] 2> 35065 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1] [junit4] 2> 35065 WARN (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/lib [junit4] 2> 35065 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 35067 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 35067 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 35067 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 35067 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 35067 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 35067 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores [junit4] 2> 35068 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-tlog.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1} [junit4] 2> 35068 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores/collection1 [junit4] 2> 35068 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 35069 INFO (coreLoadExecutor-120-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> 35070 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 35071 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 35071 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 35071 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 35071 INFO (coreLoadExecutor-120-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> 35071 INFO (coreLoadExecutor-120-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> 35091 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 35094 WARN (coreLoadExecutor-120-thread-1) [ ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 35095 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 35104 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-tlog.xml [junit4] 2> 35113 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 35229 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 35237 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 35239 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 35246 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 35248 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 35250 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 35251 INFO (coreLoadExecutor-120-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 35253 INFO (coreLoadExecutor-120-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> 35253 INFO (coreLoadExecutor-120-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> 35253 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 35253 INFO (coreLoadExecutor-120-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores/collection1/data/] [junit4] 2> 35253 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX. [junit4] 2> 35254 INFO (coreLoadExecutor-120-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores/collection1/data/snapshot_metadata [junit4] 2> 35254 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file... [junit4] 2> 35254 INFO (coreLoadExecutor-120-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores/collection1/data [junit4] 2> 35255 INFO (coreLoadExecutor-120-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores/collection1/data/index/ [junit4] 2> 35255 WARN (coreLoadExecutor-120-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 35255 INFO (coreLoadExecutor-120-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores/collection1/data/index [junit4] 2> 35255 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=77.01953125, floorSegmentMB=0.8798828125, forceMergeDeletesPctAllowed=4.151054623988771, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 35256 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@180ee07e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@285c74ed),segFN=segments_1,generation=1} [junit4] 2> 35256 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 35256 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores/collection1/data/ [junit4] 2> 35257 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard1/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 35265 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib" [junit4] 2> 35265 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe" [junit4] 2> 35265 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 35265 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig" [junit4] 2> 35265 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 35265 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 35266 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 35266 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 35266 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 35266 WARN (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}} [junit4] 2> 35269 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 35270 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 35271 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 35272 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 35273 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms [junit4] 2> 35273 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 35281 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 35281 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 35281 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 35281 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 35282 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=62.0625, floorSegmentMB=1.9814453125, forceMergeDeletesPctAllowed=9.952185260372573, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10669774880246737 [junit4] 2> 35282 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@180ee07e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@285c74ed),segFN=segments_1,generation=1} [junit4] 2> 35282 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 35282 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@31676d8a[collection1] main] [junit4] 2> 35283 WARN (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead. [junit4] 2> 35283 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {} [junit4] 2> 35283 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage [junit4] 2> 35283 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 35283 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 35283 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets [junit4] 2> 35283 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index [junit4] 2> 35283 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index [junit4] 2> 35283 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1543419272832745472 [junit4] 2> 35284 INFO (searcherExecutor-121-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@31676d8a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 35284 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1543419272832745472 [junit4] 2> 35284 INFO (coreLoadExecutor-120-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 35633 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores/collection1 [junit4] 2> 35634 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 35635 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7278c7ec{/,null,AVAILABLE} [junit4] 2> 35637 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.ServerConnector Started ServerConnector@73dc849{HTTP/1.1,[http/1.1]}{127.0.0.1:39133} [junit4] 2> 35637 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.e.j.s.Server Started @37519ms [junit4] 2> 35637 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, hostPort=39133, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores} [junit4] 2> 35637 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 35637 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2' [junit4] 2> 35637 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 35637 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 35638 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/solr.xml [junit4] 2> 35645 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores [junit4] 2> 35645 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreContainer New CoreContainer 469658924 [junit4] 2> 35645 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2] [junit4] 2> 35645 WARN (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/lib [junit4] 2> 35646 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 35648 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 35648 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 35648 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 35648 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 35648 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 35649 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores [junit4] 2> 35650 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-tlog.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1} [junit4] 2> 35650 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores/collection1 [junit4] 2> 35650 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 35650 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 [junit4] 2> 35650 INFO (TEST-PeerSyncTest.test-seed#[5153A599FE881C77]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 35651 INFO (coreLoadExecutor-131-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> 35651 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 35651 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 35651 INFO (coreLoadExecutor-131-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> 35651 INFO (coreLoadExecutor-131-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> 35673 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 35678 WARN (coreLoadExecutor-131-thread-1) [ ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 35679 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 35690 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-tlog.xml [junit4] 2> 35698 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 35798 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 35802 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 35802 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 35806 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 35809 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 35811 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 35811 INFO (coreLoadExecutor-131-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 35813 INFO (coreLoadExecutor-131-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> 35813 INFO (coreLoadExecutor-131-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> 35813 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 35814 INFO (coreLoadExecutor-131-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores/collection1/data/] [junit4] 2> 35814 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX. [junit4] 2> 35814 INFO (coreLoadExecutor-131-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores/collection1/data/snapshot_metadata [junit4] 2> 35814 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file... [junit4] 2> 35814 INFO (coreLoadExecutor-131-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores/collection1/data [junit4] 2> 35815 INFO (coreLoadExecutor-131-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores/collection1/data/index/ [junit4] 2> 35815 WARN (coreLoadExecutor-131-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 35815 INFO (coreLoadExecutor-131-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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores/collection1/data/index [junit4] 2> 35815 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=77.01953125, floorSegmentMB=0.8798828125, forceMergeDeletesPctAllowed=4.151054623988771, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 35816 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@26c66ccf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a1db9cf),segFN=segments_1,generation=1} [junit4] 2> 35816 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 35816 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores/collection1/data/ [junit4] 2> 35816 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.update.PeerSyncTest_5153A599FE881C77-001/tempDir-001/shard2/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 35818 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib" [junit4] 2> 35818 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe" [junit4] 2> 35818 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 35818 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig" [junit4] 2> 35818 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 35818 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 35819 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 35819 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 35819 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 35819 WARN (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}} [junit4] 2> 35821 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 35822 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 35823 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 35823 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 35824 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms [junit4] 2> 35824 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 35825 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 35825 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 35825 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 35825 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 35825 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=62.0625, floorSegmentMB=1.9814453125, forceMergeDeletesPctAllowed=9.952185260372573, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10669774880246737 [junit4] 2> 35826 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@26c66ccf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a1db9cf),segFN=segments_1,generation=1} [junit4] 2> 35826 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 35827 INFO (coreLoadExecutor-131-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher O [...truncated too long message...] 0000 [junit4] 2> 2 /solr/overseer_elect/election/96463730836897797-127.0.0.1:35079_-n_0000000000 [junit4] 2> 2 /solr/overseer_elect/election/96463730836897802-127.0.0.1:35939_-n_0000000001 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 80 /solr/overseer/collection-queue-work [junit4] 2> 27 /solr/overseer/queue [junit4] 2> 23 /solr/overseer/queue-work [junit4] 2> 7 /solr/collections [junit4] 2> 5 /solr/live_nodes [junit4] 2> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=PeerSyncReplicationTest -Dtests.method=test -Dtests.seed=5153A599FE881C77 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-GB -Dtests.timezone=America/Bahia_Banderas -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [junit4] ERROR 83.8s J1 | PeerSyncReplicationTest.test <<< [junit4] > Throwable #1: java.lang.AssertionError: expected:<155> but was:<154> [junit4] > at org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:276) [junit4] > at org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:154) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960) [junit4] > at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4484, name=org.apache.solr.cloud.PeerSyncReplicationTest, state=RUNNABLE, group=TGRP-PeerSyncReplicationTest] [junit4] > Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:35939/collection1] [junit4] > at __randomizedtesting.SeedInfo.seed([5153A599FE881C77]:0) [junit4] > at org.apache.solr.cloud.PeerSyncReplicationTest.lambda$indexInBackground$0(PeerSyncReplicationTest.java:185) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:35939/collection1] [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:774) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997) [junit4] > at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) [junit4] > at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166) [junit4] > at org.apache.solr.cloud.PeerSyncReplicationTest.indexDoc(PeerSyncReplicationTest.java:347) [junit4] > at org.apache.solr.cloud.PeerSyncReplicationTest.lambda$indexInBackground$0(PeerSyncReplicationTest.java:180) [junit4] > ... 1 more [junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:35939/collection1] [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:392) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:768) [junit4] > ... 8 more [junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://127.0.0.1:35939/collection1 [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:413) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:365) [junit4] > ... 9 more [junit4] > Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:35939 [/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] > ... 13 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.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:337) [junit4] > at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) [junit4] > ... 23 more [junit4] 2> 520393 INFO (SUITE-PeerSyncReplicationTest-seed#[5153A599FE881C77]-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/J1/temp/solr.cloud.PeerSyncReplicationTest_5153A599FE881C77-001 [junit4] 2> Aug 23, 2016 2:36:44 AM 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): {other_tl1=PostingsFormat(name=Direct), range_facet_l_dv=FSTOrd50, rnd_s=PostingsFormat(name=Direct), multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), intDefault=PostingsFormat(name=Direct), a_i1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), _version_=PostingsFormat(name=Direct), a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=FSTOrd50, range_facet_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), text=FST50, timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1612, maxMBSortInHeap=7.0561635200855495, sim=RandomSimilarity(queryNorm=false): {}, locale=en-GB, timezone=America/Bahia_Banderas [junit4] 2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=233799520,total=518979584 [junit4] 2> NOTE: All tests run in this JVM: [TestSolrQueryParserDefaultOperatorResource, FacetPivotSmallTest, SimplePostToolTest, VersionInfoTest, HdfsDirectoryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SpellCheckComponentTest, TestFieldSortValues, TestReqParamsAPI, TestLockTree, SolrPluginUtilsTest, TestUpdate, FastVectorHighlighterTest, FullHLLTest, SuggestComponentTest, TestEmbeddedSolrServerConstructors, ShardRoutingTest, SolrCmdDistributorTest, RulesTest, SpellingQueryConverterTest, ExitableDirectoryReaderTest, TestFiltering, TestConfigReload, RollingRestartTest, TestBM25SimilarityFactory, DistributedQueryComponentCustomSortTest, TestQueryTypes, TestCursorMarkWithoutUniqueKey, TestSubQueryTransformer, SolrIndexSplitterTest, TestCoreContainer, SolrXmlInZkTest, CdcrReplicationDistributedZkTest, HighlighterTest, CoreAdminRequestStatusTest, TestDFRSimilarityFactory, BlockJoinFacetSimpleTest, ConcurrentDeleteAndCreateCollectionTest, MultiTermTest, CdcrVersionReplicationTest, CheckHdfsIndexTest, TestRuleBasedAuthorizationPlugin, UniqFieldsUpdateProcessorFactoryTest, BooleanFieldTest, ChaosMonkeySafeLeaderTest, CollectionTooManyReplicasTest, SparseHLLTest, TestBulkSchemaAPI, PeerSyncReplicationTest] [junit4] Completed [147/632 (2!)] on J1 in 84.07s, 1 test, 1 error <<< FAILURES! [...truncated 61622 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
