You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/03/16 12:04:34 UTC

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.6.0_41) - Build # 2660 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2660/
Java: 64bit/jdk1.6.0_41 -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestBackup

Error Message:
Backup success not detected:<?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><lst name="details"><str name="indexSize">12.72 KB</str><str name="indexPath">.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431373630\master\collection1\data\index/</str><arr name="commits"><lst><long name="indexVersion">1363431375045</long><long name="generation">2</long><arr name="filelist"><str>_0.fdt</str><str>_0.fdx</str><str>_0.fnm</str><str>_0.nvd</str><str>_0.nvm</str><str>_0.si</str><str>_0_Lucene41WithOrds_0.doc</str><str>_0_Lucene41WithOrds_0.tib</str><str>_0_Lucene41WithOrds_0.tii</str><str>segments_2</str></arr></lst></arr><str name="isMaster">true</str><str name="isSlave">false</str><long name="indexVersion">1363431375045</long><long name="generation">2</long><lst name="master"><str name="confFiles">schema-replication2.xml:schema.xml</str><arr name="replicateAfter"><str>commit</str></arr><str name="replicationEnabled">true</str><long name="replicatableGeneration">2</long></lst><lst name="backup"><str name="startTime">Sat Mar 16 14:56:15 SCT 2013</str><int name="fileCount">10</int><str name="status">success</str><str name="snapshotCompletedAt">Sat Mar 16 14:56:15 SCT 2013</str></lst></lst><str name="WARNING">This response format is experimental.  It is likely to change in the future.</str> </response> 

Stack Trace:
java.lang.AssertionError: Backup success not detected:<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><lst name="details"><str name="indexSize">12.72 KB</str><str name="indexPath">.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431373630\master\collection1\data\index/</str><arr name="commits"><lst><long name="indexVersion">1363431375045</long><long name="generation">2</long><arr name="filelist"><str>_0.fdt</str><str>_0.fdx</str><str>_0.fnm</str><str>_0.nvd</str><str>_0.nvm</str><str>_0.si</str><str>_0_Lucene41WithOrds_0.doc</str><str>_0_Lucene41WithOrds_0.tib</str><str>_0_Lucene41WithOrds_0.tii</str><str>segments_2</str></arr></lst></arr><str name="isMaster">true</str><str name="isSlave">false</str><long name="indexVersion">1363431375045</long><long name="generation">2</long><lst name="master"><str name="confFiles">schema-replication2.xml:schema.xml</str><arr name="replicateAfter"><str>commit</str></arr><str name="replicationEnabled">true</str><long name="replicatableGeneration">2</long></lst><lst name="backup"><str name="startTime">Sat Mar 16 14:56:15 SCT 2013</str><int name="fileCount">10</int><str name="status">success</str><str name="snapshotCompletedAt">Sat Mar 16 14:56:15 SCT 2013</str></lst></lst><str name="WARNING">This response format is experimental.  It is likely to change in the future.</str>
</response>

	at __randomizedtesting.SeedInfo.seed([5C7F53CE5A3026BF:1DF473AB7D8ED5F0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.doTestBackup(TestReplicationHandler.java:1162)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 8524 lines...]
[junit4:junit4] Suite: org.apache.solr.handler.TestReplicationHandler
[junit4:junit4]   2> 2 T5193 oas.SolrTestCaseJ4.setUp ###Starting doTestSnapPullWithMasterUrl
[junit4:junit4]   2> 11 T5193 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13 T5193 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52159
[junit4:junit4]   2> 14 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14 T5193 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14 T5193 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master
[junit4:junit4]   2> 14 T5193 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\solr.xml
[junit4:junit4]   2> 14 T5193 oasc.CoreContainer.<init> New CoreContainer 1753551991
[junit4:junit4]   2> 17 T5193 oasc.CoreContainer$Initializer.initialize no solr.xml or solr.properties file found - using default old-style solr.xml
[junit4:junit4]   2> 17 T5193 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\'
[junit4:junit4]   2> 17 T5193 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\'
[junit4:junit4]   2> 55 T5193 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 55 T5193 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 57 T5193 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 57 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 58 T5193 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 58 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 59 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 59 T5193 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 59 T5193 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 59 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 70 T5193 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 86 T5203 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1
[junit4:junit4]   2> 88 T5203 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\'
[junit4:junit4]   2> 127 T5203 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 169 T5203 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 170 T5203 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 172 T5203 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 185 T5203 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 187 T5203 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 187 T5203 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\
[junit4:junit4]   2> 187 T5203 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 187 T5203 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 188 T5203 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\ forceNew: false
[junit4:junit4]   2> 188 T5203 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\index/
[junit4:junit4]   2> 188 T5203 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 188 T5203 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\index forceNew: false
[junit4:junit4]   2> 188 T5203 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@104cc3dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49875561),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 188 T5203 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 190 T5203 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 190 T5203 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 190 T5203 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 190 T5203 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 190 T5203 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 190 T5203 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 193 T5203 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 195 T5203 oass.SolrIndexSearcher.<init> Opening Searcher@7aba5a53 main
[junit4:junit4]   2> 195 T5203 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 195 T5203 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 196 T5203 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
[junit4:junit4]   2> 196 T5203 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 196 T5203 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 197 T5204 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7aba5a53 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 197 T5193 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 197 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 197 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 207 T5193 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 208 T5193 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52162
[junit4:junit4]   2> 209 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 209 T5193 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 209 T5193 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave
[junit4:junit4]   2> 210 T5193 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\solr.xml
[junit4:junit4]   2> 210 T5193 oasc.CoreContainer.<init> New CoreContainer 1630105095
[junit4:junit4]   2> 212 T5193 oasc.CoreContainer$Initializer.initialize no solr.xml or solr.properties file found - using default old-style solr.xml
[junit4:junit4]   2> 212 T5193 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\'
[junit4:junit4]   2> 212 T5193 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\'
[junit4:junit4]   2> 225 T5193 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 225 T5193 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 225 T5193 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 226 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 226 T5193 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 226 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 226 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 226 T5193 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 226 T5193 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 227 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 238 T5193 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 256 T5215 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1
[junit4:junit4]   2> 257 T5215 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\'
[junit4:junit4]   2> 285 T5215 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 327 T5215 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 327 T5215 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 330 T5215 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 343 T5215 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 343 T5215 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 343 T5215 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\
[junit4:junit4]   2> 343 T5215 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 344 T5215 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 344 T5215 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\ forceNew: false
[junit4:junit4]   2> 344 T5215 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index/
[junit4:junit4]   2> 345 T5215 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 345 T5215 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index forceNew: false
[junit4:junit4]   2> 345 T5215 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@42030c7b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d337ad8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 345 T5215 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 346 T5215 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 346 T5215 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 346 T5215 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 346 T5215 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 346 T5215 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 346 T5215 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 348 T5215 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 350 T5215 oass.SolrIndexSearcher.<init> Opening Searcher@6ed34b4e main
[junit4:junit4]   2> 350 T5215 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 350 T5215 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 353 T5215 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
[junit4:junit4]   2> 353 T5215 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 353 T5216 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ed34b4e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 353 T5193 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 353 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 354 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 365 T5193 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1630105095
[junit4:junit4]   2> 367 T5193 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a4950eb
[junit4:junit4]   2> 368 T5193 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 368 T5193 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 368 T5193 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 368 T5193 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 368 T5193 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 369 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index
[junit4:junit4]   2> 369 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index
[junit4:junit4]   2> 370 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\
[junit4:junit4]   2> 370 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\
[junit4:junit4]   2> 370 T5193 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 422 T5193 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 424 T5193 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52165
[junit4:junit4]   2> 424 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 424 T5193 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 424 T5193 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave
[junit4:junit4]   2> 425 T5193 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\solr.xml
[junit4:junit4]   2> 425 T5193 oasc.CoreContainer.<init> New CoreContainer 548187914
[junit4:junit4]   2> 425 T5193 oasc.CoreContainer$Initializer.initialize no solr.xml or solr.properties file found - using default old-style solr.xml
[junit4:junit4]   2> 426 T5193 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\'
[junit4:junit4]   2> 426 T5193 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\'
[junit4:junit4]   2> 438 T5193 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 438 T5193 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 439 T5193 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 439 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 439 T5193 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 439 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 439 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 440 T5193 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 440 T5193 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 440 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 446 T5193 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 463 T5228 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1
[junit4:junit4]   2> 463 T5228 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\'
[junit4:junit4]   2> 491 T5228 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 527 T5228 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 527 T5228 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 529 T5228 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 547 T5228 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 549 T5228 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 549 T5228 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\
[junit4:junit4]   2> 549 T5228 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 549 T5228 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 549 T5228 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\ forceNew: false
[junit4:junit4]   2> 549 T5228 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index/
[junit4:junit4]   2> 549 T5228 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 551 T5228 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index forceNew: false
[junit4:junit4]   2> 551 T5228 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13894421 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d07812),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 551 T5228 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 552 T5228 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 552 T5228 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 552 T5228 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 552 T5228 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 552 T5228 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 552 T5228 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 554 T5228 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 556 T5228 oass.SolrIndexSearcher.<init> Opening Searcher@118510b7 main
[junit4:junit4]   2> 556 T5228 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 556 T5228 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 556 T5228 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 557 T5228 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 557 T5229 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@118510b7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 557 T5193 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 557 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 557 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C499 name=collection1 org.apache.solr.core.SolrCore@26bb5081
[junit4:junit4]   2> 564 T5197 C499 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 565 T5197 C499 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@104cc3dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49875561),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 566 T5197 C499 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 566 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 2
[junit4:junit4]   2> ASYNC  NEW_CORE C500 name=collection1 org.apache.solr.core.SolrCore@35f19bf0
[junit4:junit4]   2> 569 T5222 C500 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 571 T5222 C500 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13894421 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d07812),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 571 T5222 C500 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 571 T5222 C500 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 2
[junit4:junit4]   2> 573 T5223 C500 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 573 T5223 C500 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13894421 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d07812),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13894421 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d07812),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 574 T5223 C500 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 574 T5223 C500 oass.SolrIndexSearcher.<init> Opening Searcher@4837b668 main
[junit4:junit4]   2> 574 T5223 C500 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 574 T5229 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4837b668 main{StandardDirectoryReader(segments_2:2)}
[junit4:junit4]   2> 574 T5223 C500 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 1
[junit4:junit4]   2> 576 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 0
[junit4:junit4]   2> 577 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
[junit4:junit4]   2> 579 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
[junit4:junit4]   2> 581 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
[junit4:junit4]   2> 583 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
[junit4:junit4]   2> 584 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
[junit4:junit4]   2> 586 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0
[junit4:junit4]   2> 587 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
[junit4:junit4]   2> 589 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
[junit4:junit4]   2> 590 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
[junit4:junit4]   2> 591 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
[junit4:junit4]   2> 592 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
[junit4:junit4]   2> 594 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
[junit4:junit4]   2> 595 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
[junit4:junit4]   2> 596 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 0
[junit4:junit4]   2> 598 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
[junit4:junit4]   2> 599 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
[junit4:junit4]   2> 600 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0
[junit4:junit4]   2> 602 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0
[junit4:junit4]   2> 604 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
[junit4:junit4]   2> 605 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
[junit4:junit4]   2> 607 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
[junit4:junit4]   2> 608 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0
[junit4:junit4]   2> 609 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
[junit4:junit4]   2> 610 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0
[junit4:junit4]   2> 612 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 0
[junit4:junit4]   2> 613 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
[junit4:junit4]   2> 614 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 0
[junit4:junit4]   2> 616 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
[junit4:junit4]   2> 618 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 0
[junit4:junit4]   2> 619 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 0
[junit4:junit4]   2> 620 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 0
[junit4:junit4]   2> 622 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
[junit4:junit4]   2> 623 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
[junit4:junit4]   2> 625 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0
[junit4:junit4]   2> 626 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
[junit4:junit4]   2> 627 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 0
[junit4:junit4]   2> 629 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
[junit4:junit4]   2> 630 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
[junit4:junit4]   2> 632 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
[junit4:junit4]   2> 633 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0
[junit4:junit4]   2> 634 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
[junit4:junit4]   2> 635 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0
[junit4:junit4]   2> 637 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 0
[junit4:junit4]   2> 638 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0
[junit4:junit4]   2> 639 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 0
[junit4:junit4]   2> 641 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0
[junit4:junit4]   2> 642 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 0
[junit4:junit4]   2> 644 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 0
[junit4:junit4]   2> 645 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 0
[junit4:junit4]   2> 646 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 0
[junit4:junit4]   2> 648 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 0
[junit4:junit4]   2> 649 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[52]} 0 0
[junit4:junit4]   2> 650 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[53]} 0 0
[junit4:junit4]   2> 652 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[54]} 0 0
[junit4:junit4]   2> 653 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[55]} 0 0
[junit4:junit4]   2> 655 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[56]} 0 0
[junit4:junit4]   2> 657 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[57]} 0 0
[junit4:junit4]   2> 658 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[58]} 0 0
[junit4:junit4]   2> 659 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[59]} 0 0
[junit4:junit4]   2> 660 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[60]} 0 0
[junit4:junit4]   2> 662 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[61]} 0 0
[junit4:junit4]   2> 663 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[62]} 0 0
[junit4:junit4]   2> 664 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[63]} 0 0
[junit4:junit4]   2> 665 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[64]} 0 0
[junit4:junit4]   2> 667 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[65]} 0 0
[junit4:junit4]   2> 669 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[66]} 0 0
[junit4:junit4]   2> 670 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[67]} 0 0
[junit4:junit4]   2> 672 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[68]} 0 0
[junit4:junit4]   2> 674 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[69]} 0 0
[junit4:junit4]   2> 675 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[70]} 0 0
[junit4:junit4]   2> 677 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[71]} 0 0
[junit4:junit4]   2> 679 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[72]} 0 0
[junit4:junit4]   2> 680 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[73]} 0 0
[junit4:junit4]   2> 681 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[74]} 0 0
[junit4:junit4]   2> 683 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[75]} 0 0
[junit4:junit4]   2> 684 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[76]} 0 0
[junit4:junit4]   2> 686 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[77]} 0 0
[junit4:junit4]   2> 688 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[78]} 0 0
[junit4:junit4]   2> 689 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[79]} 0 0
[junit4:junit4]   2> 690 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[80]} 0 0
[junit4:junit4]   2> 692 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[81]} 0 0
[junit4:junit4]   2> 693 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[82]} 0 0
[junit4:junit4]   2> 694 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[83]} 0 0
[junit4:junit4]   2> 696 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[84]} 0 0
[junit4:junit4]   2> 698 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[85]} 0 0
[junit4:junit4]   2> 700 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[86]} 0 0
[junit4:junit4]   2> 701 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[87]} 0 0
[junit4:junit4]   2> 702 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[88]} 0 0
[junit4:junit4]   2> 704 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[89]} 0 0
[junit4:junit4]   2> 706 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[90]} 0 0
[junit4:junit4]   2> 707 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[91]} 0 0
[junit4:junit4]   2> 708 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[92]} 0 0
[junit4:junit4]   2> 710 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[93]} 0 0
[junit4:junit4]   2> 711 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[94]} 0 0
[junit4:junit4]   2> 712 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[95]} 0 0
[junit4:junit4]   2> 713 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[96]} 0 0
[junit4:junit4]   2> 715 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[97]} 0 0
[junit4:junit4]   2> 716 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[98]} 0 0
[junit4:junit4]   2> 717 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[99]} 0 0
[junit4:junit4]   2> 718 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[100]} 0 0
[junit4:junit4]   2> 720 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[101]} 0 0
[junit4:junit4]   2> 721 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[102]} 0 0
[junit4:junit4]   2> 722 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[103]} 0 0
[junit4:junit4]   2> 723 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[104]} 0 0
[junit4:junit4]   2> 725 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[105]} 0 0
[junit4:junit4]   2> 727 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[106]} 0 0
[junit4:junit4]   2> 728 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[107]} 0 0
[junit4:junit4]   2> 730 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[108]} 0 0
[junit4:junit4]   2> 732 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[109]} 0 0
[junit4:junit4]   2> 733 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[110]} 0 0
[junit4:junit4]   2> 735 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[111]} 0 0
[junit4:junit4]   2> 736 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[112]} 0 0
[junit4:junit4]   2> 738 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[113]} 0 0
[junit4:junit4]   2> 739 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[114]} 0 0
[junit4:junit4]   2> 740 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[115]} 0 0
[junit4:junit4]   2> 742 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[116]} 0 0
[junit4:junit4]   2> 743 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[117]} 0 0
[junit4:junit4]   2> 745 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[118]} 0 0
[junit4:junit4]   2> 747 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[119]} 0 0
[junit4:junit4]   2> 748 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[120]} 0 0
[junit4:junit4]   2> 750 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[121]} 0 0
[junit4:junit4]   2> 751 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[122]} 0 0
[junit4:junit4]   2> 753 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123]} 0 0
[junit4:junit4]   2> 754 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[124]} 0 0
[junit4:junit4]   2> 756 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[125]} 0 0
[junit4:junit4]   2> 757 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[126]} 0 0
[junit4:junit4]   2> 758 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[127]} 0 0
[junit4:junit4]   2> 760 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[128]} 0 0
[junit4:junit4]   2> 761 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[129]} 0 0
[junit4:junit4]   2> 762 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[130]} 0 0
[junit4:junit4]   2> 764 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[131]} 0 0
[junit4:junit4]   2> 765 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[132]} 0 0
[junit4:junit4]   2> 767 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[133]} 0 0
[junit4:junit4]   2> 768 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[134]} 0 0
[junit4:junit4]   2> 769 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[135]} 0 0
[junit4:junit4]   2> 770 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[136]} 0 0
[junit4:junit4]   2> 772 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[137]} 0 0
[junit4:junit4]   2> 773 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[138]} 0 0
[junit4:junit4]   2> 774 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[139]} 0 0
[junit4:junit4]   2> 775 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[140]} 0 0
[junit4:junit4]   2> 777 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[141]} 0 0
[junit4:junit4]   2> 779 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[142]} 0 0
[junit4:junit4]   2> 780 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[143]} 0 0
[junit4:junit4]   2> 782 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[144]} 0 0
[junit4:junit4]   2> 783 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[145]} 0 0
[junit4:junit4]   2> 785 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[146]} 0 0
[junit4:junit4]   2> 787 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[147]} 0 0
[junit4:junit4]   2> 788 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[148]} 0 0
[junit4:junit4]   2> 790 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[149]} 0 0
[junit4:junit4]   2> 792 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[150]} 0 0
[junit4:junit4]   2> 793 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[151]} 0 0
[junit4:junit4]   2> 794 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[152]} 0 0
[junit4:junit4]   2> 795 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[153]} 0 0
[junit4:junit4]   2> 797 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[154]} 0 0
[junit4:junit4]   2> 798 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[155]} 0 0
[junit4:junit4]   2> 800 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[156]} 0 0
[junit4:junit4]   2> 801 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[157]} 0 0
[junit4:junit4]   2> 803 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[158]} 0 0
[junit4:junit4]   2> 804 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[159]} 0 0
[junit4:junit4]   2> 805 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[160]} 0 0
[junit4:junit4]   2> 807 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[161]} 0 0
[junit4:junit4]   2> 808 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[162]} 0 0
[junit4:junit4]   2> 809 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[163]} 0 0
[junit4:junit4]   2> 811 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[164]} 0 0
[junit4:junit4]   2> 812 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[165]} 0 0
[junit4:junit4]   2> 813 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[166]} 0 0
[junit4:junit4]   2> 815 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[167]} 0 0
[junit4:junit4]   2> 816 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[168]} 0 0
[junit4:junit4]   2> 817 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[169]} 0 0
[junit4:junit4]   2> 818 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[170]} 0 0
[junit4:junit4]   2> 820 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[171]} 0 0
[junit4:junit4]   2> 821 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[172]} 0 0
[junit4:junit4]   2> 822 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[173]} 0 0
[junit4:junit4]   2> 823 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[174]} 0 0
[junit4:junit4]   2> 825 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[175]} 0 0
[junit4:junit4]   2> 826 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[176]} 0 0
[junit4:junit4]   2> 828 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[177]} 0 0
[junit4:junit4]   2> 830 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[178]} 0 0
[junit4:junit4]   2> 831 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[179]} 0 0
[junit4:junit4]   2> 833 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[180]} 0 0
[junit4:junit4]   2> 835 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[181]} 0 0
[junit4:junit4]   2> 836 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[182]} 0 0
[junit4:junit4]   2> 837 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[183]} 0 0
[junit4:junit4]   2> 838 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[184]} 0 0
[junit4:junit4]   2> 840 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[185]} 0 0
[junit4:junit4]   2> 841 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[186]} 0 0
[junit4:junit4]   2> 843 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[187]} 0 0
[junit4:junit4]   2> 845 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[188]} 0 0
[junit4:junit4]   2> 848 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[189]} 0 0
[junit4:junit4]   2> 850 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[190]} 0 0
[junit4:junit4]   2> 852 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[191]} 0 0
[junit4:junit4]   2> 855 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[192]} 0 0
[junit4:junit4]   2> 856 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[193]} 0 0
[junit4:junit4]   2> 858 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[194]} 0 0
[junit4:junit4]   2> 860 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[195]} 0 0
[junit4:junit4]   2> 863 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[196]} 0 0
[junit4:junit4]   2> 865 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[197]} 0 0
[junit4:junit4]   2> 868 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[198]} 0 1
[junit4:junit4]   2> 870 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[199]} 0 0
[junit4:junit4]   2> 872 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[200]} 0 1
[junit4:junit4]   2> 875 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[201]} 0 0
[junit4:junit4]   2> 876 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[202]} 0 0
[junit4:junit4]   2> 878 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[203]} 0 0
[junit4:junit4]   2> 880 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[204]} 0 0
[junit4:junit4]   2> 883 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[205]} 0 0
[junit4:junit4]   2> 885 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[206]} 0 0
[junit4:junit4]   2> 886 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[207]} 0 0
[junit4:junit4]   2> 889 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[208]} 0 0
[junit4:junit4]   2> 891 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[209]} 0 0
[junit4:junit4]   2> 894 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[210]} 0 0
[junit4:junit4]   2> 896 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[211]} 0 0
[junit4:junit4]   2> 898 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[212]} 0 0
[junit4:junit4]   2> 901 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[213]} 0 0
[junit4:junit4]   2> 903 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[214]} 0 0
[junit4:junit4]   2> 905 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[215]} 0 0
[junit4:junit4]   2> 906 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[216]} 0 0
[junit4:junit4]   2> 908 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[217]} 0 0
[junit4:junit4]   2> 910 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[218]} 0 0
[junit4:junit4]   2> 912 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[219]} 0 0
[junit4:junit4]   2> 915 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[220]} 0 0
[junit4:junit4]   2> 916 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[221]} 0 0
[junit4:junit4]   2> 918 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[222]} 0 0
[junit4:junit4]   2> 920 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[223]} 0 0
[junit4:junit4]   2> 921 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[224]} 0 0
[junit4:junit4]   2> 923 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[225]} 0 0
[junit4:junit4]   2> 925 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[226]} 0 0
[junit4:junit4]   2> 927 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[227]} 0 0
[junit4:junit4]   2> 928 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[228]} 0 0
[junit4:junit4]   2> 930 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[229]} 0 0
[junit4:junit4]   2> 932 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[230]} 0 0
[junit4:junit4]   2> 934 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[231]} 0 0
[junit4:junit4]   2> 936 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[232]} 0 0
[junit4:junit4]   2> 938 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[233]} 0 0
[junit4:junit4]   2> 939 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[234]} 0 0
[junit4:junit4]   2> 941 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[235]} 0 0
[junit4:junit4]   2> 943 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[236]} 0 0
[junit4:junit4]   2> 945 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[237]} 0 0
[junit4:junit4]   2> 947 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[238]} 0 0
[junit4:junit4]   2> 948 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[239]} 0 0
[junit4:junit4]   2> 950 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[240]} 0 0
[junit4:junit4]   2> 951 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[241]} 0 0
[junit4:junit4]   2> 953 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[242]} 0 0
[junit4:junit4]   2> 955 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[243]} 0 0
[junit4:junit4]   2> 957 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[244]} 0 0
[junit4:junit4]   2> 959 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[245]} 0 0
[junit4:junit4]   2> 961 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[246]} 0 0
[junit4:junit4]   2> 963 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[247]} 0 0
[junit4:junit4]   2> 964 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[248]} 0 0
[junit4:junit4]   2> 966 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[249]} 0 0
[junit4:junit4]   2> 968 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[250]} 0 0
[junit4:junit4]   2> 970 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[251]} 0 0
[junit4:junit4]   2> 971 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[252]} 0 0
[junit4:junit4]   2> 973 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[253]} 0 0
[junit4:junit4]   2> 975 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[254]} 0 0
[junit4:junit4]   2> 977 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[255]} 0 0
[junit4:junit4]   2> 979 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[256]} 0 0
[junit4:junit4]   2> 981 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[257]} 0 0
[junit4:junit4]   2> 982 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[258]} 0 0
[junit4:junit4]   2> 984 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[259]} 0 0
[junit4:junit4]   2> 986 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[260]} 0 0
[junit4:junit4]   2> 988 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[261]} 0 0
[junit4:junit4]   2> 989 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[262]} 0 0
[junit4:junit4]   2> 991 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[263]} 0 0
[junit4:junit4]   2> 993 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[264]} 0 0
[junit4:junit4]   2> 996 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[265]} 0 0
[junit4:junit4]   2> 998 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[266]} 0 0
[junit4:junit4]   2> 999 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[267]} 0 0
[junit4:junit4]   2> 1001 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[268]} 0 0
[junit4:junit4]   2> 1003 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[269]} 0 0
[junit4:junit4]   2> 1004 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[270]} 0 0
[junit4:junit4]   2> 1006 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[271]} 0 0
[junit4:junit4]   2> 1008 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[272]} 0 0
[junit4:junit4]   2> 1010 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[273]} 0 0
[junit4:junit4]   2> 1012 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[274]} 0 0
[junit4:junit4]   2> 1014 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[275]} 0 0
[junit4:junit4]   2> 1018 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[276]} 0 0
[junit4:junit4]   2> 1019 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[277]} 0 0
[junit4:junit4]   2> 1021 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[278]} 0 0
[junit4:junit4]   2> 1024 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[279]} 0 0
[junit4:junit4]   2> 1026 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[280]} 0 0
[junit4:junit4]   2> 1028 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[281]} 0 0
[junit4:junit4]   2> 1029 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[282]} 0 0
[junit4:junit4]   2> 1030 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[283]} 0 0
[junit4:junit4]   2> 1032 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[284]} 0 0
[junit4:junit4]   2> 1034 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[285]} 0 0
[junit4:junit4]   2> 1036 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[286]} 0 0
[junit4:junit4]   2> 1038 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[287]} 0 0
[junit4:junit4]   2> 1039 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[288]} 0 0
[junit4:junit4]   2> 1041 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[289]} 0 0
[junit4:junit4]   2> 1043 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[290]} 0 0
[junit4:junit4]   2> 1045 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[291]} 0 0
[junit4:junit4]   2> 1047 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[292]} 0 0
[junit4:junit4]   2> 1049 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[293]} 0 0
[junit4:junit4]   2> 1051 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[294]} 0 0
[junit4:junit4]   2> 1052 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[295]} 0 0
[junit4:junit4]   2> 1054 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[296]} 0 0
[junit4:junit4]   2> 1056 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[297]} 0 0
[junit4:junit4]   2> 1058 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[298]} 0 0
[junit4:junit4]   2> 1060 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[299]} 0 0
[junit4:junit4]   2> 1062 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[300]} 0 0
[junit4:junit4]   2> 1064 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[301]} 0 0
[junit4:junit4]   2> 1066 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[302]} 0 0
[junit4:junit4]   2> 1067 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[303]} 0 0
[junit4:junit4]   2> 1069 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[304]} 0 0
[junit4:junit4]   2> 1071 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[305]} 0 0
[junit4:junit4]   2> 1072 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[306]} 0 0
[junit4:junit4]   2> 1074 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[307]} 0 0
[junit4:junit4]   2> 1076 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[308]} 0 0
[junit4:junit4]   2> 1077 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[309]} 0 0
[junit4:junit4]   2> 1079 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[310]} 0 0
[junit4:junit4]   2> 1081 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[311]} 0 0
[junit4:junit4]   2> 1083 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[312]} 0 0
[junit4:junit4]   2> 1084 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[313]} 0 0
[junit4:junit4]   2> 1086 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[314]} 0 0
[junit4:junit4]   2> 1088 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[315]} 0 0
[junit4:junit4]   2> 1090 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[316]} 0 0
[junit4:junit4]   2> 1092 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[317]} 0 0
[junit4:junit4]   2> 1094 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[318]} 0 0
[junit4:junit4]   2> 1096 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[319]} 0 0
[junit4:junit4]   2> 1097 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[320]} 0 0
[junit4:junit4]   2> 1099 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[321]} 0 0
[junit4:junit4]   2> 1101 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[322]} 0 0
[junit4:junit4]   2> 1102 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[323]} 0 0
[junit4:junit4]   2> 1104 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[324]} 0 0
[junit4:junit4]   2> 1106 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[325]} 0 0
[junit4:junit4]   2> 1108 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[326]} 0 0
[junit4:junit4]   2> 1110 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[327]} 0 0
[junit4:junit4]   2> 1112 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[328]} 0 0
[junit4:junit4]   2> 1114 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[329]} 0 0
[junit4:junit4]   2> 1116 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[330]} 0 0
[junit4:junit4]   2> 1117 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[331]} 0 0
[junit4:junit4]   2> 1119 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[332]} 0 0
[junit4:junit4]   2> 1121 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[333]} 0 0
[junit4:junit4]   2> 1122 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[334]} 0 0
[junit4:junit4]   2> 1124 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[335]} 0 0
[junit4:junit4]   2> 1126 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[336]} 0 0
[junit4:junit4]   2> 1128 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[337]} 0 0
[junit4:junit4]   2> 1131 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[338]} 0 0
[junit4:junit4]   2> 1132 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[339]} 0 0
[junit4:junit4]   2> 1134 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[340]} 0 0
[junit4:junit4]   2> 1136 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[341]} 0 0
[junit4:junit4]   2> 1138 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[342]} 0 0
[junit4:junit4]   2> 1140 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[343]} 0 0
[junit4:junit4]   2> 1142 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[344]} 0 0
[junit4:junit4]   2> 1144 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[345]} 0 0
[junit4:junit4]   2> 1146 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[346]} 0 0
[junit4:junit4]   2> 1147 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[347]} 0 0
[junit4:junit4]   2> 1149 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[348]} 0 0
[junit4:junit4]   2> 1152 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[349]} 0 0
[junit4:junit4]   2> 1153 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[350]} 0 0
[junit4:junit4]   2> 1155 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[351]} 0 0
[junit4:junit4]   2> 1157 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[352]} 0 0
[junit4:junit4]   2> 1159 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[353]} 0 0
[junit4:junit4]   2> 1161 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[354]} 0 0
[junit4:junit4]   2> 1163 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[355]} 0 0
[junit4:junit4]   2> 1165 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[356]} 0 0
[junit4:junit4]   2> 1167 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[357]} 0 0
[junit4:junit4]   2> 1169 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[358]} 0 0
[junit4:junit4]   2> 1170 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[359]} 0 0
[junit4:junit4]   2> 1172 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[360]} 0 0
[junit4:junit4]   2> 1174 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[361]} 0 0
[junit4:junit4]   2> 1176 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[362]} 0 0
[junit4:junit4]   2> 1178 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[363]} 0 0
[junit4:junit4]   2> 1180 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[364]} 0 0
[junit4:junit4]   2> 1182 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[365]} 0 0
[junit4:junit4]   2> 1184 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[366]} 0 0
[junit4:junit4]   2> 1185 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[367]} 0 0
[junit4:junit4]   2> 1187 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[368]} 0 0
[junit4:junit4]   2> 1189 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[369]} 0 0
[junit4:junit4]   2> 1191 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[370]} 0 0
[junit4:junit4]   2> 1193 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[371]} 0 0
[junit4:junit4]   2> 1195 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[372]} 0 0
[junit4:junit4]   2> 1197 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[373]} 0 0
[junit4:junit4]   2> 1199 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[374]} 0 0
[junit4:junit4]   2> 1200 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[375]} 0 0
[junit4:junit4]   2> 1202 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[376]} 0 0
[junit4:junit4]   2> 1204 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[377]} 0 0
[junit4:junit4]   2> 1206 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[378]} 0 0
[junit4:junit4]   2> 1209 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[379]} 0 0
[junit4:junit4]   2> 1210 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[380]} 0 0
[junit4:junit4]   2> 1212 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[381]} 0 0
[junit4:junit4]   2> 1214 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[382]} 0 0
[junit4:junit4]   2> 1216 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[383]} 0 0
[junit4:junit4]   2> 1218 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[384]} 0 0
[junit4:junit4]   2> 1220 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[385]} 0 0
[junit4:junit4]   2> 1222 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[386]} 0 0
[junit4:junit4]   2> 1224 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[387]} 0 0
[junit4:junit4]   2> 1226 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[388]} 0 0
[junit4:junit4]   2> 1229 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[389]} 0 0
[junit4:junit4]   2> 1230 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[390]} 0 0
[junit4:junit4]   2> 1232 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[391]} 0 0
[junit4:junit4]   2> 1234 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[392]} 0 0
[junit4:junit4]   2> 1236 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[393]} 0 0
[junit4:junit4]   2> 1238 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[394]} 0 0
[junit4:junit4]   2> 1239 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[395]} 0 0
[junit4:junit4]   2> 1241 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[396]} 0 0
[junit4:junit4]   2> 1242 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[397]} 0 0
[junit4:junit4]   2> 1244 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[398]} 0 0
[junit4:junit4]   2> 1246 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[399]} 0 0
[junit4:junit4]   2> 1248 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[400]} 0 0
[junit4:junit4]   2> 1250 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[401]} 0 0
[junit4:junit4]   2> 1252 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[402]} 0 0
[junit4:junit4]   2> 1254 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[403]} 0 0
[junit4:junit4]   2> 1257 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[404]} 0 0
[junit4:junit4]   2> 1259 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[405]} 0 0
[junit4:junit4]   2> 1260 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[406]} 0 0
[junit4:junit4]   2> 1262 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[407]} 0 0
[junit4:junit4]   2> 1264 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[408]} 0 0
[junit4:junit4]   2> 1267 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[409]} 0 0
[junit4:junit4]   2> 1268 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[410]} 0 0
[junit4:junit4]   2> 1270 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[411]} 0 0
[junit4:junit4]   2> 1272 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[412]} 0 0
[junit4:junit4]   2> 1274 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[413]} 0 0
[junit4:junit4]   2> 1276 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[414]} 0 0
[junit4:junit4]   2> 1278 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[415]} 0 0
[junit4:junit4]   2> 1280 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[416]} 0 0
[junit4:junit4]   2> 1282 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[417]} 0 0
[junit4:junit4]   2> 1284 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[418]} 0 0
[junit4:junit4]   2> 1286 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[419]} 0 0
[junit4:junit4]   2> 1288 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[420]} 0 0
[junit4:junit4]   2> 1290 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[421]} 0 0
[junit4:junit4]   2> 1292 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[422]} 0 0
[junit4:junit4]   2> 1293 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[423]} 0 0
[junit4:junit4]   2> 1295 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[424]} 0 0
[junit4:junit4]   2> 1297 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[425]} 0 0
[junit4:junit4]   2> 1298 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[426]} 0 0
[junit4:junit4]   2> 1300 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[427]} 0 0
[junit4:junit4]   2> 1302 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[428]} 0 0
[junit4:junit4]   2> 1303 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[429]} 0 0
[junit4:junit4]   2> 1305 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[430]} 0 0
[junit4:junit4]   2> 1307 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[431]} 0 0
[junit4:junit4]   2> 1308 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[432]} 0 0
[junit4:junit4]   2> 1310 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[433]} 0 0
[junit4:junit4]   2> 1312 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[434]} 0 0
[junit4:junit4]   2> 1314 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[435]} 0 0
[junit4:junit4]   2> 1316 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[436]} 0 0
[junit4:junit4]   2> 1318 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[437]} 0 0
[junit4:junit4]   2> 1320 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[438]} 0 0
[junit4:junit4]   2> 1321 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[439]} 0 0
[junit4:junit4]   2> 1323 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[440]} 0 0
[junit4:junit4]   2> 1325 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[441]} 0 0
[junit4:junit4]   2> 1327 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[442]} 0 0
[junit4:junit4]   2> 1328 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[443]} 0 0
[junit4:junit4]   2> 1330 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[444]} 0 0
[junit4:junit4]   2> 1332 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[445]} 0 0
[junit4:junit4]   2> 1333 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[446]} 0 0
[junit4:junit4]   2> 1335 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[447]} 0 0
[junit4:junit4]   2> 1337 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[448]} 0 0
[junit4:junit4]   2> 1338 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[449]} 0 0
[junit4:junit4]   2> 1340 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[450]} 0 0
[junit4:junit4]   2> 1342 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[451]} 0 0
[junit4:junit4]   2> 1344 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[452]} 0 0
[junit4:junit4]   2> 1346 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[453]} 0 0
[junit4:junit4]   2> 1348 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[454]} 0 0
[junit4:junit4]   2> 1350 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[455]} 0 0
[junit4:junit4]   2> 1352 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[456]} 0 0
[junit4:junit4]   2> 1353 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[457]} 0 0
[junit4:junit4]   2> 1355 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[458]} 0 0
[junit4:junit4]   2> 1357 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[459]} 0 0
[junit4:junit4]   2> 1359 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[460]} 0 0
[junit4:junit4]   2> 1362 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[461]} 0 0
[junit4:junit4]   2> 1363 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[462]} 0 0
[junit4:junit4]   2> 1365 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[463]} 0 0
[junit4:junit4]   2> 1366 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[464]} 0 0
[junit4:junit4]   2> 1367 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[465]} 0 0
[junit4:junit4]   2> 1369 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[466]} 0 0
[junit4:junit4]   2> 1370 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[467]} 0 0
[junit4:junit4]   2> 1372 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[468]} 0 0
[junit4:junit4]   2> 1373 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[469]} 0 0
[junit4:junit4]   2> 1374 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[470]} 0 0
[junit4:junit4]   2> 1375 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[471]} 0 0
[junit4:junit4]   2> 1377 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[472]} 0 0
[junit4:junit4]   2> 1379 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[473]} 0 0
[junit4:junit4]   2> 1381 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[474]} 0 0
[junit4:junit4]   2> 1383 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[475]} 0 0
[junit4:junit4]   2> 1385 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[476]} 0 0
[junit4:junit4]   2> 1386 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[477]} 0 0
[junit4:junit4]   2> 1387 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[478]} 0 0
[junit4:junit4]   2> 1388 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[479]} 0 0
[junit4:junit4]   2> 1390 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[480]} 0 0
[junit4:junit4]   2> 1391 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[481]} 0 0
[junit4:junit4]   2> 1393 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[482]} 0 0
[junit4:junit4]   2> 1395 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[483]} 0 0
[junit4:junit4]   2> 1396 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[484]} 0 0
[junit4:junit4]   2> 1398 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[485]} 0 0
[junit4:junit4]   2> 1400 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[486]} 0 0
[junit4:junit4]   2> 1402 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[487]} 0 0
[junit4:junit4]   2> 1404 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[488]} 0 0
[junit4:junit4]   2> 1406 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[489]} 0 0
[junit4:junit4]   2> 1408 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[490]} 0 0
[junit4:junit4]   2> 1410 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[491]} 0 0
[junit4:junit4]   2> 1411 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[492]} 0 0
[junit4:junit4]   2> 1413 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[493]} 0 0
[junit4:junit4]   2> 1415 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[494]} 0 0
[junit4:junit4]   2> 1417 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[495]} 0 0
[junit4:junit4]   2> 1419 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[496]} 0 0
[junit4:junit4]   2> 1421 T5199 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[497]} 0 0
[junit4:junit4]   2> 1423 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[498]} 0 0
[junit4:junit4]   2> 1426 T5202 C499 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1430 T5202 C499 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@104cc3dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49875561),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@104cc3dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49875561),segFN=segments_2,generation=2,filenames=[_0_Lucene41WithOrds_0.tib, _0_Lucene41WithOrds_0.doc, _0.fnm, _0.nvd, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0.si, _0.nvm, _0.fdt]
[junit4:junit4]   2> 1430 T5202 C499 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene41WithOrds_0.tib, _0_Lucene41WithOrds_0.doc, _0.fnm, _0.nvd, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0.si, _0.nvm, _0.fdt]
[junit4:junit4]   2> 1431 T5202 C499 oass.SolrIndexSearcher.<init> Opening Searcher@3689fac main
[junit4:junit4]   2> 1432 T5204 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3689fac main{StandardDirectoryReader(segments_2:4 _0(5.0):C499)}
[junit4:junit4]   2> 1431 T5202 C499 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1432 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   2> 1435 T5197 C499 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=499 status=0 QTime=1 
[junit4:junit4]   2> 1504 T5231 oash.SnapPuller.<init> WARNING 'masterUrl' must be specified without the /replication suffix
[junit4:junit4]   2> 1504 T5225 C500 REQ [collection1] webapp=/solr path=/replication params={masterUrl=http://127.0.0.1:52159/solr/replication&command=fetchindex} status=0 QTime=3 
[junit4:junit4]   2> 1504 T5231 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1506 T5200 C499 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1506 T5231 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1506 T5231 oash.SnapPuller.fetchLatestIndex Slave's generation: 2
[junit4:junit4]   2> 1506 T5231 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1506 T5227 C500 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1513 T5198 C499 REQ [collection1] webapp=/solr path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=5 
[junit4:junit4]   2> 1514 T5231 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 10
[junit4:junit4]   2> 1515 T5231 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index.20130316145608542 forceNew: false
[junit4:junit4]   2> 1515 T5231 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@4edc7750 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77d3fe21) fullCopy=true
[junit4:junit4]   2> 1517 T5199 C499 REQ [collection1] webapp=/solr path=/replication params={file=_0_Lucene41WithOrds_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1519 T5201 C499 REQ [collection1] webapp=/solr path=/replication params={file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1521 T5202 C499 REQ [collection1] webapp=/solr path=/replication params={file=_0_Lucene41WithOrds_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1524 T5197 C499 REQ [collection1] webapp=/solr path=/replication params={file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1526 T5200 C499 REQ [collection1] webapp=/solr path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1528 T5198 C499 REQ [collection1] webapp=/solr path=/replication params={file=_0_Lucene41WithOrds_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1536 T5199 C499 REQ [collection1] webapp=/solr path=/replication params={file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1538 T5201 C499 REQ [collection1] webapp=/solr path=/replication params={file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1540 T5202 C499 REQ [collection1] webapp=/solr path=/replication params={file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1543 T5197 C499 REQ [collection1] webapp=/solr path=/replication params={file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1544 T5231 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1545 T5231 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130316145608542
[junit4:junit4]   2> 1545 T5231 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1545 T5231 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 1545 T5231 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 1546 T5231 oasc.SolrCore.getNewIndexDir New index directory detected: old=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index/ new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index.20130316145608542
[junit4:junit4]   2> 1546 T5231 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4edc7750 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77d3fe21),segFN=segments_2,generation=2,filenames=[_0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0.nvd, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0.nvm, _0.si, _0.fdt]
[junit4:junit4]   2> 1546 T5231 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0.nvd, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0.nvm, _0.si, _0.fdt]
[junit4:junit4]   2> 1546 T5231 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1547 T5231 oass.SolrIndexSearcher.<init> Opening Searcher@42d6572d main
[junit4:junit4]   2> 1548 T5229 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@42d6572d main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C499)}
[junit4:junit4]   2> 1548 T5231 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@13894421 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d07812)
[junit4:junit4]   2> 1548 T5231 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index
[junit4:junit4]   2> 1548 T5231 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@13894421 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d07812)
[junit4:junit4]   2> 1573 T5222 C500 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=499 status=0 QTime=0 
[junit4:junit4]   2> 1639 T5223 C500 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[499]} 0 0
[junit4:junit4]   2> 1641 T5224 C500 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[500]} 0 0
[junit4:junit4]   2> 1644 T5226 C500 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[501]} 0 0
[junit4:junit4]   2> 1646 T5225 C500 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1646 T5225 C500 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4edc7750 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77d3fe21),segFN=segments_2,generation=2,filenames=[_0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0.nvd, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0.nvm, _0.si, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4edc7750 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77d3fe21),segFN=segments_3,generation=3,filenames=[_0_Lucene41WithOrds_0.tib, _1.nvm, _0_Lucene41WithOrds_0.doc, _0.fnm, _1_Lucene41WithOrds_0.doc, _1.nvd, _0_Lucene41WithOrds_0.tii, _0.nvm, _1.fnm, _1.fdx, _1.fdt, _1.si, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _0.nvd, _0.fdx, _0.si, segments_3, _0.fdt]
[junit4:junit4]   2> 1646 T5225 C500 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene41WithOrds_0.tib, _1.nvm, _0_Lucene41WithOrds_0.doc, _0.fnm, _1_Lucene41WithOrds_0.doc, _1.nvd, _0_Lucene41WithOrds_0.tii, _0.nvm, _1.fnm, _1.fdx, _1.fdt, _1.si, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _0.nvd, _0.fdx, _0.si, segments_3, _0.fdt]
[junit4:junit4]   2> 1646 T5225 C500 oass.SolrIndexSearcher.<init> Opening Searcher@7ca6d0a3 main
[junit4:junit4]   2> 1647 T5229 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ca6d0a3 main{StandardDirectoryReader(segments_3:6:nrt _0(5.0):C499 _1(5.0):C3)}
[junit4:junit4]   2> 1647 T5225 C500 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1647 T5225 C500 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 1
[junit4:junit4]   2> 1649 T5200 C499 REQ [collection1] webapp=/solr path=/replication params={masterUrl=http://127.0.0.1:52165/solr/replication&command=fetchindex} status=0 QTime=0 
[junit4:junit4]   2> 1649 T5233 oash.SnapPuller.<init> WARNING 'masterUrl' must be specified without the /replication suffix
[junit4:junit4]   2> 1650 T5233 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1654 T5198 C499 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=499 status=0 QTime=0 
[junit4:junit4]   2> 1655 T5222 C500 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1657 T5233 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 1657 T5233 oash.SnapPuller.fetchLatestIndex Slave's generation: 2
[junit4:junit4]   2> 1657 T5233 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1659 T5223 C500 REQ [collection1] webapp=/solr path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1659 T5233 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 19
[junit4:junit4]   2> 1659 T5233 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\index.20130316145608687 forceNew: false
[junit4:junit4]   2> 1660 T5233 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@51fc7a0e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54d2da4c) fullCopy=false
[junit4:junit4]   2> 1660 T5233 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41WithOrds_0.tib because it already exists
[junit4:junit4]   2> 1661 T5224 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 1662 T5233 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fnm because it already exists
[junit4:junit4]   2> 1662 T5233 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41WithOrds_0.doc because it already exists
[junit4:junit4]   2> 1663 T5226 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 1665 T5225 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1_Lucene41WithOrds_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 1665 T5233 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41WithOrds_0.tii because it already exists
[junit4:junit4]   2> 1666 T5233 oash.SnapPuller.downloadIndexFiles Skipping download for _0.nvm because it already exists
[junit4:junit4]   2> 1667 T5227 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 1669 T5222 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 1671 T5223 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 1672 T5224 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1_Lucene41WithOrds_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 1674 T5226 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 1675 T5233 oash.SnapPuller.downloadIndexFiles Skipping download for _0.nvd because it already exists
[junit4:junit4]   2> 1676 T5225 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1_Lucene41WithOrds_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 1677 T5233 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdx because it already exists
[junit4:junit4]   2> 1677 T5233 oash.SnapPuller.downloadIndexFiles Skipping download for _0.si because it already exists
[junit4:junit4]   2> 1677 T5233 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdt because it already exists
[junit4:junit4]   2> 1678 T5227 C500 REQ [collection1] webapp=/solr path=/replication params={file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 1678 T5233 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1679 T5233 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1679 T5233 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 1679 T5233 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 1680 T5233 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@104cc3dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49875561),segFN=segments_2,generation=2,filenames=[_0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0.nvd, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0.nvm, _0.si, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@104cc3dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49875561),segFN=segments_3,generation=3,filenames=[_0_Lucene41WithOrds_0.tib, _1.nvm, _0_Lucene41WithOrds_0.doc, _0.fnm, _1.nvd, _1_Lucene41WithOrds_0.doc, _0_Lucene41WithOrds_0.tii, _0.nvm, _1.fnm, _1.fdx, _1.fdt, _1_Lucene41WithOrds_0.tii, _1.si, _1_Lucene41WithOrds_0.tib, _0.nvd, _0.fdx, _0.si, segments_3, _0.fdt]
[junit4:junit4]   2> 1680 T5233 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene41WithOrds_0.tib, _1.nvm, _0_Lucene41WithOrds_0.doc, _0.fnm, _1.nvd, _1_Lucene41WithOrds_0.doc, _0_Lucene41WithOrds_0.tii, _0.nvm, _1.fnm, _1.fdx, _1.fdt, _1_Lucene41WithOrds_0.tii, _1.si, _1_Lucene41WithOrds_0.tib, _0.nvd, _0.fdx, _0.si, segments_3, _0.fdt]
[junit4:junit4]   2> 1680 T5233 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1681 T5233 oass.SolrIndexSearcher.<init> Opening Searcher@25d3ab83 main
[junit4:junit4]   2> 1681 T5204 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@25d3ab83 main{StandardDirectoryReader(segments_3:6:nrt _0(5.0):C499 _1(5.0):C3)}
[junit4:junit4]   2> 1681 T5233 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@51fc7a0e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54d2da4c)
[junit4:junit4]   2> 1722 T5199 C499 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=502 status=0 QTime=0 
[junit4:junit4]   2> 1789 T5222 C500 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=502 status=0 QTime=0 
[junit4:junit4]   2> 1855 T5201 C499 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=502 status=0 QTime=0 
[junit4:junit4]   2> 1923 T5224 C500 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1923 T5197 C499 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1926 T5226 C500 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1927 T5200 C499 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1929 T5198 C499 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1930 T5225 C500 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1931 T5199 C499 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1932 T5227 C500 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1933 T5202 C499 REQ [collection1] webapp=/solr path=/replication params={masterUrl=http://127.0.0.1:52165/solr/replication&command=fetchindex} status=0 QTime=0 
[junit4:junit4]   2> 1933 T5236 oash.SnapPuller.<init> WARNING 'masterUrl' must be specified without the /replication suffix
[junit4:junit4]   2> 1934 T5236 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1935 T5223 C500 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1935 T5222 C500 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=502 status=0 QTime=0 
[junit4:junit4]   2> 1935 T5236 oash.SnapPuller.fetchLatestIndex Slave in sync with master.
[junit4:junit4]   2> 2001 T5201 C499 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=502 status=0 QTime=0 
[junit4:junit4]   2> 2069 T5224 C500 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2070 T5197 C499 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2074 T5226 C500 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2076 T5200 C499 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=4 
[junit4:junit4]   2> 2079 T5198 C499 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2079 T5225 C500 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 2081 T5199 C499 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2083 T5227 C500 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2084 T5202 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[502]} 0 0
[junit4:junit4]   2> 2086 T5201 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[503]} 0 0
[junit4:junit4]   2> 2088 T5197 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[504]} 0 0
[junit4:junit4]   2> 2089 T5200 C499 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[505]} 0 0
[junit4:junit4]   2> 2091 T5198 C499 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2091 T5198 C499 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=3
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@104cc3dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49875561),segFN=segments_2,generation=2,filenames=[_0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0.nvd, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0.nvm, _0.si, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@104cc3dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49875561),segFN=segments_3,generation=3,filenames=[_0_Lucene41WithOrds_0.tib, _1.nvm, _0_Lucene41WithOrds_0.doc, _0.fnm, _1.nvd, _1_Lucene41WithOrds_0.doc, _0_Lucene41WithOrds_0.tii, _0.nvm, _1.fnm, _1.fdx, _1.fdt, _1_Lucene41WithOrds_0.tii, _1.si, _1_Lucene41WithOrds_0.tib, _0.nvd, _0.fdx, _0.si, segments_3, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@104cc3dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49875561),segFN=segments_4,generation=4,filenames=[_0_Lucene41WithOrds_0.tib, _2_Lucene41WithOrds_0.doc, _2.si, _1_Lucene41WithOrds_0.doc, _0_Lucene41WithOrds_0.tii, _1.fnm, _0.nvd, _0.si, _1.nvm, _0.fnm, _0_Lucene41WithOrds_0.doc, _2_Lucene41WithOrds_0.tii, _1.nvd, _2.fdt, _2_Lucene41WithOrds_0.tib, _0.nvm, _2.fdx, _2.fnm, _1.fdx, _2.nvm, _1.fdt, _1.si, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _2.nvd, _0.fdx, _0.fdt, segments_4]
[junit4:junit4]   2> 2092 T5198 C499 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_0_Lucene41WithOrds_0.tib, _2_Lucene41WithOrds_0.doc, _2.si, _1_Lucene41WithOrds_0.doc, _0_Lucene41WithOrds_0.tii, _1.fnm, _0.nvd, _0.si, _1.nvm, _0.fnm, _0_Lucene41WithOrds_0.doc, _2_Lucene41WithOrds_0.tii, _1.nvd, _2.fdt, _2_Lucene41WithOrds_0.tib, _0.nvm, _2.fdx, _2.fnm, _1.fdx, _2.nvm, _1.fdt, _1.si, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _2.nvd, _0.fdx, _0.fdt, segments_4]
[junit4:junit4]   2> 2092 T5198 C499 oass.SolrIndexSearcher.<init> Opening Searcher@28eb3e89 main
[junit4:junit4]   2> 2093 T5198 C499 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2093 T5204 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@28eb3e89 main{StandardDirectoryReader(segments_4:8:nrt _0(5.0):C499 _1(5.0):C3 _2(5.0):C4)}
[junit4:junit4]   2> 2093 T5198 C499 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 2
[junit4:junit4]   2> 2094 T5199 C499 REQ [collection1] webapp=/solr path=/replication params={masterUrl=http://127.0.0.1:52165/solr/replication&command=fetchindex} status=0 QTime=0 
[junit4:junit4]   2> 2094 T5237 oash.SnapPuller.<init> WARNING 'masterUrl' must be specified without the /replication suffix
[junit4:junit4]   2> 2094 T5237 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2096 T5223 C500 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2096 T5202 C499 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=506 status=0 QTime=0 
[junit4:junit4]   2> 2096 T5237 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 2096 T5237 oash.SnapPuller.fetchLatestIndex Slave's generation: 4
[junit4:junit4]   2> 2096 T5237 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2098 T5222 C500 REQ [collection1] webapp=/solr path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2098 T5237 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 19
[junit4:junit4]   2> 2099 T5237 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\index.20130316145609126 forceNew: false
[junit4:junit4]   2> 2099 T5237 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@632f8e82 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@73c68f60) fullCopy=true
[junit4:junit4]   2> 2101 T5224 C500 REQ [collection1] webapp=/solr path=/replication params={file=_0_Lucene41WithOrds_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2104 T5226 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2106 T5225 C500 REQ [collection1] webapp=/solr path=/replication params={file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2108 T5227 C500 REQ [collection1] webapp=/solr path=/replication params={file=_0_Lucene41WithOrds_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2110 T5223 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2112 T5222 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1_Lucene41WithOrds_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2114 T5224 C500 REQ [collection1] webapp=/solr path=/replication params={file=_0_Lucene41WithOrds_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2116 T5226 C500 REQ [collection1] webapp=/solr path=/replication params={file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2118 T5225 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2119 T5227 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2121 T5223 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2123 T5222 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1_Lucene41WithOrds_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2131 T5224 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2133 T5226 C500 REQ [collection1] webapp=/solr path=/replication params={file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2134 T5225 C500 REQ [collection1] webapp=/solr path=/replication params={file=_1_Lucene41WithOrds_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2136 T5227 C500 REQ [collection1] webapp=/solr path=/replication params={file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2138 T5223 C500 REQ [collection1] webapp=/solr path=/replication params={file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2141 T5222 C500 REQ [collection1] webapp=/solr path=/replication params={file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2143 T5224 C500 REQ [collection1] webapp=/solr path=/replication params={file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 2143 T5237 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2143 T5237 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130316145609126
[junit4:junit4]   2> 2143 T5237 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2143 T5237 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 2143 T5237 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 2144 T5237 oasc.SolrCore.getNewIndexDir New index directory detected: old=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\index/ new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\index.20130316145609126
[junit4:junit4]   2> 2144 T5237 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@632f8e82 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@73c68f60),segFN=segments_3,generation=3,filenames=[_0_Lucene41WithOrds_0.tib, _1.nvm, _0_Lucene41WithOrds_0.doc, _0.fnm, _1.nvd, _1_Lucene41WithOrds_0.doc, _0_Lucene41WithOrds_0.tii, _0.nvm, _1.fnm, _1.fdx, _1.fdt, _1_Lucene41WithOrds_0.tii, _1.si, _1_Lucene41WithOrds_0.tib, _0.nvd, _0.fdx, _0.si, segments_3, _0.fdt]
[junit4:junit4]   2> 2144 T5237 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene41WithOrds_0.tib, _1.nvm, _0_Lucene41WithOrds_0.doc, _0.fnm, _1.nvd, _1_Lucene41WithOrds_0.doc, _0_Lucene41WithOrds_0.tii, _0.nvm, _1.fnm, _1.fdx, _1.fdt, _1_Lucene41WithOrds_0.tii, _1.si, _1_Lucene41WithOrds_0.tib, _0.nvd, _0.fdx, _0.si, segments_3, _0.fdt]
[junit4:junit4]   2> 2144 T5237 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2145 T5237 oass.SolrIndexSearcher.<init> Opening Searcher@47428dd3 main
[junit4:junit4]   2> 2146 T5204 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@47428dd3 main{StandardDirectoryReader(segments_3:6:nrt _0(5.0):C499 _1(5.0):C3)}
[junit4:junit4]   2> 2146 T5237 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@104cc3dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49875561)
[junit4:junit4]   2> 2146 T5237 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\index
[junit4:junit4]   2> 2146 T5237 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@104cc3dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49875561)
[junit4:junit4]   2> 2162 T5201 C499 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=502 status=0 QTime=0 
[junit4:junit4]   2> 2228 T5226 C500 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=502 status=0 QTime=0 
[junit4:junit4]   2> 2294 T5197 C499 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=502 status=0 QTime=0 
[junit4:junit4]   2> 2362 T5227 C500 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2363 T5198 C499 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=3 
[junit4:junit4]   2> 2366 T5223 C500 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2367 T5199 C499 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2402 T5202 C499 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=32 
[junit4:junit4]   2> 2403 T5222 C500 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=34 
[junit4:junit4]   2> 2405 T5201 C499 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2407 T5224 C500 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2408 T5200 C499 REQ [collection1] webapp=/solr path=/replication params={masterUrl=http://127.0.0.1:52165/solr/replication&command=fetchindex} status=0 QTime=0 
[junit4:junit4]   2> 2408 T5239 oash.SnapPuller.<init> WARNING 'masterUrl' must be specified without the /replication suffix
[junit4:junit4]   2> 2408 T5239 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2410 T5226 C500 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2410 T5225 C500 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=502 status=0 QTime=0 
[junit4:junit4]   2> 2411 T5239 oash.SnapPuller.fetchLatestIndex Slave in sync with master.
[junit4:junit4]   2> 2478 T5197 C499 REQ [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=502 status=0 QTime=0 
[junit4:junit4]   2> 2546 T5227 C500 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 2546 T5198 C499 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2550 T5223 C500 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2550 T5199 C499 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2553 T5202 C499 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2554 T5222 C500 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2556 T5201 C499 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2558 T5224 C500 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2563 T5226 C500 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 2563 T5200 C499 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=3 
[junit4:junit4]   2> 2567 T5197 C499 REQ [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2568 T5225 C500 REQ [collection1] webapp=/solr path=/replication params={command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=3 
[junit4:junit4]   2> 2577 T5193 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=548187914
[junit4:junit4]   2> 2580 T5193 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@35f19bf0
[junit4:junit4]   2> 2581 T5193 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 2581 T5193 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2581 T5193 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2582 T5193 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2583 T5193 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 2583 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\
[junit4:junit4]   2> 2584 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\
[junit4:junit4]   2> 2584 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index.20130316145608542
[junit4:junit4]   2> 2584 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index.20130316145608542
[junit4:junit4]   2> 2585 T5193 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 2637 T5193 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 2639 T5193 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52175
[junit4:junit4]   2> 2640 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2641 T5193 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2641 T5193 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave
[junit4:junit4]   2> 2641 T5193 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\solr.xml
[junit4:junit4]   2> 2641 T5193 oasc.CoreContainer.<init> New CoreContainer 289877277
[junit4:junit4]   2> 2642 T5193 oasc.CoreContainer$Initializer.initialize no solr.xml or solr.properties file found - using default old-style solr.xml
[junit4:junit4]   2> 2643 T5193 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\'
[junit4:junit4]   2> 2643 T5193 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\'
[junit4:junit4]   2> 2663 T5193 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2663 T5193 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2663 T5193 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2663 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2664 T5193 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2664 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2664 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2664 T5193 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2665 T5193 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2666 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2676 T5193 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 2693 T5249 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1
[junit4:junit4]   2> 2694 T5249 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\'
[junit4:junit4]   2> 2720 T5249 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2768 T5249 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2769 T5249 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2772 T5249 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2791 T5249 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2792 T5249 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2792 T5249 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\
[junit4:junit4]   2> 2793 T5249 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 2793 T5249 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2793 T5249 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\ forceNew: false
[junit4:junit4]   2> 2793 T5249 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index/
[junit4:junit4]   2> 2794 T5249 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2795 T5249 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index forceNew: false
[junit4:junit4]   2> 2796 T5249 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@21428dbf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55ceb31c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2796 T5249 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2796 T5249 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2796 T5249 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 2797 T5249 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 2797 T5249 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 2797 T5249 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2797 T5249 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2799 T5249 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2802 T5249 oass.SolrIndexSearcher.<init> Opening Searcher@44f4ccc0 main
[junit4:junit4]   2> 2802 T5249 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2802 T5249 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2803 T5249 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
[junit4:junit4]   2> 2803 T5249 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2803 T5250 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@44f4ccc0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2804 T5193 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2804 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2805 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2808 T5193 oas.SolrTestCaseJ4.tearDown ###Ending doTestSnapPullWithMasterUrl
[junit4:junit4]   2> 2816 T5193 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1753551991
[junit4:junit4]   2> 2818 T5193 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@26bb5081
[junit4:junit4]   2> 2819 T5193 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=503,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 2819 T5193 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2820 T5193 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2820 T5193 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2821 T5193 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 2821 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\
[junit4:junit4]   2> 2821 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\
[junit4:junit4]   2> 2822 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\index.20130316145609126
[junit4:junit4]   2> 2822 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\index.20130316145609126
[junit4:junit4]   2> 2822 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\index.20130316145608687
[junit4:junit4]   2> 2823 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367030\master\collection1\data\index.20130316145608687
[junit4:junit4]   2> 2824 T5193 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 2882 T5193 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=289877277
[junit4:junit4]   2> 2885 T5193 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6c05204
[junit4:junit4]   2> 2885 T5193 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2885 T5193 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2885 T5193 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2885 T5193 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2886 T5193 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 2887 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\
[junit4:junit4]   2> 2887 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\
[junit4:junit4]   2> 2887 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index
[junit4:junit4]   2> 2887 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431367228\slave\collection1\data\index
[junit4:junit4]   2> 2887 T5193 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 2969 T5193 oas.SolrTestCaseJ4.setUp ###Starting doTestReplicateAfterStartup
[junit4:junit4]   2> 2982 T5193 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 2985 T5193 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52178
[junit4:junit4]   2> 2986 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2986 T5193 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2987 T5193 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master
[junit4:junit4]   2> 2987 T5193 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\solr.xml
[junit4:junit4]   2> 2987 T5193 oasc.CoreContainer.<init> New CoreContainer 1824188624
[junit4:junit4]   2> 2990 T5193 oasc.CoreContainer$Initializer.initialize no solr.xml or solr.properties file found - using default old-style solr.xml
[junit4:junit4]   2> 2990 T5193 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\'
[junit4:junit4]   2> 2990 T5193 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\'
[junit4:junit4]   2> 3030 T5193 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 3031 T5193 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3031 T5193 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 3032 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3032 T5193 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3032 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3032 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3033 T5193 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3033 T5193 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3033 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 3047 T5193 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3071 T5262 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1
[junit4:junit4]   2> 3073 T5262 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\'
[junit4:junit4]   2> 3115 T5262 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3163 T5262 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3163 T5262 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3166 T5262 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 3188 T5262 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3189 T5262 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3189 T5262 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\
[junit4:junit4]   2> 3189 T5262 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 3190 T5262 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3190 T5262 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\ forceNew: false
[junit4:junit4]   2> 3190 T5262 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\index/
[junit4:junit4]   2> 3190 T5262 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3191 T5262 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\index forceNew: false
[junit4:junit4]   2> 3192 T5262 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5dadc762 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@680369da),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3192 T5262 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3193 T5262 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3193 T5262 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 3193 T5262 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 3193 T5262 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 3193 T5262 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 3193 T5262 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3199 T5262 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3203 T5262 oass.SolrIndexSearcher.<init> Opening Searcher@15b116f7 main
[junit4:junit4]   2> 3203 T5262 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3203 T5262 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3203 T5262 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
[junit4:junit4]   2> 3204 T5262 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 3204 T5262 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3204 T5263 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15b116f7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3204 T5193 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 3204 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3205 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3220 T5193 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3223 T5193 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52181
[junit4:junit4]   2> 3223 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3224 T5193 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3224 T5193 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave
[junit4:junit4]   2> 3224 T5193 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\solr.xml
[junit4:junit4]   2> 3224 T5193 oasc.CoreContainer.<init> New CoreContainer 1591830346
[junit4:junit4]   2> 3227 T5193 oasc.CoreContainer$Initializer.initialize no solr.xml or solr.properties file found - using default old-style solr.xml
[junit4:junit4]   2> 3227 T5193 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\'
[junit4:junit4]   2> 3228 T5193 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\'
[junit4:junit4]   2> 3240 T5193 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 3240 T5193 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3241 T5193 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 3241 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3241 T5193 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3241 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3241 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3241 T5193 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3242 T5193 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3242 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 3248 T5193 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3264 T5274 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\collection1
[junit4:junit4]   2> 3266 T5274 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\collection1\'
[junit4:junit4]   2> 3294 T5274 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3331 T5274 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3331 T5274 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3333 T5274 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 3349 T5274 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3351 T5274 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3351 T5274 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\collection1\data\
[junit4:junit4]   2> 3351 T5274 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 3351 T5274 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3351 T5274 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\collection1\data\ forceNew: false
[junit4:junit4]   2> 3351 T5274 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\collection1\data\index/
[junit4:junit4]   2> 3351 T5274 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3352 T5274 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\collection1\data\index forceNew: false
[junit4:junit4]   2> 3352 T5274 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@54d939ba lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@438a590),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3352 T5274 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3354 T5274 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3354 T5274 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 3354 T5274 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 3354 T5274 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 3354 T5274 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3354 T5274 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 3355 T5274 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3357 T5274 oass.SolrIndexSearcher.<init> Opening Searcher@48e0c99c main
[junit4:junit4]   2> 3357 T5274 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3357 T5274 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3358 T5274 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
[junit4:junit4]   2> 3358 T5274 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3358 T5275 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@48e0c99c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3359 T5193 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 3359 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3359 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3369 T5193 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1591830346
[junit4:junit4]   2> 3371 T5193 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@506de4f0
[junit4:junit4]   2> 3372 T5193 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 3372 T5193 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 3373 T5193 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 3373 T5193 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 3374 T5193 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 3374 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\collection1\data\
[junit4:junit4]   2> 3374 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\collection1\data\
[junit4:junit4]   2> 3374 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\collection1\data\index
[junit4:junit4]   2> 3375 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431370237\slave\collection1\data\index
[junit4:junit4]   2> 3376 T5193 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> ASYNC  NEW_CORE C501 name=collection1 org.apache.solr.core.SolrCore@4600a09b
[junit4:junit4]   2> 3432 T5257 C501 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 3434 T5257 C501 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5dadc762 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@680369da),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3434 T5257 C501 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3434 T5257 C501 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 2
[junit4:junit4]   2> 3435 T5258 C501 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 3435 T5258 C501 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5dadc762 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@680369da),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5dadc762 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@680369da),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 3436 T5258 C501 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 3436 T5258 C501 oass.SolrIndexSearcher.<init> Opening Searcher@fa4d5b1 main
[junit4:junit4]   2> 3436 T5258 C501 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 3437 T5263 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fa4d5b1 main{StandardDirectoryReader(segments_2:2)}
[junit4:junit4]   2> 3437 T5258 C501 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 2
[junit4:junit4]   2> 3446 T5193 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1824188624
[junit4:junit4]   2> 3448 T5193 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4600a09b
[junit4:junit4]   2> 3448 T5193 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 3448 T5193 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 3448 T5193 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 3449 T5193 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 3449 T5193 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 3450 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\index
[junit4:junit4]   2> 3450 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\index
[junit4:junit4]   2> 3450 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\
[junit4:junit4]   2> 3450 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\
[junit4:junit4]   2> 3450 T5193 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 3502 T5193 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3503 T5193 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52185
[junit4:junit4]   2> 3504 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3504 T5193 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3505 T5193 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master
[junit4:junit4]   2> 3505 T5193 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\solr.xml
[junit4:junit4]   2> 3505 T5193 oasc.CoreContainer.<init> New CoreContainer 744850949
[junit4:junit4]   2> 3505 T5193 oasc.CoreContainer$Initializer.initialize no solr.xml or solr.properties file found - using default old-style solr.xml
[junit4:junit4]   2> 3505 T5193 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\'
[junit4:junit4]   2> 3505 T5193 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\'
[junit4:junit4]   2> 3518 T5193 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 3518 T5193 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3519 T5193 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 3519 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3519 T5193 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3520 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3520 T5193 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3520 T5193 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3520 T5193 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3520 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 3527 T5193 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3544 T5287 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1
[junit4:junit4]   2> 3545 T5287 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\'
[junit4:junit4]   2> 3574 T5287 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3610 T5287 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3611 T5287 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3613 T5287 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 3630 T5287 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3631 T5287 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3631 T5287 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\
[junit4:junit4]   2> 3631 T5287 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 3631 T5287 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3631 T5287 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\ forceNew: false
[junit4:junit4]   2> 3631 T5287 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\index/
[junit4:junit4]   2> 3631 T5287 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3633 T5287 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431369997\master\collection1\data\index forceNew: false
[junit4:junit4]   2> 3633 T5287 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2aeb8587 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5878904e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3633 T5287 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3633 T5287 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3633 T5287 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 3633 T5287 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 3633 T5287 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 3633 T5287 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 3634 T5287 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3635 T5287 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3638 T5287 oass.SolrIndexSearcher.<init> Opening Searcher@3e0a52d3 main
[junit4:junit4]   2> 3638 T5287 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3638 T5287 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3638 T5287 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml
[junit4:junit4]   2> 3638 T5287 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2aeb8587 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5878904e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3638 T5287 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3638 T5287 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 3638 T5287 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3639 T5288 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3e0a52d3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3640 T5193 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 3640 T5193 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3640 T5193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C502 name=collection1 org.apache.solr.core.SolrCore@308f4dc7
[junit4:junit4]   2> 3647 T5281 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 1
[junit4:junit4]   2> 3649 T5282 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 0
[junit4:junit4]   2> 3650 T5284 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
[junit4:junit4]   2> 3651 T5286 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0
[junit4:junit4]   2> 3653 T5283 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0
[junit4:junit4]   2> 3655 T5285 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0
[junit4:junit4]   2> 3656 T5281 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0
[junit4:junit4]   2> 3657 T5282 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0
[junit4:junit4]   2> 3658 T5284 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0
[junit4:junit4]   2> 3660 T5286 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0
[junit4:junit4]   2> 3661 T5283 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0
[junit4:junit4]   2> 3663 T5285 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0
[junit4:junit4]   2> 3664 T5281 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0
[junit4:junit4]   2> 3665 T5282 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0
[junit4:junit4]   2> 3666 T5284 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 0
[junit4:junit4]   2> 3668 T5286 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0
[junit4:junit4]   2> 3669 T5283 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0
[junit4:junit4]   2> 3670 T5285 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0
[junit4:junit4]   2> 3671 T5281 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0
[junit4:junit4]   2> 3673 T5282 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0
[junit4:junit4]   2> 3674 T5284 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0
[junit4:junit4]   2> 3676 T5286 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0
[junit4:junit4]   2> 3677 T5283 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0
[junit4:junit4]   2> 3678 T5285 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0
[junit4:junit4]   2> 3680 T5281 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0
[junit4:junit4]   2> 3681 T5282 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 0
[junit4:junit4]   2> 3683 T5284 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0
[junit4:junit4]   2> 3684 T5286 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 0
[junit4:junit4]   2> 3685 T5283 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0
[junit4:junit4]   2> 3686 T5285 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 0
[junit4:junit4]   2> 3688 T5281 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 0
[junit4:junit4]   2> 3689 T5282 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 0
[junit4:junit4]   2> 3690 T5284 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0
[junit4:junit4]   2> 3691 T5286 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0
[junit4:junit4]   2> 3693 T5283 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0
[junit4:junit4]   2> 3695 T5285 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0
[junit4:junit4]   2> 3696 T5281 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 0
[junit4:junit4]   2> 3698 T5282 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0
[junit4:junit4]   2> 3700 T5284 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0
[junit4:junit4]   2> 3701 T5286 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0
[junit4:junit4]   2> 3703 T5283 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0
[junit4:junit4]   2> 3704 T5285 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0
[junit4:junit4]   2> 3705 T5281 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0
[junit4:junit4]   2> 3706 T5282 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 0
[junit4:junit4]   2> 3708 T5284 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 0
[junit4:junit4]   2> 3709 T5286 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 0
[junit4:junit4]   2> 3711 T5283 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0
[junit4:junit4]   2> 3713 T5285 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 0
[junit4:junit4]   2> 3715 T5281 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 0
[junit4:junit4]   2> 3716 T5282 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 0
[junit4:junit4]   2> 3718 T5284 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 0
[junit4:junit4]   2> 3719 T5286 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 0
[junit4:junit4]   2> 3720 T5283 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[52]} 0 0
[junit4:junit4]   2> 3721 T5285 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[53]} 0 0
[junit4:junit4]   2> 3723 T5281 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[54]} 0 0
[junit4:junit4]   2> 3724 T5282 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[55]} 0 0
[junit4:junit4]   2> 3725 T5284 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[56]} 0 0
[junit4:junit4]   2> 3726 T5286 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[57]} 0 0
[junit4:junit4]   2> 3728 T5283 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[58]} 0 0
[junit4:junit4]   2> 3729 T5285 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[59]} 0 0
[junit4:junit4]   2> 3731 T5281 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[60]} 0 0
[junit4:junit4]   2> 3732 T5282 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[61]} 0 0
[junit4:junit4]   2> 3733 T5284 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[62]} 0 0
[junit4:junit4]   2> 3734 T5286 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[63]} 0 0
[junit4:junit4]   2> 3736 T5283 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[64]} 0 0
[junit4:junit4]   2> 3737 T5285 C502 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[65]} 0 0
[junit4:junit4]   2> 37

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

 [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6c24ffd7
[junit4:junit4]   2> 39253 T5727 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 39254 T5727 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 39272 T5193 oas.SolrTestCaseJ4.tearDown ###Ending doTestIndexAndConfigReplication
[junit4:junit4]   2> 39285 T5193 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=679707284
[junit4:junit4]   2> 39286 T5193 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2dea006e
[junit4:junit4]   2> 39287 T5193 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 39287 T5193 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 39288 T5193 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 39288 T5193 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 39290 T5193 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 39290 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431403130\master\collection1\data\
[junit4:junit4]   2> 39290 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431403130\master\collection1\data\
[junit4:junit4]   2> 39290 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431403130\master\collection1\data\index
[junit4:junit4]   2> 39290 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431403130\master\collection1\data\index
[junit4:junit4]   2> 39291 T5193 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 39354 T5193 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=688436831
[junit4:junit4]   2> 39356 T5193 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@54d8248e
[junit4:junit4]   2> 39357 T5193 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 39357 T5193 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 39357 T5193 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 39357 T5193 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 39358 T5193 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 39358 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431403397\slave\collection1\data\
[junit4:junit4]   2> 39358 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431403397\slave\collection1\data\
[junit4:junit4]   2> 39359 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431403397\slave\collection1\data\index
[junit4:junit4]   2> 39359 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431403397\slave\collection1\data\index
[junit4:junit4]   2> 39359 T5193 oasc.CachingDirectoryFactory.close Closing directory when closing factory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431403397\slave\collection1\data\index.20130316145646016
[junit4:junit4]   2> 39359 T5193 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1363431403397\slave\collection1\data\index.20130316145646016
[junit4:junit4]   2> 39359 T5193 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 39458 T5193 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {newname=PostingsFormat(name=Lucene41WithOrds), id=PostingsFormat(name=Lucene41WithOrds), name=PostingsFormat(name=Lucene41WithOrds)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=mk, timezone=Indian/Mahe
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Sun Microsystems Inc. 1.6.0_41 (64-bit)/cpus=2,threads=1,free=74765584,total=242257920
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SolrCoreCheckLockOnStartupTest, BasicFunctionalityTest, TestValueSourceCache, TestNumberUtils, TestSolrDeletionPolicy2, SoftAutoCommitTest, DirectUpdateHandlerTest, UUIDFieldTest, DirectSolrConnectionTest, CSVRequestHandlerTest, NoCacheHeaderTest, TestLMJelinekMercerSimilarityFactory, CircularListTest, TestFieldResource, DocValuesMultiTest, TestFieldCollectionResource, DateMathParserTest, ShowFileRequestHandlerTest, AnalysisAfterCoreReloadTest, RecoveryZkTest, TestBadConfig, StatelessScriptUpdateProcessorFactoryTest, TestCSVLoader, TestSuggestSpellingConverter, OverseerCollectionProcessorTest, ReturnFieldsTest, TestZkChroot, SampleTest, TestLRUCache, TestFastOutputStream, LeaderElectionTest, IndexReaderFactoryTest, TestHashPartitioner, TestFaceting, RequestHandlersTest, CopyFieldTest, TestCollationField, TestFoldingMultitermQuery, TestCopyFieldCollectionResource, TestCharFilters, TestMultiCoreConfBootstrap, AlternateDirectoryTest, PrimitiveFieldTypeTest, BasicDistributedZkTest, MinimalSchemaTest, SolrCmdDistributorTest, TestDistributedSearch, ClusterStateTest, TestRecovery, ClusterStateUpdateTest, TestPerFieldSimilarity, PolyFieldTest, TestBinaryResponseWriter, TestSolrJ, DistributedSpellCheckComponentTest, TestDFRSimilarityFactory, TestLuceneMatchVersion, SOLR749Test, DistanceFunctionTest, DistributedQueryElevationComponentTest, TestPhraseSuggestions, TestIBSimilarityFactory, TestPseudoReturnFields, AliasIntegrationTest, TestSweetSpotSimilarityFactory, TestQueryUtils, TestLazyCores, XsltUpdateRequestHandlerTest, SolrCoreTest, SuggesterFSTTest, TestCodecSupport, TestLFUCache, TestIndexSearcher, TestSolrCoreProperties, BasicZkTest, TestSolrIndexConfig, StandardRequestHandlerTest, DistributedTermsComponentTest, PrimUtilsTest, PingRequestHandlerTest, TestOmitPositions, UpdateRequestProcessorFactoryTest, TestPropInjectDefaults, TestWriterPerf, SpellPossibilityIteratorTest, TermsComponentTest, TestStressLucene, TestFunctionQuery, DocValuesTest, TestElisionMultitermQuery, PeerSyncTest, TestPHPSerializedResponseWriter, BinaryUpdateRequestHandlerTest, TestQuerySenderListener, DirectSolrSpellCheckerTest, TestQueryTypes, TestPartialUpdateDeduplication, ZkNodePropsTest, CacheHeaderTest, TestSolrDiscoveryProperties, TestJoin, DirectUpdateHandlerOptimizeTest, FastVectorHighlighterTest, ScriptEngineTest, TestTrie, IndexBasedSpellCheckerTest, TestFiltering, ZkCLITest, TermVectorComponentDistributedTest, TestDocSet, SchemaVersionSpecificBehaviorTest, TestReversedWildcardFilterFactory, TestUtils, QueryParsingTest, IndexSchemaTest, DebugComponentTest, TestPluginEnable, SolrIndexConfigTest, HardAutoCommitTest, NumericFieldsTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, BadComponentTest, TestReload, SuggesterWFSTTest, LeaderElectionIntegrationTest, TestArbitraryIndexDir, MBeansHandlerTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler]
[junit4:junit4] Completed in 39.47s, 11 tests, 1 failure <<< FAILURES!

[...truncated 395 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:381: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:361: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:183: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1213: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:877: There were test failures: 272 suites, 1144 tests, 1 failure, 18 ignored (12 assumptions)

Total time: 62 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.6.0_41 -XX:+UseSerialGC
Email was triggered for: Failure
Sending email for trigger: Failure