Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/331/
Java: 32bit/jdk1.8.0_92 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
[index.20160720112945206, index.20160720113009129, index.properties, 
replication.properties] expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: [index.20160720112945206, index.20160720113009129, 
index.properties, replication.properties] expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([45FED61E52539376:9E55D6D8577BFAC5]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.handler.TestReplicationHandler.checkForSingleIndex(TestReplicationHandler.java:907)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:874)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestLocalFSCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
        at 
__randomizedtesting.SeedInfo.seed([45FED61E52539376:CDAAE9C4FCAFFE8E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:208)
        at 
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10719 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\init-core-data-001
   [junit4]   2> 228158 INFO  
(SUITE-TestReplicationHandler-seed#[45FED61E52539376]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 228160 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting doTestDetails
   [junit4]   2> 228161 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\collection1
   [junit4]   2> 228174 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 228176 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@10a5df0{/solr,null,AVAILABLE}
   [junit4]   2> 228177 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1c76077{HTTP/1.1,[http/1.1]}{127.0.0.1:61467}
   [junit4]   2> 228177 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.e.j.s.Server Started @234642ms
   [junit4]   2> 228177 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\collection1\data,
 hostContext=/solr, hostPort=61467}
   [junit4]   2> 228178 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 228178 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001'
   [junit4]   2> 228178 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 228178 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 228178 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\solr.xml
   [junit4]   2> 228186 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\.
   [junit4]   2> 228187 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 6716233
   [junit4]   2> 228187 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001]
   [junit4]   2> 228187 WARN  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\lib
   [junit4]   2> 228187 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 228188 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 228189 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 228189 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 228189 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 228189 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 228190 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\.
   [junit4]   2> 228195 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 228195 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\.\collection1
   [junit4]   2> 228196 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 228196 INFO  (coreLoadExecutor-948-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\collection1'
   [junit4]   2> 228196 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 228197 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 228197 INFO  (coreLoadExecutor-948-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 228197 INFO  (coreLoadExecutor-948-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 228223 INFO  (coreLoadExecutor-948-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 228225 WARN  (coreLoadExecutor-948-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 228226 INFO  (coreLoadExecutor-948-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 228231 INFO  (coreLoadExecutor-948-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 228235 INFO  (coreLoadExecutor-948-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 228240 INFO  (coreLoadExecutor-948-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 228250 INFO  (coreLoadExecutor-948-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\collection1'
   [junit4]   2> 228250 INFO  (coreLoadExecutor-948-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\.\collection1
   [junit4]   2> 228250 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 228250 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\.\collection1\data\]
   [junit4]   2> 228250 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 228251 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 228251 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\.\collection1\data\index/
   [junit4]   2> 228251 WARN  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\.\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 228251 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 228251 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 228252 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@151b05 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@690131),segFN=segments_1,generation=1}
   [junit4]   2> 228252 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 228252 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 228253 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 228259 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 228261 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 228263 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 228264 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 228265 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 228265 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 228266 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 228266 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 228266 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 228266 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.15999129876822815]
   [junit4]   2> 228266 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@151b05 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@690131),segFN=segments_1,generation=1}
   [junit4]   2> 228266 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 228266 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f3fed[collection1] 
main]
   [junit4]   2> 228267 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\collection1\conf
   [junit4]   2> 228267 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\collection1\conf}
   [junit4]   2> 228267 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-001\collection1\conf
   [junit4]   2> 228267 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 228267 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 228267 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 228268 INFO  
(searcherExecutor-949-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@f3fed[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 228268 INFO  (coreLoadExecutor-948-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 228702 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\collection1
   [junit4]   2> 228710 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 228713 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@91ec61{/solr,null,AVAILABLE}
   [junit4]   2> 228714 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1275cc4{HTTP/1.1,[http/1.1]}{127.0.0.1:61470}
   [junit4]   2> 228714 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.e.j.s.Server Started @235179ms
   [junit4]   2> 228714 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\collection1\data,
 hostContext=/solr, hostPort=61470}
   [junit4]   2> 228715 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 228715 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002'
   [junit4]   2> 228715 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 228715 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 228716 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\solr.xml
   [junit4]   2> 228721 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.
   [junit4]   2> 228721 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 17690543
   [junit4]   2> 228721 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002]
   [junit4]   2> 228721 WARN  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\lib
   [junit4]   2> 228722 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 228724 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 228724 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 228725 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 228725 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 228725 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 228725 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.
   [junit4]   2> 228729 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 228729 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1
   [junit4]   2> 228729 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 228729 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 228729 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 228729 INFO  (coreLoadExecutor-958-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\collection1'
   [junit4]   2> 228730 INFO  (coreLoadExecutor-958-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 228730 INFO  (coreLoadExecutor-958-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 228739 INFO  (coreLoadExecutor-958-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 228741 WARN  (coreLoadExecutor-958-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 228741 INFO  (coreLoadExecutor-958-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 228744 INFO  (coreLoadExecutor-958-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 228748 INFO  (coreLoadExecutor-958-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 228749 INFO  (coreLoadExecutor-958-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 228751 INFO  (coreLoadExecutor-958-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\collection1'
   [junit4]   2> 228751 INFO  (coreLoadExecutor-958-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1
   [junit4]   2> 228751 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 228751 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 228751 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 228752 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 228752 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index/
   [junit4]   2> 228752 WARN  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 228753 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 228753 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 228753 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_1,generation=1}
   [junit4]   2> 228753 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 228754 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 228754 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 228756 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 228756 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 228758 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 228759 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 228760 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 228760 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 228761 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 228761 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 228761 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 228761 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.15999129876822815]
   [junit4]   2> 228761 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_1,generation=1}
   [junit4]   2> 228761 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 228761 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@111555c[collection1] 
main]
   [junit4]   2> 228762 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\collection1\conf
   [junit4]   2> 228762 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\collection1\conf}
   [junit4]   2> 228762 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\collection1\conf
   [junit4]   2> 228763 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 228765 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 228765 INFO  
(searcherExecutor-959-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@111555c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 228766 INFO  (coreLoadExecutor-958-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 228854 INFO  (qtp4558969-2189) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 229233 INFO  (qtp4558969-2191) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 229236 INFO  (qtp4558969-2193) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 229242 INFO  (qtp4558969-2194) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={slave=false&qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 229243 INFO  (qtp3203328-2206) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=3
   [junit4]   2> 229247 INFO  (qtp4558969-2190) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0]} 0 2
   [junit4]   2> 229248 INFO  (qtp4558969-2187) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 229250 INFO  (qtp4558969-2187) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@151b05 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@690131),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@151b05 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@690131),segFN=segments_2,generation=2}
   [junit4]   2> 229251 INFO  (qtp4558969-2187) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 229252 INFO  (qtp4558969-2187) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@16f0f60[collection1] main]
   [junit4]   2> 229253 INFO  (qtp4558969-2187) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 229253 INFO  
(searcherExecutor-949-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@16f0f60[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):C1)))}
   [junit4]   2> 229253 INFO  (qtp4558969-2187) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 229284 WARN  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication 
suffix
   [junit4]   2> 229287 INFO  (qtp4558969-2189) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 229288 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 229288 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 229288 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 229296 INFO  (qtp4558969-2192) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} 
status=0 QTime=6
   [junit4]   2> 229296 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 10
   [junit4]   2> 229297 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index.20160720112920825
   [junit4]   2> 229297 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 229297 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4697769141933583]
   [junit4]   2> 229298 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_1,generation=1}
   [junit4]   2> 229298 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 229298 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 229299 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_1,generation=1}
   [junit4]   2> 229299 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 229299 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 229299 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to 
MockDirectoryWrapper(RAMDirectory@1f3c643 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@573c8)
   [junit4]   2> 229322 INFO  (qtp4558969-2191) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=9
   [junit4]   2> 229332 INFO  (qtp4558969-2193) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneVarGapFixedInterval_0.tib&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229334 INFO  (qtp4558969-2194) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneVarGapFixedInterval_0.tiv&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229336 INFO  (qtp4558969-2190) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229338 INFO  (qtp4558969-2187) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229340 INFO  (qtp4558969-2189) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneVarGapFixedInterval_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229342 INFO  (qtp4558969-2192) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229344 INFO  (qtp4558969-2191) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229345 INFO  (qtp4558969-2193) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229348 INFO  (qtp4558969-2194) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229349 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Total time taken for download 
(fullCopy=false,bytesDownloaded=1750) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(RAMDirectory@1f3c643 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@573c8)
   [junit4]   2> 229351 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 229352 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_2,generation=2}
   [junit4]   2> 229352 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 229352 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 229353 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7966ef[collection1] main]
   [junit4]   2> 229353 INFO  
(searcherExecutor-959-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7966ef[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):C1)))}
   [junit4]   2> 229353 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index.20160720112920825
 
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index.20160720112920825;done=true>>]
   [junit4]   2> 229353 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=false
   [junit4]   2> 229353 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index.20160720112920825
   [junit4]   2> 229353 INFO  (qtp3203328-2207) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={wait=true&masterUrl=http://127.0.0.1:61467/solr/collection1/replication&command=fetchindex}
 status=0 QTime=70
   [junit4]   2> 229367 INFO  (qtp4558969-2190) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={slave=false&qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 229368 INFO  (qtp3203328-2209) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=3
   [junit4]   2> 229370 INFO  (qtp4558969-2187) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 1
   [junit4]   2> 229373 INFO  (qtp4558969-2189) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 229377 INFO  (qtp4558969-2189) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=3
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@151b05 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@690131),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@151b05 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@690131),segFN=segments_2,generation=2}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@151b05 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@690131),segFN=segments_3,generation=3}
   [junit4]   2> 229377 INFO  (qtp4558969-2189) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 229377 INFO  (qtp4558969-2189) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d41c6f[collection1] main]
   [junit4]   2> 229377 INFO  (qtp4558969-2189) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 229377 INFO  
(searcherExecutor-949-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1d41c6f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):C1)
 Uninverting(_1(6.2.0):C1)))}
   [junit4]   2> 229378 INFO  (qtp4558969-2189) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 229379 WARN  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication 
suffix
   [junit4]   2> 229381 INFO  (qtp4558969-2192) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 229381 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 3
   [junit4]   2> 229381 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 229383 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 229385 INFO  (qtp4558969-2191) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=3&qt=/replication&wt=javabin&version=2&command=filelist} 
status=0 QTime=1
   [junit4]   2> 229386 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 19
   [junit4]   2> 229386 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index.20160720112920914
   [junit4]   2> 229386 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 229387 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4697769141933583]
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_2,generation=2}
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_2,generation=2}
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to 
MockDirectoryWrapper(RAMDirectory@aa02bb 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@24b816)
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0.si because it already exists
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0_LuceneVarGapFixedInterval_0.tib 
because it already exists
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0_LuceneVarGapFixedInterval_0.tiv 
because it already exists
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0.nvd because it already exists
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0.fdx because it already exists
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0_LuceneVarGapFixedInterval_0.doc 
because it already exists
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0.fdt because it already exists
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0.fnm because it already exists
   [junit4]   2> 229388 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0.nvm because it already exists
   [junit4]   2> 229390 INFO  (qtp4558969-2193) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=3&qt=/replication&file=_1.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229392 INFO  (qtp4558969-2194) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=3&qt=/replication&file=_1.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229394 INFO  (qtp4558969-2190) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=3&qt=/replication&file=_1_LuceneVarGapFixedInterval_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229397 INFO  (qtp4558969-2190) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=3&qt=/replication&file=_1.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229400 INFO  (qtp4558969-2189) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=3&qt=/replication&file=_1_LuceneVarGapFixedInterval_0.tib&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229402 INFO  (qtp4558969-2192) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=3&qt=/replication&file=_1.fnm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229404 INFO  (qtp4558969-2191) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=3&qt=/replication&file=_1.nvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229405 INFO  (qtp4558969-2193) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=3&qt=/replication&file=_1.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229406 INFO  (qtp4558969-2194) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=3&qt=/replication&file=_1_LuceneVarGapFixedInterval_0.tiv&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229409 INFO  (qtp4558969-2187) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=3&qt=/replication&file=segments_3&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229409 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Total time taken for download 
(fullCopy=false,bytesDownloaded=1813) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(RAMDirectory@aa02bb 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@24b816)
   [junit4]   2> 229413 WARN  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Exception while updating statistics
   [junit4]   2> java.io.IOException: file "replication.properties" was already 
written to
   [junit4]   2>        at 
org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:654)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.logReplicationTimeAndConfFiles(IndexFetcher.java:669)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:481)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:251)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:388)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.lambda$handleRequestBody$0(ReplicationHandler.java:278)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 229413 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 229413 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_2,generation=2}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_3,generation=3}
   [junit4]   2> 229413 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 229413 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 229415 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@9a78c[collection1] main]
   [junit4]   2> 229415 INFO  
(searcherExecutor-959-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@9a78c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):C1)
 Uninverting(_1(6.2.0):C1)))}
   [junit4]   2> 229416 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index.20160720112920914
 
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index.20160720112920914;done=true>>]
   [junit4]   2> 229416 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=false
   [junit4]   2> 229416 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index.20160720112920914
   [junit4]   2> 229416 INFO  (qtp3203328-2210) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={wait=true&masterUrl=http://127.0.0.1:61467/solr/collection1/replication&command=fetchindex}
 status=0 QTime=37
   [junit4]   2> 229422 INFO  (qtp4558969-2190) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={slave=false&qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 229423 INFO  (qtp3203328-2211) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=3
   [junit4]   2> 229424 INFO  (qtp4558969-2189) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 229426 INFO  (qtp4558969-2192) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 229428 INFO  (qtp4558969-2192) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=4
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@151b05 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@690131),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@151b05 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@690131),segFN=segments_2,generation=2}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@151b05 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@690131),segFN=segments_3,generation=3}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@151b05 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@690131),segFN=segments_4,generation=4}
   [junit4]   2> 229428 INFO  (qtp4558969-2192) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 229428 INFO  (qtp4558969-2192) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f95172[collection1] main]
   [junit4]   2> 229428 INFO  (qtp4558969-2192) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 229428 INFO  
(searcherExecutor-949-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1f95172[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):C1)
 Uninverting(_1(6.2.0):C1) Uninverting(_2(6.2.0):C1)))}
   [junit4]   2> 229429 INFO  (qtp4558969-2192) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 229430 WARN  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication 
suffix
   [junit4]   2> 229433 INFO  (qtp4558969-2191) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 229433 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 4
   [junit4]   2> 229433 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 3
   [junit4]   2> 229433 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 229434 INFO  (qtp4558969-2193) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=4&qt=/replication&wt=javabin&version=2&command=filelist} 
status=0 QTime=0
   [junit4]   2> 229435 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 28
   [junit4]   2> 229436 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index.20160720112920963
   [junit4]   2> 229436 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 229437 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4697769141933583]
   [junit4]   2> 229437 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_3,generation=3}
   [junit4]   2> 229437 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 229437 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 229437 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_3,generation=3}
   [junit4]   2> 229437 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 229437 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 229437 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to 
MockDirectoryWrapper(RAMDirectory@b6478b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@99f258)
   [junit4]   2> 229437 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0.si because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0_LuceneVarGapFixedInterval_0.tib 
because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0_LuceneVarGapFixedInterval_0.tiv 
because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0.nvd because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0.fdx because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0_LuceneVarGapFixedInterval_0.doc 
because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0.fdt because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0.fnm because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _0.nvm because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _1.si because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _1.nvd because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _1_LuceneVarGapFixedInterval_0.doc 
because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _1.fdx because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _1_LuceneVarGapFixedInterval_0.tib 
because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _1.fnm because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _1.nvm because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _1.fdt because it already exists
   [junit4]   2> 229438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Skipping download for _1_LuceneVarGapFixedInterval_0.tiv 
because it already exists
   [junit4]   2> 229440 INFO  (qtp4558969-2194) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=4&qt=/replication&file=_2.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229443 INFO  (qtp4558969-2187) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=4&qt=/replication&file=_2.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229445 INFO  (qtp4558969-2190) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=4&qt=/replication&file=_2_LuceneVarGapFixedInterval_0.tib&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229448 INFO  (qtp4558969-2189) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=4&qt=/replication&file=_2.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229463 INFO  (qtp4558969-2192) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=4&qt=/replication&file=_2_LuceneVarGapFixedInterval_0.tiv&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229466 INFO  (qtp4558969-2191) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=4&qt=/replication&file=_2.fnm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229467 INFO  (qtp4558969-2193) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=4&qt=/replication&file=_2.nvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229469 INFO  (qtp4558969-2194) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=4&qt=/replication&file=_2.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229472 INFO  (qtp4558969-2187) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=4&qt=/replication&file=_2_LuceneVarGapFixedInterval_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229474 INFO  (qtp4558969-2190) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=4&qt=/replication&file=segments_4&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 229474 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Total time taken for download 
(fullCopy=false,bytesDownloaded=1876) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(RAMDirectory@b6478b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@99f258)
   [junit4]   2> 229479 WARN  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Exception while updating statistics
   [junit4]   2> java.io.IOException: file "replication.properties" was already 
written to
   [junit4]   2>        at 
org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:654)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.logReplicationTimeAndConfFiles(IndexFetcher.java:669)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:481)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:251)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:388)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.lambda$handleRequestBody$0(ReplicationHandler.java:278)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 229480 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 229481 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_3,generation=3}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@157f0dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@126d023),segFN=segments_4,generation=4}
   [junit4]   2> 229481 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 229481 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 229482 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1a4f6cc[collection1] main]
   [junit4]   2> 229483 INFO  
(searcherExecutor-959-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1a4f6cc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):C1)
 Uninverting(_1(6.2.0):C1) Uninverting(_2(6.2.0):C1)))}
   [junit4]   2> 229483 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index.20160720112920963
 
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index.20160720112920963;done=true>>]
   [junit4]   2> 229483 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=false
   [junit4]   2> 229483 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-002\.\collection1\data\index.20160720112920963
   [junit4]   2> 229483 INFO  (qtp3203328-2204) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={wait=true&masterUrl=http://127.0.0.1:61467/solr/collection1/replication&command=fetchindex}
 status=0 QTime=53
   [junit4]   2> 229485 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-003\collection1
   [junit4]   2> 229496 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 229497 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@53ab1d{/solr,null,AVAILABLE}
   [junit4]   2> 229498 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1d53cbf{HTTP/1.1,[http/1.1]}{127.0.0.1:61477}
   [junit4]   2> 229499 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.e.j.s.Server Started @235964ms
   [junit4]   2> 229499 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-003\collection1\data,
 hostContext=/solr, hostPort=61477}
   [junit4]   2> 229500 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 229500 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-003'
   [junit4]   2> 229500 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 229500 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 229501 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-003\solr.xml
   [junit4]   2> 229509 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-003\.
   [junit4]   2> 229509 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 3464214
   [junit4]   2> 229509 INFO  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-003]
   [junit4]   2> 229510 WARN  
(TEST-TestReplicationHandler.doTestDetails-seed#[45FED61E52539376]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_45FED61E52539376-001\solr-instance-003\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\s

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

olr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent 
state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 2405415 INFO  (jetty-launcher-3242-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@14ab016{/solr,null,UNAVAILABLE}
   [junit4]   2> 2405417 INFO  
(zkCallback-3253-thread-2-processing-n:127.0.0.1:58919_solr) 
[n:127.0.0.1:58919_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2405418 INFO  (jetty-launcher-3242-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=96271566583431174-127.0.0.1:58919_solr-n_0000000000) closing
   [junit4]   2> 2405420 INFO  
(OverseerStateUpdate-96271566583431174-127.0.0.1:58919_solr-n_0000000000) 
[n:127.0.0.1:58919_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:58919_solr
   [junit4]   2> 2405435 INFO  
(zkCallback-3253-thread-1-processing-n:127.0.0.1:58919_solr) 
[n:127.0.0.1:58919_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2405435 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156067ad02d0006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2405435 WARN  
(zkCallback-3253-thread-1-processing-n:127.0.0.1:58919_solr) 
[n:127.0.0.1:58919_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2405437 INFO  (jetty-launcher-3242-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7edc0a{/solr,null,UNAVAILABLE}
   [junit4]   2> 2405453 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[45FED61E52539376]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:58914 58914
   [junit4]   2> 2405460 INFO  (Thread-4492) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:58914 58914
   [junit4]   2> 2405462 WARN  (Thread-4492) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/collections/backuprestore/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        31      /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2405464 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[45FED61E52539376]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_45FED61E52539376-001
   [junit4]   2> Jul 20, 2016 4:05:37 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{shard_s=PostingsFormat(name=LuceneFixedGap), 
_version_=PostingsFormat(name=Memory doPackFST= false), 
id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, 
maxPointsInLeafNode=897, maxMBSortInHeap=6.46282426918911, 
sim=ClassicSimilarity, locale=fr-CH, timezone=Etc/GMT-14
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_92 
(32-bit)/cpus=3,threads=1,free=93133920,total=425197568
   [junit4]   2> NOTE: All tests run in this JVM: [TestDefaultStatsCache, 
HLLSerializationTest, DistributedDebugComponentTest, ReplicationFactorTest, 
CollectionsAPIDistributedZkTest, DistribDocExpirationUpdateProcessorTest, 
TestDistribDocBasedVersion, TestStandardQParsers, 
TestFieldTypeCollectionResource, CollectionReloadTest, TestUninvertingReader, 
SaslZkACLProviderTest, CopyFieldTest, TestDistributedMissingSort, 
GraphQueryTest, TestReRankQParserPlugin, TestDynamicFieldCollectionResource, 
TestRandomRequestDistribution, TestFoldingMultitermQuery, 
TestSchemaSimilarityResource, TestIntervalFaceting, TestBulkSchemaAPI, 
TestSimpleTrackingShardHandler, TestCloudManagedSchema, 
CurrencyFieldOpenExchangeTest, OverseerStatusTest, MultiThreadedOCPTest, 
FacetPivotSmallTest, EchoParamsTest, DistributedIntervalFacetingTest, 
TestInfoStreamLogging, OverseerModifyCollectionTest, TestMiniSolrCloudCluster, 
AtomicUpdatesTest, CheckHdfsIndexTest, TestFieldCacheWithThreads, 
TestDistributedStatsComponentCardinality, TestUseDocValuesAsStored2, 
BasicFunctionalityTest, TestSolrIndexConfig, TestSubQueryTransformer, 
TestCrossCoreJoin, DeleteReplicaTest, SolrCmdDistributorTest, BasicZkTest, 
TestSolrCloudWithKerberosAlt, HdfsRestartWhileUpdatingTest, 
DistributedQueueTest, AnalysisErrorHandlingTest, BufferStoreTest, 
TestFuzzyAnalyzedSuggestions, TestSimpleQParserPlugin, 
SignatureUpdateProcessorFactoryTest, TestFieldCache, NumericFieldsTest, 
CoreAdminHandlerTest, RulesTest, TestFieldCacheSortRandom, 
SharedFSAutoReplicaFailoverTest, OpenExchangeRatesOrgProviderTest, 
SortByFunctionTest, AsyncCallRequestStatusResponseTest, TestQueryTypes, 
TestTrieFacet, SolrInfoMBeanTest, CleanupOldIndexTest, TestSolrJ, 
FieldAnalysisRequestHandlerTest, TestRawTransformer, TestFiltering, 
TestBlendedInfixSuggestions, VersionInfoTest, DirectUpdateHandlerOptimizeTest, 
TestCharFilters, TestShortCircuitedRequests, TestQuerySenderListener, 
DeleteStatusTest, CSVRequestHandlerTest, TestSolr4Spatial, TestInitQParser, 
UniqFieldsUpdateProcessorFactoryTest, DistributedTermsComponentTest, 
TestMissingGroups, TestLMJelinekMercerSimilarityFactory, RequestLoggingTest, 
TestLRUStatsCache, TestReplicationHandlerBackup, DistanceUnitsTest, 
TestShardHandlerFactory, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
LukeRequestHandlerTest, UpdateRequestProcessorFactoryTest, 
TestValueSourceCache, FullSolrCloudDistribCmdsTest, FileBasedSpellCheckerTest, 
TestConfigSetsAPIZkFailure, DistributedQueryComponentOptimizationTest, 
CloudMLTQParserTest, TestSchemaNameResource, TestGraphTermsQParserPlugin, 
SolrCoreCheckLockOnStartupTest, TestReplicaProperties, 
DistributedFacetPivotWhiteBoxTest, SolrCloudExampleTest, 
TestPKIAuthenticationPlugin, DefaultValueUpdateProcessorTest, 
HdfsRecoverLeaseTest, TestOverriddenPrefixQueryForCustomFieldType, 
BJQParserTest, TestJoin, DistanceFunctionTest, TestDynamicLoading, 
TestSolrDeletionPolicy2, TestAtomicUpdateErrorCases, 
WordBreakSolrSpellCheckerTest, TestCSVResponseWriter, CollectionsAPISolrJTest, 
TestSortingResponseWriter, ZkStateReaderTest, SimpleCollectionCreateDeleteTest, 
TermVectorComponentTest, QueryResultKeyTest, LoggingHandlerTest, TestUtils, 
CoreMergeIndexesAdminHandlerTest, LeaderElectionIntegrationTest, 
TestBinaryField, DistributedMLTComponentTest, ExitableDirectoryReaderTest, 
CdcrVersionReplicationTest, LeaderInitiatedRecoveryOnShardRestartTest, 
TestNRTOpen, TestZkChroot, TestSuggestSpellingConverter, 
CreateCollectionCleanupTest, BinaryUpdateRequestHandlerTest, 
TestFieldCacheSanityChecker, BlockCacheTest, SpellCheckCollatorTest, 
TestExactSharedStatsCache, TestCloudPseudoReturnFields, 
CollectionTooManyReplicasTest, TestExceedMaxTermLength, QueryParsingTest, 
TestOnReconnectListenerSupport, DistributedFacetPivotLargeTest, TestJsonFacets, 
TestCustomDocTransformer, ChaosMonkeySafeLeaderTest, TestConfigSetProperties, 
SuggestComponentContextFilterQueryTest, DataDrivenBlockJoinTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, 
ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, ZkCLITest, 
AutoCommitTest, TestRecovery, DistributedSpellCheckComponentTest, 
ZkControllerTest, TestRealTimeGet, TestRangeQuery, SpellCheckComponentTest, 
BadIndexSchemaTest, ConvertedLegacyTest, TestFunctionQuery, TestLazyCores, 
TestIndexSearcher, SuggesterTSTTest, TestStressLucene, TestTrie, 
SuggesterWFSTTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, 
TestQueryUtils, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, 
XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, 
RequiredFieldsTest, FastVectorHighlighterTest, SolrPluginUtilsTest, 
TestAnalyzedSuggestions, PingRequestHandlerTest, TestBinaryResponseWriter, 
HighlighterConfigTest, TestQuerySenderNoQuery, BadComponentTest, MultiTermTest, 
MinimalSchemaTest, OutputWriterTest, TestPostingsSolrHighlighter, 
NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCodecSupport, 
TestFastWriter, ResourceLoaderTest, PluginInfoTest, 
ChaosMonkeyNothingIsSafeTest, CollectionStateFormat2Test, DeleteShardTest, 
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, 
RestartWhileUpdatingTest, RollingRestartTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestAuthenticationFramework, 
TestDownShardTolerantSearch, TestHdfsCloudBackupRestore, 
TestLeaderElectionZkExpiry, TestLocalFSCloudBackupRestore]
   [junit4] Completed [476/623 (2!)] on J1 in 10.96s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 52898 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to