Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4387/ Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test 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\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001\tempDir-002 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-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\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001\tempDir-002 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001 at __randomizedtesting.SeedInfo.seed([CBBEBBC9769B8805]:0) at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294) at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170) 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) FAILED: org.apache.solr.cloud.ReplicationFactorTest.test Error Message: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:64355/repfacttest_c8n_1x3_shard1_replica2 Stack Trace: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:64355/repfacttest_c8n_1x3_shard1_replica2 at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730) at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284) at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112) 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:483) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915) 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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) 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:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) 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 org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) 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: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:64355/repfacttest_c8n_1x3_shard1_replica2 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325) at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:572) ... 47 more Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143) 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:464) ... 52 more FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup 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\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-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\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002 C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001 at __randomizedtesting.SeedInfo.seed([CBBEBBC9769B8805]:0) at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294) at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170) 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 9263 lines...] [junit4] Suite: org.apache.solr.handler.TestReplicationHandlerBackup [junit4] 2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\init-core-data-001 [junit4] 2> 119450 T379 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup [junit4] 2> 119452 T379 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1 [junit4] 2> 119475 T379 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 119480 T379 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64333 [junit4] 2> 119482 T379 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44 [junit4] 2> 119482 T379 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 119482 T379 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001 [junit4] 2> 119482 T379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\' [junit4] 2> 119515 T379 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\solr.xml [junit4] 2> 119529 T379 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\. [junit4] 2> 119529 T379 oasc.CoreContainer.<init> New CoreContainer 1835655553 [junit4] 2> 119529 T379 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\] [junit4] 2> 119530 T379 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 119532 T379 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 119532 T379 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 119532 T379 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 119532 T379 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 119534 T379 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 119535 T379 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\. [junit4] 2> 119538 T379 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\ [junit4] 2> 119538 T379 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 119542 T389 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\' [junit4] 2> 119592 T389 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 119600 T389 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0 [junit4] 2> 119639 T389 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 119643 T389 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\conf\schema.xml [junit4] 2> 119647 T389 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 119674 T389 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 119674 T389 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\ [junit4] 2> 119674 T389 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 119675 T389 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\ [junit4] 2> 119675 T389 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 119676 T389 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\ [junit4] 2> 119676 T389 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\index/ [junit4] 2> 119676 T389 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\index' doesn't exist. Creating new index... [junit4] 2> 119678 T389 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\index [junit4] 2> 119678 T389 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=5.6083984375, floorSegmentMB=1.1044921875, forceMergeDeletesPctAllowed=9.986821892116751, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.47968699737871523 [junit4] 2> 119679 T389 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@13ea33a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7cefeec5),segFN=segments_1,generation=1} [junit4] 2> 119679 T389 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 119680 T389 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 119680 T389 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 119680 T389 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 119681 T389 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 119681 T389 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 119681 T389 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler [junit4] 2> 119681 T389 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler [junit4] 2> 119700 T389 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 119700 T389 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler [junit4] 2> 119700 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler [junit4] 2> 119701 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler [junit4] 2> 119701 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler [junit4] 2> 119701 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler [junit4] 2> 119702 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler [junit4] 2> 119702 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler [junit4] 2> 119702 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler [junit4] 2> 119702 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler [junit4] 2> 119703 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler [junit4] 2> 119703 T389 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 119703 T389 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4] 2> 119703 T389 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4] 2> 119703 T389 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4] 2> 119709 T389 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 119710 T389 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 119711 T389 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 119714 T389 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 119714 T389 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 119715 T389 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 119715 T389 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 119715 T389 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 119716 T389 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@13ea33a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7cefeec5),segFN=segments_1,generation=1} [junit4] 2> 119716 T389 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 119717 T389 oass.SolrIndexSearcher.<init> Opening Searcher@2b4613a[collection1] main [junit4] 2> 119717 T389 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\conf [junit4] 2> 119717 T389 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\conf} [junit4] 2> 119717 T389 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\.\collection1\conf [junit4] 2> 119718 T389 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 119718 T389 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml [junit4] 2> 119718 T389 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 119718 T389 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 119723 T390 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b4613a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 119724 T379 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0 [junit4] 2> 119724 T379 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> ASYNC NEW_CORE C269 name=collection1 org.apache.solr.core.SolrCore@59d0c87 [junit4] 2> 119735 T387 C269 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 119737 T387 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 10 [junit4] 2> 119744 T382 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 1 [junit4] 2> 119747 T384 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0 [junit4] 2> 119754 T386 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 1 [junit4] 2> 119764 T388 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0 [junit4] 2> 119769 T385 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0 [junit4] 2> 119772 T387 C269 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0 [junit4] 2> ASYNC NEW_CORE C270 name=collection1 org.apache.solr.core.SolrCore@59d0c87 [junit4] 2> 119783 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0 [junit4] 2> 119792 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0 [junit4] 2> 119801 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0 [junit4] 2> 119806 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0 [junit4] 2> 119810 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 1 [junit4] 2> 119814 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0 [junit4] 2> 119818 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0 [junit4] 2> 119823 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0 [junit4] 2> 119827 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 1 [junit4] 2> 119833 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0 [junit4] 2> 119838 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0 [junit4] 2> 119861 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0 [junit4] 2> 119883 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 1 [junit4] 2> 119889 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0 [junit4] 2> 119941 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 2 [junit4] 2> 119965 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0 [junit4] 2> 119974 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 1 [junit4] 2> 119981 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 1 [junit4] 2> 119992 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 1 [junit4] 2> 120000 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 1 [junit4] 2> 120003 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0 [junit4] 2> 120019 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 8 [junit4] 2> 120024 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0 [junit4] 2> 120029 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 1 [junit4] 2> 120037 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 1 [junit4] 2> 120044 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 2 [junit4] 2> 120071 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0 [junit4] 2> 120077 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0 [junit4] 2> 120082 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0 [junit4] 2> 120096 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 1 [junit4] 2> 120106 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 1 [junit4] 2> 120110 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0 [junit4] 2> 120115 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0 [junit4] 2> 120120 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 1 [junit4] 2> 120125 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0 [junit4] 2> 120129 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0 [junit4] 2> 120134 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 1 [junit4] 2> 120138 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 1 [junit4] 2> 120142 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0 [junit4] 2> 120148 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 1 [junit4] 2> 120154 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0 [junit4] 2> 120161 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 1 [junit4] 2> 120164 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 0 [junit4] 2> 120172 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 1 [junit4] 2> 120181 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 1 [junit4] 2> 120187 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 0 [junit4] 2> 120196 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[52]} 0 0 [junit4] 2> 120204 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[53]} 0 0 [junit4] 2> 120211 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[54]} 0 1 [junit4] 2> 120220 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[55]} 0 0 [junit4] 2> 120230 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[56]} 0 5 [junit4] 2> 120238 T385 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[57]} 0 1 [junit4] 2> 120246 T387 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[58]} 0 1 [junit4] 2> 120253 T382 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[59]} 0 1 [junit4] 2> 120259 T384 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[60]} 0 0 [junit4] 2> 120264 T386 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[61]} 0 0 [junit4] 2> 120271 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[62]} 0 0 [junit4] 2> 120278 T388 C270 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 120288 T388 C270 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@13ea33a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7cefeec5),segFN=segments_1,generation=1} [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@13ea33a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7cefeec5),segFN=segments_2,generation=2} [junit4] 2> 120289 T388 C270 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2 [junit4] 2> 120304 T392 oash.SnapShooter.createSnapshot Creating backup snapshot... [junit4] 2> 120318 T392 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named> [junit4] 2> 120325 T388 C270 oass.SolrIndexSearcher.<init> Opening Searcher@45bc45bf[collection1] main [junit4] 2> 120325 T388 C270 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 120326 T390 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@45bc45bf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c63)))} [junit4] 2> 120326 T388 C270 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 48 [junit4] 2> 120380 T384 C270 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=2} status=0 QTime=5 [junit4] 2> 120424 T393 oash.SnapShooter.createSnapshot Creating backup snapshot... [junit4] 2> 120434 T393 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named> [junit4] 2> 120439 T386 C270 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=4 [junit4] 2> 121642 T388 C270 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=2} status=0 QTime=2 [junit4] 2> 121647 T395 oash.SnapShooter.createSnapshot Creating backup snapshot... [junit4] 2> 121658 T395 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named> [junit4] 2> 121661 T387 C270 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=7 [junit4] 2> 122825 T386 C270 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=2} status=0 QTime=2 [junit4] 2> 122832 T396 oash.SnapShooter.createSnapshot Creating backup snapshot... [junit4] 2> 122834 T385 C270 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 [junit4] 2> 122841 T396 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named> [junit4] 2> ASYNC NEW_CORE C271 name=collection1 org.apache.solr.core.SolrCore@59d0c87 [junit4] 2> 123995 T385 C271 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup&numberToKeep=2} status=0 QTime=4 [junit4] 2> 124013 T397 oash.SnapShooter.createSnapshot Creating backup snapshot... [junit4] 2> 124045 T397 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named> [junit4] 2> 124053 T388 C271 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 [junit4] 2> 125213 T379 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup [junit4] 2> 125230 T379 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1835655553 [junit4] 2> 125231 T379 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@59d0c87 [junit4] 2> 125231 T379 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=63,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0} [junit4] 2> 125232 T379 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 125232 T379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 125232 T379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 125235 T379 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4] 2> 125235 T379 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> 125235 T379 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\;done=false>>] [junit4] 2> 125235 T379 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\ [junit4] 2> 125235 T379 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\index;done=false>>] [junit4] 2> 125238 T379 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data\index [junit4] 2> 125240 T379 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4] 2> 125456 T379 oas.SolrTestCaseJ4.setUp ###Starting testBackupOnCommit [junit4] 2> 125461 T379 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1 [junit4] 2> 125488 T379 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 125495 T379 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64338 [junit4] 2> 125496 T379 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44 [junit4] 2> 125497 T379 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 125497 T379 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002 [junit4] 2> 125498 T379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\' [junit4] 2> 125553 T379 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\solr.xml [junit4] 2> 125601 T379 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\. [junit4] 2> 125602 T379 oasc.CoreContainer.<init> New CoreContainer 647877374 [junit4] 2> 125603 T379 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\] [junit4] 2> 125604 T379 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 125604 T379 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 125604 T379 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 125604 T379 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 125604 T379 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 125606 T379 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 125607 T379 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 125607 T379 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 125607 T379 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 125607 T379 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 125607 T379 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 125607 T379 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 125607 T379 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 125611 T379 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 125611 T379 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 125615 T379 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\. [junit4] 2> 125620 T379 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\ [junit4] 2> 125622 T379 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 125626 T407 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\' [junit4] 2> 125716 T407 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 125721 T407 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0 [junit4] 2> 125803 T407 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 125804 T407 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\conf\schema.xml [junit4] 2> 125821 T407 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 125834 T407 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 125834 T407 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\ [junit4] 2> 125834 T407 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 125838 T407 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\ [junit4] 2> 125838 T407 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 125839 T407 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\ [junit4] 2> 125839 T407 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\index/ [junit4] 2> 125839 T407 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\index' doesn't exist. Creating new index... [junit4] 2> 125844 T407 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\index [junit4] 2> 125846 T407 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=5.6083984375, floorSegmentMB=1.1044921875, forceMergeDeletesPctAllowed=9.986821892116751, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.47968699737871523 [junit4] 2> 125860 T407 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@7ede42ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1727ca69),segFN=segments_1,generation=1} [junit4] 2> 125860 T407 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 125862 T407 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 125862 T407 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 125864 T407 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 125865 T407 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 125865 T407 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 125865 T407 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler [junit4] 2> 125866 T407 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler [junit4] 2> 125866 T407 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 125866 T407 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler [junit4] 2> 125866 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler [junit4] 2> 125867 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler [junit4] 2> 125868 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler [junit4] 2> 125868 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler [junit4] 2> 125868 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler [junit4] 2> 125869 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler [junit4] 2> 125870 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler [junit4] 2> 125870 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler [junit4] 2> 125870 T407 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler [junit4] 2> 125870 T407 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 125877 T407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 125880 T407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 125883 T407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 125885 T407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 125885 T407 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 125887 T407 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 125887 T407 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 125888 T407 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 125888 T407 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@7ede42ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1727ca69),segFN=segments_1,generation=1} [junit4] 2> 125888 T407 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 125889 T407 oass.SolrIndexSearcher.<init> Opening Searcher@12b02b13[collection1] main [junit4] 2> 125889 T407 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\conf [junit4] 2> 125889 T407 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\conf} [junit4] 2> 125889 T407 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\.\collection1\conf [junit4] 2> 125893 T407 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 125893 T407 oash.ReplicationHandler.inform Replication enabled for following config files: schema-replication2.xml:schema.xml [junit4] 2> 125893 T407 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 125893 T407 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 125895 T379 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0 [junit4] 2> 125895 T379 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 125924 T408 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12b02b13[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> ASYNC NEW_CORE C272 name=collection1 org.apache.solr.core.SolrCore@38ed5306 [junit4] 2> 125925 T402 C272 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 125927 T402 C272 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 3 [junit4] 2> 125931 T402 C272 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 0 [junit4] 2> 125940 T405 C272 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 1 [junit4] 2> 125944 T405 C272 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0 [junit4] 2> 125949 T405 C272 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> ASYNC NEW_CORE C273 name=collection1 org.apache.solr.core.SolrCore@38ed5306 [junit4] 2> 125955 T405 C273 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@7ede42ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1727ca69),segFN=segments_1,generation=1} [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@7ede42ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1727ca69),segFN=segments_2,generation=2} [junit4] 2> 125996 T405 C273 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2 [junit4] 2> 126003 T410 oash.SnapShooter.createSnapshot Creating backup snapshot... [junit4] 2> 126012 T410 oash.SnapShooter.createSnapshot Done creating backup snapshot: <not named> [junit4] 2> 126016 T405 C273 oass.SolrIndexSearcher.<init> Opening Searcher@2bcc4b7c[collection1] main [junit4] 2> 126016 T405 C273 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 126019 T408 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2bcc4b7c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c3)))} [junit4] 2> 126019 T405 C273 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 71 [junit4] 2> 126025 T402 C273 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 [junit4] 2> 127181 T379 oas.SolrTestCaseJ4.tearDown ###Ending testBackupOnCommit [junit4] 2> 127197 T379 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=647877374 [junit4] 2> 127200 T379 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@38ed5306 [junit4] 2> 127200 T379 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0} [junit4] 2> 127201 T379 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 127202 T379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 127202 T379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 127204 T379 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4] 2> 127204 T379 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> 127204 T379 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\;done=false>>] [junit4] 2> 127208 T379 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\ [junit4] 2> 127208 T379 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\index;done=false>>] [junit4] 2> 127208 T379 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data\index [junit4] 2> 127212 T379 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4] 2> 127420 T379 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {name=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=DefaultSimilarity, locale=no, timezone=Etc/GMT0 [junit4] 2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=23387864,total=51085312 [junit4] 2> NOTE: All tests run in this JVM: [TestBinaryField, TestWordDelimiterFilterFactory, SolrCmdDistributorTest, TestInitParams, PathHierarchyTokenizerFactoryTest, TestQuerySenderListener, AnalyticsMergeStrategyTest, TestRangeQuery, TestJoin, SimpleFacetsTest, TestCloudManagedSchema, TestPHPSerializedResponseWriter, DateFieldTest, TestPartialUpdateDeduplication, TestReplicationHandlerBackup] [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestReplicationHandlerBackup -Dtests.seed=CBBEBBC9769B8805 -Dtests.slow=true -Dtests.locale=no -Dtests.timezone=Etc/GMT0 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [junit4] ERROR 0.00s | TestReplicationHandlerBackup (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\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1 [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002 [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1 [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001 [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001\collection1\data [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-001 [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002\collection1\data [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001\solr-instance-002 [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup CBBEBBC9769B8805-001 [junit4] > at __randomizedtesting.SeedInfo.seed([CBBEBBC9769B8805]:0) [junit4] > at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] Completed in 8.15s, 2 tests, 1 error <<< FAILURES! [...truncated 11 lines...] [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest [junit4] 2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\init-core-data-001 [junit4] 2> 152294 T480 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 152325 T480 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 152326 T481 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 152410 T480 oasc.ZkTestServer.run start zk server on port:64348 [junit4] 2> 152410 T480 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 152412 T480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 152417 T488 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@689353d9 name:ZooKeeperConnection Watcher:127.0.0.1:64348 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 152417 T480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 152418 T480 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 152418 T480 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 152427 T480 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 152428 T480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 152430 T491 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b238c04 name:ZooKeeperConnection Watcher:127.0.0.1:64348/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 152431 T480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 152432 T480 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 152432 T480 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 152440 T480 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 152448 T480 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 152460 T480 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 152464 T480 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> 152464 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 152468 T480 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml [junit4] 2> 152468 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 152476 T480 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> 152477 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 152480 T480 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> 152480 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 152484 T480 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> 152484 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 152491 T480 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> 152491 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 152495 T480 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> 152496 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 152499 T480 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> 152499 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 152502 T480 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> 152503 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 152507 T480 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> 152507 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 152511 T480 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> 152511 T480 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 152516 T482 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b96ab13bb0001, 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> 153817 T480 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\control-001\cores\collection1 [junit4] 2> 153822 T480 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 153829 T480 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64356 [junit4] 2> 153830 T480 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44 [junit4] 2> 153830 T480 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 153830 T480 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\control-001 [junit4] 2> 153830 T480 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\control-001\' [junit4] 2> 153861 T480 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\control-001\solr.xml [junit4] 2> 153872 T480 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\control-001\cores [junit4] 2> 153874 T480 oasc.CoreContainer.<init> New CoreContainer 1968874948 [junit4] 2> 153874 T480 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CBBEBBC9769B8805-001\control-001\] [junit4] 2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 153874 T480 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 153876 T480 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 153876 T480 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 153876 T480 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 153876 T480 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 153876 T480 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:64348/solr [junit4] 2> 153877 T480 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 153877 T480 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 153879 T480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 153882 T503 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fe71aa2 name:ZooKeeperConnection Watcher:127.0.0.1:64348 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 153883 T480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 153883 T480 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 153889 T480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 153892 T506 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7316bdbf name:ZooKeeperConnection Watcher:127.0.0.1:64348/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 153892 T480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 153895 T480 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 153900 T480 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 153904 T480 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 153908 T480 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 153911 T480 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 153915 T480 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 153917 T480 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64355_ [junit4] 2> 153918 T480 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:64355_ [junit4] 2> 153921 T480 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 153924 T480 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 153927 T480 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 153930 T480 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:64355_ [junit4] 2> 153931 T480 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 153934 T480 oasc.Overseer.start Overseer (id=93333878805823491-127.0.0.1:64355_-n_0000000000) starting [junit4] 2> 153937 T480 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 153949 T480 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 153950 T508 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 153952 T480 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 153955 T480 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 153957 T480 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 153967 T480 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\t [...truncated too long message...] 50(blocksize=128))), intDefault=PostingsFormat(name=Memory doPackFST= true), n_td1=PostingsFormat(name=Memory doPackFST= true), n_d1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_f1=PostingsFormat(name=Memory doPackFST= true), n_tl1=PostingsFormat(name=Memory doPackFST= true), oddField_s=Lucene50(blocksize=128), n_tf1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=Lucene50(blocksize=128), text=PostingsFormat(name=LuceneFixedGap), timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_dt1=PostingsFormat(name=Memory doPackFST= true), a_i1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_ti1=Lucene50(blocksize=128), rnd_b=Lucene50(blocksize=128), _version_=PostingsFormat(name=Memory doPackFST= true), foo_b=PostingsFormat(name=LuceneFixedGap), n_tdt1=PostingsFormat(name=Memory doPackFST= true), foo_d=Lucene50(blocksize=128), foo_f=PostingsFormat(name=LuceneFixedGap)}, docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=es_GT, timezone=Asia/Muscat [junit4] 2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=172882320,total=519438336 [junit4] 2> NOTE: All tests run in this JVM: [TestBinaryField, TestWordDelimiterFilterFactory, SolrCmdDistributorTest, TestInitParams, PathHierarchyTokenizerFactoryTest, TestQuerySenderListener, AnalyticsMergeStrategyTest, TestRangeQuery, TestJoin, SimpleFacetsTest, TestCloudManagedSchema, TestPHPSerializedResponseWriter, DateFieldTest, TestPartialUpdateDeduplication, TestReplicationHandlerBackup, TestSolrQueryParserResource, SolrPluginUtilsTest, TestStressVersions, ReplicationFactorTest, TestBlendedInfixSuggestions, BufferStoreTest, TestObjectReleaseTracker, BasicZkTest, MergeStrategyTest, ConvertedLegacyTest, ResourceLoaderTest, TestUniqueKeyFieldResource, NotRequiredUniqueKeyTest, ChaosMonkeySafeLeaderTest, CloudExitableDirectoryReaderTest, DistributedQueueTest, NoCacheHeaderTest, OpenExchangeRatesOrgProviderTest, TestExpandComponent, TestFreeTextSuggestions, TestLeaderElectionZkExpiry, TestManagedResource, TestFoldingMultitermQuery, SpellingQueryConverterTest, ShardRoutingCustomTest, SpellCheckComponentTest, FullSolrCloudDistribCmdsTest, TestSearchPerf, CoreAdminCreateDiscoverTest, SampleTest, CollectionsAPIAsyncDistributedZkTest, SOLR749Test, XmlUpdateRequestHandlerTest, TestSolrQueryParserDefaultOperatorResource, MultiTermTest, ZkControllerTest, TestXIncludeConfig, TestStandardQParsers, FacetPivotSmallTest, LeaderFailoverAfterPartitionTest, TestReplicaProperties, TestLMDirichletSimilarityFactory, DistribJoinFromCollectionTest, SimpleMLTQParserTest, TermVectorComponentDistributedTest, AssignTest, TestSimpleQParserPlugin, DirectUpdateHandlerOptimizeTest, TestRTGBase, RemoteQueryErrorTest, SharedFSAutoReplicaFailoverUtilsTest, AddBlockUpdateTest, StandardRequestHandlerTest, DistributedFacetPivotWhiteBoxTest, TestFieldTypeCollectionResource, PluginInfoTest, UUIDFieldTest, LeaderElectionIntegrationTest, HdfsUnloadDistributedZkTest, ExternalFileFieldSortTest, SharedFSAutoReplicaFailoverTest, TestOrdValues, TestReRankQParserPlugin, SolrInfoMBeanTest, AliasIntegrationTest, HdfsSyncSliceTest, TestCodecSupport, TestManagedSchemaFieldResource, TestJmxIntegration, IgnoreCommitOptimizeUpdateProcessorFactoryTest, EnumFieldTest, TestValueSourceCache, RollingRestartTest, StressHdfsTest, CoreAdminRequestStatusTest, TestTolerantSearch, PingRequestHandlerTest, UpdateRequestProcessorFactoryTest, OverseerCollectionProcessorTest, TestCSVResponseWriter, VMParamsZkACLAndCredentialsProvidersTest, TestMissingGroups, BadComponentTest, DistribCursorPagingTest, TestBinaryResponseWriter, TestDistributedMissingSort, DirectSolrConnectionTest, BadCopyFieldTest, TestFieldResource, SignatureUpdateProcessorFactoryTest, PreAnalyzedFieldTest, TestChildDocTransformer, TestLMJelinekMercerSimilarityFactory, DeleteShardTest, ClusterStateTest, OverseerStatusTest, TestInitQParser, DocExpirationUpdateProcessorFactoryTest, TriLevelCompositeIdRoutingTest, OverseerTest, InfoHandlerTest, TestFaceting, HdfsWriteToMultipleCollectionsTest, ActionThrottleTest, ShardRoutingTest, DistanceFunctionTest, LeaderElectionTest, ResponseLogComponentTest, TestQuerySenderNoQuery, TestHighFrequencyDictionaryFactory, SystemInfoHandlerTest, TestUpdate, OutputWriterTest, HdfsRecoveryZkTest, ZkSolrClientTest, TestManagedSynonymFilterFactory, DeleteInactiveReplicaTest, AtomicUpdatesTest, TestDistributedGrouping, TestPerFieldSimilarity, TestSolrConfigHandler, IndexSchemaRuntimeFieldTest, TestSweetSpotSimilarityFactory, TestFastWriter, TestLFUCache, QueryResultKeyTest, OpenCloseCoreStressTest, TestFieldTypeResource, TestRandomMergePolicy, TestReloadAndDeleteDocs, TestCloudPivotFacet, ZkNodePropsTest, UniqFieldsUpdateProcessorFactoryTest, CurrencyFieldOpenExchangeTest, TestCSVLoader, CurrencyFieldXmlFileTest, URLClassifyProcessorTest, TestIntervalFaceting, AnalysisAfterCoreReloadTest, TestLuceneMatchVersion, TestIndexSearcher, SpatialHeatmapFacetsTest, DistributedExpandComponentTest, HdfsDirectoryFactoryTest, RecoveryZkTest, SolrXmlInZkTest, TestSuggestSpellingConverter, TestCollapseQParserPlugin, MigrateRouteKeyTest, AsyncMigrateRouteKeyTest, TestManagedSchemaDynamicFieldResource, RecoveryAfterSoftCommitTest, TestSolrConfigHandlerConcurrent, TestUtils, TestSort, AddSchemaFieldsUpdateProcessorFactoryTest, DistanceUnitsTest, TestCoreDiscovery, BadIndexSchemaTest, TestSolrDeletionPolicy1, JSONWriterTest, PolyFieldTest, TestComplexPhraseQParserPlugin, AlternateDirectoryTest, TestNonDefinedSimilarityFactory, DistributedIntervalFacetingTest, RequiredFieldsTest, TestSchemaNameResource, OverriddenZkACLAndCredentialsProvidersTest, TestDistributedSearch, TestCoreContainer, HighlighterMaxOffsetTest, ExternalCollectionsTest, TestClusterStateMutator, TestRecovery, SpatialFilterTest, TestSystemIdResolver, AnalysisErrorHandlingTest, TestConfig, TestArbitraryIndexDir, FileBasedSpellCheckerTest, CopyFieldTest, SolrTestCaseJ4Test, TestQueryTypes, ExitableDirectoryReaderTest, CloudMLTQParserTest, QueryParsingTest, TestImplicitCoreProperties, StatelessScriptUpdateProcessorFactoryTest, TestBlobHandler, TimeZoneUtilsTest, TestLRUStatsCache, ResponseHeaderTest, ChaosMonkeyNothingIsSafeTest, TestStressRecovery, TestDocSet, SolrRequestParserTest, TestCloudSchemaless, DistributedFacetPivotSmallAdvancedTest, TestCustomSort, TestSchemaManager, LeaderInitiatedRecoveryOnCommitTest, ShardSplitTest, TestFieldCollectionResource, TestSchemaSimilarityResource, SolrCoreCheckLockOnStartupTest, DocumentBuilderTest, HighlighterConfigTest, TestStressLucene, AnalyticsQueryTest, BinaryUpdateRequestHandlerTest, BasicDistributedZkTest, BasicDistributedZk2Test] [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=BasicDistributedZk2Test -Dtests.seed=CBBEBBC9769B8805 -Dtests.slow=true -Dtests.locale=es_GT -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [junit4] ERROR 0.00s | BasicDistributedZk2Test (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\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001\tempDir-002: java.nio.file.AccessDeniedException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001\tempDir-002 [junit4] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test CBBEBBC9769B8805-001 [junit4] > at __randomizedtesting.SeedInfo.seed([CBBEBBC9769B8805]:0) [junit4] > at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] Completed in 64.46s, 1 test, 1 error <<< FAILURES! [...truncated 741 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:508: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1368: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:975: There were test failures: 466 suites, 1863 tests, 2 suite-level errors, 1 error, 55 ignored (30 assumptions) Total time: 120 minutes 5 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org