Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4382/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([DD8D2F39CEEBAFA]:0)


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
 DD8D2F39CEEBAFA-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
 DD8D2F39CEEBAFA-001\tempDir-002    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 DD8D2F39CEEBAFA-001: java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 DD8D2F39CEEBAFA-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
 DD8D2F39CEEBAFA-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
 DD8D2F39CEEBAFA-001\tempDir-002
   
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 DD8D2F39CEEBAFA-001: java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 DD8D2F39CEEBAFA-001

        at __randomizedtesting.SeedInfo.seed([DD8D2F39CEEBAFA]: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.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.http.NoHttpResponseException: The target server failed to respond
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
        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.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)
        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$2.call(CloudSolrClient.java:546)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([DD8D2F39CEEBAFA]:0)




Build Log:
[...truncated 9594 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
 DD8D2F39CEEBAFA-001\init-core-data-001
   [junit4]   2> 672174 T2795 oas.SolrTestCaseJ4.setUp ###Starting doTestBackup
   [junit4]   2> 672176 T2795 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
 DD8D2F39CEEBAFA-001\solr-instance-001\collection1
   [junit4]   2> 672189 T2795 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 672203 T2795 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:60888
   [junit4]   2> 672204 T2795 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 672204 T2795 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 672204 T2795 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
 DD8D2F39CEEBAFA-001\solr-instance-001
   [junit4]   2> 672204 T2795 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
 DD8D2F39CEEBAFA-001\solr-instance-001\'
   [junit4]   2> 672227 T2795 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
 DD8D2F39CEEBAFA-001\solr-instance-001\solr.xml
   [junit4]   2> 672233 T2795 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
 DD8D2F39CEEBAFA-001\solr-instance-001\.
   [junit4]   2> 672233 T2795 oasc.CoreContainer.<init> New CoreContainer 
235388342
   [junit4]   2> 672233 T2795 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
 DD8D2F39CEEBAFA-001\solr-instance-001\]
   [junit4]   2> 672234 T2795 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 672234 T2795 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 672235 T2795 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 672236 T2795 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 672236 T2795 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 672236 T2795 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 672237 T2795 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 672237 T2795 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 672237 T2795 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
 DD8D2F39CEEBAFA-001\solr-instance-001\.
   [junit4]   2> 672239 T2795 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
 DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\
   [junit4]   2> 672241 T2795 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 672241 T2805 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
 DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\'
   [junit4]   2> 672266 T2805 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 672269 T2805 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.1.0
   [junit4]   2> 672273 T2805 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 672273 T2805 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
 DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 672276 T2805 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 672279 T2805 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 672279 T2805 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
 DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\
   [junit4]   2> 672279 T2805 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 672281 T2805 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
 DD8D2F39CEEBAFA-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
 DD8D2F39CEEBAFA-001\solr-instance-001\collection1\data\
   [junit4]   2> 672281 T2805 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 672281 T2805 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
 DD8D2F39CEEBAFA-001\solr-instance-001\collection1\data\
   [junit4]   2> 672281 T2805 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
 DD8D2F39CEEBAFA-001\solr-instance-001\collection1\data\index/
   [junit4]   2> 672281 T2805 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
 DD8D2F39CEEBAFA-001\solr-instance-001\collection1\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 672281 T2805 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
 DD8D2F39CEEBAFA-001\solr-instance-001\collection1\data\index
   [junit4]   2> 672287 T2805 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@75059367
   [junit4]   2> 672288 T2805 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@4421f8b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62b2ac5e),segFN=segments_1,generation=1}
   [junit4]   2> 672288 T2805 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 672289 T2805 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 672289 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 672289 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 672289 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 672289 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 672290 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 672290 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 672298 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 672298 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 672298 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 672298 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 672298 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 672299 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 672299 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 672299 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 672299 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 672300 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 672300 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 672300 T2805 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 672303 T2805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 672304 T2805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 672304 T2805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 672305 T2805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 672306 T2805 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 672306 T2805 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 672306 T2805 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 672306 T2805 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.30929018745718206]
   [junit4]   2> 672306 T2805 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@4421f8b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62b2ac5e),segFN=segments_1,generation=1}
   [junit4]   2> 672307 T2805 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 672307 T2805 oass.SolrIndexSearcher.<init> Opening 
Searcher@27ff06e4[collection1] main
   [junit4]   2> 672307 T2805 
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
 DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 672308 T2805 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
 DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 672308 T2805 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
 DD8D2F39CEEBAFA-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 672308 T2805 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 672308 T2805 oash.ReplicationHandler.inform Replication 
enabled for following config files: schema-replication2.xml:schema.xml
   [junit4]   2> 672308 T2805 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 672308 T2806 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@27ff06e4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 672308 T2805 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 672309 T2795 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 672309 T2795 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C460 name=collection1 
org.apache.solr.core.SolrCore@1d49d5f2
   [junit4]   2> 672311 T2804 C460 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 672312 T2804 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{deleteByQuery=*:*} 0 1
   [junit4]   2> 672314 T2801 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 
0 1
   [junit4]   2> 672316 T2803 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 
0 0
   [junit4]   2> 672319 T2802 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 
0 0
   [junit4]   2> 672321 T2800 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 
0 0
   [junit4]   2> 672323 T2798 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 
0 0
   [junit4]   2> 672325 T2804 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 
0 0
   [junit4]   2> 672330 T2801 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 
0 1
   [junit4]   2> 672331 T2803 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 
0 0
   [junit4]   2> 672333 T2802 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 
0 0
   [junit4]   2> 672337 T2800 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 
0 0
   [junit4]   2> 672339 T2798 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[10]} 0 0
   [junit4]   2> 672340 T2804 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[11]} 0 0
   [junit4]   2> 672342 T2801 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[12]} 0 0
   [junit4]   2> 672344 T2803 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[13]} 0 0
   [junit4]   2> 672346 T2802 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[14]} 0 0
   [junit4]   2> 672348 T2800 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[15]} 0 0
   [junit4]   2> 672350 T2798 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[16]} 0 0
   [junit4]   2> 672352 T2804 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[17]} 0 0
   [junit4]   2> 672354 T2801 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[18]} 0 0
   [junit4]   2> 672357 T2803 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[19]} 0 0
   [junit4]   2> 672360 T2802 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[20]} 0 0
   [junit4]   2> 672361 T2800 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[21]} 0 0
   [junit4]   2> 672364 T2798 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[22]} 0 0
   [junit4]   2> 672366 T2804 C460 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 672368 T2804 C460 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@4421f8b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62b2ac5e),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@4421f8b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62b2ac5e),segFN=segments_2,generation=2}
   [junit4]   2> 672369 T2804 C460 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 672381 T2808 oash.SnapShooter.createSnapshot Creating backup 
snapshot...
   [junit4]   2> 672392 T2804 C460 oass.SolrIndexSearcher.<init> Opening 
Searcher@7b1fb51a[collection1] main
   [junit4]   2> 672392 T2804 C460 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 672392 T2806 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@7b1fb51a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c23)))}
   [junit4]   2> 672392 T2804 C460 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 27
   [junit4]   2> 672393 T2808 oash.SnapShooter.createSnapshot Done creating 
backup snapshot: <not named>
   [junit4]   2> 672492 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={name=eeq&command=backup} status=0 
QTime=8 
   [junit4]   2> 672492 T2809 oash.SnapShooter.createSnapshot Creating backup 
snapshot...
   [junit4]   2> 672500 T2809 oash.SnapShooter.createSnapshot Done creating 
backup snapshot: eeq
   [junit4]   2> 672512 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 673202 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={name=oiqkrzrklynx&command=backup} 
status=0 QTime=1 
   [junit4]   2> 673203 T2811 oash.SnapShooter.createSnapshot Creating backup 
snapshot...
   [junit4]   2> 673205 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 673209 T2811 oash.SnapShooter.createSnapshot Done creating 
backup snapshot: oiqkrzrklynx
   [junit4]   2> 673886 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={name=odfsgoltcxneuhyenrp&command=backup} 
status=0 QTime=2 
   [junit4]   2> 673886 T2812 oash.SnapShooter.createSnapshot Creating backup 
snapshot...
   [junit4]   2> 673892 T2812 oash.SnapShooter.createSnapshot Done creating 
backup snapshot: odfsgoltcxneuhyenrp
   [junit4]   2> 673893 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 674574 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={name=rkmzuudlirieekv&command=backup} 
status=0 QTime=2 
   [junit4]   2> 674575 T2813 oash.SnapShooter.createSnapshot Creating backup 
snapshot...
   [junit4]   2> 674581 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=4 
   [junit4]   2> 674584 T2813 oash.SnapShooter.createSnapshot Done creating 
backup snapshot: rkmzuudlirieekv
   [junit4]   2> 675271 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={name=eeq&command=deletebackup} status=0 
QTime=7 
   [junit4]   2> 675272 T2814 oash.SnapShooter.deleteNamedSnapshot Deleting 
snapshot: eeq
   [junit4]   2> 675277 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 675952 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={name=oiqkrzrklynx&command=deletebackup} 
status=0 QTime=1 
   [junit4]   2> 675952 T2815 oash.SnapShooter.deleteNamedSnapshot Deleting 
snapshot: oiqkrzrklynx
   [junit4]   2> 675955 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676092 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676229 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676376 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676527 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676677 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676830 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 676980 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 677130 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 677282 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 677433 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 677584 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 677735 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 677885 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 678036 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 678188 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 678339 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 678490 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 678641 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 678791 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 678941 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 679091 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 679245 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 679396 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 679546 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 679695 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 679846 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 679996 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 680145 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 680296 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 680447 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 680598 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 680749 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 680899 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 681050 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 681202 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 681352 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 681503 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 681653 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 681803 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 681953 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 682104 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 682255 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 682404 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 682555 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 682706 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 682857 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 683007 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 683157 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 683308 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 683458 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 683607 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 683768 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 683933 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 684098 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 684263 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 684427 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 684593 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 684758 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 684923 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 685088 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 685254 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 685422 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 685586 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 685751 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 685917 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 686082 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 686246 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 686412 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 686576 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 686741 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 686905 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 687070 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 687234 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 687399 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 687564 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 687728 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 687893 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 688057 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 688222 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 688387 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 688552 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 688718 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 688882 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 689046 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 689213 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 689377 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 689542 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 689706 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 689871 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 690036 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 690200 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 690365 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 690532 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 690696 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 690861 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 691027 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 691192 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 691356 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 691521 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 691686 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 691857 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 692038 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 692219 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 692401 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 692582 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 692762 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 692943 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 693124 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 693305 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 693486 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 693667 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 693849 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 694031 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 694212 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 694394 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 694575 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 694756 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 694938 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 695120 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 695302 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 695484 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 695667 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 695849 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 696030 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 696211 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 696392 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 696573 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 696754 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 696935 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 697115 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 697297 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 697478 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 697660 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 697841 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 698022 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 698203 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 698384 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 698565 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 698746 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 698927 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 699108 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 699288 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 699469 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 699650 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 699832 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 700013 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 700194 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 700375 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 700556 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 700737 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 700936 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 701135 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 701334 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 701533 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 701732 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 701931 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 702130 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 702329 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 702528 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 702727 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 702926 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 703126 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 703324 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 703523 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 703722 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 703921 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 704120 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 704319 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 704518 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 704717 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 704916 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 705115 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 705314 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 705513 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 705713 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 705913 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 706113 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 706314 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 706513 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 706713 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 706912 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 707112 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 707311 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 707510 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 707710 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 707910 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 708109 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 708309 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 708508 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 708708 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 708908 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 709108 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 709309 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 709509 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 709709 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 709909 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 710108 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 710308 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 710508 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 710721 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 710942 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 711162 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 711385 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 711604 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 711824 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 712045 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 712267 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 712487 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 712706 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 712925 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 713145 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 713364 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 713583 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 713803 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 714023 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 714243 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 714463 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 714682 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 714905 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 715125 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 715343 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 715563 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 715786 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=3 
   [junit4]   2> 716007 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 716226 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 716444 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 716665 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 716885 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 717104 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 717324 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 717544 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 717763 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 717983 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 718203 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 718422 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 718643 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 718862 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 719081 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 719300 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 719519 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 719738 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 719957 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 720176 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 720395 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 720614 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 720832 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 721052 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 721303 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 721529 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 721748 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 721970 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 722211 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 722454 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 722695 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 722939 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 723181 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 723426 T2802 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=4 
   [junit4]   2> 723667 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 723906 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 724147 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 724388 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 724629 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 724881 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=10 
   [junit4]   2> 725122 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 725364 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 725606 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 725848 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 726090 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 726331 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 726573 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 726814 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 727056 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 727298 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 727539 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 727781 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 728023 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 728264 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 728506 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 728747 T2798 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 728989 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 729231 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 729473 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 729714 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 729954 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 730194 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 730445 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=9 
   [junit4]   2> 730685 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 730927 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 731168 T2803 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 731409 T2800 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 731650 T2804 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 731891 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 732133 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 732375 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 732615 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 732856 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 733097 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 733338 T2801 C460 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C461 name=collection1 
org.apache.solr.core.SolrCore@1d49d5f2
   [junit4]   2> 733602 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 733843 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 734105 T2803 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 734370 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 734634 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 734901 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 735175 T2804 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 735437 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 735703 T2803 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 735969 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 736249 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 736517 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 736782 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 737049 T2803 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 737317 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 737583 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 737849 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 738114 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 738379 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 738645 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 738910 T2804 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 739174 T2804 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 739438 T2804 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 739705 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 739973 T2803 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 740238 T2803 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 740507 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 740772 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 741037 T2804 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 741302 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 741567 T2803 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 741834 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 742102 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 742372 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 742638 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 742906 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 743170 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 743436 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 743702 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 743967 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 744235 T2803 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 744500 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 744765 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 745028 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 745293 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 745559 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 745825 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 746090 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 746355 T2803 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 746620 T2804 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 746886 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 747174 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 747467 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 747758 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 748052 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 748344 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 748638 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 748929 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 749222 T2804 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 749515 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 749806 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 750098 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 750390 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 750685 T2803 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 750977 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 751269 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 751560 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 751853 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 752146 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 752437 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 752730 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 753021 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 753316 T2801 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 753606 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 753897 T2804 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 754188 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 754488 T2803 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=7 
   [junit4]   2> 754787 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=2 
   [junit4]   2> 755078 T2800 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 755371 T2804 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 755665 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 755957 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 756249 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 756542 T2798 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 756835 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 757131 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 757423 T2802 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 757715 T2804 C461 oasc.SolrCore.execute [collection1] 
webapp=/solr pa

[...truncated too long message...]

collection1/leader_elect/shard1/election/93321358345175052-core_node4-n_0000000001
   [junit4]   2>                3       
/solr/overseer_elect/election/93321358345175046-127.0.0.1:49550_-n_0000000001
   [junit4]   2>                3       
/solr/overseer_elect/election/93321358345175052-127.0.0.1:49578_-n_0000000004
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                10      /solr/live_nodes
   [junit4]   2>                3       /solr/overseer/queue
   [junit4]   2>                3       /solr/overseer/collection-queue-work
   [junit4]   2>        
   [junit4]   2> 10606505 T12591 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{other_tl1=BlockTreeOrds(blocksize=128), 
SubjectTerms_mfacet=BlockTreeOrds(blocksize=128), n_l1=Lucene50(blocksize=128), 
multiDefault=Lucene50(blocksize=128), intDefault=BlockTreeOrds(blocksize=128), 
n_td1=BlockTreeOrds(blocksize=128), n_d1=Lucene50(blocksize=128), 
range_facet_l=Lucene50(blocksize=128), n_f1=BlockTreeOrds(blocksize=128), 
n_tl1=BlockTreeOrds(blocksize=128), oddField_s=FST50, 
n_tf1=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128), id=FST50, 
text=FSTOrd50, timestamp=Lucene50(blocksize=128), 
n_dt1=BlockTreeOrds(blocksize=128), a_i1=Lucene50(blocksize=128), n_ti1=FST50, 
rnd_b=FST50, _version_=BlockTreeOrds(blocksize=128), foo_b=FSTOrd50, 
n_tdt1=BlockTreeOrds(blocksize=128), foo_d=FST50, foo_f=FSTOrd50}, 
docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=DefaultSimilarity, 
locale=es_UY, timezone=Asia/Singapore
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 
(64-bit)/cpus=2,threads=1,free=246569488,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedDebugComponentTest, DOMUtilTest, NoCacheHeaderTest, 
CurrencyFieldOpenExchangeTest, HdfsCollectionsAPIDistributedZkTest, 
TestConfigReload, TestReRankQParserPlugin, TestCloudPivotFacet, 
TestFoldingMultitermQuery, BadComponentTest, TestDocumentBuilder, 
ResponseLogComponentTest, OverseerStatusTest, LeaderElectionTest, 
TestSolrDeletionPolicy2, ReturnFieldsTest, TestBadConfig, TermsComponentTest, 
TestWordDelimiterFilterFactory, TestSolr4Spatial2, TestFastWriter, 
CacheHeaderTest, SolrCmdDistributorTest, TestQueryTypes, 
TestDistributedGrouping, PreAnalyzedUpdateProcessorTest, 
TestQuerySenderListener, IndexSchemaRuntimeFieldTest, DisMaxRequestHandlerTest, 
TestManagedSchema, HdfsBasicDistributedZk2Test, FileUtilsTest, 
DistribDocExpirationUpdateProcessorTest, SharedFSAutoReplicaFailoverTest, 
TestFaceting, FieldAnalysisRequestHandlerTest, TestCollationFieldDocValues, 
TestCollapseQParserPlugin, AnalyticsQueryTest, HdfsLockFactoryTest, 
MergeStrategyTest, TestBlendedInfixSuggestions, TestRecoveryHdfs, 
RequestHandlersTest, OverseerRolesTest, TestManagedStopFilterFactory, 
PreAnalyzedFieldTest, TestStressVersions, TimeZoneUtilsTest, 
DistributedFacetPivotWhiteBoxTest, DateFieldTest, TestJmxMonitoredMap, 
CoreAdminHandlerTest, TestSolrConfigHandler, CursorMarkTest, TestReload, 
HdfsBasicDistributedZkTest, TestSolrDeletionPolicy1, SimpleMLTQParserTest, 
ZkStateWriterTest, TestDocBasedVersionConstraints, TestHighlightDedupGrouping, 
TestCopyFieldCollectionResource, CopyFieldTest, 
DocumentAnalysisRequestHandlerTest, TestAnalyzeInfixSuggestions, 
TestQuerySenderNoQuery, DistributedQueryElevationComponentTest, 
DeleteReplicaTest, TestRestManager, SolrPluginUtilsTest, 
TestObjectReleaseTracker, SpellingQueryConverterTest, TestCloudInspectUtil, 
DistribJoinFromCollectionTest, TestSolrQueryParserDefaultOperatorResource, 
HighlighterTest, TestZkChroot, TestInitParams, TestInitQParser, TestFiltering, 
IndexBasedSpellCheckerTest, MinimalSchemaTest, TestOrdValues, 
TestDistributedMissingSort, AnalysisErrorHandlingTest, 
TestHighFrequencyDictionaryFactory, TestRTGBase, TestReplicationHandlerBackup, 
TestManagedResource, HdfsChaosMonkeySafeLeaderTest, 
ChaosMonkeyNothingIsSafeTest, CloudExitableDirectoryReaderTest, 
ResponseHeaderTest, DistributedQueryComponentOptimizationTest, 
TestPhraseSuggestions, URLClassifyProcessorTest, TestMaxScoreQueryParser, 
LoggingHandlerTest, DocValuesTest, OverseerTest, MultiTermTest, 
DistanceUnitsTest, TestValueSourceCache, TestSchemaVersionResource, 
ShardRoutingCustomTest, TestManagedSchemaFieldTypeResource, 
VMParamsZkACLAndCredentialsProvidersTest, QueryParsingTest, 
TestExpandComponent, TestLMDirichletSimilarityFactory, RequestLoggingTest, 
TestSolrDynamicMBean, SolrCoreCheckLockOnStartupTest, BufferStoreTest, 
TestRawResponseWriter, TestFieldResource, TestSerializedLuceneMatchVersion, 
TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, UUIDFieldTest, 
DateMathParserTest, SuggesterFSTTest, TestDistributedSearch, 
SuggestComponentTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
OverseerCollectionProcessorTest, TestAddFieldRealTimeGet, SolrCoreTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, BlockCacheTest, 
DistributedFacetPivotSmallAdvancedTest, TestSolrConfigHandlerConcurrent, 
SharedFSAutoReplicaFailoverUtilsTest, ZkCLITest, TestSolr4Spatial, 
SimplePostToolTest, TestSortingResponseWriter, TestLRUCache, MBeansHandlerTest, 
TestStandardQParsers, SSLMigrationTest, TestExactSharedStatsCache, 
TestConfigOverlay, TestUpdate, HdfsWriteToMultipleCollectionsTest, 
TermVectorComponentDistributedTest, TestElisionMultitermQuery, TestJoin, 
OverriddenZkACLAndCredentialsProvidersTest, MultiThreadedOCPTest, 
AsyncMigrateRouteKeyTest, ShardSplitTest, TestDefaultSimilarityFactory, 
NotRequiredUniqueKeyTest, SchemaVersionSpecificBehaviorTest, TestSchemaManager, 
QueryEqualityTest, ScriptEngineTest, TestWriterPerf, 
FullSolrCloudDistribCmdsTest, AnalysisAfterCoreReloadTest, MigrateRouteKeyTest, 
TestBinaryField, TestCursorMarkWithoutUniqueKey, TestCodecSupport, 
SaslZkACLProviderTest, DistributedQueueTest, TestDocSet, InfoHandlerTest, 
BasicDistributedZkTest, TestShortCircuitedRequests, DistanceFunctionTest, 
MoreLikeThisHandlerTest, IndexSchemaTest, ZkSolrClientTest, 
DirectSolrSpellCheckerTest, TestNRTOpen, TestCustomSort, TestRebalanceLeaders, 
TestDistribDocBasedVersion, SystemInfoHandlerTest, TestFieldCollectionResource, 
AliasIntegrationTest, ReplicationFactorTest, TestAtomicUpdateErrorCases, 
SpatialHeatmapFacetsTest, DebugComponentTest, TestReplicationHandler, 
TestCoreDiscovery, TestLazyCores, SOLR749Test, ConvertedLegacyTest, 
OpenExchangeRatesOrgProviderTest, UpdateRequestProcessorFactoryTest, TestSolrJ, 
LeaderFailoverAfterPartitionTest, TestClusterStateMutator, 
UniqFieldsUpdateProcessorFactoryTest, TestBM25SimilarityFactory, TestUtils, 
DateRangeFieldTest, TestInfoStreamLogging, SyncSliceTest, 
ExternalFileFieldSortTest, DocumentBuilderTest, 
TestNonDefinedSimilarityFactory, SortByFunctionTest, 
DistributedFacetPivotLongTailTest, TestStressLucene, TestRemoteStreaming, 
BasicFunctionalityTest, SuggesterWFSTTest, TriLevelCompositeIdRoutingTest, 
CoreAdminCreateDiscoverTest, TestIntervalFaceting, SampleTest, 
AtomicUpdatesTest, TestSolrQueryParserResource, 
TestCloudManagedSchemaConcurrent, TestGroupingSearch, TermVectorComponentTest, 
SolrIndexConfigTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=BasicDistributedZk2Test -Dtests.seed=DD8D2F39CEEBAFA 
-Dtests.slow=true -Dtests.locale=es_UY -Dtests.timezone=Asia/Singapore 
-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
 DD8D2F39CEEBAFA-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
 DD8D2F39CEEBAFA-001\tempDir-002
   [junit4]    >    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 DD8D2F39CEEBAFA-001: java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 DD8D2F39CEEBAFA-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DD8D2F39CEEBAFA]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 69.14s, 1 test, 1 error <<< FAILURES!

[...truncated 737 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, 1862 tests, 2 suite-level errors, 2 
errors, 55 ignored (30 assumptions)

Total time: 249 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 
-XX:-UseCompressedOops -XX:+UseG1GC
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

Reply via email to