Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2126/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
3 tests failed. FAILED: org.apache.solr.cloud.TestDistribDocBasedVersion.test Error Message: Timeout occured while waiting response from server at: https://127.0.0.1:54518/z_/l/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:54518/z_/l/collection1 at __randomizedtesting.SeedInfo.seed([DDA250C15C39D016:55F66F1BF2C5BDEE]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:569) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220) at org.apache.solr.cloud.TestDistribDocBasedVersion.vdelete(TestDistribDocBasedVersion.java:247) at org.apache.solr.cloud.TestDistribDocBasedVersion.doTestHardFail(TestDistribDocBasedVersion.java:133) at org.apache.solr.cloud.TestDistribDocBasedVersion.doTestHardFail(TestDistribDocBasedVersion.java:124) at org.apache.solr.cloud.TestDistribDocBasedVersion.test(TestDistribDocBasedVersion.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792) 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:46) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) 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:54) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:170) at java.net.SocketInputStream.read(SocketInputStream.java:141) at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) at sun.security.ssl.InputRecord.read(InputRecord.java:503) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:961) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:918) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:463) ... 48 more FAILED: org.apache.solr.request.TestWriterPerf.testPerf Error Message: Stack Trace: java.lang.NullPointerException at __randomizedtesting.SeedInfo.seed([DDA250C15C39D016:FC95B14634B7FB27]:0) at org.apache.solr.highlight.DefaultSolrHighlighter.doHighlightingByHighlighter(DefaultSolrHighlighter.java:453) at org.apache.solr.highlight.DefaultSolrHighlighter.doHighlighting(DefaultSolrHighlighter.java:394) at org.apache.solr.handler.component.HighlightComponent.process(HighlightComponent.java:143) at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:253) at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143) at org.apache.solr.core.SolrCore.execute(SolrCore.java:1988) at org.apache.solr.request.TestWriterPerf.getResponse(TestWriterPerf.java:96) at org.apache.solr.request.TestWriterPerf.doPerf(TestWriterPerf.java:105) at org.apache.solr.request.TestWriterPerf.testPerf(TestWriterPerf.java:178) 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:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792) 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:46) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) 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:54) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) FAILED: junit.framework.TestSuite.org.apache.solr.request.TestWriterPerf Error Message: 1 Stack Trace: java.lang.AssertionError: 1 at __randomizedtesting.SeedInfo.seed([DDA250C15C39D016]:0) at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:201) at org.apache.solr.core.SolrCore.close(SolrCore.java:1176) at org.apache.solr.core.SolrCores.close(SolrCores.java:117) at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:378) at org.apache.solr.util.TestHarness.close(TestHarness.java:359) at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:704) at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:230) at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:799) 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:46) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) 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:54) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) Build Log: [...truncated 9543 lines...] [junit4] Suite: org.apache.solr.cloud.TestDistribDocBasedVersion [junit4] 2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/init-core-data-001 [junit4] 2> 138710 T387 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false) [junit4] 2> 138710 T387 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /z_/l [junit4] 2> 138713 T387 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 2> 138714 T388 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 138714 T388 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 138815 T387 oasc.ZkTestServer.run start zk server on port:54506 [junit4] 2> 138816 T387 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 138817 T387 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 138837 T395 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76d74c7e name:ZooKeeperConnection Watcher:127.0.0.1:54506 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 138837 T387 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 138840 T387 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 138842 T387 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 138858 T387 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 138864 T387 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 138869 T398 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@757141ed name:ZooKeeperConnection Watcher:127.0.0.1:54506/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 138870 T387 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 138870 T387 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 138870 T387 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 138879 T387 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 138888 T387 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 138898 T387 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 138906 T387 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-externalversionconstraint.xml to /configs/conf1/solrconfig.xml [junit4] 2> 138906 T387 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 138918 T387 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml [junit4] 2> 138918 T387 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 138925 T387 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 138932 T387 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 138938 T387 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 138939 T387 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 138947 T387 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 138948 T387 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 138955 T387 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 138955 T387 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 138962 T387 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 138962 T387 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 138970 T387 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 138970 T387 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 138975 T387 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 138976 T387 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 138980 T387 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 138981 T387 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 138986 T387 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 138986 T387 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 138995 T387 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 138996 T387 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 139000 T401 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@634437bf name:ZooKeeperConnection Watcher:127.0.0.1:54506/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 139001 T387 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 139002 T387 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 139444 T387 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1 [junit4] 2> 139489 T387 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 139704 T387 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 139735 T387 oejs.AbstractConnector.doStart Started [email protected]:54510 [junit4] 2> 139735 T387 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/tempDir-001/control/data, hostContext=/z_/l, hostPort=54510, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores} [junit4] 2> 139737 T387 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@74a14482 [junit4] 2> 139766 T387 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/' [junit4] 2> 139814 T387 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/solr.xml [junit4] 2> 139823 T387 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores [junit4] 2> 139823 T387 oasc.CoreContainer.<init> New CoreContainer 71902859 [junit4] 2> 139828 T387 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/] [junit4] 2> 139829 T387 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/lib [junit4] 2> 139829 T387 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/lib). [junit4] 2> 139841 T387 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 139841 T387 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 139841 T387 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 139841 T387 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 139841 T387 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 139841 T387 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 139841 T387 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 139842 T387 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 139842 T387 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 139842 T387 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 139842 T387 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 139848 T387 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 139852 T387 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 139852 T387 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 139852 T387 oasc.CoreContainer.load Node Name: 127.0.0.1 [junit4] 2> 139852 T387 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54506/solr [junit4] 2> 139852 T387 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 139852 T387 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 139859 T387 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 139863 T413 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7856976f name:ZooKeeperConnection Watcher:127.0.0.1:54506 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 139865 T387 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 139866 T387 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 139885 T387 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 139890 T416 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3faa4d04 name:ZooKeeperConnection Watcher:127.0.0.1:54506/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 139890 T387 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 139896 T387 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 139906 T387 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 139917 T387 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 139928 T387 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 139935 T387 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 139944 T387 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 139949 T387 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 139955 T387 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 139960 T387 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54510_z_%2Fl [junit4] 2> 139961 T387 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54510_z_%2Fl [junit4] 2> 139967 T387 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 139971 T387 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 139977 T387 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 139984 T387 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54510_z_%2Fl [junit4] 2> 139984 T387 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 139989 T387 oasc.Overseer.start Overseer (id=93646933675606020-127.0.0.1:54510_z_%2Fl-n_0000000000) starting [junit4] 2> 139995 T387 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 140016 T387 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 140018 T418 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 140019 T387 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 140019 T417 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 140032 T387 N:127.0.0.1:54510_z_%2Fl oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores [junit4] 2> 140036 T387 N:127.0.0.1:54510_z_%2Fl oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=} [junit4] 2> 140037 T387 N:127.0.0.1:54510_z_%2Fl oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1/ [junit4] 2> 140037 T387 N:127.0.0.1:54510_z_%2Fl oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 140040 T420 N:127.0.0.1:54510_z_%2Fl C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection [junit4] 2> 140040 T420 N:127.0.0.1:54510_z_%2Fl C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 140042 T416 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 140042 T420 N:127.0.0.1:54510_z_%2Fl oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 140044 T417 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:54510/z_/l", [junit4] 2> "node_name":"127.0.0.1:54510_z_%2Fl", [junit4] 2> "numShards":"1", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 140064 T417 oasco.ReplicaMutator.updateState Update state numShards=1 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:54510/z_/l", [junit4] 2> "node_name":"127.0.0.1:54510_z_%2Fl", [junit4] 2> "numShards":"1", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 140065 T417 oasco.ClusterStateMutator.createCollection building a new cName: control_collection [junit4] 2> 140065 T417 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1 [junit4] 2> 140069 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 141044 T420 N:127.0.0.1:54510_z_%2Fl oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 141044 T420 N:127.0.0.1:54510_z_%2Fl oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 141046 T420 N:127.0.0.1:54510_z_%2Fl oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 141046 T420 N:127.0.0.1:54510_z_%2Fl oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 141048 T420 N:127.0.0.1:54510_z_%2Fl oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 141048 T420 N:127.0.0.1:54510_z_%2Fl oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1/' [junit4] 2> 141066 T420 N:127.0.0.1:54510_z_%2Fl oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1 [junit4] 2> 141071 T420 N:127.0.0.1:54510_z_%2Fl oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 141080 T420 N:127.0.0.1:54510_z_%2Fl oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 141083 T420 N:127.0.0.1:54510_z_%2Fl oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0 [junit4] 2> 141097 T420 N:127.0.0.1:54510_z_%2Fl oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 141100 T420 N:127.0.0.1:54510_z_%2Fl oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 141103 T420 N:127.0.0.1:54510_z_%2Fl oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 141211 T420 N:127.0.0.1:54510_z_%2Fl oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 141212 T420 N:127.0.0.1:54510_z_%2Fl oass.IndexSchema.readSchema unique key field: id [junit4] 2> 141213 T420 N:127.0.0.1:54510_z_%2Fl oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 141217 T420 N:127.0.0.1:54510_z_%2Fl oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 141270 T420 N:127.0.0.1:54510_z_%2Fl oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 141270 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory [junit4] 2> 141300 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1/data/ [junit4] 2> 141300 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a8794d4 [junit4] 2> 141303 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1/data [junit4] 2> 141304 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1/data/index/ [junit4] 2> 141305 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 141306 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1/data/index [junit4] 2> 141306 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24996960337180713] [junit4] 2> 141310 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1} [junit4] 2> 141310 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 141316 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "external-version-constraint" (default) [junit4] 2> 141461 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "external-version-constraint" (default) [junit4] 2> 141461 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "external-version-float" [junit4] 2> 141462 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "external-version-float" [junit4] 2> 141462 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "external-version-failhard" [junit4] 2> 141462 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "external-version-failhard" [junit4] 2> 141471 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 141473 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 141475 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 141477 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 141485 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file [junit4] 2> 141485 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 141486 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 141486 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 [junit4] 2> 141487 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 141487 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 141489 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=518972391, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 141490 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1} [junit4] 2> 141490 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 141491 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@45f2352e[collection1] main [junit4] 2> 141491 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 141495 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 141495 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 141496 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 141497 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 141497 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 141499 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 141499 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 141499 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 141500 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 141502 T421 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@45f2352e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 141502 T420 N:127.0.0.1:54510_z_%2Fl c:collection1 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 141506 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:54510/z_/l collection:control_collection shard:shard1 [junit4] 2> 141506 T387 N:127.0.0.1:54510_z_%2Fl oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 141507 T387 N:127.0.0.1:54510_z_%2Fl oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 141512 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4] 2> 141515 T387 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 141519 T387 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 141527 T427 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3425691c name:ZooKeeperConnection Watcher:127.0.0.1:54506/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 141528 T387 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 141528 T387 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 141528 T387 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 141537 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 141539 T387 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 141539 T387 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2 [junit4] 2> 141539 T387 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 141541 T387 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 141542 T416 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 141546 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 141546 T430 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a5a1bbe name:ZooKeeperConnection Watcher:127.0.0.1:54506/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 141546 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> 141547 T387 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 141548 T417 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection"} current state version: 1 [junit4] 2> ASYNC NEW_CORE C529 name=collection1 org.apache.solr.core.SolrCore@4f32d0c6 url=https://127.0.0.1:54510/z_/l/collection1 node=127.0.0.1:54510_z_%2Fl C529_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:54510/z_/l, node_name=127.0.0.1:54510_z_%2Fl, state=down} [junit4] 2> 141547 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 C529 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:54510/z_/l/collection1/ [junit4] 2> 141550 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 C529 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 141550 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 C529 oasc.SyncStrategy.syncToMe https://127.0.0.1:54510/z_/l/collection1/ has no replicas [junit4] 2> 141550 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:54510/z_/l/collection1/ shard1 [junit4] 2> 141551 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 141548 T387 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 141558 T416 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 141563 T417 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"create", [junit4] 2> "name":"collection1", [junit4] 2> "numShards":"2", [junit4] 2> "stateFormat":"2"} current state version: 1 [junit4] 2> 141563 T417 oasco.ClusterStateMutator.createCollection building a new cName: collection1 [junit4] 2> 141566 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 141568 T427 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 141593 T417 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "base_url":"https://127.0.0.1:54510/z_/l", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 2 [junit4] 2> 141596 T417 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json [junit4] 2> 141600 T427 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 141603 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 141613 T416 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 141719 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 141719 T427 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 141731 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 oasc.ZkController.register We are https://127.0.0.1:54510/z_/l/collection1/ and leader is https://127.0.0.1:54510/z_/l/collection1/ [junit4] 2> 141731 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:54510/z_/l [junit4] 2> 141731 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 141731 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection [junit4] 2> 141731 T424 N:127.0.0.1:54510_z_%2Fl C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 141734 T416 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 141741 T417 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:54510/z_/l", [junit4] 2> "node_name":"127.0.0.1:54510_z_%2Fl", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} current state version: 4 [junit4] 2> 141747 T417 oasco.ReplicaMutator.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:54510/z_/l", [junit4] 2> "node_name":"127.0.0.1:54510_z_%2Fl", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 141858 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 141858 T427 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 141987 T387 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1 [junit4] 2> 141992 T387 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001 [junit4] 2> 141993 T387 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 142005 T387 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 142009 T387 oejs.AbstractConnector.doStart Started [email protected]:54515 [junit4] 2> 142010 T387 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/z_/l, hostPort=54515, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores} [junit4] 2> 142012 T387 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@74a14482 [junit4] 2> 142012 T387 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/' [junit4] 2> 142064 T387 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/solr.xml [junit4] 2> 142075 T387 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores [junit4] 2> 142076 T387 oasc.CoreContainer.<init> New CoreContainer 1117045860 [junit4] 2> 142076 T387 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/] [junit4] 2> 142076 T387 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/lib [junit4] 2> 142077 T387 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/lib). [junit4] 2> 142098 T387 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 142099 T387 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 142099 T387 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 142099 T387 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 142099 T387 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 142099 T387 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 142100 T387 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 142100 T387 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 142100 T387 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 142100 T387 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 142100 T387 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 142109 T387 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 142113 T387 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 142113 T387 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 142113 T387 oasc.CoreContainer.load Node Name: 127.0.0.1 [junit4] 2> 142114 T387 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54506/solr [junit4] 2> 142114 T387 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 142114 T387 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 142118 T387 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 142123 T442 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c79c0b6 name:ZooKeeperConnection Watcher:127.0.0.1:54506 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 142126 T387 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 142126 T387 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 142133 T387 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 142136 T445 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17573c88 name:ZooKeeperConnection Watcher:127.0.0.1:54506/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 142137 T387 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 142152 T387 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 143168 T387 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54515_z_%2Fl [junit4] 2> 143170 T387 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54515_z_%2Fl [junit4] 2> 143177 T387 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 143182 T387 N:127.0.0.1:54515_z_%2Fl oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores [junit4] 2> 143184 T387 N:127.0.0.1:54515_z_%2Fl oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=} [junit4] 2> 143184 T387 N:127.0.0.1:54515_z_%2Fl oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1/ [junit4] 2> 143184 T387 N:127.0.0.1:54515_z_%2Fl oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 143191 T446 N:127.0.0.1:54515_z_%2Fl C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 143191 T446 N:127.0.0.1:54515_z_%2Fl C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 143194 T416 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 143196 T417 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:54515/z_/l", [junit4] 2> "node_name":"127.0.0.1:54515_z_%2Fl", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} current state version: 5 [junit4] 2> 143196 T446 N:127.0.0.1:54515_z_%2Fl oasc.ZkController.preRegister Registering watch for external collection collection1 [junit4] 2> 143197 T446 N:127.0.0.1:54515_z_%2Fl oascc.ZkStateReader.addZkWatch addZkWatch collection1 [junit4] 2> 143199 T417 oasco.ReplicaMutator.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:54515/z_/l", [junit4] 2> "node_name":"127.0.0.1:54515_z_%2Fl", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 143199 T446 N:127.0.0.1:54515_z_%2Fl oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... [junit4] 2> 143199 T417 oasco.ReplicaMutator.updateState Collection already exists with numShards=2 [junit4] 2> 143200 T417 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2 [junit4] 2> 143202 T446 N:127.0.0.1:54515_z_%2Fl oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 [junit4] 2> 143202 T446 N:127.0.0.1:54515_z_%2Fl oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 143314 T417 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0 [junit4] 2> 143317 T445 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2) [junit4] 2> 143319 T445 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 [junit4] 2> 144204 T446 N:127.0.0.1:54515_z_%2Fl oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 144204 T446 N:127.0.0.1:54515_z_%2Fl oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 144205 T446 N:127.0.0.1:54515_z_%2Fl oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 144205 T446 N:127.0.0.1:54515_z_%2Fl oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 144207 T446 N:127.0.0.1:54515_z_%2Fl oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 144207 T446 N:127.0.0.1:54515_z_%2Fl oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1/' [junit4] 2> 144227 T446 N:127.0.0.1:54515_z_%2Fl oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1 [junit4] 2> 144233 T446 N:127.0.0.1:54515_z_%2Fl oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 144245 T446 N:127.0.0.1:54515_z_%2Fl oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 144256 T446 N:127.0.0.1:54515_z_%2Fl oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0 [junit4] 2> 144268 T446 N:127.0.0.1:54515_z_%2Fl oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 144274 T446 N:127.0.0.1:54515_z_%2Fl oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 144290 T446 N:127.0.0.1:54515_z_%2Fl oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 144431 T446 N:127.0.0.1:54515_z_%2Fl oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 144432 T446 N:127.0.0.1:54515_z_%2Fl oass.IndexSchema.readSchema unique key field: id [junit4] 2> 144433 T446 N:127.0.0.1:54515_z_%2Fl oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 144446 T446 N:127.0.0.1:54515_z_%2Fl oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 144525 T446 N:127.0.0.1:54515_z_%2Fl oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 144525 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory [junit4] 2> 144527 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1/data/ [junit4] 2> 144527 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a8794d4 [junit4] 2> 144528 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1/data [junit4] 2> 144528 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1/data/index/ [junit4] 2> 144529 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 144529 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1/data/index [junit4] 2> 144529 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24996960337180713] [junit4] 2> 144533 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1/data/index,segFN=segments_1,generation=1} [junit4] 2> 144533 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 144541 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "external-version-constraint" (default) [junit4] 2> 144544 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "external-version-constraint" (default) [junit4] 2> 144544 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "external-version-float" [junit4] 2> 144545 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "external-version-float" [junit4] 2> 144545 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "external-version-failhard" [junit4] 2> 144546 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "external-version-failhard" [junit4] 2> 144558 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 144561 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 144564 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 144566 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 144582 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file [junit4] 2> 144584 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 144586 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 144586 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 [junit4] 2> 144588 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 144589 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 144591 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=518972391, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 144592 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-1-001/cores/collection1/data/index,segFN=segments_1,generation=1} [junit4] 2> 144593 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 144593 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@5c6761fe[collection1] main [junit4] 2> 144593 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 144596 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 144596 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 144597 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 144598 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 144598 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 144600 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 144600 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 144600 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 144601 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 144602 T447 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c6761fe[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 144603 T446 N:127.0.0.1:54515_z_%2Fl c:collection1 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 144605 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:54515/z_/l collection:collection1 shard:shard2 [junit4] 2> 144610 T387 N:127.0.0.1:54515_z_%2Fl oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 144611 T387 N:127.0.0.1:54515_z_%2Fl oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 144612 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election [junit4] 2> 144638 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2 [junit4] 2> 144646 T416 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 144648 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 144648 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C530 name=collection1 org.apache.solr.core.SolrCore@44eb53dc url=https://127.0.0.1:54515/z_/l/collection1 node=127.0.0.1:54515_z_%2Fl C530_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:54515/z_/l, node_name=127.0.0.1:54515_z_%2Fl, state=down} [junit4] 2> 144648 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 C530 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:54515/z_/l/collection1/ [junit4] 2> 144648 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 C530 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 144649 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 C530 oasc.SyncStrategy.syncToMe https://127.0.0.1:54515/z_/l/collection1/ has no replicas [junit4] 2> 144649 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:54515/z_/l/collection1/ shard2 [junit4] 2> 144649 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2 [junit4] 2> 144651 T417 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1"} current state version: 5 [junit4] 2> 144660 T417 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1 [junit4] 2> 144664 T445 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2) [junit4] 2> 144666 T445 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 [junit4] 2> 144679 T416 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 144692 T417 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"https://127.0.0.1:54515/z_/l", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 5 [junit4] 2> 144695 T417 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2 [junit4] 2> 144699 T445 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2) [junit4] 2> 144705 T445 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 [junit4] 2> 144737 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 oasc.ZkController.register We are https://127.0.0.1:54515/z_/l/collection1/ and leader is https://127.0.0.1:54515/z_/l/collection1/ [junit4] 2> 144737 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:54515/z_/l [junit4] 2> 144737 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 144737 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 144737 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 144741 T416 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 144745 T417 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:54515/z_/l", [junit4] 2> "node_name":"127.0.0.1:54515_z_%2Fl", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} current state version: 5 [junit4] 2> 144755 T417 oasco.ReplicaMutator.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:54515/z_/l", [junit4] 2> "node_name":"127.0.0.1:54515_z_%2Fl", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 144757 T417 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3 [junit4] 2> 144761 T445 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2) [junit4] 2> 144766 T450 N:127.0.0.1:54515_z_%2Fl C:collection1 S:shard2 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 [junit4] 2> 144771 T445 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 [junit4] 2> 145377 T387 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-2-001/cores/collection1 [junit4] 2> 145380 T387 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-2-001 [junit4] 2> 145380 T387 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 145393 T387 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 145398 T387 oejs.AbstractConnector.doStart Started [email protected]:54518 [junit4] 2> 145398 T387 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/z_/l, hostPort=54518, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-2-001/cores} [junit4] 2> 145400 T387 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@74a14482 [junit4] 2> 145401 T387 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-2-001/' [junit4] 2> 145450 T387 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-2-001/solr.xml [junit4] 2> 145463 T387 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-2-001/cores [junit4] 2> 145463 T387 oasc.CoreContainer.<init> New CoreContainer 1735635827 [junit4] 2> 145463 T387 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-2-001/] [junit4] 2> 145463 T387 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-2-001/lib [junit4] 2> 145464 T387 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestDistribDocBasedVersion DDA250C15C39D016-001/shard-2-001/lib). [junit4] 2> 145482 T387 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 145482 T387 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 145482 T387 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 145483 T387 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 145483 T387 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 145483 T387 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 145483 T387 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 145483 T387 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 145484 T387 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 145484 T387 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 145484 T387 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> [...truncated too long message...] > [junit4] 2> 1765085 T7180 oasc.SolrException.log ERROR Error shutting down core:java.lang.AssertionError: 1 [junit4] 2> at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:201) [junit4] 2> at org.apache.solr.core.SolrCore.close(SolrCore.java:1176) [junit4] 2> at org.apache.solr.core.SolrCores.close(SolrCores.java:117) [junit4] 2> at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:378) [junit4] 2> at org.apache.solr.util.TestHarness.close(TestHarness.java:359) [junit4] 2> at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:704) [junit4] 2> at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:230) [junit4] 2> at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source) [junit4] 2> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] 2> at java.lang.reflect.Method.invoke(Method.java:497) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:799) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [junit4] 2> at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54) [junit4] 2> at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.request.TestWriterPerf DDA250C15C39D016-001 [junit4] 2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=10, maxDocsPerChunk=893, blockSize=914), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=10, blockSize=914)), sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=is_IS, timezone=EAT [junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_40 (64-bit)/cpus=3,threads=1,free=90353016,total=265641984 [junit4] 2> NOTE: All tests run in this JVM: [TestUniqueKeyFieldResource, TestSchemaManager, MergeStrategyTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestFieldCollectionResource, TestCloudPivotFacet, DistanceUnitsTest, TestSolr4Spatial2, HighlighterMaxOffsetTest, TestFreeTextSuggestions, TestCSVLoader, TestUpdate, SuggestComponentTest, DirectSolrConnectionTest, TestMacros, CoreMergeIndexesAdminHandlerTest, MultiTermTest, TestArbitraryIndexDir, SimpleMLTQParserTest, DOMUtilTest, PrimUtilsTest, DirectUpdateHandlerTest, TestDistribDocBasedVersion, StressHdfsTest, TestRestoreCore, TestAnalyzedSuggestions, CloudExitableDirectoryReaderTest, TestCoreContainer, TestSurroundQueryParser, AtomicUpdatesTest, DistributedQueryElevationComponentTest, SimpleCollectionCreateDeleteTest, DistributedSpellCheckComponentTest, TestManagedSchemaDynamicFieldResource, TestStressReorder, ClusterStateUpdateTest, TestSortingResponseWriter, SampleTest, ShardRoutingTest, DistanceFunctionTest, DeleteReplicaTest, AssignTest, TestInitQParser, ParsingFieldUpdateProcessorsTest, HdfsCollectionsAPIDistributedZkTest, TestDistributedMissingSort, LukeRequestHandlerTest, CoreAdminCreateDiscoverTest, SolrCoreTest, TestFieldSortValues, TestManagedSynonymFilterFactory, FieldAnalysisRequestHandlerTest, HdfsRecoveryZkTest, TestJettySolrRunner, MultiThreadedOCPTest, TestSolrIndexConfig, SystemInfoHandlerTest, TestRebalanceLeaders, QueryElevationComponentTest, UnloadDistributedZkTest, SliceStateTest, TestLazyCores, DistributedIntervalFacetingTest, CircularListTest, SolrInfoMBeanTest, TestPerFieldSimilarity, TestIndexingPerformance, RemoteQueryErrorTest, TestHighFrequencyDictionaryFactory, TestJmxMonitoredMap, SyncSliceTest, SolrIndexSplitterTest, TestCloudSchemaless, FacetPivotSmallTest, TestShardHandlerFactory, UUIDFieldTest, TestBinaryResponseWriter, EnumFieldTest, TestCSVResponseWriter, TestSweetSpotSimilarityFactory, JSONWriterTest, TestJmxIntegration, TestComplexPhraseQParserPlugin, TestExceedMaxTermLength, TestExtendedDismaxParser, TestFileDictionaryLookup, TestLFUCache, DateRangeFieldTest, TestDistributedSearch, TestClassNameShortening, TestTrackingShardHandlerFactory, TestShortCircuitedRequests, PingRequestHandlerTest, TestReplicaProperties, LeaderElectionTest, DocValuesMultiTest, TestIntervalFaceting, DefaultValueUpdateProcessorTest, TestNoOpRegenerator, TestManagedStopFilterFactory, CacheHeaderTest, DistributedSuggestComponentTest, TestBinaryField, TestSolrConfigHandlerConcurrent, RecoveryZkTest, TestCustomSort, SolrCloudExampleTest, OverriddenZkACLAndCredentialsProvidersTest, TestPostingsSolrHighlighter, AddBlockUpdateTest, DistribCursorPagingTest, TestManagedResourceStorage, TestSchemaNameResource, TestSimpleQParserPlugin, SolrPluginUtilsTest, SOLR749Test, TestReplicationHandler, TestDistributedGrouping, TermVectorComponentDistributedTest, TestJoin, TestReload, HardAutoCommitTest, TestRangeQuery, SimpleFacetsTest, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestSort, TestIndexSearcher, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SuggesterFSTTest, DocValuesTest, SuggesterTest, TestStressLucene, PolyFieldTest, NoCacheHeaderTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, TestQueryUtils, TestWriterPerf] [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestWriterPerf -Dtests.seed=DDA250C15C39D016 -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=EAT -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.00s J0 | TestWriterPerf (suite) <<< [junit4] > Throwable #1: java.lang.AssertionError: 1 [junit4] > at __randomizedtesting.SeedInfo.seed([DDA250C15C39D016]:0) [junit4] > at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:201) [junit4] > at org.apache.solr.core.SolrCore.close(SolrCore.java:1176) [junit4] > at org.apache.solr.core.SolrCores.close(SolrCores.java:117) [junit4] > at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:378) [junit4] > at org.apache.solr.util.TestHarness.close(TestHarness.java:359) [junit4] > at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:704) [junit4] > at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:230) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] Completed [311/482] on J0 in 13.67s, 1 test, 1 failure, 1 error <<< FAILURES! [...truncated 532 lines...] BUILD FAILED /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:536: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:484: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:229: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:511: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1434: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:991: There were test failures: 482 suites, 1915 tests, 1 suite-level error, 2 errors, 55 ignored (21 assumptions) Total time: 70 minutes 49 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
