Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4509/ Java: 32bit/jdk1.8.0_40 -server -XX:+UseConcMarkSweepGC
2 tests failed. FAILED: org.apache.solr.cloud.ShardSplitTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:58966/_ Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:58966/_ at __randomizedtesting.SeedInfo.seed([79BBC958FE349487:F1EFF68250C8F97F]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:568) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:225) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220) at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:497) at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:131) at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:83) 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:53) 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:53) 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 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:260) 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:271) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:462) ... 47 more FAILED: junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler Error Message: Could not remove the following files (in the order of attempts): C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process. C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001 Stack Trace: java.io.IOException: Could not remove the following files (in the order of attempts): C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process. C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001 at __randomizedtesting.SeedInfo.seed([79BBC958FE349487]:0) at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294) at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200) at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43) 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 9906 lines...] [junit4] Suite: org.apache.solr.cloud.ShardSplitTest [junit4] 2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\init-core-data-001 [junit4] 2> 672186 T3357 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/ [junit4] 2> 672188 T3357 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 672188 T3358 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 672278 T3357 oasc.ZkTestServer.run start zk server on port:58935 [junit4] 2> 672278 T3357 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 672279 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 672282 T3365 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f055ff name:ZooKeeperConnection Watcher:127.0.0.1:58935 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 672282 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 672282 T3357 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 672282 T3357 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 672286 T3357 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 672289 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 672293 T3368 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@651750 name:ZooKeeperConnection Watcher:127.0.0.1:58935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 672293 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 672293 T3357 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 672293 T3357 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 672296 T3357 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 672297 T3357 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 672307 T3357 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 672309 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 672310 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 672312 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml [junit4] 2> 672313 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 672314 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 672314 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 672316 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 672316 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 672318 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 672318 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 672320 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml [junit4] 2> 672320 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 672321 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 672322 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 672323 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 672324 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 672325 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 672326 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 672327 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 672327 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 672329 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 672329 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 672548 T3357 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1 [junit4] 2> 672552 T3357 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 672556 T3357 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58942 [junit4] 2> 672556 T3357 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\tempDir-001/control/data, hostContext=/_, hostPort=58942, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores} [junit4] 2> 672556 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a [junit4] 2> 672557 T3357 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\' [junit4] 2> 672576 T3357 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\solr.xml [junit4] 2> 672581 T3357 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores [junit4] 2> 672581 T3357 oasc.CoreContainer.<init> New CoreContainer 41840 [junit4] 2> 672581 T3357 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\] [junit4] 2> 672582 T3357 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\lib [junit4] 2> 672582 T3357 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\lib). [junit4] 2> 672592 T3357 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 672592 T3357 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 672593 T3357 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 672593 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 672593 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 672593 T3357 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 672594 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 672594 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 672594 T3357 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 672594 T3357 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 672594 T3357 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 672595 T3357 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 672595 T3357 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 672595 T3357 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 672595 T3357 oasc.CoreContainer.load Node Name: 127.0.0.1 [junit4] 2> 672595 T3357 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58935/solr [junit4] 2> 672595 T3357 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 672595 T3357 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 672597 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 672600 T3380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f1d7c9 name:ZooKeeperConnection Watcher:127.0.0.1:58935 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 672601 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 672601 T3357 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 672636 T3359 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c7859f7340002, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> [junit4] 2> 672639 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 672643 T3383 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d169bd name:ZooKeeperConnection Watcher:127.0.0.1:58935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 672644 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 672646 T3357 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 672648 T3357 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 672650 T3357 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 672652 T3357 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 672653 T3357 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 672655 T3357 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 672656 T3357 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 672658 T3357 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 672660 T3357 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58942__ [junit4] 2> 672660 T3357 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58942__ [junit4] 2> 672662 T3357 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 672664 T3357 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 672666 T3357 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 672667 T3357 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58942__ [junit4] 2> 672667 T3357 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 672668 T3357 oasc.Overseer.start Overseer (id=93582020062740483-127.0.0.1:58942__-n_0000000000) starting [junit4] 2> 672670 T3357 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 672678 T3357 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 672679 T3385 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 672679 T3357 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 672680 T3384 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 672683 T3357 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores [junit4] 2> 672685 T3357 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=} [junit4] 2> 672686 T3357 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\ [junit4] 2> 672686 T3357 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 672687 T3387 C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection [junit4] 2> 672687 T3387 C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 672688 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 672688 T3387 C:control_collection c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 672688 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:58942/_", [junit4] 2> "node_name":"127.0.0.1:58942__", [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> 672689 T3384 oasco.ReplicaMutator.updateState Update state numShards=1 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:58942/_", [junit4] 2> "node_name":"127.0.0.1:58942__", [junit4] 2> "numShards":"1", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 672689 T3384 oasco.ClusterStateMutator.createCollection building a new cName: control_collection [junit4] 2> 672689 T3384 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1 [junit4] 2> 672690 T3383 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> 673579 T3387 C:control_collection c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 673579 T3387 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 673579 T3387 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 673579 T3387 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 673580 T3387 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 673580 T3387 C:control_collection c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\' [junit4] 2> 673592 T3387 C:control_collection c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1 [junit4] 2> 673593 T3387 C:control_collection c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 673599 T3387 C:control_collection c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 673601 T3387 C:control_collection c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0 [junit4] 2> 673610 T3387 C:control_collection c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 673611 T3387 C:control_collection c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 673617 T3387 C:control_collection c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 673674 T3387 C:control_collection c:collection1 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 673675 T3387 C:control_collection c:collection1 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 673675 T3387 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 673679 T3387 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 673695 T3387 C:control_collection c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 673696 T3387 C:control_collection c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 673696 T3387 C:control_collection c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\data\ [junit4] 2> 673696 T3387 C:control_collection c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1df4c2f [junit4] 2> 673697 T3387 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\data\ [junit4] 2> 673697 T3387 C:control_collection c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\data\index/ [junit4] 2> 673697 T3387 C:control_collection c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index... [junit4] 2> 673697 T3387 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\data\index [junit4] 2> 673698 T3387 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=7.4482421875, floorSegmentMB=0.6474609375, forceMergeDeletesPctAllowed=20.42160985903039, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 673698 T3387 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1ca1e2c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4984e0),segFN=segments_1,generation=1} [junit4] 2> 673699 T3387 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 673700 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 673700 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 673701 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 673701 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 673701 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 673701 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 673701 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 673701 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 673702 T3387 C:control_collection c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 673706 T3387 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 673706 T3387 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 673707 T3387 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 673708 T3387 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 673711 T3387 C:control_collection 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> 673711 T3387 C:control_collection c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 673712 T3387 C:control_collection c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 673712 T3387 C:control_collection c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 [junit4] 2> 673713 T3387 C:control_collection c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 673713 T3387 C:control_collection c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 673713 T3387 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=53.87109375, floorSegmentMB=1.5615234375, forceMergeDeletesPctAllowed=24.414566425876952, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 673714 T3387 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1ca1e2c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4984e0),segFN=segments_1,generation=1} [junit4] 2> 673714 T3387 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 673714 T3387 C:control_collection c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@c6c1fa[collection1] main [junit4] 2> 673714 T3387 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 673716 T3387 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 673716 T3387 C:control_collection c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 673717 T3387 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 673717 T3387 C:control_collection c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 673717 T3387 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 673718 T3387 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 673718 T3387 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 673718 T3387 C:control_collection c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 673718 T3387 C:control_collection c:collection1 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 673719 T3387 C:control_collection c:collection1 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 673719 T3388 C:control_collection c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c6c1fa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 673720 T3391 C:control_collection S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58942/_ collection:control_collection shard:shard1 [junit4] 2> 673720 T3357 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1 [junit4] 2> 673720 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 673720 T3357 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 673720 T3391 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4] 2> 673722 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 673724 T3394 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c6e78e name:ZooKeeperConnection Watcher:127.0.0.1:58935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 673725 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 673725 T3357 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 673725 T3357 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 673728 T3391 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 673730 T3357 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 673730 T3357 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2 [junit4] 2> 673730 T3357 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 673735 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 673736 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 673737 T3391 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 673737 T3391 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C1507 name=collection1 org.apache.solr.core.SolrCore@3ef392 url=http://127.0.0.1:58942/_/collection1 node=127.0.0.1:58942__ C1507_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58942/_, node_name=127.0.0.1:58942__, state=down} [junit4] 2> 673738 T3391 C:control_collection S:shard1 C1507 P58942 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58942/_/collection1/ [junit4] 2> 673738 T3391 C:control_collection S:shard1 C1507 P58942 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 673738 T3391 C:control_collection S:shard1 C1507 P58942 oasc.SyncStrategy.syncToMe http://127.0.0.1:58942/_/collection1/ has no replicas [junit4] 2> 673739 T3391 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58942/_/collection1/ shard1 [junit4] 2> 673739 T3391 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 673741 T3384 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> 673741 T3397 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ab294b name:ZooKeeperConnection Watcher:127.0.0.1:58935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 673742 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 673742 T3357 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 673747 T3384 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> 673747 T3384 oasco.ClusterStateMutator.createCollection building a new cName: collection1 [junit4] 2> 673748 T3383 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> 673750 T3394 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> 673752 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 673759 T3384 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":"http://127.0.0.1:58942/_", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 2 [junit4] 2> 673767 T3384 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json [junit4] 2> 673768 T3383 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> 673769 T3394 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> 673773 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 673864 T3383 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> 673865 T3394 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> 673890 T3391 C:control_collection S:shard1 oasc.ZkController.register We are http://127.0.0.1:58942/_/collection1/ and leader is http://127.0.0.1:58942/_/collection1/ [junit4] 2> 673890 T3391 C:control_collection S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58942/_ [junit4] 2> 673890 T3391 C:control_collection S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 673890 T3391 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection [junit4] 2> 673890 T3391 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 673891 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 673893 T3384 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":"http://127.0.0.1:58942/_", [junit4] 2> "node_name":"127.0.0.1:58942__", [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> 673893 T3384 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":"http://127.0.0.1:58942/_", [junit4] 2> "node_name":"127.0.0.1:58942__", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 674018 T3383 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> 674019 T3394 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> 674023 T3357 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1 [junit4] 2> 674025 T3357 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001 [junit4] 2> 674025 T3357 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 674028 T3357 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58957 [junit4] 2> 674028 T3357 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_, hostPort=58957, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores} [junit4] 2> 674029 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a [junit4] 2> 674030 T3357 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\' [junit4] 2> 674056 T3357 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\solr.xml [junit4] 2> 674065 T3357 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores [junit4] 2> 674065 T3357 oasc.CoreContainer.<init> New CoreContainer 5183132 [junit4] 2> 674065 T3357 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\] [junit4] 2> 674066 T3357 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\lib [junit4] 2> 674066 T3357 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\lib). [junit4] 2> 674075 T3357 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 674075 T3357 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 674075 T3357 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 674075 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 674075 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 674076 T3357 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 674076 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 674076 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 674076 T3357 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 674077 T3357 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 674077 T3357 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 674077 T3357 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 674078 T3357 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 674078 T3357 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 674078 T3357 oasc.CoreContainer.load Node Name: 127.0.0.1 [junit4] 2> 674079 T3357 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58935/solr [junit4] 2> 674079 T3357 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 674079 T3357 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 674081 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 674083 T3409 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a9bd6 name:ZooKeeperConnection Watcher:127.0.0.1:58935 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 674083 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 674084 T3357 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 674089 T3359 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c7859f7340006, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> [junit4] 2> 674091 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 674093 T3412 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b44d54 name:ZooKeeperConnection Watcher:127.0.0.1:58935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 674094 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 674100 T3357 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 674997 T3357 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58957__ [junit4] 2> 674998 T3357 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58957__ [junit4] 2> 675001 T3357 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 675004 T3357 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores [junit4] 2> 675006 T3357 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=} [junit4] 2> 675006 T3357 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\ [junit4] 2> 675006 T3357 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 675008 T3413 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 675008 T3413 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 675010 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 675011 T3413 C:collection1 c:collection1 oasc.ZkController.preRegister Registering watch for external collection collection1 [junit4] 2> 675012 T3413 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch addZkWatch collection1 [junit4] 2> 675012 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:58957/_", [junit4] 2> "node_name":"127.0.0.1:58957__", [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> 675012 T3413 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... [junit4] 2> 675013 T3384 oasco.ReplicaMutator.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:58957/_", [junit4] 2> "node_name":"127.0.0.1:58957__", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 675013 T3384 oasco.ReplicaMutator.updateState Collection already exists with numShards=2 [junit4] 2> 675013 T3384 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2 [junit4] 2> 675013 T3413 C:collection1 c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 [junit4] 2> 675013 T3413 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 675105 T3384 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0 [junit4] 2> 675106 T3412 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> 675106 T3412 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 [junit4] 2> 675905 T3413 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 675905 T3413 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 675905 T3413 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 675906 T3413 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 675906 T3413 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 675907 T3413 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\' [junit4] 2> 675917 T3413 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1 [junit4] 2> 675919 T3413 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 675924 T3413 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 675927 T3413 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0 [junit4] 2> 675933 T3413 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 675934 T3413 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 675940 T3413 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 675997 T3413 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 675998 T3413 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 675999 T3413 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 676001 T3413 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 676018 T3413 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 676018 T3413 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 676018 T3413 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\data\ [junit4] 2> 676018 T3413 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1df4c2f [junit4] 2> 676019 T3413 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\data\ [junit4] 2> 676019 T3413 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\data\index/ [junit4] 2> 676019 T3413 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index... [junit4] 2> 676020 T3413 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\data\index [junit4] 2> 676020 T3413 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=7.4482421875, floorSegmentMB=0.6474609375, forceMergeDeletesPctAllowed=20.42160985903039, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 676021 T3413 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1ef6a91 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9a3df),segFN=segments_1,generation=1} [junit4] 2> 676021 T3413 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 676025 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 676025 T3413 C:collection1 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 676028 T3413 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 676030 T3413 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 676031 T3413 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 676031 T3413 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 676034 T3413 C:collection1 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> 676034 T3413 C:collection1 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 676035 T3413 C:collection1 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 676035 T3413 C:collection1 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 [junit4] 2> 676036 T3413 C:collection1 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 676036 T3413 C:collection1 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 676037 T3413 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=53.87109375, floorSegmentMB=1.5615234375, forceMergeDeletesPctAllowed=24.414566425876952, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 676037 T3413 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1ef6a91 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9a3df),segFN=segments_1,generation=1} [junit4] 2> 676037 T3413 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 676037 T3413 C:collection1 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@1e88e5d[collection1] main [junit4] 2> 676037 T3413 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 676038 T3413 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 676038 T3413 C:collection1 c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 676038 T3413 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 676038 T3413 C:collection1 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 676039 T3413 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 676039 T3413 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 676039 T3413 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 676039 T3413 C:collection1 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 676039 T3413 C:collection1 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 676040 T3413 C:collection1 c:collection1 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 676040 T3414 C:collection1 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e88e5d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 676041 T3417 C:collection1 S:shard2 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58957/_ collection:collection1 shard:shard2 [junit4] 2> 676042 T3357 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1 [junit4] 2> 676042 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 676044 T3417 C:collection1 S:shard2 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election [junit4] 2> 676087 T3417 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2 [junit4] 2> 676093 T3417 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 676093 T3417 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C1508 name=collection1 org.apache.solr.core.SolrCore@79872b url=http://127.0.0.1:58957/_/collection1 node=127.0.0.1:58957__ C1508_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58957/_, node_name=127.0.0.1:58957__, state=down} [junit4] 2> 676093 T3417 C:collection1 S:shard2 C1508 P58957 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58957/_/collection1/ [junit4] 2> 676094 T3417 C:collection1 S:shard2 C1508 P58957 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 676094 T3417 C:collection1 S:shard2 C1508 P58957 oasc.SyncStrategy.syncToMe http://127.0.0.1:58957/_/collection1/ has no replicas [junit4] 2> 676094 T3417 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58957/_/collection1/ shard2 [junit4] 2> 676094 T3417 C:collection1 S:shard2 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2 [junit4] 2> 676095 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 676113 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1"} current state version: 5 [junit4] 2> 676124 T3384 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1 [junit4] 2> 676125 T3412 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> 676125 T3412 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 [junit4] 2> 676129 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:58957/_", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 5 [junit4] 2> 676131 T3384 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2 [junit4] 2> 676131 T3412 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> 676136 T3412 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 [junit4] 2> 676138 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 676147 T3417 C:collection1 S:shard2 oasc.ZkController.register We are http://127.0.0.1:58957/_/collection1/ and leader is http://127.0.0.1:58957/_/collection1/ [junit4] 2> 676147 T3417 C:collection1 S:shard2 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58957/_ [junit4] 2> 676147 T3417 C:collection1 S:shard2 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 676147 T3417 C:collection1 S:shard2 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 676147 T3417 C:collection1 S:shard2 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 676148 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 676154 T3417 C:collection1 S:shard2 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 [junit4] 2> 676154 T3384 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":"http://127.0.0.1:58957/_", [junit4] 2> "node_name":"127.0.0.1:58957__", [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> 676158 T3384 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":"http://127.0.0.1:58957/_", [junit4] 2> "node_name":"127.0.0.1:58957__", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 676159 T3384 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3 [junit4] 2> 676159 T3412 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> 676160 T3412 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 [junit4] 2> 676286 T3357 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\cores\collection1 [junit4] 2> 676288 T3357 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001 [junit4] 2> 676288 T3357 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 676292 T3357 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58966 [junit4] 2> 676292 T3357 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/_, hostPort=58966, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\cores} [junit4] 2> 676292 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a [junit4] 2> 676292 T3357 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\' [junit4] 2> 676312 T3357 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\solr.xml [junit4] 2> 676318 T3357 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\cores [junit4] 2> 676318 T3357 oasc.CoreContainer.<init> New CoreContainer 4559748 [junit4] 2> 676318 T3357 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\] [junit4] 2> 676318 T3357 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\lib [junit4] 2> 676319 T3357 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\lib). [junit4] 2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 676326 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 676326 T3357 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 676326 T3357 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 676326 T3357 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 676327 T3357 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 676327 T3357 oasl.LogWatcher.createWatcher SLF4J im [...truncated too long message...] r{/solr,null} [junit4] 2> 2268256 T11574 oas.SolrTestCaseJ4.tearDown ###Ending testReqParams [junit4] 2> 2268257 T11574 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=da, timezone=America/Manaus [junit4] 2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_40 (32-bit)/cpus=3,threads=1,free=113582576,total=219082752 [junit4] 2> NOTE: All tests run in this JVM: [TestNonDefinedSimilarityFactory, TestRemoteStreaming, TestSolr4Spatial, CloudMLTQParserTest, ConvertedLegacyTest, StandardRequestHandlerTest, TestRangeQuery, FullSolrCloudDistribCmdsTest, TestBulkSchemaAPI, TestBulkSchemaConcurrent, OpenCloseCoreStressTest, CollectionsAPIDistributedZkTest, CoreAdminRequestStatusTest, CursorPagingTest, ReplicationFactorTest, TestNamedUpdateProcessors, DistributedFacetPivotLongTailTest, ConnectionManagerTest, TestEmbeddedSolrServerConstructors, TestReloadAndDeleteDocs, TestJoin, CopyFieldTest, SpellPossibilityIteratorTest, SegmentsInfoRequestHandlerTest, AnalyticsQueryTest, OverseerRolesTest, TestConfig, TestSolrCoreProperties, HdfsDirectoryFactoryTest, MBeansHandlerTest, TestDocBasedVersionConstraints, DirectUpdateHandlerOptimizeTest, SharedFSAutoReplicaFailoverTest, TestCopyFieldCollectionResource, LoggingHandlerTest, ChaosMonkeySafeLeaderTest, ExternalFileFieldSortTest, TestDynamicLoading, TestSearchPerf, TestSolrJ, VMParamsZkACLAndCredentialsProvidersTest, MoreLikeThisHandlerTest, CSVRequestHandlerTest, TestQuerySenderListener, ShardSplitTest, DistributedFacetPivotLargeTest, SignatureUpdateProcessorFactoryTest, TestRequestStatusCollectionAPI, TestTrie, BadIndexSchemaTest, UpdateRequestProcessorFactoryTest, TestSolrQueryParserResource, PolyFieldTest, SolrIndexConfigTest, IndexSchemaTest, TestLMDirichletSimilarityFactory, TestPivotHelperCode, TestCursorMarkWithoutUniqueKey, SSLMigrationTest, TestSchemaResource, TestHdfsUpdateLog, RAMDirectoryFactoryTest, HttpPartitionTest, DistributedMLTComponentTest, DateMathParserTest, DistributedQueryComponentCustomSortTest, TestDFRSimilarityFactory, FastVectorHighlighterTest, TestAnalyzeInfixSuggestions, HdfsBasicDistributedZkTest, TestSystemIdResolver, CurrencyFieldOpenExchangeTest, DistributedFacetPivotSmallAdvancedTest, TestHashQParserPlugin, AutoCommitTest, TestBadConfig, TestSolrQueryParser, TestDocSet, TestSolrDeletionPolicy2, BadCopyFieldTest, TestRealTimeGet, OutOfBoxZkACLAndCredentialsProvidersTest, SpatialFilterTest, TestStressUserVersions, TestManagedResource, EchoParamsTest, HdfsCollectionsAPIDistributedZkTest, BufferStoreTest, DistributedQueryComponentOptimizationTest, TestMiniSolrCloudClusterSSL, NotRequiredUniqueKeyTest, ResourceLoaderTest, TestSolrConfigHandlerCloud, TestDefaultStatsCache, DeleteLastCustomShardedReplicaTest, HdfsBasicDistributedZk2Test, TestFieldTypeCollectionResource, TestFieldTypeResource, SimplePostToolTest, TestObjectReleaseTracker, DocExpirationUpdateProcessorFactoryTest, AliasIntegrationTest, TestRestManager, TestExpandComponent, TestSchemaSimilarityResource, XsltUpdateRequestHandlerTest, AnalysisErrorHandlingTest, StatelessScriptUpdateProcessorFactoryTest, SolrXmlInZkTest, TestSearcherReuse, TestTolerantSearch, RegexBoostProcessorTest, ResponseHeaderTest, TestBlobHandler, TestManagedSchemaFieldTypeResource, TestMissingGroups, LeaderElectionTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedGrouping, TestRecovery, TermVectorComponentDistributedTest, TestReload, TestStressVersions, DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterFSTTest, SolrRequestParserTest, DocValuesTest, SuggesterWFSTTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, QueryEqualityTest, DocValuesMultiTest, TestSolrDeletionPolicy1, CacheHeaderTest, DisMaxRequestHandlerTest, TestQueryUtils, DocumentAnalysisRequestHandlerTest, TestOmitPositions, TermsComponentTest, TestValueSourceCache, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, TestCollationField, JSONWriterTest, QueryParsingTest, JsonLoaderTest, TestPHPSerializedResponseWriter, SearchHandlerTest, HighlighterConfigTest, AlternateDirectoryTest, TestMergePolicyConfig, MinimalSchemaTest, DirectSolrConnectionTest, TestPhraseSuggestions, TestSweetSpotSimilarityFactory, TestDefaultSimilarityFactory, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, TestSuggestSpellingConverter, DateFieldTest, TestDocumentBuilder, FileUtilsTest, TestRTGBase, TestHighlightDedupGrouping, ActionThrottleTest, CloudExitableDirectoryReaderTest, CustomCollectionTest, DistribJoinFromCollectionTest, ExternalCollectionsTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, RecoveryAfterSoftCommitTest, TestCloudInspectUtil, TestCloudPivotFacet, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, ExitableDirectoryReaderTest, TestSolrConfigHandler] [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSolrConfigHandler -Dtests.seed=79BBC958FE349487 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=America/Manaus -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 0.00s J1 | TestSolrConfigHandler (suite) <<< [junit4] > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts): [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process. [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1 [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010 [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010 [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001 [junit4] > at __randomizedtesting.SeedInfo.seed([79BBC958FE349487]:0) [junit4] > at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] Completed on J1 in 8.53s, 4 tests, 1 error <<< FAILURES! [...truncated 185 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 478 suites, 1902 tests, 1 suite-level error, 1 error, 56 ignored (29 assumptions) Total time: 62 minutes 7 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 32bit/jdk1.8.0_40 -server -XX:+UseConcMarkSweepGC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org