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/10/05 16:01:45 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b106) - Build # 7751 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/7751/
Java: 32bit/jdk1.8.0-ea-b106 -client -XX:+UseParallelGC

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

Error Message:
timed out waiting for collection1 startAt time to exceed: Sat Oct 05 10:44:38 UYT 2013

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Sat Oct 05 10:44:38 UYT 2013
	at __randomizedtesting.SeedInfo.seed([8A1544FC2E8F9DDA:51BE443A2BA7F469]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1514)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:818)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:491)
	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:724)


REGRESSION:  org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Sat Oct 05 10:45:15 UYT 2013

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Sat Oct 05 10:45:15 UYT 2013
	at __randomizedtesting.SeedInfo.seed([8A1544FC2E8F9DDA:7D66AAA4E867323C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1514)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1263)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:491)
	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:724)




Build Log:
[...truncated 9889 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> 23238 T271 oas.SolrTestCaseJ4.setUp ###Starting doTestDetails
   [junit4]   2> 23242 T271 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 23249 T271 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34705
   [junit4]   2> 23250 T271 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 23250 T271 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 23250 T271 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master
   [junit4]   2> 23250 T271 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/'
   [junit4]   2> 23265 T271 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/solr.xml
   [junit4]   2> 23276 T271 oasc.CoreContainer.<init> New CoreContainer 22343842
   [junit4]   2> 23277 T271 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/]
   [junit4]   2> 23277 T271 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 23278 T271 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 23278 T271 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 23278 T271 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 23278 T271 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 23279 T271 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 23279 T271 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 23279 T271 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 23279 T271 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 23280 T271 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 23281 T271 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 23281 T271 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 23283 T281 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1
   [junit4]   2> 23283 T281 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/'
   [junit4]   2> 23299 T281 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 23306 T281 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 23307 T281 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 23309 T281 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 23312 T281 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 23312 T281 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 23313 T281 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/data/
   [junit4]   2> 23313 T281 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 23313 T281 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/data
   [junit4]   2> 23313 T281 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/data/index/
   [junit4]   2> 23314 T281 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 23314 T281 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/data/index
   [junit4]   2> 23314 T281 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8170409387617802]
   [junit4]   2> 23315 T281 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11b53af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18a74b5),segFN=segments_1,generation=1}
   [junit4]   2> 23315 T281 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23316 T281 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 23316 T281 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 23334 T281 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 23334 T281 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 23334 T281 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 23335 T281 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 23335 T281 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 23337 T281 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23337 T281 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 23338 T281 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 23338 T281 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=52.73046875, floorSegmentMB=1.71484375, forceMergeDeletesPctAllowed=21.40607011070049, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.622016389373888
   [junit4]   2> 23338 T281 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11b53af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18a74b5),segFN=segments_1,generation=1}
   [junit4]   2> 23339 T281 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23339 T281 oass.SolrIndexSearcher.<init> Opening Searcher@14b01d4 main
   [junit4]   2> 23340 T281 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 23341 T281 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 23341 T281 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 23341 T282 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14b01d4 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 23342 T271 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 23342 T271 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 23343 T271 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23347 T271 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 23349 T271 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41444
   [junit4]   2> 23349 T271 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 23350 T271 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 23350 T271 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave
   [junit4]   2> 23350 T271 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/'
   [junit4]   2> 23362 T271 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/solr.xml
   [junit4]   2> 23370 T271 oasc.CoreContainer.<init> New CoreContainer 17408574
   [junit4]   2> 23371 T271 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/]
   [junit4]   2> 23371 T271 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 23372 T271 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 23372 T271 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 23372 T271 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 23373 T271 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 23373 T271 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 23373 T271 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 23374 T271 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 23374 T271 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 23374 T271 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 23375 T271 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 23376 T271 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 23377 T293 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1
   [junit4]   2> 23377 T293 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/'
   [junit4]   2> 23394 T293 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 23405 T293 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 23405 T293 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 23407 T293 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 23410 T293 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 23410 T293 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 23411 T293 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/
   [junit4]   2> 23411 T293 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 23411 T293 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data
   [junit4]   2> 23411 T293 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index/
   [junit4]   2> 23411 T293 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 23412 T293 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index
   [junit4]   2> 23412 T293 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8170409387617802]
   [junit4]   2> 23413 T293 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7d1fc5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f41544),segFN=segments_1,generation=1}
   [junit4]   2> 23413 T293 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23414 T293 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 23414 T293 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 23414 T293 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 23414 T293 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 23414 T293 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 23415 T293 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 23415 T293 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 23416 T293 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23416 T293 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 23417 T293 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 23417 T293 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=52.73046875, floorSegmentMB=1.71484375, forceMergeDeletesPctAllowed=21.40607011070049, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.622016389373888
   [junit4]   2> 23417 T293 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7d1fc5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f41544),segFN=segments_1,generation=1}
   [junit4]   2> 23417 T293 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23418 T293 oass.SolrIndexSearcher.<init> Opening Searcher@16753e2 main
   [junit4]   2> 23418 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
   [junit4]   2> 23421 T293 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
   [junit4]   2> 23421 T293 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 23422 T294 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16753e2 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 23422 T271 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 23422 T271 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 23423 T271 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> ASYNC  NEW_CORE C29 name=collection1 org.apache.solr.core.SolrCore@751d04
   [junit4]   2> 23438 T277 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={sort=id+desc&q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=12 
   [junit4]   2> 23442 T278 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details&_trace=getDetails&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
   [junit4]   2> 23446 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C30 name=collection1 org.apache.solr.core.SolrCore@1c2f837
   [junit4]   2> 23447 T289 C30 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details&_trace=getDetails&wt=javabin&qt=/replication&version=2} status=0 QTime=3 
   [junit4]   2> 23450 T280 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 1
   [junit4]   2> 23452 T277 C29 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 23454 T277 C29 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11b53af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18a74b5),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11b53af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18a74b5),segFN=segments_2,generation=2}
   [junit4]   2> 23454 T277 C29 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 23455 T277 C29 oass.SolrIndexSearcher.<init> Opening Searcher@18794e7 main
   [junit4]   2> 23456 T277 C29 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 23456 T282 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18794e7 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
   [junit4]   2> 23456 T277 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 4
   [junit4]   2> 23459 T297 oash.SnapPuller.<init> WARN 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 23459 T297 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 23461 T278 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 23462 T297 oash.SnapPuller.fetchLatestIndex Master's generation: 2
   [junit4]   2> 23462 T297 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
   [junit4]   2> 23462 T297 oash.SnapPuller.fetchLatestIndex Starting replication process
   [junit4]   2> 23466 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
   [junit4]   2> 23466 T297 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 11
   [junit4]   2> 23467 T297 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index.20131005104430889
   [junit4]   2> 23467 T297 oash.SnapPuller.fetchLatestIndex Starting download to MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@deef72 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ba40ab) fullCopy=false
   [junit4]   2> 23473 T280 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=2 
   [junit4]   2> 23479 T277 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 23482 T278 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 23485 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 23488 T280 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 23491 T277 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 23494 T278 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 23495 T297 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARN No content recieved for file: {name=_0_MockVariableIntBlock_0.skp, size=0}
   [junit4]   2> 23497 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 23500 T280 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 23502 T277 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 23505 T278 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 23506 T297 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
   [junit4]   2> 23507 T297 oasu.DefaultSolrCoreState.closeIndexWriter Closing IndexWriter...
   [junit4]   2> 23507 T297 oasu.DefaultSolrCoreState.closeIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 23507 T297 oasu.DefaultSolrCoreState.closeIndexWriter Rollback old IndexWriter... core=collection1
   [junit4]   2> 23508 T297 oasu.DefaultSolrCoreState.openIndexWriter Creating new IndexWriter...
   [junit4]   2> 23508 T297 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=39.4140625, floorSegmentMB=0.6103515625, forceMergeDeletesPctAllowed=13.3880617277074, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.29506748117879467
   [junit4]   2> 23510 T297 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7d1fc5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f41544),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7d1fc5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f41544),segFN=segments_2,generation=2}
   [junit4]   2> 23510 T297 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 23511 T297 oasu.DefaultSolrCoreState.openIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 23512 T297 oass.SolrIndexSearcher.<init> Opening Searcher@1332555 main
   [junit4]   2> 23512 T294 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1332555 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
   [junit4]   2> 23512 T297 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index.20131005104430889 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index.20131005104430889;done=true>>]
   [junit4]   2> 23512 T297 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index.20131005104430889
   [junit4]   2> 23513 T290 C30 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={masterUrl=http://127.0.0.1:34705/solr/replication&command=fetchindex&wait=true} status=0 QTime=55 
   [junit4]   2> 23518 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
   [junit4]   2> 23519 T291 C30 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details&_trace=getDetails&wt=javabin&qt=/replication&version=2} status=0 QTime=4 
   [junit4]   2> 23522 T280 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 1
   [junit4]   2> 23524 T277 C29 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 23529 T277 C29 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11b53af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18a74b5),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11b53af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18a74b5),segFN=segments_3,generation=3}
   [junit4]   2> 23529 T277 C29 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 23530 T277 C29 oass.SolrIndexSearcher.<init> Opening Searcher@f489b4 main
   [junit4]   2> 23530 T277 C29 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 23530 T282 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f489b4 main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C1 _1(5.0):C1)}
   [junit4]   2> 23531 T277 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 7
   [junit4]   2> 23532 T299 oash.SnapPuller.<init> WARN 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 23533 T299 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 23534 T278 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 23535 T299 oash.SnapPuller.fetchLatestIndex Master's generation: 3
   [junit4]   2> 23535 T299 oash.SnapPuller.fetchLatestIndex Slave's generation: 2
   [junit4]   2> 23535 T299 oash.SnapPuller.fetchLatestIndex Starting replication process
   [junit4]   2> 23537 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=0 
   [junit4]   2> 23538 T299 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 21
   [junit4]   2> 23539 T299 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index.20131005104430960
   [junit4]   2> 23539 T299 oash.SnapPuller.fetchLatestIndex Starting download to MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3ad56d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b0e85) fullCopy=false
   [junit4]   2> 23541 T280 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_1_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
   [junit4]   2> 23542 T299 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARN No content recieved for file: {name=_1_MockVariableIntBlock_0.skp, size=0}
   [junit4]   2> 23544 T277 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_1.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
   [junit4]   2> 23545 T299 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fnm because it already exists
   [junit4]   2> 23545 T299 oash.SnapPuller.downloadIndexFiles Skipping download for _0_MockVariableIntBlock_0.doc because it already exists
   [junit4]   2> 23547 T278 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_1_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
   [junit4]   2> 23549 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_1.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
   [junit4]   2> 23550 T299 oash.SnapPuller.downloadIndexFiles Skipping download for _0_MockVariableIntBlock_0.skp because it already exists
   [junit4]   2> 23550 T299 oash.SnapPuller.downloadIndexFiles Skipping download for _0.nvm because it already exists
   [junit4]   2> 23552 T280 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
   [junit4]   2> 23555 T277 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_1_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
   [junit4]   2> 23558 T278 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
   [junit4]   2> 23559 T299 oash.SnapPuller.downloadIndexFiles Skipping download for _0_MockVariableIntBlock_0.tib because it already exists
   [junit4]   2> 23561 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
   [junit4]   2> 23564 T280 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_1_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
   [junit4]   2> 23567 T277 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
   [junit4]   2> 23567 T299 oash.SnapPuller.downloadIndexFiles Skipping download for _0.nvd because it already exists
   [junit4]   2> 23568 T299 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdx because it already exists
   [junit4]   2> 23568 T299 oash.SnapPuller.downloadIndexFiles Skipping download for _0.si because it already exists
   [junit4]   2> 23568 T299 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdt because it already exists
   [junit4]   2> 23568 T299 oash.SnapPuller.downloadIndexFiles Skipping download for _0_MockVariableIntBlock_0.tii because it already exists
   [junit4]   2> 23570 T278 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
   [junit4]   2> 23571 T299 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
   [junit4]   2> 23572 T299 oasu.DefaultSolrCoreState.closeIndexWriter Closing IndexWriter...
   [junit4]   2> 23572 T299 oasu.DefaultSolrCoreState.closeIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 23572 T299 oasu.DefaultSolrCoreState.closeIndexWriter Rollback old IndexWriter... core=collection1
   [junit4]   2> 23572 T299 oasu.DefaultSolrCoreState.openIndexWriter Creating new IndexWriter...
   [junit4]   2> 23573 T299 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=39.4140625, floorSegmentMB=0.6103515625, forceMergeDeletesPctAllowed=13.3880617277074, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.29506748117879467
   [junit4]   2> 23574 T299 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7d1fc5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f41544),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7d1fc5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f41544),segFN=segments_3,generation=3}
   [junit4]   2> 23574 T299 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 23574 T299 oasu.DefaultSolrCoreState.openIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 23575 T299 oass.SolrIndexSearcher.<init> Opening Searcher@15cdf1d main
   [junit4]   2> 23576 T294 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15cdf1d main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C1 _1(5.0):C1)}
   [junit4]   2> 23576 T299 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index.20131005104430960 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index.20131005104430960;done=true>>]
   [junit4]   2> 23576 T299 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index.20131005104430960
   [junit4]   2> 23576 T292 C30 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={masterUrl=http://127.0.0.1:34705/solr/replication&command=fetchindex&wait=true} status=0 QTime=44 
   [junit4]   2> 23580 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 23581 T280 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
   [junit4]   2> 23581 T295 oash.SnapPuller.fetchLatestIndex Slave in sync with master.
   [junit4]   2> 23581 T289 C30 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details&_trace=getDetails&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
   [junit4]   2> 23584 T277 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 23586 T278 C29 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 23589 T278 C29 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=3
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11b53af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18a74b5),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11b53af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18a74b5),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11b53af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18a74b5),segFN=segments_4,generation=4}
   [junit4]   2> 23589 T278 C29 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 23590 T278 C29 oass.SolrIndexSearcher.<init> Opening Searcher@7aeb53 main
   [junit4]   2> 23590 T278 C29 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 23590 T282 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7aeb53 main{StandardDirectoryReader(segments_4:7:nrt _0(5.0):C1 _1(5.0):C1 _2(5.0):C1)}
   [junit4]   2> 23590 T278 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 4
   [junit4]   2> 23592 T301 oash.SnapPuller.<init> WARN 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 23592 T301 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 23594 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 23594 T301 oash.SnapPuller.fetchLatestIndex Master's generation: 4
   [junit4]   2> 23594 T301 oash.SnapPuller.fetchLatestIndex Slave's generation: 3
   [junit4]   2> 23595 T301 oash.SnapPuller.fetchLatestIndex Starting replication process
   [junit4]   2> 23597 T280 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=4&version=2} status=0 QTime=1 
   [junit4]   2> 23597 T301 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 31
   [junit4]   2> 23598 T301 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index.20131005104431020
   [junit4]   2> 23598 T301 oash.SnapPuller.fetchLatestIndex Starting download to MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@15aad32 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18a3964) fullCopy=false
   [junit4]   2> 23600 T277 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_2.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
   [junit4]   2> 23601 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _1_MockVariableIntBlock_0.skp because it already exists
   [junit4]   2> 23601 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _0_MockVariableIntBlock_0.doc because it already exists
   [junit4]   2> 23602 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _0_MockVariableIntBlock_0.skp because it already exists
   [junit4]   2> 23602 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _1.fnm because it already exists
   [junit4]   2> 23604 T278 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_2_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
   [junit4]   2> 23605 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _0_MockVariableIntBlock_0.tib because it already exists
   [junit4]   2> 23605 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _1_MockVariableIntBlock_0.doc because it already exists
   [junit4]   2> 23605 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _0.nvd because it already exists
   [junit4]   2> 23605 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _0.si because it already exists
   [junit4]   2> 23605 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _0_MockVariableIntBlock_0.tii because it already exists
   [junit4]   2> 23607 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_2_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
   [junit4]   2> 23608 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _1.nvm because it already exists
   [junit4]   2> 23608 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fnm because it already exists
   [junit4]   2> 23608 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _1_MockVariableIntBlock_0.tii because it already exists
   [junit4]   2> 23610 T280 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_2_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
   [junit4]   2> 23611 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _1.nvd because it already exists
   [junit4]   2> 23613 T277 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_2.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
   [junit4]   2> 23614 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _0.nvm because it already exists
   [junit4]   2> 23616 T278 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_2.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
   [junit4]   2> 23617 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _1_MockVariableIntBlock_0.tib because it already exists
   [junit4]   2> 23619 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_2.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
   [junit4]   2> 23619 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _1.fdx because it already exists
   [junit4]   2> 23621 T280 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_2.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
   [junit4]   2> 23622 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _1.fdt because it already exists
   [junit4]   2> 23622 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _1.si because it already exists
   [junit4]   2> 23624 T277 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_2.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
   [junit4]   2> 23625 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdx because it already exists
   [junit4]   2> 23627 T278 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_2_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
   [junit4]   2> 23628 T301 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARN No content recieved for file: {name=_2_MockVariableIntBlock_0.skp, size=0}
   [junit4]   2> 23628 T301 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdt because it already exists
   [junit4]   2> 23630 T279 C29 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=segments_4&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
   [junit4]   2> 23631 T301 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
   [junit4]   2> 23632 T301 oasu.DefaultSolrCoreState.closeIndexWriter Closing IndexWriter...
   [junit4]   2> 23632 T301 oasu.DefaultSolrCoreState.closeIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 23632 T301 oasu.DefaultSolrCoreState.closeIndexWriter Rollback old IndexWriter... core=collection1
   [junit4]   2> 23632 T301 oasu.DefaultSolrCoreState.openIndexWriter Creating new IndexWriter...
   [junit4]   2> 23633 T301 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=39.4140625, floorSegmentMB=0.6103515625, forceMergeDeletesPctAllowed=13.3880617277074, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.29506748117879467
   [junit4]   2> 23634 T301 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7d1fc5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f41544),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7d1fc5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f41544),segFN=segments_4,generation=4}
   [junit4]   2> 23634 T301 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 23634 T301 oasu.DefaultSolrCoreState.openIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 23636 T301 oass.SolrIndexSearcher.<init> Opening Searcher@46615e main
   [junit4]   2> 23636 T294 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@46615e main{StandardDirectoryReader(segments_4:7:nrt _0(5.0):C1 _1(5.0):C1 _2(5.0):C1)}
   [junit4]   2> 23637 T301 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index.20131005104431020 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index.20131005104431020;done=true>>]
   [junit4]   2> 23637 T301 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index.20131005104431020
   [junit4]   2> 23637 T290 C30 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={masterUrl=http://127.0.0.1:34705/solr/replication&command=fetchindex&wait=true} status=0 QTime=45 
   [junit4]   2> 23642 T271 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 23643 T271 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37331
   [junit4]   2> 23644 T271 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 23644 T271 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 23644 T271 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater
   [junit4]   2> 23645 T271 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/'
   [junit4]   2> 23656 T271 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/solr.xml
   [junit4]   2> 23664 T271 oasc.CoreContainer.<init> New CoreContainer 5981517
   [junit4]   2> 23664 T271 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/]
   [junit4]   2> 23665 T271 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 23665 T271 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 23665 T271 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 23666 T271 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 23666 T271 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 23666 T271 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 23666 T271 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 23667 T271 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 23667 T271 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 23667 T271 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 23668 T271 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 23669 T271 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 23670 T312 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1
   [junit4]   2> 23670 T312 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/'
   [junit4]   2> 23688 T312 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 23695 T312 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 23696 T312 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 23698 T312 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 23704 T312 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 23705 T312 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 23705 T312 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/data/
   [junit4]   2> 23705 T312 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 23706 T312 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/data
   [junit4]   2> 23706 T312 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/data/index/
   [junit4]   2> 23706 T312 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 23706 T312 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/data/index
   [junit4]   2> 23707 T312 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8170409387617802]
   [junit4]   2> 23707 T312 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1f21e2d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@124e528),segFN=segments_1,generation=1}
   [junit4]   2> 23708 T312 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23708 T312 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 23709 T312 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 23709 T312 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 23709 T312 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 23709 T312 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 23709 T312 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 23710 T312 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 23711 T312 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23712 T312 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 23712 T312 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 23713 T312 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=52.73046875, floorSegmentMB=1.71484375, forceMergeDeletesPctAllowed=21.40607011070049, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.622016389373888
   [junit4]   2> 23713 T312 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1f21e2d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@124e528),segFN=segments_1,generation=1}
   [junit4]   2> 23713 T312 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23714 T312 oass.SolrIndexSearcher.<init> Opening Searcher@176ff92 main
   [junit4]   2> 23714 T312 oash.SnapPuller.<init> WARN 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 23714 T312 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 23714 T312 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml
   [junit4]   2> 23714 T312 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 23715 T312 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 23715 T313 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@176ff92 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 23715 T271 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 23715 T271 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 23716 T271 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> ASYNC  NEW_CORE C31 name=collection1 org.apache.solr.core.SolrCore@751d04
   [junit4]   2> 23721 T280 C31 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C32 name=collection1 org.apache.solr.core.SolrCore@18554ce
   [junit4]   2> 23722 T308 C32 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details&_trace=getDetails&wt=javabin&qt=/replication&version=2} status=0 QTime=4 
   [junit4]   2> 23743 T271 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=5981517
   [junit4]   2> 23744 T271 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@18554ce
   [junit4]   2> 23744 T271 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]   2> 23745 T271 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 23745 T271 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 23745 T271 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 23746 T271 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 23746 T271 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 23746 T271 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/data/index;done=false>>]
   [junit4]   2> 23747 T271 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/data/index
   [junit4]   2> 23747 T271 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/data;done=false>>]
   [junit4]   2> 23747 T271 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671060/repeater/collection1/data
   [junit4]   2> 23748 T271 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 23801 T271 oas.SolrTestCaseJ4.tearDown ###Ending doTestDetails
   [junit4]   2> 23822 T271 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=22343842
   [junit4]   2> 23823 T271 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@751d04
   [junit4]   2> 23823 T271 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,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=0,cumulative_errors=0}
   [junit4]   2> 23823 T271 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 23824 T271 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 23824 T271 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 23825 T271 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 23825 T271 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 23826 T271 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/data/index;done=false>>]
   [junit4]   2> 23826 T271 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/data/index
   [junit4]   2> 23826 T271 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/data;done=false>>]
   [junit4]   2> 23827 T271 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670660/master/collection1/data
   [junit4]   2> 23827 T271 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 23901 T271 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=17408574
   [junit4]   2> 23901 T271 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c2f837
   [junit4]   2> 23902 T271 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]   2> 23902 T271 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 23902 T271 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 23903 T271 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 23904 T271 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 23904 T271 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 23904 T271 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index;done=false>>]
   [junit4]   2> 23905 T271 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data/index
   [junit4]   2> 23905 T271 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data;done=false>>]
   [junit4]   2> 23905 T271 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980670766/slave/collection1/data
   [junit4]   2> 23906 T271 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 23963 T271 oas.SolrTestCaseJ4.setUp ###Starting testEmptyCommits
   [junit4]   2> 23966 T271 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 23968 T271 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57444
   [junit4]   2> 23969 T271 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 23969 T271 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 23969 T271 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671385/master
   [junit4]   2> 23969 T271 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671385/master/'
   [junit4]   2> 23981 T271 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671385/master/solr.xml
   [junit4]   2> 23990 T271 oasc.CoreContainer.<init> New CoreContainer 9354405
   [junit4]   2> 23990 T271 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671385/master/]
   [junit4]   2> 23991 T271 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 23991 T271 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 23991 T271 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 23991 T271 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 23992 T271 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 23992 T271 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 23992 T271 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 23993 T271 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 23993 T271 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 23993 T271 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 23994 T271 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 23995 T271 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 23996 T324 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671385/master/collection1
   [junit4]   2> 23996 T324 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671385/master/collection1/'
   [junit4]   2> 24013 T324 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 24019 T324 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 24019 T324 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 24022 T324 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 24025 T324 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 24025 T324 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 24025 T324 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671385/master/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671385/master/collection1/data/
   [junit4]   2> 24025 T324 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 24026 T324 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671385/master/collection1/data
   [junit4]   2> 24026 T324 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671385/master/collection1/data/index/
   [junit4]   2> 24026 T324 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671385/master/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 24027 T324 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671385/master/collection1/data/index
   [junit4]   2> 24027 T324 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8170409387617802]
   [junit4]   2> 24028 T324 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4c7398 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f60e0b),segFN=segments_1,generation=1}
   [junit4]   2> 24028 T324 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 24029 T324 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 24029 T324 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 24029 T324 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 24029 T324 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 24030 T324 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 24030 T324 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 24030 T324 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 24032 T324 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24032 T324 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 24033 T324 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 24033 T324 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=52.73046875, floorSegmentMB=1.71484375, forceMergeDeletesPctAllowed=21.40607011070049, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.622016389373888
   [junit4]   2> 24033 T324 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4c7398 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f60e0b),segFN=segments_1,generation=1}
   [junit4]   2> 24034 T324 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 24034 T324 oass.SolrIndexSearcher.<init> Opening Searcher@1b408b9 main
   [junit4]   2> 24034 T324 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 24034 T324 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 24035 T325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b408b9 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 24035 T324 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 24035 T271 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 24036 T271 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 24036 T271 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24040 T271 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 24041 T271 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56948
   [junit4]   2> 24042 T271 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 24043 T271 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 24043 T271 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671459/slave
   [junit4]   2> 24043 T271 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671459/slave/'
   [junit4]   2> 24053 T271 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671459/slave/solr.xml
   [junit4]   2> 24061 T271 oasc.CoreContainer.<init> New CoreContainer 16811009
   [junit4]   2> 24061 T271 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671459/slave/]
   [junit4]   2> 24062 T271 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 24062 T271 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 24062 T271 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 24062 T271 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 24063 T271 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 24063 T271 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 24063 T271 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 24064 T271 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 24064 T271 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 24064 T271 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 24065 T271 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 24065 T271 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 24067 T336 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671459/slave/collection1
   [junit4]   2> 24067 T336 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671459/slave/collection1/'
   [junit4]   2> 24083 T336 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 24089 T336 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 24090 T336 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 24092 T336 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 24094 T336 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 24094 T336 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 24095 T336 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671459/slave/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671459/slave/collection1/data/
   [junit4]   2> 24095 T336 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 24095 T336 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980671459/slave/collection1/data
   [junit4]   2> 24095 T336 

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

e&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
   [junit4]   2> 111110 T903 C73 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details&_trace=getDetails&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
   [junit4]   2> 111114 T905 C73 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
   [junit4]   2> 111114 T929 C74 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details&_trace=getDetails&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
   [junit4]   2> 111116 T904 C73 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=indexversion&_trace=assertVersions&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
   [junit4]   2> 111118 T928 C74 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=indexversion&_trace=assertVersions&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
   [junit4]   2> 111121 T930 C74 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
   [junit4]   2> 111122 T902 C73 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details&_trace=getDetails&wt=javabin&qt=/replication&version=2} status=0 QTime=3 
   [junit4]   2> 111125 T903 C73 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={slave=false&command=details&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
   [junit4]   2> 111126 T927 C74 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details&_trace=getDetails&wt=javabin&qt=/replication&version=2} status=0 QTime=3 
   [junit4]   2> 111126 T271 oas.SolrTestCaseJ4.tearDown ###Ending doTestSnapPullWithMasterUrl
   [junit4]   2> 111147 T271 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=7358073
   [junit4]   2> 111148 T271 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@bb9261
   [junit4]   2> 111148 T271 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=496,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 111148 T271 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 111149 T271 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 111149 T271 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 111150 T271 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 111150 T271 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 111150 T271 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980756942/master/collection1/data/index.20131005104558434 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980756942/master/collection1/data/index.20131005104558434;done=false>>]
   [junit4]   2> 111151 T271 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980756942/master/collection1/data/index.20131005104558434
   [junit4]   2> 111151 T271 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980756942/master/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980756942/master/collection1/data;done=false>>]
   [junit4]   2> 111151 T271 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980756942/master/collection1/data
   [junit4]   2> 111152 T271 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 111224 T271 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=22896179
   [junit4]   2> 111224 T271 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@13b80e7
   [junit4]   2> 111225 T271 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]   2> 111225 T271 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 111225 T271 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 111226 T271 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 111226 T271 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 111227 T271 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 111227 T271 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980757022/slave/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980757022/slave/collection1/data;done=false>>]
   [junit4]   2> 111227 T271 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980757022/slave/collection1/data
   [junit4]   2> 111228 T271 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980757022/slave/collection1/data/index.20131005104558211 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980757022/slave/collection1/data/index.20131005104558211;done=false>>]
   [junit4]   2> 111228 T271 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1380980757022/slave/collection1/data/index.20131005104558211
   [junit4]   2> 111228 T271 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 111284 T271 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene46: {newname=MockVariableIntBlock(baseBlockSize=88), id=MockVariableIntBlock(baseBlockSize=88), name=MockVariableIntBlock(baseBlockSize=88)}, docValues:{}, sim=DefaultSimilarity, locale=ar_MA, timezone=America/Montevideo
   [junit4]   2> NOTE: Linux 3.8.0-31-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=33308944,total=212336640
   [junit4]   2> NOTE: All tests run in this JVM: [TestRemoteStreaming, HdfsLockFactoryTest, LegacyHTMLStripCharFilterTest, TestMergePolicyConfig, SpellPossibilityIteratorTest, TestSearchPerf, DirectUpdateHandlerOptimizeTest, DistributedTermsComponentTest, PreAnalyzedUpdateProcessorTest, EchoParamsTest, MBeansHandlerTest, CircularListTest, TestSchemaResource, BJQParserTest, ResourceLoaderTest, UnloadDistributedZkTest, FileBasedSpellCheckerTest, FastVectorHighlighterTest, CoreAdminCreateDiscoverTest, SolrIndexSplitterTest, WordBreakSolrSpellCheckerTest, TestDocSet, SampleTest, TestSolrIndexConfig, TestReplicationHandler]
   [junit4] Completed on J0 in 88.07s, 14 tests, 2 failures <<< FAILURES!

[...truncated 808 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:422: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:402: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:451: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1230: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 326 suites, 1449 tests, 2 failures, 38 ignored (6 assumptions)

Total time: 37 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0-ea-b106 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure