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 2014/02/25 13:32:07 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_51) - Build # 9591 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9591/
Java: 32bit/jdk1.7.0_51 -client -XX:+UseSerialGC

2 tests failed.
REGRESSION:  org.apache.solr.core.TestNonNRTOpen.testReaderIsNotNRT

Error Message:
expected:<3> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
	at __randomizedtesting.SeedInfo.seed([F42EFCF46D93B00A:41A89D73D25202FE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.core.TestNonNRTOpen.assertNotNRT(TestNonNRTOpen.java:133)
	at org.apache.solr.core.TestNonNRTOpen.testReaderIsNotNRT(TestNonNRTOpen.java:94)
	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:606)
	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:744)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
Could not find collection:addReplicaColl

Stack Trace:
java.lang.AssertionError: Could not find collection:addReplicaColl
	at __randomizedtesting.SeedInfo.seed([F42EFCF46D93B00A:75C872EC1ACCD036]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:147)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:724)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.addReplicaTest(CollectionsAPIDistributedZkTest.java:1193)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:213)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	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:606)
	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:744)




Build Log:
[...truncated 10032 lines...]
   [junit4] Suite: org.apache.solr.core.TestNonNRTOpen
   [junit4]   2> 211034 T669 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 211035 T669 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238
   [junit4]   2> 211035 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 211036 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 211036 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 211036 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 211074 T669 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 211111 T669 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 211111 T669 oass.IndexSchema.readSchema Reading Solr Schema from schema-minimal.xml
   [junit4]   2> 211115 T669 oass.IndexSchema.readSchema [null] Schema name=minimal
   [junit4]   2> 211128 T669 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
   [junit4]   2> 211130 T669 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 211130 T669 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 211130 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 211177 T669 oasc.CoreContainer.<init> New CoreContainer 19970511
   [junit4]   2> 211178 T669 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 211179 T669 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 211179 T669 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 211179 T669 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 211179 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 211180 T669 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 211180 T669 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 211180 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 211180 T669 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 211180 T669 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 211184 T669 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 211184 T669 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 211185 T669 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 211188 T670 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 211188 T670 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 211189 T670 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 211189 T670 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 211189 T670 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 211227 T670 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 211265 T670 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 211266 T670 oass.IndexSchema.readSchema Reading Solr Schema from schema-minimal.xml
   [junit4]   2> 211270 T670 oass.IndexSchema.readSchema [collection1] Schema name=minimal
   [junit4]   2> 211278 T670 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
   [junit4]   2> 211279 T670 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 211285 T670 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/
   [junit4]   2> 211286 T670 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 211286 T670 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238
   [junit4]   2> 211286 T670 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/index/
   [junit4]   2> 211286 T670 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/index' doesn't exist. Creating new index...
   [junit4]   2> 211287 T670 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index
   [junit4]   2> 211340 T670 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_1,generation=1}
   [junit4]   2> 211340 T670 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 211341 T670 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 211342 T670 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 211342 T670 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 211344 T670 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 211346 T670 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 211347 T670 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 211347 T670 oass.SolrIndexSearcher.<init> Opening Searcher@f51a17[collection1] main
   [junit4]   2> 211348 T671 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f51a17[collection1] main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 211348 T670 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 211350 T669 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> ASYNC  NEW_CORE C142 name=collection1 org.apache.solr.core.SolrCore@1e7df7d
   [junit4]   2> 211351 T669 C142 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_1,generation=1}
   [junit4]   2> 211352 T669 C142 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 211353 T669 C142 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 3
   [junit4]   2> 211355 T669 C142 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 211369 T669 C142 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_2,generation=2}
   [junit4]   2> 211369 T669 C142 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 211373 T669 C142 oass.SolrIndexSearcher.<init> Opening Searcher@105bc17[collection1] main
   [junit4]   2> 211373 T669 C142 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 211373 T671 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@105bc17[collection1] main{StandardDirectoryReader(segments_2:3 _0(5.0):c1)}
   [junit4]   2> 211373 T669 C142 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 18
   [junit4]   2> 211375 T669 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 211375 T669 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=19970511
   [junit4]   2> 211376 T669 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e7df7d
   [junit4]   2> 211376 T669 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 211376 T669 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 211376 T669 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 211376 T669 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 211377 T669 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 211377 T669 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 211377 T669 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238;done=false>>]
   [junit4]   2> 211378 T669 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238
   [junit4]   2> 211378 T669 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index;done=false>>]
   [junit4]   2> 211378 T669 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index
   [junit4]   2> NOTE: per solr.test.leavedatadir, dataDir will not be removed: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238
   [junit4]   2> 211379 T669 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 211379 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 211380 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 211380 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 211380 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 211422 T669 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 211460 T669 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 211461 T669 oass.IndexSchema.readSchema Reading Solr Schema from schema-minimal.xml
   [junit4]   2> 211465 T669 oass.IndexSchema.readSchema [null] Schema name=minimal
   [junit4]   2> 211474 T669 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
   [junit4]   2> 211475 T669 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 211475 T669 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 211476 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 211527 T669 oasc.CoreContainer.<init> New CoreContainer 24883180
   [junit4]   2> 211528 T669 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 211529 T669 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 211529 T669 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 211529 T669 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 211529 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 211530 T669 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 211530 T669 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 211530 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 211530 T669 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 211530 T669 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 211534 T669 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 211534 T669 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 211534 T669 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 211538 T673 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 211538 T673 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 211538 T673 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 211539 T673 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 211539 T673 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 211573 T673 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 211614 T673 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 211614 T673 oass.IndexSchema.readSchema Reading Solr Schema from schema-minimal.xml
   [junit4]   2> 211618 T673 oass.IndexSchema.readSchema [collection1] Schema name=minimal
   [junit4]   2> 211628 T673 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
   [junit4]   2> 211629 T673 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 211629 T673 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/
   [junit4]   2> 211629 T673 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 211630 T673 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238
   [junit4]   2> 211630 T673 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/index/
   [junit4]   2> 211631 T673 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 211631 T673 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 211631 T673 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 211633 T673 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 211635 T673 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 211636 T673 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 211636 T673 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index
   [junit4]   2> 211637 T673 oass.SolrIndexSearcher.<init> Opening Searcher@af3192[collection1] main
   [junit4]   2> 211637 T673 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 211638 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@af3192[collection1] main{StandardDirectoryReader(segments_2:3 _0(5.0):c1)}
   [junit4]   2> 211640 T669 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 211645 T669 oas.SolrTestCaseJ4.setUp ###Starting testSharedCores
   [junit4]   2> ASYNC  NEW_CORE C143 name=collection1 org.apache.solr.core.SolrCore@1ce0725
   [junit4]   2> 211646 T669 C143 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 211649 T669 C143 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_2,generation=2}
   [junit4]   2> 211650 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 211651 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 6
   [junit4]   2> 211653 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
   [junit4]   2> 211654 T669 C143 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 211667 T669 C143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_3,generation=3}
   [junit4]   2> 211668 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 211670 T669 C143 oass.SolrIndexSearcher.<init> Opening Searcher@3f22a5[collection1] main
   [junit4]   2> 211670 T669 C143 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 211670 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f22a5[collection1] main{StandardDirectoryReader(segments_3:6 _1(5.0):c1)}
   [junit4]   2> 211671 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 17
   [junit4]   2> 211673 T669 C143 oasu.DirectUpdateHandler2.commit start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 211707 T669 C143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_4,generation=4}
   [junit4]   2> 211708 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 211712 T669 C143 oass.SolrIndexSearcher.<init> Opening Searcher@17c32dc[collection1] main
   [junit4]   2> 211712 T669 C143 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 211712 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17c32dc[collection1] main{StandardDirectoryReader(segments_4:8 _2(5.0):c1)}
   [junit4]   2> 211713 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {optimize=} 0 40
   [junit4]   2> 211717 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
   [junit4]   2> 211719 T669 C143 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 211749 T669 C143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_5,generation=5}
   [junit4]   2> 211749 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 211751 T669 C143 oass.SolrIndexSearcher.<init> Opening Searcher@c1f4de[collection1] main
   [junit4]   2> 211752 T669 C143 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 211752 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c1f4de[collection1] main{StandardDirectoryReader(segments_5:10 _2(5.0):c1 _3(5.0):c1)}
   [junit4]   2> 211752 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 33
   [junit4]   2> 211755 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
   [junit4]   2> 211756 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 0
   [junit4]   2> 211757 T669 C143 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 211777 T669 C143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_6,generation=6}
   [junit4]   2> 211778 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 211782 T669 C143 oass.SolrIndexSearcher.<init> Opening Searcher@a77af0[collection1] main
   [junit4]   2> 211782 T669 C143 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 211782 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a77af0[collection1] main{StandardDirectoryReader(segments_6:12 _2(5.0):c1 _3(5.0):c1 _4(5.0):c2)}
   [junit4]   2> 211783 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 26
   [junit4]   2> 211785 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=foo2:doc} 0 0
   [junit4]   2> 211786 T669 C143 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 211807 T669 C143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_7,generation=7}
   [junit4]   2> 211808 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 211810 T669 C143 oass.SolrIndexSearcher.<init> Opening Searcher@fdcabf[collection1] main
   [junit4]   2> 211811 T669 C143 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 211811 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fdcabf[collection1] main{StandardDirectoryReader(segments_7:13 _2(5.0):c1 _3(5.0):c1 _4(5.0):c2/1:delGen=1)}
   [junit4]   2> 211811 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 25
   [junit4]   2> 211813 T669 oas.SolrTestCaseJ4.tearDown ###Ending testSharedCores
   [junit4]   2> 211817 T669 oas.SolrTestCaseJ4.setUp ###Starting testReaderIsNotNRT
   [junit4]   2> 211817 T669 C143 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 211817 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 211819 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
   [junit4]   2> 211820 T669 C143 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 211839 T669 C143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_8,generation=8}
   [junit4]   2> 211839 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 211845 T669 C143 oass.SolrIndexSearcher.<init> Opening Searcher@497861[collection1] main
   [junit4]   2> 211846 T669 C143 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 211846 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@497861[collection1] main{StandardDirectoryReader(segments_8:16 _5(5.0):c1)}
   [junit4]   2> 211848 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 28
   [junit4]   2> 211851 T669 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 211852 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 211852 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 211852 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 211853 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 211895 T669 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 211939 T669 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 211940 T669 oass.IndexSchema.readSchema Reading Solr Schema from schema-minimal.xml
   [junit4]   2> 211944 T669 oass.IndexSchema.readSchema [collection1] Schema name=minimal
   [junit4]   2> 211953 T669 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
   [junit4]   2> 211955 T669 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/
   [junit4]   2> 211955 T669 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 211955 T669 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/index/
   [junit4]   2> 211956 T669 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 211957 T669 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 211957 T669 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 211959 T669 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 211961 T669 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 211962 T669 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 211963 T669 oass.SolrIndexSearcher.<init> Opening Searcher@925ff4[collection1] main
   [junit4]   2> 211964 T669 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 211964 T669 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 211964 T669 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 211964 T676 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@925ff4[collection1] main{StandardDirectoryReader(segments_8:16 _5(5.0):c1)}
   [junit4]   2> 211966 T669 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_8,generation=8}
   [junit4]   2> 211966 T669 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 211966 T669 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 211967 T669 oass.SolrIndexSearcher.<init> Opening Searcher@4effa[collection1] main
   [junit4]   2> 211967 T676 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4effa[collection1] main{StandardDirectoryReader(segments_8:16 _5(5.0):c1)}
   [junit4]   2> 211968 T669 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 211968 T669 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ce0725
   [junit4]   2> 211969 T669 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=5,autocommits=0,soft autocommits=0,optimizes=1,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=3,cumulative_errors=0}
   [junit4]   2> 211969 T669 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C144 name=collection1 org.apache.solr.core.SolrCore@270e4d
   [junit4]   2> 211970 T669 C144 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
   [junit4]   2> 211972 T669 C144 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 212039 T669 C144 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_9,generation=9}
   [junit4]   2> 212040 T669 C144 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 212045 T669 C144 oass.SolrIndexSearcher.<init> Opening Searcher@1ea1441[collection1] main
   [junit4]   2> 212046 T669 C144 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 212046 T676 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ea1441[collection1] main{StandardDirectoryReader(segments_9:18 _5(5.0):c1 _6(5.0):c1)}
   [junit4]   2> 212047 T669 C144 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 75
   [junit4]   2> 212053 T669 C144 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
   [junit4]   2> 212056 T669 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 212057 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 212058 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 212058 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 212059 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 212102 T669 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 212150 T669 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 212150 T669 oass.IndexSchema.readSchema Reading Solr Schema from schema-minimal.xml
   [junit4]   2> 212155 T669 oass.IndexSchema.readSchema [collection1] Schema name=minimal
   [junit4]   2> 212168 T669 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
   [junit4]   2> 212170 T669 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/
   [junit4]   2> 212170 T669 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 212170 T669 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/index/
   [junit4]   2> 212172 T669 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 212172 T669 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 212173 T669 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 212176 T669 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 212179 T669 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 212179 T669 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 212181 T669 oass.SolrIndexSearcher.<init> Opening Searcher@6f1dd8[collection1] main
   [junit4]   2> 212181 T669 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 212182 T669 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 212182 T669 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 212182 T677 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f1dd8[collection1] main{StandardDirectoryReader(segments_9:18 _5(5.0):c1 _6(5.0):c1)}
   [junit4]   2> 212207 T669 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_a,generation=10}
   [junit4]   2> 212208 T669 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 212212 T669 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_a,generation=10}
   [junit4]   2> 212212 T669 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 212213 T669 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 212215 T669 oass.SolrIndexSearcher.<init> Opening Searcher@b5c786[collection1] main
   [junit4]   2> 212216 T669 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 212216 T669 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@270e4d
   [junit4]   2> 212216 T669 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 212217 T669 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 212217 T669 oas.SolrTestCaseJ4.tearDown ###Ending testReaderIsNotNRT
   [junit4]   2> 212217 T677 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b5c786[collection1] main{StandardDirectoryReader(segments_a:20 _5(5.0):c1 _6(5.0):c1 _7(5.0):c1)}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestNonNRTOpen -Dtests.method=testReaderIsNotNRT -Dtests.seed=F42EFCF46D93B00A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=Asia/Ashgabat -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.43s J0 | TestNonNRTOpen.testReaderIsNotNRT <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<3> but was:<2>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F42EFCF46D93B00A:41A89D73D25202FE]:0)
   [junit4]    > 	at org.apache.solr.core.TestNonNRTOpen.assertNotNRT(TestNonNRTOpen.java:133)
   [junit4]    > 	at org.apache.solr.core.TestNonNRTOpen.testReaderIsNotNRT(TestNonNRTOpen.java:94)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 212240 T669 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 212240 T669 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=24883180
   [junit4]   2> 212240 T669 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3e32e1
   [junit4]   2> 212240 T669 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> 212241 T669 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 212241 T669 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 212241 T669 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 212241 T669 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 212242 T669 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 212242 T669 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index;done=false>>]
   [junit4]   2> 212242 T669 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index
   [junit4]   2> 212242 T669 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238;done=false>>]
   [junit4]   2> 212243 T669 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=es_HN, timezone=Asia/Ashgabat
   [junit4]   2> NOTE: Linux 3.8.0-36-generic i386/Oracle Corporation 1.7.0_51 (32-bit)/cpus=8,threads=1,free=54595472,total=200085504
   [junit4]   2> NOTE: All tests run in this JVM: [SliceStateUpdateTest, TestAddFieldRealTimeGet, LegacyHTMLStripCharFilterTest, CircularListTest, ResponseLogComponentTest, TestSystemIdResolver, EchoParamsTest, TestSurroundQueryParser, TestSolrXmlPersistor, TestCoreContainer, DirectUpdateHandlerOptimizeTest, TestFreeTextSuggestions, PrimitiveFieldTypeTest, SpellPossibilityIteratorTest, NoFacetTest, ResourceLoaderTest, UnloadDistributedZkTest, SolrXmlInZkTest, TestBM25SimilarityFactory, TestUniqueKeyFieldResource, FieldMutatingUpdateProcessorTest, LukeRequestHandlerTest, TestRandomMergePolicy, TestElisionMultitermQuery, LeaderElectionTest, TestCollapseQParserPlugin, DocumentBuilderTest, QueryFacetTest, TestNonNRTOpen]
   [junit4] Completed on J0 in 1.23s, 2 tests, 1 failure <<< FAILURES!

[...truncated 450 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 894100 T2509 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 894101 T2509 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_vro/u
   [junit4]   2> 894104 T2509 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1393330517296
   [junit4]   2> 894105 T2509 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 894105 T2510 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 894205 T2509 oasc.ZkTestServer.run start zk server on port:45107
   [junit4]   2> 894207 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 894264 T2516 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ec6f75 name:ZooKeeperConnection Watcher:127.0.0.1:45107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 894264 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 894264 T2509 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 894269 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 894270 T2518 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14cbbe5 name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 894270 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 894270 T2509 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 894276 T2509 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 894279 T2509 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 894282 T2509 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 894285 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 894285 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 894288 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 894288 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 894291 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 894292 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 894294 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 894294 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 894296 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 894297 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 894298 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 894299 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 894301 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 894301 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 894303 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 894304 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 894305 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 894306 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 894308 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 894309 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 894311 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 894311 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 894315 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 894316 T2520 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1333d43 name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 894316 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> Using new style solr.xml
   [junit4]   2> 894318 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 894319 T2522 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e3bfec name:ZooKeeperConnection Watcher:127.0.0.1:45107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 894319 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 894319 T2509 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 894322 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 894322 T2524 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@177a78d name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 894323 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 894323 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 894324 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 894327 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 894327 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/schema.xml
   [junit4]   2> 894330 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 894330 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 894332 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 894332 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 894334 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 894334 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/protwords.txt
   [junit4]   2> 894337 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 894337 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/currency.xml
   [junit4]   2> 894339 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 894339 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 894341 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 894341 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 894344 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 894344 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 894346 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 894346 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 894348 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 894349 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/elevate.xml
   [junit4]   2> 894582 T2509 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 894585 T2509 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 894588 T2509 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:40997
   [junit4]   2> 894589 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 894590 T2509 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 894590 T2509 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542
   [junit4]   2> 894590 T2509 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542/'
   [junit4]   2> 894602 T2509 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542/solr.xml
   [junit4]   2> 894660 T2509 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542
   [junit4]   2> 894661 T2509 oasc.CoreContainer.<init> New CoreContainer 16971642
   [junit4]   2> 894661 T2509 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542/]
   [junit4]   2> 894662 T2509 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 894662 T2509 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 894663 T2509 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 894663 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 894663 T2509 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 894664 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 894664 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 894664 T2509 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 894665 T2509 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 894668 T2509 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 894668 T2509 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 894668 T2509 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 894669 T2509 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45107/solr
   [junit4]   2> 894669 T2509 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 894670 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 894672 T2535 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11ae851 name:ZooKeeperConnection Watcher:127.0.0.1:45107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 894672 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 894675 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 894675 T2537 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@176a7de name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 894676 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 894678 T2509 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 894682 T2509 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 894686 T2509 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 894687 T2509 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40997__vro%2Fu
   [junit4]   2> 894688 T2509 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40997__vro%2Fu
   [junit4]   2> 894690 T2509 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 894691 T2509 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 894694 T2509 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:40997__vro%2Fu
   [junit4]   2> 894694 T2509 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 894696 T2509 oasc.Overseer.start Overseer (id=91313308781641734-127.0.0.1:40997__vro%2Fu-n_0000000000) starting
   [junit4]   2> 894698 T2509 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 894701 T2539 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 894701 T2509 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 894701 T2539 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 894704 T2509 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 894706 T2509 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 894709 T2538 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 894711 T2509 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542
   [junit4]   2> 894718 T2509 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542/conf/
   [junit4]   2> 894825 T2509 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 894826 T2509 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 894826 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 894829 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 894830 T2542 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c10eb name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 894830 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 894832 T2509 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 894835 T2509 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 895053 T2509 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 895054 T2509 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 895056 T2509 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 895057 T2509 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:42849
   [junit4]   2> 895059 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 895059 T2509 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 895060 T2509 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027
   [junit4]   2> 895060 T2509 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027/'
   [junit4]   2> 895071 T2509 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027/solr.xml
   [junit4]   2> 895112 T2509 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027
   [junit4]   2> 895112 T2509 oasc.CoreContainer.<init> New CoreContainer 20771280
   [junit4]   2> 895113 T2509 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027/]
   [junit4]   2> 895114 T2509 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 895114 T2509 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 895114 T2509 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 895115 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 895115 T2509 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 895115 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 895116 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 895116 T2509 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 895116 T2509 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 895120 T2509 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 895120 T2509 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 895120 T2509 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 895121 T2509 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45107/solr
   [junit4]   2> 895121 T2509 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 895122 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 895123 T2553 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e210e5 name:ZooKeeperConnection Watcher:127.0.0.1:45107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 895123 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 895125 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 895126 T2555 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56fee8 name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 895127 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 895130 T2509 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 896133 T2509 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42849__vro%2Fu
   [junit4]   2> 896135 T2509 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42849__vro%2Fu
   [junit4]   2> 896139 T2542 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 896139 T2537 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 896139 T2555 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 896146 T2509 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027
   [junit4]   2> 896151 T2509 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027/conf/
   [junit4]   2> 896243 T2509 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 896244 T2509 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 896244 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 896463 T2509 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 896464 T2509 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 896466 T2509 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 896467 T2509 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51548
   [junit4]   2> 896469 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 896469 T2509 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 896469 T2509 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437
   [junit4]   2> 896470 T2509 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437/'
   [junit4]   2> 896481 T2509 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437/solr.xml
   [junit4]   2> 896522 T2509 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437
   [junit4]   2> 896523 T2509 oasc.CoreContainer.<init> New CoreContainer 15529496
   [junit4]   2> 896523 T2509 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437/]
   [junit4]   2> 896524 T2509 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 896525 T2509 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 896525 T2509 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 896525 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 896526 T2509 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 896526 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 896526 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 896527 T2509 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 896527 T2509 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 896530 T2509 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 896531 T2509 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 896531 T2509 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 896531 T2509 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45107/solr
   [junit4]   2> 896532 T2509 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 896532 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 896534 T2567 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1236d44 name:ZooKeeperConnection Watcher:127.0.0.1:45107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 896534 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 896537 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 896538 T2569 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e436a2 name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 896539 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 896543 T2509 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 897545 T2509 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51548__vro%2Fu
   [junit4]   2> 897546 T2509 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51548__vro%2Fu
   [junit4]   2> 897549 T2542 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 897549 T2555 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 897549 T2537 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 897549 T2569 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 897562 T2509 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437
   [junit4]   2> 897569 T2509 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437/conf/
   [junit4]   2> 897679 T2509 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 897680 T2509 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 897680 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 897919 T2509 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 897920 T2509 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 897922 T2509 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 897923 T2509 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59103
   [junit4]   2> 897925 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 897925 T2509 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 897926 T2509 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393330520873
   [junit4]   2> 897926 T2509 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393330520873/'
   [junit4]   2> 897937 T2509 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393330520873/solr.xml
   [junit4]   2> 897992 T2509 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393330520873
   [junit4]   2> 897993 T2509 oasc.CoreContainer.<init> New CoreContainer 24640474
   [junit4]   2> 897993 T2509 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393330520873/]
   [junit4]   2> 897994 T2509 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 897994 T2509 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 897995 T2509 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 897995 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 897995 T2509 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 897996 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 897996 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 897996 T2509 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 897997 T2509 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 898000 T2509 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 898000 T2509 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener

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

akePath: /collections/awholynewcollection_1/leaders/shard2
   [junit4]   2> 1044660 T2555 oasc.SolrException.log ERROR There was a problem trying to register as the leader:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 		at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1041)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:206)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:203)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:203)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:414)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:383)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:370)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:112)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:273)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 	
   [junit4]   2> 1044661 T2555 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_1/leader_elect/shard2/election/91313308781641737-core_node5-n_0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:174)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:171)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:171)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:67)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:293)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1044661 T2555 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1044662 T2555 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1044662 T2555 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1044662 T2555 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1044662 T2555 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1044663 T2555 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1044663 T2555 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=fr_CA, timezone=SystemV/YST9YDT
   [junit4]   2> NOTE: Linux 3.8.0-36-generic i386/Oracle Corporation 1.7.0_51 (32-bit)/cpus=8,threads=1,free=157898200,total=391720960
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldTypeCollectionResource, HighlighterConfigTest, TestImplicitCoreProperties, TestCSVResponseWriter, DirectUpdateHandlerTest, FullSolrCloudDistribCmdsTest, DebugComponentTest, ChaosMonkeySafeLeaderTest, DistributedQueryComponentOptimizationTest, TestReloadAndDeleteDocs, TestStandardQParsers, TestRecovery, TestRTGBase, TermVectorComponentDistributedTest, TestIndexSearcher, DateFieldTest, TestFieldTypeResource, TestFastOutputStream, NumericFieldsTest, TestWordDelimiterFilterFactory, DistanceFunctionTest, TestNonDefinedSimilarityFactory, TestCursorMarkWithoutUniqueKey, DistributedQueryComponentCustomSortTest, TestStressLucene, EnumFieldTest, SolrTestCaseJ4Test, TestQuerySenderNoQuery, HdfsBasicDistributedZkTest, TestPartialUpdateDeduplication, TestBinaryResponseWriter, TestOmitPositions, TestQueryTypes, SolrCmdDistributorTest, TestDistribDocBasedVersion, SpellCheckComponentTest, DistribCursorPagingTest, TestDFRSimilarityFactory, TestNumberUtils, TestNoOpRegenerator, TestClassNameShortening, ConnectionManagerTest, HdfsBasicDistributedZk2Test, HdfsLockFactoryTest, FieldAnalysisRequestHandlerTest, PathHierarchyTokenizerFactoryTest, BasicZkTest, MultiTermTest, TestCollationField, TestIndexingPerformance, TestDistributedGrouping, SpellCheckCollatorTest, TestDynamicFieldCollectionResource, DirectSolrSpellCheckerTest, XmlUpdateRequestHandlerTest, PingRequestHandlerTest, TestComponentsName, HdfsCollectionsAPIDistributedZkTest, MinimalSchemaTest, DeleteReplicaTest, TimeZoneUtilsTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, HdfsChaosMonkeySafeLeaderTest, HdfsUnloadDistributedZkTest, TestSolrDeletionPolicy2, TestBinaryField, ZkNodePropsTest, AssignTest, TestRangeQuery, OpenExchangeRatesOrgProviderTest, FileUtilsTest, DocValuesMultiTest, AlternateDirectoryTest, TestUpdate, RAMDirectoryFactoryTest, PrimUtilsTest, JSONWriterTest, IndexBasedSpellCheckerTest, TestShardHandlerFactory, TestSerializedLuceneMatchVersion, ZkSolrClientTest, XsltUpdateRequestHandlerTest, ConvertedLegacyTest, OpenCloseCoreStressTest, SuggestComponentTest, TestReload, TestMaxScoreQueryParser, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 151.56s, 1 test, 1 failure <<< FAILURES!

[...truncated 577 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:445: 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/extra-targets.xml:37: 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:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1274: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 373 suites, 1606 tests, 2 failures, 35 ignored (7 assumptions)

Total time: 58 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_51 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_51) - Build # 9591 - Still Failing!

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
I'll fix.

On Tue, Feb 25, 2014 at 6:02 PM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9591/
> Java: 32bit/jdk1.7.0_51 -client -XX:+UseSerialGC
>
> 2 tests failed.
> REGRESSION:  org.apache.solr.core.TestNonNRTOpen.testReaderIsNotNRT
>
> Error Message:
> expected:<3> but was:<2>
>
> Stack Trace:
> java.lang.AssertionError: expected:<3> but was:<2>
>         at __randomizedtesting.SeedInfo.seed([F42EFCF46D93B00A:41A89D73D25202FE]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.failNotEquals(Assert.java:647)
>         at org.junit.Assert.assertEquals(Assert.java:128)
>         at org.junit.Assert.assertEquals(Assert.java:472)
>         at org.junit.Assert.assertEquals(Assert.java:456)
>         at org.apache.solr.core.TestNonNRTOpen.assertNotNRT(TestNonNRTOpen.java:133)
>         at org.apache.solr.core.TestNonNRTOpen.testReaderIsNotNRT(TestNonNRTOpen.java:94)
>         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:606)
>         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:744)
>
>
> FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch
>
> Error Message:
> Could not find collection:addReplicaColl
>
> Stack Trace:
> java.lang.AssertionError: Could not find collection:addReplicaColl
>         at __randomizedtesting.SeedInfo.seed([F42EFCF46D93B00A:75C872EC1ACCD036]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.assertTrue(Assert.java:43)
>         at org.junit.Assert.assertNotNull(Assert.java:526)
>         at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:147)
>         at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
>         at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
>         at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:724)
>         at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.addReplicaTest(CollectionsAPIDistributedZkTest.java:1193)
>         at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:213)
>         at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
>         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:606)
>         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:744)
>
>
>
>
> Build Log:
> [...truncated 10032 lines...]
>    [junit4] Suite: org.apache.solr.core.TestNonNRTOpen
>    [junit4]   2> 211034 T669 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
>    [junit4]   2> 211035 T669 oas.SolrTestCaseJ4.initCore ####initCore
>    [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238
>    [junit4]   2> 211035 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
>    [junit4]   2> 211036 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
>    [junit4]   2> 211036 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 211036 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 211074 T669 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>    [junit4]   2> 211111 T669 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
>    [junit4]   2> 211111 T669 oass.IndexSchema.readSchema Reading Solr Schema from schema-minimal.xml
>    [junit4]   2> 211115 T669 oass.IndexSchema.readSchema [null] Schema name=minimal
>    [junit4]   2> 211128 T669 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
>    [junit4]   2> 211130 T669 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 211130 T669 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
>    [junit4]   2> 211130 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
>    [junit4]   2> 211177 T669 oasc.CoreContainer.<init> New CoreContainer 19970511
>    [junit4]   2> 211178 T669 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
>    [junit4]   2> 211179 T669 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
>    [junit4]   2> 211179 T669 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
>    [junit4]   2> 211179 T669 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
>    [junit4]   2> 211179 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 211180 T669 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>    [junit4]   2> 211180 T669 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 211180 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>    [junit4]   2> 211180 T669 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>    [junit4]   2> 211180 T669 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>    [junit4]   2> 211184 T669 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 211184 T669 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 211185 T669 oasc.CoreContainer.load Host Name:
>    [junit4]   2> 211188 T670 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
>    [junit4]   2> 211188 T670 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
>    [junit4]   2> 211189 T670 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
>    [junit4]   2> 211189 T670 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 211189 T670 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 211227 T670 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>    [junit4]   2> 211265 T670 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
>    [junit4]   2> 211266 T670 oass.IndexSchema.readSchema Reading Solr Schema from schema-minimal.xml
>    [junit4]   2> 211270 T670 oass.IndexSchema.readSchema [collection1] Schema name=minimal
>    [junit4]   2> 211278 T670 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
>    [junit4]   2> 211279 T670 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
>    [junit4]   2> 211285 T670 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/
>    [junit4]   2> 211286 T670 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>    [junit4]   2> 211286 T670 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238
>    [junit4]   2> 211286 T670 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/index/
>    [junit4]   2> 211286 T670 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/index' doesn't exist. Creating new index...
>    [junit4]   2> 211287 T670 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index
>    [junit4]   2> 211340 T670 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_1,generation=1}
>    [junit4]   2> 211340 T670 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 211341 T670 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 211342 T670 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>    [junit4]   2> 211342 T670 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
>    [junit4]   2> 211344 T670 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 211346 T670 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>    [junit4]   2> 211347 T670 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>    [junit4]   2> 211347 T670 oass.SolrIndexSearcher.<init> Opening Searcher@f51a17[collection1] main
>    [junit4]   2> 211348 T671 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f51a17[collection1] main{StandardDirectoryReader(segments_1:1)}
>    [junit4]   2> 211348 T670 oasc.CoreContainer.registerCore registering core: collection1
>    [junit4]   2> 211350 T669 oas.SolrTestCaseJ4.initCore ####initCore end
>    [junit4]   2> ASYNC  NEW_CORE C142 name=collection1 org.apache.solr.core.SolrCore@1e7df7d
>    [junit4]   2> 211351 T669 C142 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_1,generation=1}
>    [junit4]   2> 211352 T669 C142 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 211353 T669 C142 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 3
>    [junit4]   2> 211355 T669 C142 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 211369 T669 C142 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_1,generation=1}
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_2,generation=2}
>    [junit4]   2> 211369 T669 C142 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>    [junit4]   2> 211373 T669 C142 oass.SolrIndexSearcher.<init> Opening Searcher@105bc17[collection1] main
>    [junit4]   2> 211373 T669 C142 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 211373 T671 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@105bc17[collection1] main{StandardDirectoryReader(segments_2:3 _0(5.0):c1)}
>    [junit4]   2> 211373 T669 C142 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 18
>    [junit4]   2> 211375 T669 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> 211375 T669 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=19970511
>    [junit4]   2> 211376 T669 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e7df7d
>    [junit4]   2> 211376 T669 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>    [junit4]   2> 211376 T669 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
>    [junit4]   2> 211376 T669 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
>    [junit4]   2> 211376 T669 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
>    [junit4]   2> 211377 T669 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>    [junit4]   2> 211377 T669 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
>    [junit4]   2> 211377 T669 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238;done=false>>]
>    [junit4]   2> 211378 T669 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238
>    [junit4]   2> 211378 T669 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index;done=false>>]
>    [junit4]   2> 211378 T669 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index
>    [junit4]   2> NOTE: per solr.test.leavedatadir, dataDir will not be removed: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238
>    [junit4]   2> 211379 T669 oas.SolrTestCaseJ4.initCore ####initCore
>    [junit4]   2> 211379 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
>    [junit4]   2> 211380 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
>    [junit4]   2> 211380 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 211380 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 211422 T669 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>    [junit4]   2> 211460 T669 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
>    [junit4]   2> 211461 T669 oass.IndexSchema.readSchema Reading Solr Schema from schema-minimal.xml
>    [junit4]   2> 211465 T669 oass.IndexSchema.readSchema [null] Schema name=minimal
>    [junit4]   2> 211474 T669 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
>    [junit4]   2> 211475 T669 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 211475 T669 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
>    [junit4]   2> 211476 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
>    [junit4]   2> 211527 T669 oasc.CoreContainer.<init> New CoreContainer 24883180
>    [junit4]   2> 211528 T669 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
>    [junit4]   2> 211529 T669 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
>    [junit4]   2> 211529 T669 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
>    [junit4]   2> 211529 T669 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
>    [junit4]   2> 211529 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 211530 T669 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>    [junit4]   2> 211530 T669 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 211530 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>    [junit4]   2> 211530 T669 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>    [junit4]   2> 211530 T669 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>    [junit4]   2> 211534 T669 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 211534 T669 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 211534 T669 oasc.CoreContainer.load Host Name:
>    [junit4]   2> 211538 T673 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
>    [junit4]   2> 211538 T673 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
>    [junit4]   2> 211538 T673 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
>    [junit4]   2> 211539 T673 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 211539 T673 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 211573 T673 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>    [junit4]   2> 211614 T673 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
>    [junit4]   2> 211614 T673 oass.IndexSchema.readSchema Reading Solr Schema from schema-minimal.xml
>    [junit4]   2> 211618 T673 oass.IndexSchema.readSchema [collection1] Schema name=minimal
>    [junit4]   2> 211628 T673 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
>    [junit4]   2> 211629 T673 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
>    [junit4]   2> 211629 T673 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/
>    [junit4]   2> 211629 T673 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>    [junit4]   2> 211630 T673 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238
>    [junit4]   2> 211630 T673 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/index/
>    [junit4]   2> 211631 T673 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 211631 T673 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>    [junit4]   2> 211631 T673 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
>    [junit4]   2> 211633 T673 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 211635 T673 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>    [junit4]   2> 211636 T673 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>    [junit4]   2> 211636 T673 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index
>    [junit4]   2> 211637 T673 oass.SolrIndexSearcher.<init> Opening Searcher@af3192[collection1] main
>    [junit4]   2> 211637 T673 oasc.CoreContainer.registerCore registering core: collection1
>    [junit4]   2> 211638 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@af3192[collection1] main{StandardDirectoryReader(segments_2:3 _0(5.0):c1)}
>    [junit4]   2> 211640 T669 oas.SolrTestCaseJ4.initCore ####initCore end
>    [junit4]   2> 211645 T669 oas.SolrTestCaseJ4.setUp ###Starting testSharedCores
>    [junit4]   2> ASYNC  NEW_CORE C143 name=collection1 org.apache.solr.core.SolrCore@1ce0725
>    [junit4]   2> 211646 T669 C143 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 211649 T669 C143 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_2,generation=2}
>    [junit4]   2> 211650 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>    [junit4]   2> 211651 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 6
>    [junit4]   2> 211653 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
>    [junit4]   2> 211654 T669 C143 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 211667 T669 C143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_2,generation=2}
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_3,generation=3}
>    [junit4]   2> 211668 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
>    [junit4]   2> 211670 T669 C143 oass.SolrIndexSearcher.<init> Opening Searcher@3f22a5[collection1] main
>    [junit4]   2> 211670 T669 C143 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 211670 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f22a5[collection1] main{StandardDirectoryReader(segments_3:6 _1(5.0):c1)}
>    [junit4]   2> 211671 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 17
>    [junit4]   2> 211673 T669 C143 oasu.DirectUpdateHandler2.commit start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 211707 T669 C143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_3,generation=3}
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_4,generation=4}
>    [junit4]   2> 211708 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
>    [junit4]   2> 211712 T669 C143 oass.SolrIndexSearcher.<init> Opening Searcher@17c32dc[collection1] main
>    [junit4]   2> 211712 T669 C143 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 211712 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17c32dc[collection1] main{StandardDirectoryReader(segments_4:8 _2(5.0):c1)}
>    [junit4]   2> 211713 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {optimize=} 0 40
>    [junit4]   2> 211717 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
>    [junit4]   2> 211719 T669 C143 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 211749 T669 C143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_4,generation=4}
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_5,generation=5}
>    [junit4]   2> 211749 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
>    [junit4]   2> 211751 T669 C143 oass.SolrIndexSearcher.<init> Opening Searcher@c1f4de[collection1] main
>    [junit4]   2> 211752 T669 C143 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 211752 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c1f4de[collection1] main{StandardDirectoryReader(segments_5:10 _2(5.0):c1 _3(5.0):c1)}
>    [junit4]   2> 211752 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 33
>    [junit4]   2> 211755 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
>    [junit4]   2> 211756 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 0
>    [junit4]   2> 211757 T669 C143 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 211777 T669 C143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_5,generation=5}
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_6,generation=6}
>    [junit4]   2> 211778 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
>    [junit4]   2> 211782 T669 C143 oass.SolrIndexSearcher.<init> Opening Searcher@a77af0[collection1] main
>    [junit4]   2> 211782 T669 C143 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 211782 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a77af0[collection1] main{StandardDirectoryReader(segments_6:12 _2(5.0):c1 _3(5.0):c1 _4(5.0):c2)}
>    [junit4]   2> 211783 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 26
>    [junit4]   2> 211785 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=foo2:doc} 0 0
>    [junit4]   2> 211786 T669 C143 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 211807 T669 C143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_6,generation=6}
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_7,generation=7}
>    [junit4]   2> 211808 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
>    [junit4]   2> 211810 T669 C143 oass.SolrIndexSearcher.<init> Opening Searcher@fdcabf[collection1] main
>    [junit4]   2> 211811 T669 C143 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 211811 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fdcabf[collection1] main{StandardDirectoryReader(segments_7:13 _2(5.0):c1 _3(5.0):c1 _4(5.0):c2/1:delGen=1)}
>    [junit4]   2> 211811 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 25
>    [junit4]   2> 211813 T669 oas.SolrTestCaseJ4.tearDown ###Ending testSharedCores
>    [junit4]   2> 211817 T669 oas.SolrTestCaseJ4.setUp ###Starting testReaderIsNotNRT
>    [junit4]   2> 211817 T669 C143 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 211817 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
>    [junit4]   2> 211819 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
>    [junit4]   2> 211820 T669 C143 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 211839 T669 C143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_7,generation=7}
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_8,generation=8}
>    [junit4]   2> 211839 T669 C143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
>    [junit4]   2> 211845 T669 C143 oass.SolrIndexSearcher.<init> Opening Searcher@497861[collection1] main
>    [junit4]   2> 211846 T669 C143 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 211846 T674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@497861[collection1] main{StandardDirectoryReader(segments_8:16 _5(5.0):c1)}
>    [junit4]   2> 211848 T669 C143 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 28
>    [junit4]   2> 211851 T669 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
>    [junit4]   2> 211852 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
>    [junit4]   2> 211852 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
>    [junit4]   2> 211852 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 211853 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 211895 T669 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>    [junit4]   2> 211939 T669 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
>    [junit4]   2> 211940 T669 oass.IndexSchema.readSchema Reading Solr Schema from schema-minimal.xml
>    [junit4]   2> 211944 T669 oass.IndexSchema.readSchema [collection1] Schema name=minimal
>    [junit4]   2> 211953 T669 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
>    [junit4]   2> 211955 T669 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/
>    [junit4]   2> 211955 T669 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>    [junit4]   2> 211955 T669 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/index/
>    [junit4]   2> 211956 T669 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 211957 T669 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>    [junit4]   2> 211957 T669 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
>    [junit4]   2> 211959 T669 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 211961 T669 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>    [junit4]   2> 211962 T669 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>    [junit4]   2> 211963 T669 oass.SolrIndexSearcher.<init> Opening Searcher@925ff4[collection1] main
>    [junit4]   2> 211964 T669 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
>    [junit4]   2> 211964 T669 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
>    [junit4]   2> 211964 T669 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
>    [junit4]   2> 211964 T676 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@925ff4[collection1] main{StandardDirectoryReader(segments_8:16 _5(5.0):c1)}
>    [junit4]   2> 211966 T669 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_8,generation=8}
>    [junit4]   2> 211966 T669 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
>    [junit4]   2> 211966 T669 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
>    [junit4]   2> 211967 T669 oass.SolrIndexSearcher.<init> Opening Searcher@4effa[collection1] main
>    [junit4]   2> 211967 T676 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4effa[collection1] main{StandardDirectoryReader(segments_8:16 _5(5.0):c1)}
>    [junit4]   2> 211968 T669 oasc.CoreContainer.registerCore replacing core: collection1
>    [junit4]   2> 211968 T669 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ce0725
>    [junit4]   2> 211969 T669 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=5,autocommits=0,soft autocommits=0,optimizes=1,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=3,cumulative_errors=0}
>    [junit4]   2> 211969 T669 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>    [junit4]   2> ASYNC  NEW_CORE C144 name=collection1 org.apache.solr.core.SolrCore@270e4d
>    [junit4]   2> 211970 T669 C144 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
>    [junit4]   2> 211972 T669 C144 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 212039 T669 C144 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_8,generation=8}
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_9,generation=9}
>    [junit4]   2> 212040 T669 C144 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
>    [junit4]   2> 212045 T669 C144 oass.SolrIndexSearcher.<init> Opening Searcher@1ea1441[collection1] main
>    [junit4]   2> 212046 T669 C144 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 212046 T676 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ea1441[collection1] main{StandardDirectoryReader(segments_9:18 _5(5.0):c1 _6(5.0):c1)}
>    [junit4]   2> 212047 T669 C144 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 75
>    [junit4]   2> 212053 T669 C144 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[(null)]} 0 1
>    [junit4]   2> 212056 T669 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
>    [junit4]   2> 212057 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
>    [junit4]   2> 212058 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
>    [junit4]   2> 212058 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 212059 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 212102 T669 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>    [junit4]   2> 212150 T669 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
>    [junit4]   2> 212150 T669 oass.IndexSchema.readSchema Reading Solr Schema from schema-minimal.xml
>    [junit4]   2> 212155 T669 oass.IndexSchema.readSchema [collection1] Schema name=minimal
>    [junit4]   2> 212168 T669 oass.IndexSchema.readSchema WARN no uniqueKey specified in schema.
>    [junit4]   2> 212170 T669 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/
>    [junit4]   2> 212170 T669 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>    [junit4]   2> 212170 T669 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestNonNRTOpen-1393329834238/index/
>    [junit4]   2> 212172 T669 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 212172 T669 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>    [junit4]   2> 212173 T669 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
>    [junit4]   2> 212176 T669 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 212179 T669 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>    [junit4]   2> 212179 T669 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>    [junit4]   2> 212181 T669 oass.SolrIndexSearcher.<init> Opening Searcher@6f1dd8[collection1] main
>    [junit4]   2> 212181 T669 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
>    [junit4]   2> 212182 T669 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
>    [junit4]   2> 212182 T669 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
>    [junit4]   2> 212182 T677 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f1dd8[collection1] main{StandardDirectoryReader(segments_9:18 _5(5.0):c1 _6(5.0):c1)}
>    [junit4]   2> 212207 T669 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_9,generation=9}
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_a,generation=10}
>    [junit4]   2> 212208 T669 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
>    [junit4]   2> 212212 T669 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index,segFN=segments_a,generation=10}
>    [junit4]   2> 212212 T669 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
>    [junit4]   2> 212213 T669 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
>    [junit4]   2> 212215 T669 oass.SolrIndexSearcher.<init> Opening Searcher@b5c786[collection1] main
>    [junit4]   2> 212216 T669 oasc.CoreContainer.registerCore replacing core: collection1
>    [junit4]   2> 212216 T669 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@270e4d
>    [junit4]   2> 212216 T669 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>    [junit4]   2> 212217 T669 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>    [junit4]   2> 212217 T669 oas.SolrTestCaseJ4.tearDown ###Ending testReaderIsNotNRT
>    [junit4]   2> 212217 T677 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b5c786[collection1] main{StandardDirectoryReader(segments_a:20 _5(5.0):c1 _6(5.0):c1 _7(5.0):c1)}
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestNonNRTOpen -Dtests.method=testReaderIsNotNRT -Dtests.seed=F42EFCF46D93B00A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=Asia/Ashgabat -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 0.43s J0 | TestNonNRTOpen.testReaderIsNotNRT <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: expected:<3> but was:<2>
>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([F42EFCF46D93B00A:41A89D73D25202FE]:0)
>    [junit4]    >        at org.apache.solr.core.TestNonNRTOpen.assertNotNRT(TestNonNRTOpen.java:133)
>    [junit4]    >        at org.apache.solr.core.TestNonNRTOpen.testReaderIsNotNRT(TestNonNRTOpen.java:94)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:744)
>    [junit4]   2> 212240 T669 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> 212240 T669 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=24883180
>    [junit4]   2> 212240 T669 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3e32e1
>    [junit4]   2> 212240 T669 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> 212241 T669 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
>    [junit4]   2> 212241 T669 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
>    [junit4]   2> 212241 T669 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
>    [junit4]   2> 212241 T669 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>    [junit4]   2> 212242 T669 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
>    [junit4]   2> 212242 T669 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index;done=false>>]
>    [junit4]   2> 212242 T669 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238/index
>    [junit4]   2> 212242 T669 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238;done=false>>]
>    [junit4]   2> 212243 T669 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestNonNRTOpen-1393329834238
>    [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=es_HN, timezone=Asia/Ashgabat
>    [junit4]   2> NOTE: Linux 3.8.0-36-generic i386/Oracle Corporation 1.7.0_51 (32-bit)/cpus=8,threads=1,free=54595472,total=200085504
>    [junit4]   2> NOTE: All tests run in this JVM: [SliceStateUpdateTest, TestAddFieldRealTimeGet, LegacyHTMLStripCharFilterTest, CircularListTest, ResponseLogComponentTest, TestSystemIdResolver, EchoParamsTest, TestSurroundQueryParser, TestSolrXmlPersistor, TestCoreContainer, DirectUpdateHandlerOptimizeTest, TestFreeTextSuggestions, PrimitiveFieldTypeTest, SpellPossibilityIteratorTest, NoFacetTest, ResourceLoaderTest, UnloadDistributedZkTest, SolrXmlInZkTest, TestBM25SimilarityFactory, TestUniqueKeyFieldResource, FieldMutatingUpdateProcessorTest, LukeRequestHandlerTest, TestRandomMergePolicy, TestElisionMultitermQuery, LeaderElectionTest, TestCollapseQParserPlugin, DocumentBuilderTest, QueryFacetTest, TestNonNRTOpen]
>    [junit4] Completed on J0 in 1.23s, 2 tests, 1 failure <<< FAILURES!
>
> [...truncated 450 lines...]
>    [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
>    [junit4]   2> 894100 T2509 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
>    [junit4]   2> 894101 T2509 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_vro/u
>    [junit4]   2> 894104 T2509 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
>    [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1393330517296
>    [junit4]   2> 894105 T2509 oasc.ZkTestServer.run STARTING ZK TEST SERVER
>    [junit4]   2> 894105 T2510 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
>    [junit4]   2> 894205 T2509 oasc.ZkTestServer.run start zk server on port:45107
>    [junit4]   2> 894207 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>    [junit4]   2> 894264 T2516 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ec6f75 name:ZooKeeperConnection Watcher:127.0.0.1:45107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 894264 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 894264 T2509 oascc.SolrZkClient.makePath makePath: /solr
>    [junit4]   2> 894269 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>    [junit4]   2> 894270 T2518 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14cbbe5 name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 894270 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 894270 T2509 oascc.SolrZkClient.makePath makePath: /collections/collection1
>    [junit4]   2> 894276 T2509 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
>    [junit4]   2> 894279 T2509 oascc.SolrZkClient.makePath makePath: /collections/control_collection
>    [junit4]   2> 894282 T2509 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
>    [junit4]   2> 894285 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
>    [junit4]   2> 894285 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
>    [junit4]   2> 894288 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
>    [junit4]   2> 894288 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
>    [junit4]   2> 894291 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 894292 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 894294 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
>    [junit4]   2> 894294 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
>    [junit4]   2> 894296 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
>    [junit4]   2> 894297 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
>    [junit4]   2> 894298 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
>    [junit4]   2> 894299 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
>    [junit4]   2> 894301 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
>    [junit4]   2> 894301 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
>    [junit4]   2> 894303 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 894304 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 894305 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 894306 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 894308 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
>    [junit4]   2> 894309 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
>    [junit4]   2> 894311 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
>    [junit4]   2> 894311 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
>    [junit4]   2> 894315 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>    [junit4]   2> 894316 T2520 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1333d43 name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 894316 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> Using new style solr.xml
>    [junit4]   2> 894318 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>    [junit4]   2> 894319 T2522 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e3bfec name:ZooKeeperConnection Watcher:127.0.0.1:45107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 894319 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 894319 T2509 oascc.SolrZkClient.makePath makePath: /solr
>    [junit4]   2> 894322 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>    [junit4]   2> 894322 T2524 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@177a78d name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 894323 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 894323 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf2/solrconfig.xml
>    [junit4]   2> 894324 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.xml
>    [junit4]   2> 894327 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf2/schema.xml
>    [junit4]   2> 894327 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/schema.xml
>    [junit4]   2> 894330 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 894330 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 894332 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf2/stopwords.txt
>    [junit4]   2> 894332 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/stopwords.txt
>    [junit4]   2> 894334 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf2/protwords.txt
>    [junit4]   2> 894334 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/protwords.txt
>    [junit4]   2> 894337 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf2/currency.xml
>    [junit4]   2> 894337 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/currency.xml
>    [junit4]   2> 894339 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
>    [junit4]   2> 894339 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/open-exchange-rates.json
>    [junit4]   2> 894341 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 894341 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 894344 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf2/old_synonyms.txt
>    [junit4]   2> 894344 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/old_synonyms.txt
>    [junit4]   2> 894346 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf2/synonyms.txt
>    [junit4]   2> 894346 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/synonyms.txt
>    [junit4]   2> 894348 T2509 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/elevate.xml to /configs/conf2/elevate.xml
>    [junit4]   2> 894349 T2509 oascc.SolrZkClient.makePath makePath: /configs/conf2/elevate.xml
>    [junit4]   2> 894582 T2509 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 894585 T2509 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
>    [junit4]   2> 894588 T2509 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:40997
>    [junit4]   2> 894589 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>    [junit4]   2> 894590 T2509 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 894590 T2509 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542
>    [junit4]   2> 894590 T2509 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542/'
>    [junit4]   2> 894602 T2509 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542/solr.xml
>    [junit4]   2> 894660 T2509 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542
>    [junit4]   2> 894661 T2509 oasc.CoreContainer.<init> New CoreContainer 16971642
>    [junit4]   2> 894661 T2509 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542/]
>    [junit4]   2> 894662 T2509 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
>    [junit4]   2> 894662 T2509 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to:
>    [junit4]   2> 894663 T2509 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
>    [junit4]   2> 894663 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 894663 T2509 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>    [junit4]   2> 894664 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 894664 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>    [junit4]   2> 894664 T2509 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>    [junit4]   2> 894665 T2509 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>    [junit4]   2> 894668 T2509 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 894668 T2509 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 894668 T2509 oasc.CoreContainer.load Host Name: 127.0.0.1
>    [junit4]   2> 894669 T2509 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45107/solr
>    [junit4]   2> 894669 T2509 oasc.ZkController.checkChrootPath zkHost includes chroot
>    [junit4]   2> 894670 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>    [junit4]   2> 894672 T2535 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11ae851 name:ZooKeeperConnection Watcher:127.0.0.1:45107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 894672 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 894675 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>    [junit4]   2> 894675 T2537 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@176a7de name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 894676 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 894678 T2509 oascc.SolrZkClient.makePath makePath: /overseer/queue
>    [junit4]   2> 894682 T2509 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
>    [junit4]   2> 894686 T2509 oascc.SolrZkClient.makePath makePath: /live_nodes
>    [junit4]   2> 894687 T2509 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40997__vro%2Fu
>    [junit4]   2> 894688 T2509 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40997__vro%2Fu
>    [junit4]   2> 894690 T2509 oascc.SolrZkClient.makePath makePath: /overseer_elect
>    [junit4]   2> 894691 T2509 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
>    [junit4]   2> 894694 T2509 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:40997__vro%2Fu
>    [junit4]   2> 894694 T2509 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
>    [junit4]   2> 894696 T2509 oasc.Overseer.start Overseer (id=91313308781641734-127.0.0.1:40997__vro%2Fu-n_0000000000) starting
>    [junit4]   2> 894698 T2509 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
>    [junit4]   2> 894701 T2539 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
>    [junit4]   2> 894701 T2509 oascc.SolrZkClient.makePath makePath: /clusterstate.json
>    [junit4]   2> 894701 T2539 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
>    [junit4]   2> 894704 T2509 oascc.SolrZkClient.makePath makePath: /aliases.json
>    [junit4]   2> 894706 T2509 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper...
>    [junit4]   2> 894709 T2538 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
>    [junit4]   2> 894711 T2509 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542
>    [junit4]   2> 894718 T2509 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393330517542/conf/
>    [junit4]   2> 894825 T2509 oasc.CorePropertiesLocator.discover Found 1 core definitions
>    [junit4]   2> 894826 T2509 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
>    [junit4]   2> 894826 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
>    [junit4]   2> 894829 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>    [junit4]   2> 894830 T2542 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c10eb name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 894830 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 894832 T2509 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper...
>    [junit4]   2> 894835 T2509 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
>    [junit4]   2> 895053 T2509 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
>    [junit4]   2> 895054 T2509 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 895056 T2509 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
>    [junit4]   2> 895057 T2509 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:42849
>    [junit4]   2> 895059 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>    [junit4]   2> 895059 T2509 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 895060 T2509 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027
>    [junit4]   2> 895060 T2509 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027/'
>    [junit4]   2> 895071 T2509 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027/solr.xml
>    [junit4]   2> 895112 T2509 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027
>    [junit4]   2> 895112 T2509 oasc.CoreContainer.<init> New CoreContainer 20771280
>    [junit4]   2> 895113 T2509 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027/]
>    [junit4]   2> 895114 T2509 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
>    [junit4]   2> 895114 T2509 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to:
>    [junit4]   2> 895114 T2509 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
>    [junit4]   2> 895115 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 895115 T2509 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>    [junit4]   2> 895115 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 895116 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>    [junit4]   2> 895116 T2509 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>    [junit4]   2> 895116 T2509 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>    [junit4]   2> 895120 T2509 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 895120 T2509 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 895120 T2509 oasc.CoreContainer.load Host Name: 127.0.0.1
>    [junit4]   2> 895121 T2509 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45107/solr
>    [junit4]   2> 895121 T2509 oasc.ZkController.checkChrootPath zkHost includes chroot
>    [junit4]   2> 895122 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>    [junit4]   2> 895123 T2553 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e210e5 name:ZooKeeperConnection Watcher:127.0.0.1:45107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 895123 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 895125 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>    [junit4]   2> 895126 T2555 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56fee8 name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 895127 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 895130 T2509 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper...
>    [junit4]   2> 896133 T2509 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42849__vro%2Fu
>    [junit4]   2> 896135 T2509 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42849__vro%2Fu
>    [junit4]   2> 896139 T2542 oascc.ZkStateReader$3.process Updating live nodes... (2)
>    [junit4]   2> 896139 T2537 oascc.ZkStateReader$3.process Updating live nodes... (2)
>    [junit4]   2> 896139 T2555 oascc.ZkStateReader$3.process Updating live nodes... (2)
>    [junit4]   2> 896146 T2509 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027
>    [junit4]   2> 896151 T2509 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393330518027/conf/
>    [junit4]   2> 896243 T2509 oasc.CorePropertiesLocator.discover Found 1 core definitions
>    [junit4]   2> 896244 T2509 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
>    [junit4]   2> 896244 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
>    [junit4]   2> 896463 T2509 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
>    [junit4]   2> 896464 T2509 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 896466 T2509 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
>    [junit4]   2> 896467 T2509 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51548
>    [junit4]   2> 896469 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>    [junit4]   2> 896469 T2509 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 896469 T2509 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437
>    [junit4]   2> 896470 T2509 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437/'
>    [junit4]   2> 896481 T2509 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437/solr.xml
>    [junit4]   2> 896522 T2509 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437
>    [junit4]   2> 896523 T2509 oasc.CoreContainer.<init> New CoreContainer 15529496
>    [junit4]   2> 896523 T2509 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437/]
>    [junit4]   2> 896524 T2509 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
>    [junit4]   2> 896525 T2509 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to:
>    [junit4]   2> 896525 T2509 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
>    [junit4]   2> 896525 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 896526 T2509 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>    [junit4]   2> 896526 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 896526 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>    [junit4]   2> 896527 T2509 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>    [junit4]   2> 896527 T2509 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>    [junit4]   2> 896530 T2509 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 896531 T2509 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 896531 T2509 oasc.CoreContainer.load Host Name: 127.0.0.1
>    [junit4]   2> 896531 T2509 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45107/solr
>    [junit4]   2> 896532 T2509 oasc.ZkController.checkChrootPath zkHost includes chroot
>    [junit4]   2> 896532 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>    [junit4]   2> 896534 T2567 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1236d44 name:ZooKeeperConnection Watcher:127.0.0.1:45107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 896534 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 896537 T2509 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>    [junit4]   2> 896538 T2569 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e436a2 name:ZooKeeperConnection Watcher:127.0.0.1:45107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 896539 T2509 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 896543 T2509 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper...
>    [junit4]   2> 897545 T2509 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51548__vro%2Fu
>    [junit4]   2> 897546 T2509 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51548__vro%2Fu
>    [junit4]   2> 897549 T2542 oascc.ZkStateReader$3.process Updating live nodes... (3)
>    [junit4]   2> 897549 T2555 oascc.ZkStateReader$3.process Updating live nodes... (3)
>    [junit4]   2> 897549 T2537 oascc.ZkStateReader$3.process Updating live nodes... (3)
>    [junit4]   2> 897549 T2569 oascc.ZkStateReader$3.process Updating live nodes... (3)
>    [junit4]   2> 897562 T2509 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437
>    [junit4]   2> 897569 T2509 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393330519437/conf/
>    [junit4]   2> 897679 T2509 oasc.CorePropertiesLocator.discover Found 1 core definitions
>    [junit4]   2> 897680 T2509 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
>    [junit4]   2> 897680 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
>    [junit4]   2> 897919 T2509 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
>    [junit4]   2> 897920 T2509 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 897922 T2509 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
>    [junit4]   2> 897923 T2509 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59103
>    [junit4]   2> 897925 T2509 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>    [junit4]   2> 897925 T2509 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 897926 T2509 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393330520873
>    [junit4]   2> 897926 T2509 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393330520873/'
>    [junit4]   2> 897937 T2509 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393330520873/solr.xml
>    [junit4]   2> 897992 T2509 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393330520873
>    [junit4]   2> 897993 T2509 oasc.CoreContainer.<init> New CoreContainer 24640474
>    [junit4]   2> 897993 T2509 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393330520873/]
>    [junit4]   2> 897994 T2509 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
>    [junit4]   2> 897994 T2509 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to:
>    [junit4]   2> 897995 T2509 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
>    [junit4]   2> 897995 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 897995 T2509 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>    [junit4]   2> 897996 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 897996 T2509 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>    [junit4]   2> 897996 T2509 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>    [junit4]   2> 897997 T2509 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>    [junit4]   2> 898000 T2509 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 898000 T2509 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
>
> [...truncated too long message...]
>
> akePath: /collections/awholynewcollection_1/leaders/shard2
>    [junit4]   2> 1044660 T2555 oasc.SolrException.log ERROR There was a problem trying to register as the leader:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
>    [junit4]   2>                at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
>    [junit4]   2>                at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>    [junit4]   2>                at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1041)
>    [junit4]   2>                at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:206)
>    [junit4]   2>                at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:203)
>    [junit4]   2>                at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
>    [junit4]   2>                at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:203)
>    [junit4]   2>                at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:414)
>    [junit4]   2>                at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:383)
>    [junit4]   2>                at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:370)
>    [junit4]   2>                at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:112)
>    [junit4]   2>                at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:273)
>    [junit4]   2>                at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
>    [junit4]   2>                at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
>    [junit4]   2>                at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
>    [junit4]   2>                at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
>    [junit4]   2>                at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
>    [junit4]   2>                at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
>    [junit4]   2>
>    [junit4]   2> 1044661 T2555 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_1/leader_elect/shard2/election/91313308781641737-core_node5-n_0000000001
>    [junit4]   2>        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
>    [junit4]   2>        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>    [junit4]   2>        at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
>    [junit4]   2>        at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:174)
>    [junit4]   2>        at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:171)
>    [junit4]   2>        at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
>    [junit4]   2>        at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:171)
>    [junit4]   2>        at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:67)
>    [junit4]   2>        at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:293)
>    [junit4]   2>        at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
>    [junit4]   2>        at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
>    [junit4]   2>        at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
>    [junit4]   2>        at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
>    [junit4]   2>        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
>    [junit4]   2>        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
>    [junit4]   2>
>    [junit4]   2> 1044661 T2555 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/nodes_used_collection/leader_elect/shard1/election
>    [junit4]   2>        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
>    [junit4]   2>        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>    [junit4]   2>        at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
>    [junit4]   2>        at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
>    [junit4]   2>        at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
>    [junit4]   2>        at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
>    [junit4]   2>        at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
>    [junit4]   2>        at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
>    [junit4]   2>        at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
>    [junit4]   2>        at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
>    [junit4]   2>        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
>    [junit4]   2>        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
>    [junit4]   2>
>    [junit4]   2> 1044662 T2555 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
>    [junit4]   2> 1044662 T2555 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
>    [junit4]   2> 1044662 T2555 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
>    [junit4]   2> 1044662 T2555 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
>    [junit4]   2> 1044663 T2555 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
>    [junit4]   2> 1044663 T2555 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
>    [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=fr_CA, timezone=SystemV/YST9YDT
>    [junit4]   2> NOTE: Linux 3.8.0-36-generic i386/Oracle Corporation 1.7.0_51 (32-bit)/cpus=8,threads=1,free=157898200,total=391720960
>    [junit4]   2> NOTE: All tests run in this JVM: [TestFieldTypeCollectionResource, HighlighterConfigTest, TestImplicitCoreProperties, TestCSVResponseWriter, DirectUpdateHandlerTest, FullSolrCloudDistribCmdsTest, DebugComponentTest, ChaosMonkeySafeLeaderTest, DistributedQueryComponentOptimizationTest, TestReloadAndDeleteDocs, TestStandardQParsers, TestRecovery, TestRTGBase, TermVectorComponentDistributedTest, TestIndexSearcher, DateFieldTest, TestFieldTypeResource, TestFastOutputStream, NumericFieldsTest, TestWordDelimiterFilterFactory, DistanceFunctionTest, TestNonDefinedSimilarityFactory, TestCursorMarkWithoutUniqueKey, DistributedQueryComponentCustomSortTest, TestStressLucene, EnumFieldTest, SolrTestCaseJ4Test, TestQuerySenderNoQuery, HdfsBasicDistributedZkTest, TestPartialUpdateDeduplication, TestBinaryResponseWriter, TestOmitPositions, TestQueryTypes, SolrCmdDistributorTest, TestDistribDocBasedVersion, SpellCheckComponentTest, DistribCursorPagingTest, TestDFRSimilarityFactory, TestNumberUtils, TestNoOpRegenerator, TestClassNameShortening, ConnectionManagerTest, HdfsBasicDistributedZk2Test, HdfsLockFactoryTest, FieldAnalysisRequestHandlerTest, PathHierarchyTokenizerFactoryTest, BasicZkTest, MultiTermTest, TestCollationField, TestIndexingPerformance, TestDistributedGrouping, SpellCheckCollatorTest, TestDynamicFieldCollectionResource, DirectSolrSpellCheckerTest, XmlUpdateRequestHandlerTest, PingRequestHandlerTest, TestComponentsName, HdfsCollectionsAPIDistributedZkTest, MinimalSchemaTest, DeleteReplicaTest, TimeZoneUtilsTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, HdfsChaosMonkeySafeLeaderTest, HdfsUnloadDistributedZkTest, TestSolrDeletionPolicy2, TestBinaryField, ZkNodePropsTest, AssignTest, TestRangeQuery, OpenExchangeRatesOrgProviderTest, FileUtilsTest, DocValuesMultiTest, AlternateDirectoryTest, TestUpdate, RAMDirectoryFactoryTest, PrimUtilsTest, JSONWriterTest, IndexBasedSpellCheckerTest, TestShardHandlerFactory, TestSerializedLuceneMatchVersion, ZkSolrClientTest, XsltUpdateRequestHandlerTest, ConvertedLegacyTest, OpenCloseCoreStressTest, SuggestComponentTest, TestReload, TestMaxScoreQueryParser, CollectionsAPIDistributedZkTest]
>    [junit4] Completed on J1 in 151.56s, 1 test, 1 failure <<< FAILURES!
>
> [...truncated 577 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:445: 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/extra-targets.xml:37: 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:490: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1274: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 373 suites, 1606 tests, 2 failures, 35 ignored (7 assumptions)
>
> Total time: 58 minutes 46 seconds
> Build step 'Invoke Ant' marked build as failure
> Description set: Java: 32bit/jdk1.7.0_51 -client -XX:+UseSerialGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org



-- 
Regards,
Shalin Shekhar Mangar.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org