You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/03/08 22:05:47 UTC

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 202 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/202/

7 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SyncSliceTest

Error Message:
ERROR: SolrIndexSearcher opens=168 closes=167

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=168 closes=167
	at __randomizedtesting.SeedInfo.seed([E8FCF0997054EA7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:246)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
	at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	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:679)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SyncSliceTest

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.SyncSliceTest:     1) Thread[id=1568, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-SyncSliceTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)    2) Thread[id=1332, name=searcherExecutor-458-thread-1, state=WAITING, group=TGRP-SyncSliceTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:679)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.SyncSliceTest: 
   1) Thread[id=1568, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-SyncSliceTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
   2) Thread[id=1332, name=searcherExecutor-458-thread-1, state=WAITING, group=TGRP-SyncSliceTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:679)
	at __randomizedtesting.SeedInfo.seed([E8FCF0997054EA7]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SyncSliceTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=1568, name=RecoveryThread, state=WAITING, group=TGRP-SyncSliceTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1203)         at java.lang.Thread.join(Thread.java:1256)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:250)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:277)         at org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:73)         at org.apache.solr.core.SolrCore.close(SolrCore.java:975)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)    2) Thread[id=1332, name=searcherExecutor-458-thread-1, state=WAITING, group=TGRP-SyncSliceTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:679)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=1568, name=RecoveryThread, state=WAITING, group=TGRP-SyncSliceTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1203)
        at java.lang.Thread.join(Thread.java:1256)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:250)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:277)
        at org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:73)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:975)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
   2) Thread[id=1332, name=searcherExecutor-458-thread-1, state=WAITING, group=TGRP-SyncSliceTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:679)
	at __randomizedtesting.SeedInfo.seed([E8FCF0997054EA7]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.OpenCloseCoreStressTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1410, name=qtp469748989-1410, state=RUNNABLE, group=TGRP-OpenCloseCoreStressTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1410, name=qtp469748989-1410, state=RUNNABLE, group=TGRP-OpenCloseCoreStressTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1495)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:929)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:909)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:904)
	at org.apache.solr.core.MockFSDirectoryFactory.create(MockFSDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:124)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1394)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1530)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:784)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:923)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:953)
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1149)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:226)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:365)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:679)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/OpenCloseCoreStressTest_/00005_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5fde399)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.OpenCloseCoreStressTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1415, name=qtp469748989-1415, state=RUNNABLE, group=TGRP-OpenCloseCoreStressTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1415, name=qtp469748989-1415, state=RUNNABLE, group=TGRP-OpenCloseCoreStressTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1495)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:929)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:909)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:904)
	at org.apache.solr.core.MockFSDirectoryFactory.create(MockFSDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:124)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1394)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1530)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:784)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:923)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:953)
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1149)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:226)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:365)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:679)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/OpenCloseCoreStressTest_/00006_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bb71d31)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.OpenCloseCoreStressTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1451, name=qtp469748989-1451, state=RUNNABLE, group=TGRP-OpenCloseCoreStressTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1451, name=qtp469748989-1451, state=RUNNABLE, group=TGRP-OpenCloseCoreStressTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1495)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:929)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:909)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:904)
	at org.apache.solr.core.MockFSDirectoryFactory.create(MockFSDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:124)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1394)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1530)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:784)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:923)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:953)
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1149)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:226)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:365)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:679)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/OpenCloseCoreStressTest_/00009_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2913c41a)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


REGRESSION:  org.apache.solr.handler.component.DistributedSpellCheckComponentTest.testDistribSearch

Error Message:
Captured an uncaught exception in thread: Thread[id=503, name=Thread-231, state=RUNNABLE, group=TGRP-DistributedSpellCheckComponentTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=503, name=Thread-231, state=RUNNABLE, group=TGRP-DistributedSpellCheckComponentTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:52031/o_pl/be
	at __randomizedtesting.SeedInfo.seed([E8FCF0997054EA7]:0)
	at org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:525)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:52031/o_pl/be
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:412)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:520)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:146)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
	... 4 more




Build Log:
[...truncated 8595 lines...]
[junit4:junit4] Suite: org.apache.solr.handler.component.DistributedSpellCheckComponentTest
[junit4:junit4]   2> 0 T306 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /o_pl/be
[junit4:junit4]   2> 4 T306 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> 6 T306 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 11 T306 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:51966
[junit4:junit4]   2> 11 T306 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12 T306 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12 T306 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 13 T306 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/solr.xml
[junit4:junit4]   2> 13 T306 oasc.CoreContainer.<init> New CoreContainer 991699868
[junit4:junit4]   2> 14 T306 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 15 T306 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 65 T306 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 65 T306 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 66 T306 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 66 T306 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 67 T306 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 67 T306 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 67 T306 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 68 T306 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 68 T306 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 69 T306 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 92 T306 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 117 T316 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 118 T316 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 118 T316 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 119 T316 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 157 T316 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 205 T316 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 206 T316 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 210 T316 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 620 T316 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 627 T316 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 630 T316 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 638 T316 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 642 T316 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 645 T316 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 645 T316 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 646 T316 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 646 T316 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 646 T316 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 646 T316 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 647 T316 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/, dataDir=./org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/control/data/
[junit4:junit4]   2> 647 T316 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4929b0e1
[junit4:junit4]   2> 647 T316 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 673 T316 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/control/data forceNew: false
[junit4:junit4]   2> 674 T316 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/control/data/index/
[junit4:junit4]   2> 674 T316 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 675 T316 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/control/data/index forceNew: false
[junit4:junit4]   2> 680 T316 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@730c7f9a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 680 T316 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 681 T316 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 682 T316 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 682 T316 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 683 T316 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 683 T316 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 683 T316 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 683 T316 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 684 T316 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 684 T316 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 684 T316 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 685 T316 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 685 T316 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 685 T316 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 686 T316 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 686 T316 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 686 T316 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 686 T316 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 687 T316 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 687 T316 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 687 T316 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 688 T316 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 688 T316 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 688 T316 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 689 T316 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 689 T316 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 689 T316 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 690 T316 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 694 T316 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 697 T316 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 698 T316 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, CURRENCY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-IB.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, SCHEMA-REPLICATION1.XML, DA_UTF8.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-SPELLCHECKER.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SCHEMA-EFF.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, SCHEMA-FOLDING.XML, STOPWORDS.TXT, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SCHEMA-COLLATEFILTER.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-ALTDIRECTORY.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, COMPOUNDDICTIONARY.TXT, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, KEEP-2.TXT, SCHEMA12.XML, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 701 T316 oass.SolrIndexSearcher.<init> Opening Searcher@3717ab91 main
[junit4:junit4]   2> 702 T316 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 702 T316 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 702 T316 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 717 T316 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 766 T317 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3717ab91 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 770 T316 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 771 T306 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0
[junit4:junit4]   2> 772 T306 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 773 T306 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 804 T306 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 807 T306 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:51967
[junit4:junit4]   2> 808 T306 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 809 T306 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 810 T306 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 810 T306 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/solr.xml
[junit4:junit4]   2> 811 T306 oasc.CoreContainer.<init> New CoreContainer 468519044
[junit4:junit4]   2> 812 T306 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 813 T306 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 847 T306 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 848 T306 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 848 T306 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 848 T306 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 848 T306 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 849 T306 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 849 T306 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 849 T306 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 850 T306 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 850 T306 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 865 T306 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 890 T328 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 891 T328 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 892 T328 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 892 T328 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 929 T328 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 975 T328 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 976 T328 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 981 T328 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1398 T328 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1406 T328 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1409 T328 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1417 T328 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1421 T328 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1424 T328 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1424 T328 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1425 T328 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1425 T328 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1425 T328 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1425 T328 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1426 T328 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/, dataDir=./org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/shard0/data/
[junit4:junit4]   2> 1426 T328 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4929b0e1
[junit4:junit4]   2> 1426 T328 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1427 T328 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/shard0/data forceNew: false
[junit4:junit4]   2> 1428 T328 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/shard0/data/index/
[junit4:junit4]   2> 1428 T328 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/shard0/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1429 T328 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/shard0/data/index forceNew: false
[junit4:junit4]   2> 1434 T328 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/shard0/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@275735c4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1434 T328 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1435 T328 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1437 T328 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1437 T328 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1437 T328 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1437 T328 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1438 T328 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1438 T328 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1438 T328 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1439 T328 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1439 T328 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1440 T328 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1440 T328 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1440 T328 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1441 T328 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1441 T328 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1441 T328 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1442 T328 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1442 T328 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1443 T328 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1443 T328 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1444 T328 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1444 T328 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1445 T328 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1445 T328 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1445 T328 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1446 T328 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1446 T328 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1452 T328 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1455 T328 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1456 T328 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, CURRENCY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-IB.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, SCHEMA-REPLICATION1.XML, DA_UTF8.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-SPELLCHECKER.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SCHEMA-EFF.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, SCHEMA-FOLDING.XML, STOPWORDS.TXT, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SCHEMA-COLLATEFILTER.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-ALTDIRECTORY.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, COMPOUNDDICTIONARY.TXT, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, KEEP-2.TXT, SCHEMA12.XML, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 1460 T328 oass.SolrIndexSearcher.<init> Opening Searcher@7740b009 main
[junit4:junit4]   2> 1461 T328 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1461 T328 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1461 T328 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1467 T328 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1521 T329 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7740b009 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1528 T328 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1528 T306 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0
[junit4:junit4]   2> 1529 T306 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1529 T306 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@557527fa
[junit4:junit4]   2> 1560 T309 C12 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 1565 T309 C12 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@730c7f9a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1565 T309 C12 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1566 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 6
[junit4:junit4]   2> ASYNC  NEW_CORE C13 name=collection1 org.apache.solr.core.SolrCore@e41a242
[junit4:junit4]   2> 1577 T321 C13 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 1581 T321 C13 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/shard0/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@275735c4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1582 T321 C13 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1582 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 6
[junit4:junit4]   2> 1588 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[1]} 0 3
[junit4:junit4]   2> 1594 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[1]} 0 3
[junit4:junit4]   2> 1598 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[2]} 0 1
[junit4:junit4]   2> 1602 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[2]} 0 1
[junit4:junit4]   2> 1606 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[3]} 0 1
[junit4:junit4]   2> 1610 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[3]} 0 1
[junit4:junit4]   2> 1614 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[4]} 0 1
[junit4:junit4]   2> 1618 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[4]} 0 1
[junit4:junit4]   2> 1622 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[5]} 0 1
[junit4:junit4]   2> 1626 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[5]} 0 1
[junit4:junit4]   2> 1630 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[6]} 0 1
[junit4:junit4]   2> 1634 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[6]} 0 1
[junit4:junit4]   2> 1639 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[7]} 0 2
[junit4:junit4]   2> 1643 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[7]} 0 1
[junit4:junit4]   2> 1647 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[8]} 0 2
[junit4:junit4]   2> 1651 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[8]} 0 1
[junit4:junit4]   2> 1655 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[9]} 0 1
[junit4:junit4]   2> 1659 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[9]} 0 1
[junit4:junit4]   2> 1683 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[10]} 0 21
[junit4:junit4]   2> 1702 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[10]} 0 16
[junit4:junit4]   2> 1707 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[12]} 0 2
[junit4:junit4]   2> 1711 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[12]} 0 2
[junit4:junit4]   2> 1715 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[13]} 0 1
[junit4:junit4]   2> 1719 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[13]} 0 1
[junit4:junit4]   2> 1723 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[14]} 0 1
[junit4:junit4]   2> 1728 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[14]} 0 2
[junit4:junit4]   2> 1732 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[15]} 0 1
[junit4:junit4]   2> 1737 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[15]} 0 2
[junit4:junit4]   2> 1740 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[16]} 0 1
[junit4:junit4]   2> 1745 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[16]} 0 2
[junit4:junit4]   2> 1750 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[17]} 0 1
[junit4:junit4]   2> 1753 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[17]} 0 1
[junit4:junit4]   2> 1757 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[18]} 0 1
[junit4:junit4]   2> 1762 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[18]} 0 2
[junit4:junit4]   2> 1765 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[19]} 0 1
[junit4:junit4]   2> 1769 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[19]} 0 1
[junit4:junit4]   2> 1773 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[20]} 0 1
[junit4:junit4]   2> 1777 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[20]} 0 1
[junit4:junit4]   2> 1804 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[21]} 0 24
[junit4:junit4]   2> 1823 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[21]} 0 15
[junit4:junit4]   2> 1828 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[22]} 0 2
[junit4:junit4]   2> 1834 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[22]} 0 3
[junit4:junit4]   2> 1837 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[23]} 0 1
[junit4:junit4]   2> 1841 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[23]} 0 1
[junit4:junit4]   2> 1845 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[24]} 0 1
[junit4:junit4]   2> 1850 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[24]} 0 1
[junit4:junit4]   2> 1853 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[25]} 0 1
[junit4:junit4]   2> 1857 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={wt=javabin&version=2} {add=[25]} 0 1
[junit4:junit4]   2> 1860 T309 C12 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2021 T309 C12 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@730c7f9a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@730c7f9a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[_2_Pulsing41_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _2_Pulsing41_0.tim, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _2_Pulsing41_0.tip, _2_MockVariableIntBlock_0.pos, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _0_Memory_0.ram, _1.nvd, _2.fdt, _1_Pulsing41_0.doc, _2.fdx, _1_MockVariableIntBlock_0.tib, _1.fdx, _2_Pulsing41_0.pos, _2.nvm, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _2.nvd, _0_MockVariableIntBlock_0.frq, _2_MockVariableIntBlock_0.skp, _1_MockVariableIntBlock_0.skp, _2.si, _2_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _2_MockVariableIntBlock_0.frq, _2_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.pyl, _1_Memory_0.ram, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _2_Memory_0.ram, _0.si, _0_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.pos, _0.nvm, _1_Pulsing41_0.pos, _2.fnm, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1.si, segments_2, _0.fdx, _0.fdt]
[junit4:junit4]   2> 2022 T309 C12 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_2_Pulsing41_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _2_Pulsing41_0.tim, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _2_Pulsing41_0.tip, _2_MockVariableIntBlock_0.pos, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _0_Memory_0.ram, _1.nvd, _2.fdt, _1_Pulsing41_0.doc, _2.fdx, _1_MockVariableIntBlock_0.tib, _1.fdx, _2_Pulsing41_0.pos, _2.nvm, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _2.nvd, _0_MockVariableIntBlock_0.frq, _2_MockVariableIntBlock_0.skp, _1_MockVariableIntBlock_0.skp, _2.si, _2_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _2_MockVariableIntBlock_0.frq, _2_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.pyl, _1_Memory_0.ram, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _2_Memory_0.ram, _0.si, _0_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.pos, _0.nvm, _1_Pulsing41_0.pos, _2.fnm, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1.si, segments_2, _0.fdx, _0.fdt]
[junit4:junit4]   2> 2057 T309 C12 oass.SolrIndexSearcher.<init> Opening Searcher@7b77ca0 main
[junit4:junit4]   2> 2058 T309 C12 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2059 T317 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b77ca0 main{StandardDirectoryReader(segments_2:8 _0(4.2):C10 _1(4.2):C10 _2(4.2):C4)}
[junit4:junit4]   2> 2059 T309 C12 UPDATE [collection1] webapp=/o_pl/be path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 199
[junit4:junit4]   2> 2062 T321 C13 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2220 T321 C13 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/shard0/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@275735c4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.handler.component.DistributedSpellCheckComponentTest-1362775579528/shard0/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@275735c4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[_2_Pulsing41_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _2_Pulsing41_0.tim, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _2_Pulsing41_0.tip, _2_MockVariableIntBlock_0.pos, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _0_Memory_0.ram, _1.nvd, _2.fdt, _1_Pulsing41_0.doc, _2.fdx, _1_MockVariableIntBlock_0.tib, _1.fdx, _2_Pulsing41_0.pos, _2.nvm, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _2.nvd, _0_MockVariableIntBlock_0.frq, _2_MockVariableIntBlock_0.skp, _1_MockVariableIntBlock_0.skp, _2.si, _2_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _2_MockVariableIntBlock_0.frq, _2_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.pyl, _1_Memory_0.ram, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _2_Memory_0.ram, _0.si, _0_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.pos, _0.nvm, _1_Pulsing41_0.pos, _2.fnm, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1.si, segments_2, _0.fdx, _0.fdt]
[junit4:junit4]   2> 2221 T321 C13 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_2_Pulsing41_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _2_Pulsing41_0.tim, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _2_Pulsing41_0.tip, _2_MockVariableIntBlock_0.pos, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _0_Memory_0.ram, _1.nvd, _2.fdt, _1_Pulsing41_0.doc, _2.fdx, _1_MockVariableIntBlock_0.tib, _1.fdx, _2_Pulsing41_0.pos, _2.nvm, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _2.nvd, _0_MockVariableIntBlock_0.frq, _2_MockVariableIntBlock_0.skp, _1_MockVariableIntBlock_0.skp, _2.si, _2_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _2_MockVariableIntBlock_0.frq, _2_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.pyl, _1_Memory_0.ram, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _2_Memory_0.ram, _0.si, _0_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.pos, _0.nvm, _1_Pulsing41_0.pos, _2.fnm, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1.si, segments_2, _0.fdx, _0.fdt]
[junit4:junit4]   2> 2257 T321 C13 oass.SolrIndexSearcher.<init> Opening Searcher@5d6e5fc5 main
[junit4:junit4]   2> 2258 T321 C13 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2259 T329 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5d6e5fc5 main{StandardDirectoryReader(segments_2:8 _0(4.2):C10 _1(4.2):C10 _2(4.2):C4)}
[junit4:junit4]   2> 2260 T321 C13 UPDATE [collection1] webapp=/o_pl/be path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 198
[junit4:junit4]   2> 2373 T309 C12 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH&q=*:*&wt=javabin&qt=spellCheckCompRH&version=2&spellcheck.build=true} hits=24 status=0 QTime=110 
[junit4:junit4]   2> 2627 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775581904&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.count=5&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.build=true} hits=24 status=0 QTime=128 
[junit4:junit4]   2> 2638 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH&ids=3,2,1,10,7,6,5,4,9,8&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&shard.url=127.0.0.1:51967/o_pl/be&NOW=1362775581904&q=*:*&spellcheck.count=1&qt=spellCheckCompRH&isShard=true&spellcheck.build=true} status=0 QTime=4 
[junit4:junit4]   2> 2643 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 2644 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 2644 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&shards.qt=spellCheckCompRH&q=*:*&wt=javabin&qt=spellCheckCompRH&version=2&spellcheck.build=true} hits=24 status=0 QTime=264 
[junit4:junit4]   2> 2817 T309 C12 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&fl=id,lowerfilt&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&distrib=false&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=159 
[junit4:junit4]   2> 2881 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582352&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=39 
[junit4:junit4]   2> 2891 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582352&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=4 
[junit4:junit4]   2> 2893 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,suggestion=[toyota]}}}
[junit4:junit4]   2> 2893 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be null
[junit4:junit4]   2> 2894 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=66 
[junit4:junit4]   2> 2895 T306 oas.BaseDistributedSearchTestCase.query starting stress...
[junit4:junit4]   2> 2932 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582424&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=27 
[junit4:junit4]   2> 2940 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582424&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=3 
[junit4:junit4]   2> 2945 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582424&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=28 
[junit4:junit4]   2> 2947 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582424&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=42 
[junit4:junit4]   2> 2947 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,suggestion=[toyota]}}}
[junit4:junit4]   2> 2948 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be null
[junit4:junit4]   2> 2948 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=48 
[junit4:junit4]   2> 2954 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582424&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=4 
[junit4:junit4]   2> 2955 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,suggestion=[toyota]}}}
[junit4:junit4]   2> 2956 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be null
[junit4:junit4]   2> 2956 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582424&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=4 
[junit4:junit4]   2> 2957 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=56 
[junit4:junit4]   2> 2958 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,suggestion=[toyota]}}}
[junit4:junit4]   2> 2958 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be null
[junit4:junit4]   2> 2959 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=59 
[junit4:junit4]   2> 2985 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582476&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=28 
[junit4:junit4]   2> 2992 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582476&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=2 
[junit4:junit4]   2> 2994 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,suggestion=[toyota]}}}
[junit4:junit4]   2> 2994 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be null
[junit4:junit4]   2> 2995 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=43 
[junit4:junit4]   2> 3004 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582486&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=37 
[junit4:junit4]   2> 3010 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582485&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=45 
[junit4:junit4]   2> 3014 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582486&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=3 
[junit4:junit4]   2> 3015 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,suggestion=[toyota]}}}
[junit4:junit4]   2> 3015 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be null
[junit4:junit4]   2> 3016 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=54 
[junit4:junit4]   2> 3019 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=false&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582485&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=4 
[junit4:junit4]   2> 3021 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,suggestion=[toyota]}}}
[junit4:junit4]   2> 3021 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be null
[junit4:junit4]   2> 3022 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,lowerfilt&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=61 
[junit4:junit4]   2> 3052 T309 C12 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&distrib=false&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=25 
[junit4:junit4]   2> 3094 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582581&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=33 
[junit4:junit4]   2> 3104 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582581&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=4 
[junit4:junit4]   2> 3106 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,origFreq=0,suggestion=[{word=toyota,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3106 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3107 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=50 
[junit4:junit4]   2> 3108 T306 oas.BaseDistributedSearchTestCase.query starting stress...
[junit4:junit4]   2> 3146 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582643&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=23 
[junit4:junit4]   2> 3147 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582642&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=24 
[junit4:junit4]   2> 3151 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582641&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=30 
[junit4:junit4]   2> 3155 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582642&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=3 
[junit4:junit4]   2> 3155 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582643&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=3 
[junit4:junit4]   2> 3156 T321 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,origFreq=0,suggestion=[{word=toyota,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3156 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,origFreq=0,suggestion=[{word=toyota,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3156 T321 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3157 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3157 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=39 
[junit4:junit4]   2> 3157 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=38 
[junit4:junit4]   2> 3161 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582641&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=4 
[junit4:junit4]   2> 3162 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,origFreq=0,suggestion=[{word=toyota,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3163 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3163 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=46 
[junit4:junit4]   2> 3183 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582685&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=19 
[junit4:junit4]   2> 3188 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582685&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=24 
[junit4:junit4]   2> 3192 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582685&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=3 
[junit4:junit4]   2> 3193 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,origFreq=0,suggestion=[{word=toyota,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3194 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3194 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=33 
[junit4:junit4]   2> 3196 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582685&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=3 
[junit4:junit4]   2> 3197 T321 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,origFreq=0,suggestion=[{word=toyota,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3197 T321 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3198 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=37 
[junit4:junit4]   2> 3205 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582691&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=34 
[junit4:junit4]   2> 3215 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=toyata&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582691&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=1&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=4 
[junit4:junit4]   2> 3217 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,origFreq=0,suggestion=[{word=toyota,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3217 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3218 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=toyata&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=50 
[junit4:junit4]   2> 3231 T309 C12 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=bluo&distrib=false&spellcheck.count=4&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=9 
[junit4:junit4]   2> 3254 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582759&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=14 
[junit4:junit4]   2> 3264 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582759&shard.url=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=4&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=4 
[junit4:junit4]   2> 3265 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={bluo={numFound=1,startOffset=0,endOffset=4,origFreq=0,suggestion=[{word=blue,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3266 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3266 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=bluo&spellcheck.count=4&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=31 
[junit4:junit4]   2> 3268 T306 oas.BaseDistributedSearchTestCase.query starting stress...
[junit4:junit4]   2> 3285 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582796&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=10 
[junit4:junit4]   2> 3288 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582796&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=11 
[junit4:junit4]   2> 3289 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582794&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=14 
[junit4:junit4]   2> 3293 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582796&shard.url=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=4&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=2 
[junit4:junit4]   2> 3295 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={bluo={numFound=1,startOffset=0,endOffset=4,origFreq=0,suggestion=[{word=blue,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3295 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3295 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582796&shard.url=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=4&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=3 
[junit4:junit4]   2> 3296 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=bluo&spellcheck.count=4&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=24 
[junit4:junit4]   2> 3297 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={bluo={numFound=1,startOffset=0,endOffset=4,origFreq=0,suggestion=[{word=blue,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3297 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3298 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=bluo&spellcheck.count=4&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=26 
[junit4:junit4]   2> 3300 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582794&shard.url=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=4&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=3 
[junit4:junit4]   2> 3302 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={bluo={numFound=1,startOffset=0,endOffset=4,origFreq=0,suggestion=[{word=blue,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3302 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3303 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=bluo&spellcheck.count=4&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=33 
[junit4:junit4]   2> 3316 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582823&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=13 
[junit4:junit4]   2> 3318 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582825&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=12 
[junit4:junit4]   2> 3320 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582831&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=*:*&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=24 status=0 QTime=8 
[junit4:junit4]   2> 3326 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582825&shard.url=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=4&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=3 
[junit4:junit4]   2> 3326 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582823&shard.url=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=4&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=3 
[junit4:junit4]   2> 3328 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={bluo={numFound=1,startOffset=0,endOffset=4,origFreq=0,suggestion=[{word=blue,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3328 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={bluo={numFound=1,startOffset=0,endOffset=4,origFreq=0,suggestion=[{word=blue,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3328 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&ids=3,2,1,10,7,6,5,4,9,8&spellcheck.q=bluo&distrib=false&wt=javabin&version=2&spellcheck.onlyMorePopular=false&NOW=1362775582831&shard.url=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=*:*&spellcheck.dictionary=direct&spellcheck.count=4&qt=spellCheckCompRH_Direct&isShard=true} status=0 QTime=3 
[junit4:junit4]   2> 3328 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3329 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=bluo&spellcheck.count=4&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=30 
[junit4:junit4]   2> 3329 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3330 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={bluo={numFound=1,startOffset=0,endOffset=4,origFreq=0,suggestion=[{word=blue,freq=1}]},correctlySpelled=true}}
[junit4:junit4]   2> 3330 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=bluo&spellcheck.count=4&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=29 
[junit4:junit4]   2> 3330 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3331 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=*:*&spellcheck.q=bluo&spellcheck.count=4&wt=javabin&qt=spellCheckCompRH_Direct&version=2} hits=24 status=0 QTime=24 
[junit4:junit4]   2> 3381 T309 C12 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&distrib=false&spellcheck.count=4&wt=javabin&spellcheck.collate=true&qt=spellCheckCompRH_Direct&version=2} hits=0 status=0 QTime=46 
[junit4:junit4]   2> 3406 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582915&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=11 
[junit4:junit4]   2> 3408 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={reb={numFound=1,startOffset=10,endOffset=13,origFreq=0,suggestion=[{word=red,freq=13}]},dogs={numFound=1,startOffset=45,endOffset=49,origFreq=0,suggestion=[{word=dogs.,freq=13}]},correctlySpelled=false,collation=The quick red fox jumped over the lazy brown dogs.}}
[junit4:junit4]   2> 3408 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.count=4&wt=javabin&spellcheck.collate=true&qt=spellCheckCompRH_Direct&version=2} hits=0 status=0 QTime=17 
[junit4:junit4]   2> 3409 T306 oas.BaseDistributedSearchTestCase.query starting stress...
[junit4:junit4]   2> 3430 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582936&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=11 
[junit4:junit4]   2> 3430 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582937&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=12 
[junit4:junit4]   2> 3431 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={reb={numFound=1,startOffset=10,endOffset=13,origFreq=0,suggestion=[{word=red,freq=13}]},dogs={numFound=1,startOffset=45,endOffset=49,origFreq=0,suggestion=[{word=dogs.,freq=13}]},correctlySpelled=false,collation=The quick red fox jumped over the lazy brown dogs.}}
[junit4:junit4]   2> 3431 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.count=4&wt=javabin&spellcheck.collate=true&qt=spellCheckCompRH_Direct&version=2} hits=0 status=0 QTime=19 
[junit4:junit4]   2> 3431 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={reb={numFound=1,startOffset=10,endOffset=13,origFreq=0,suggestion=[{word=red,freq=13}]},dogs={numFound=1,startOffset=45,endOffset=49,origFreq=0,suggestion=[{word=dogs.,freq=13}]},correctlySpelled=false,collation=The quick red fox jumped over the lazy brown dogs.}}
[junit4:junit4]   2> 3432 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582936&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=15 
[junit4:junit4]   2> 3432 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.count=4&wt=javabin&spellcheck.collate=true&qt=spellCheckCompRH_Direct&version=2} hits=0 status=0 QTime=19 
[junit4:junit4]   2> 3434 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={reb={numFound=1,startOffset=10,endOffset=13,origFreq=0,suggestion=[{word=red,freq=13}]},dogs={numFound=1,startOffset=45,endOffset=49,origFreq=0,suggestion=[{word=dogs.,freq=13}]},correctlySpelled=false,collation=The quick red fox jumped over the lazy brown dogs.}}
[junit4:junit4]   2> 3434 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.count=4&wt=javabin&spellcheck.collate=true&qt=spellCheckCompRH_Direct&version=2} hits=0 status=0 QTime=22 
[junit4:junit4]   2> 3452 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582960&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=12 
[junit4:junit4]   2> 3453 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582961&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=12 
[junit4:junit4]   2> 3453 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={reb={numFound=1,startOffset=10,endOffset=13,origFreq=0,suggestion=[{word=red,freq=13}]},dogs={numFound=1,startOffset=45,endOffset=49,origFreq=0,suggestion=[{word=dogs.,freq=13}]},correctlySpelled=false,collation=The quick red fox jumped over the lazy brown dogs.}}
[junit4:junit4]   2> 3454 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.count=4&wt=javabin&spellcheck.collate=true&qt=spellCheckCompRH_Direct&version=2} hits=0 status=0 QTime=18 
[junit4:junit4]   2> 3454 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={reb={numFound=1,startOffset=10,endOffset=13,origFreq=0,suggestion=[{word=red,freq=13}]},dogs={numFound=1,startOffset=45,endOffset=49,origFreq=0,suggestion=[{word=dogs.,freq=13}]},correctlySpelled=false,collation=The quick red fox jumped over the lazy brown dogs.}}
[junit4:junit4]   2> 3454 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.count=4&wt=javabin&spellcheck.collate=true&qt=spellCheckCompRH_Direct&version=2} hits=0 status=0 QTime=17 
[junit4:junit4]   2> 3456 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&rows=10&NOW=1362775582959&shard.url=127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.dictionary=direct&spellcheck.count=5&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=16 
[junit4:junit4]   2> 3458 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be {suggestions={reb={numFound=1,startOffset=10,endOffset=13,origFreq=0,suggestion=[{word=red,freq=13}]},dogs={numFound=1,startOffset=45,endOffset=49,origFreq=0,suggestion=[{word=dogs.,freq=13}]},correctlySpelled=false,collation=The quick red fox jumped over the lazy brown dogs.}}
[junit4:junit4]   2> 3458 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards=127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&spellcheck.count=4&wt=javabin&spellcheck.collate=true&qt=spellCheckCompRH_Direct&version=2} hits=0 status=0 QTime=23 
[junit4:junit4]   2> 3473 T309 C12 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=12 
[junit4:junit4]   2> 3497 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583006&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=11 
[junit4:junit4]   2> 3498 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:(+quick +red),hits=1,misspellingsAndCorrections={quock=quick,reb=red},collationInternalRank=0},collation={collationQuery=lowerfilt:(+quote +red),hits=12,misspellingsAndCorrections={quock=quote,reb=red},collationInternalRank=1}}}
[junit4:junit4]   2> 3499 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=17 
[junit4:junit4]   2> 3500 T306 oas.BaseDistributedSearchTestCase.query starting stress...
[junit4:junit4]   2> 3516 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583027&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=10 
[junit4:junit4]   2> 3516 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583027&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3517 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:(+quick +red),hits=1,misspellingsAndCorrections={quock=quick,reb=red},collationInternalRank=0},collation={collationQuery=lowerfilt:(+quote +red),hits=12,misspellingsAndCorrections={quock=quote,reb=red},collationInternalRank=1}}}
[junit4:junit4]   2> 3517 T321 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:(+quick +red),hits=1,misspellingsAndCorrections={quock=quick,reb=red},collationInternalRank=0},collation={collationQuery=lowerfilt:(+quote +red),hits=12,misspellingsAndCorrections={quock=quote,reb=red},collationInternalRank=1}}}
[junit4:junit4]   2> 3517 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583027&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=10 
[junit4:junit4]   2> 3518 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=15 
[junit4:junit4]   2> 3517 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=14 
[junit4:junit4]   2> 3518 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:(+quick +red),hits=1,misspellingsAndCorrections={quock=quick,reb=red},collationInternalRank=0},collation={collationQuery=lowerfilt:(+quote +red),hits=12,misspellingsAndCorrections={quock=quote,reb=red},collationInternalRank=1}}}
[junit4:junit4]   2> 3519 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=16 
[junit4:junit4]   2> 3536 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583047&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3536 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583047&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3537 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:(+quick +red),hits=1,misspellingsAndCorrections={quock=quick,reb=red},collationInternalRank=0},collation={collationQuery=lowerfilt:(+quote +red),hits=12,misspellingsAndCorrections={quock=quote,reb=red},collationInternalRank=1}}}
[junit4:junit4]   2> 3538 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583050&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3538 T321 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:(+quick +red),hits=1,misspellingsAndCorrections={quock=quick,reb=red},collationInternalRank=0},collation={collationQuery=lowerfilt:(+quote +red),hits=12,misspellingsAndCorrections={quock=quote,reb=red},collationInternalRank=1}}}
[junit4:junit4]   2> 3538 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=15 
[junit4:junit4]   2> 3539 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=16 
[junit4:junit4]   2> 3539 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:(+quick +red),hits=1,misspellingsAndCorrections={quock=quick,reb=red},collationInternalRank=0},collation={collationQuery=lowerfilt:(+quote +red),hits=12,misspellingsAndCorrections={quock=quote,reb=red},collationInternalRank=1}}}
[junit4:junit4]   2> 3541 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=14 
[junit4:junit4]   2> 3553 T309 C12 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3568 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583080&shard.url=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3569 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red),collationInternalRank=0,collation=lowerfilt:(+quote +red),collationInternalRank=1}}
[junit4:junit4]   2> 3570 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=14 
[junit4:junit4]   2> 3571 T306 oas.BaseDistributedSearchTestCase.query starting stress...
[junit4:junit4]   2> 3587 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583098&shard.url=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3588 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red),collationInternalRank=0,collation=lowerfilt:(+quote +red),collationInternalRank=1}}
[junit4:junit4]   2> 3589 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=15 
[junit4:junit4]   2> 3590 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583098&shard.url=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=10 
[junit4:junit4]   2> 3590 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583099&shard.url=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3591 T321 C13 oashc.SpellCheckComponent.finishStage [ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red),collationInternalRank=0,collation=lowerfilt:(+quote +red),collationInternalRank=1}}
[junit4:junit4]   2> 3591 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red),collationInternalRank=0,collation=lowerfilt:(+quote +red),collationInternalRank=1}}
[junit4:junit4]   2> 3591 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=17 
[junit4:junit4]   2> 3591 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=16 
[junit4:junit4]   2> 3603 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583116&shard.url=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=8 
[junit4:junit4]   2> 3604 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red),collationInternalRank=0,collation=lowerfilt:(+quote +red),collationInternalRank=1}}
[junit4:junit4]   2> 3605 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=13 
[junit4:junit4]   2> 3606 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583119&shard.url=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=8 
[junit4:junit4]   2> 3606 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583118&shard.url=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3607 T321 C13 oashc.SpellCheckComponent.finishStage [ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red),collationInternalRank=0,collation=lowerfilt:(+quote +red),collationInternalRank=1}}
[junit4:junit4]   2> 3608 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red),collationInternalRank=0,collation=lowerfilt:(+quote +red),collationInternalRank=1}}
[junit4:junit4]   2> 3608 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=13 
[junit4:junit4]   2> 3608 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=10&spellcheck.maxCollations=10&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=[ff01::213]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=14 
[junit4:junit4]   2> 3621 T309 C12 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&distrib=false&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3635 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583148&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=8 
[junit4:junit4]   2> 3637 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red)}}
[junit4:junit4]   2> 3637 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=13 
[junit4:junit4]   2> 3638 T306 oas.BaseDistributedSearchTestCase.query starting stress...
[junit4:junit4]   2> 3651 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583165&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=7 
[junit4:junit4]   2> 3653 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583165&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3653 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red)}}
[junit4:junit4]   2> 3654 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583165&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3654 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=13 
[junit4:junit4]   2> 3655 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red)}}
[junit4:junit4]   2> 3656 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red)}}
[junit4:junit4]   2> 3656 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=15 
[junit4:junit4]   2> 3656 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=15 
[junit4:junit4]   2> 3670 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583183&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=8 
[junit4:junit4]   2> 3672 T323 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red)}}
[junit4:junit4]   2> 3672 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=13 
[junit4:junit4]   2> 3672 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583184&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=8 
[junit4:junit4]   2> 3673 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH_Direct&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583184&shard.url=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.dictionary=direct&spellcheck.count=10&isShard=true&qt=spellCheckCompRH_Direct&fsv=true} hits=0 status=0 QTime=9 
[junit4:junit4]   2> 3674 T324 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red)}}
[junit4:junit4]   2> 3674 T321 C13 oashc.SpellCheckComponent.finishStage 127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be {suggestions={quock={numFound=2,startOffset=12,endOffset=17,origFreq=0,suggestion=[{word=quick,freq=1}, {word=quote,freq=12}]},reb={numFound=1,startOffset=19,endOffset=22,origFreq=0,suggestion=[{word=red,freq=13}]},correctlySpelled=false,collation=lowerfilt:(+quick +red)}}
[junit4:junit4]   2> 3674 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=14 
[junit4:junit4]   2> 3674 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=false&spellcheck.maxCollationTries=0&spellcheck.maxCollations=1&spellcheck.collate=true&wt=javabin&version=2&fl=id,lowerfilt&shards=127.0.0.1:51967/o_pl/be|[ff01::083]:33332/o_pl/be&q=lowerfilt:(%2Bquock+%2Breb)&spellcheck.count=10&qt=spellCheckCompRH_Direct} hits=0 status=0 QTime=14 
[junit4:junit4]   2> 3681 T309 C12 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=3 
[junit4:junit4]   2> 3690 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583208&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=2 
[junit4:junit4]   2> 3698 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=21,20,19,17,22,18,15,16,13,14&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583208&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=3 
[junit4:junit4]   2> 3700 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&wt=javabin&spellcheck.collate=true&version=2&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=16 
[junit4:junit4]   2> 3701 T306 oas.BaseDistributedSearchTestCase.query starting stress...
[junit4:junit4]   2> 3708 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583229&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=1 
[junit4:junit4]   2> 3708 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583228&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=1 
[junit4:junit4]   2> 3708 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583228&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=1 
[junit4:junit4]   2> 3715 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=21,20,19,17,22,18,15,16,13,14&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583228&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=3 
[junit4:junit4]   2> 3715 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=21,20,19,17,22,18,15,16,13,14&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583229&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=3 
[junit4:junit4]   2> 3715 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=21,20,19,17,22,18,15,16,13,14&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583228&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=3 
[junit4:junit4]   2> 3718 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&wt=javabin&spellcheck.collate=true&version=2&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=13 
[junit4:junit4]   2> 3719 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&wt=javabin&spellcheck.collate=true&version=2&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=15 
[junit4:junit4]   2> 3719 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&wt=javabin&spellcheck.collate=true&version=2&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=15 
[junit4:junit4]   2> 3726 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583247&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=1 
[junit4:junit4]   2> 3726 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583246&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=1 
[junit4:junit4]   2> 3726 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583246&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,score&start=0&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=1 
[junit4:junit4]   2> 3733 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=21,20,19,17,22,18,15,16,13,14&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583246&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=3 
[junit4:junit4]   2> 3734 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=21,20,19,17,22,18,15,16,13,14&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583246&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=4 
[junit4:junit4]   2> 3734 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=21,20,19,17,22,18,15,16,13,14&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583247&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=4 
[junit4:junit4]   2> 3734 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&wt=javabin&spellcheck.collate=true&version=2&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=12 
[junit4:junit4]   2> 3735 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&wt=javabin&spellcheck.collate=true&version=2&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=13 
[junit4:junit4]   2> 3735 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&wt=javabin&spellcheck.collate=true&version=2&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be|[ff01::213]:33332/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("quote+red+fox")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=12 status=0 QTime=12 
[junit4:junit4]   2> 3745 T309 C12 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&fl=id,lowerfilt&q=lowerfilt:("rod+fix")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=1 status=0 QTime=6 
[junit4:junit4]   2> 3758 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583272&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=1 status=0 QTime=7 
[junit4:junit4]   2> 3763 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=25&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583272&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=1 
[junit4:junit4]   2> 3764 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={rod={numFound=2,startOffset=12,endOffset=15,origFreq=1,suggestion=[{word=red,freq=13}, {word=ford,freq=1}]},fix={numFound=1,startOffset=16,endOffset=19,origFreq=1,suggestion=[{word=fox,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:("red fox"),hits=13,misspellingsAndCorrections={rod=red,fix=fox},collationInternalRank=2}}}
[junit4:junit4]   2> 3764 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3764 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&wt=javabin&spellcheck.collate=true&version=2&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("rod+fix")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=1 status=0 QTime=16 
[junit4:junit4]   2> 3765 T306 oas.BaseDistributedSearchTestCase.query starting stress...
[junit4:junit4]   2> 3776 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583293&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=1 status=0 QTime=4 
[junit4:junit4]   2> 3776 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583293&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=1 status=0 QTime=4 
[junit4:junit4]   2> 3778 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583293&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=1 status=0 QTime=6 
[junit4:junit4]   2> 3781 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=25&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583293&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=1 
[junit4:junit4]   2> 3781 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=25&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583293&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=1 
[junit4:junit4]   2> 3782 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={rod={numFound=2,startOffset=12,endOffset=15,origFreq=1,suggestion=[{word=red,freq=13}, {word=ford,freq=1}]},fix={numFound=1,startOffset=16,endOffset=19,origFreq=1,suggestion=[{word=fox,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:("red fox"),hits=13,misspellingsAndCorrections={rod=red,fix=fox},collationInternalRank=2}}}
[junit4:junit4]   2> 3782 T321 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={rod={numFound=2,startOffset=12,endOffset=15,origFreq=1,suggestion=[{word=red,freq=13}, {word=ford,freq=1}]},fix={numFound=1,startOffset=16,endOffset=19,origFreq=1,suggestion=[{word=fox,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:("red fox"),hits=13,misspellingsAndCorrections={rod=red,fix=fox},collationInternalRank=2}}}
[junit4:junit4]   2> 3782 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3783 T321 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3783 T323 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&wt=javabin&spellcheck.collate=true&version=2&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("rod+fix")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=1 status=0 QTime=14 
[junit4:junit4]   2> 3783 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=25&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583293&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=1 
[junit4:junit4]   2> 3783 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&wt=javabin&spellcheck.collate=true&version=2&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("rod+fix")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=1 status=0 QTime=14 
[junit4:junit4]   2> 3784 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={rod={numFound=2,startOffset=12,endOffset=15,origFreq=1,suggestion=[{word=red,freq=13}, {word=ford,freq=1}]},fix={numFound=1,startOffset=16,endOffset=19,origFreq=1,suggestion=[{word=fox,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:("red fox"),hits=13,misspellingsAndCorrections={rod=red,fix=fox},collationInternalRank=2}}}
[junit4:junit4]   2> 3785 T324 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3785 T324 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&wt=javabin&spellcheck.collate=true&version=2&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("rod+fix")&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} hits=1 status=0 QTime=16 
[junit4:junit4]   2> 3794 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583311&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=1 status=0 QTime=4 
[junit4:junit4]   2> 3795 T325 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583310&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=1 status=0 QTime=6 
[junit4:junit4]   2> 3796 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&rows=10&spellcheck.onlyMorePopular=false&NOW=1362775583313&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,score&start=0&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&fsv=true&spellcheck.alternativeTermCount=5} hits=1 status=0 QTime=4 
[junit4:junit4]   2> 3799 T326 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=25&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583311&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=1 
[junit4:junit4]   2> 3800 T322 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=false&spellcheck.maxResultsForSuggest=10&spellcheck.extendedResults=true&shards.qt=spellCheckCompRH&spellcheck.collateExtendedResults=true&ids=25&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&distrib=false&wt=javabin&spellcheck.collate=true&version=2&spellcheck.onlyMorePopular=false&NOW=1362775583310&shard.url=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,lowerfilt&q=lowerfilt:("rod+fix")&spellcheck.count=10&isShard=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5} status=0 QTime=0 
[junit4:junit4]   2> 3800 T321 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={rod={numFound=2,startOffset=12,endOffset=15,origFreq=1,suggestion=[{word=red,freq=13}, {word=ford,freq=1}]},fix={numFound=1,startOffset=16,endOffset=19,origFreq=1,suggestion=[{word=fox,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:("red fox"),hits=13,misspellingsAndCorrections={rod=red,fix=fox},collationInternalRank=2}}}
[junit4:junit4]   2> 3800 T321 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be null
[junit4:junit4]   2> 3800 T323 C13 oashc.SpellCheckComponent.finishStage [ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be {suggestions={rod={numFound=2,startOffset=12,endOffset=15,origFreq=1,suggestion=[{word=red,freq=13}, {word=ford,freq=1}]},fix={numFound=1,startOffset=16,endOffset=19,origFreq=1,suggestion=[{word=fox,freq=13}]},correctlySpelled=false,collation={collationQuery=lowerfilt:("red fox"),hits=13,misspellingsAndCorrections={rod=red,fix=fox},collationInternalRank=2}}}
[junit4:junit4]   2> 3801 T321 C13 REQ [collection1] webapp=/o_pl/be path=/select params={spellcheck=true&spellcheck.maxResultsForSuggest=10&shards.qt=spellCheckCompRH&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&wt=javabin&spellcheck.collate=true&version=2&shards=[ff01::083]:33332/o_pl/be|127.0.0.1:51967/o_pl/be&fl=id,low

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

   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:679)
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=ar_OM, timezone=America/Hermosillo
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=3,free=105357920,total=341573632
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CircularListTest, TestExtendedDismaxParser, TestPropInjectDefaults, PeerSyncTest, ZkCLITest, PrimUtilsTest, BasicFunctionalityTest, TestDocumentBuilder, TestPHPSerializedResponseWriter, TestGroupingSearch, LukeRequestHandlerTest, TestQuerySenderListener, TestSurroundQueryParser, SpatialFilterTest, TestSort, FileBasedSpellCheckerTest, TestSolrCoreProperties, DateFieldTest, TestSearchPerf, ClusterStateUpdateTest, SolrInfoMBeanTest, TestPerFieldSimilarity, BinaryUpdateRequestHandlerTest, TestFunctionQuery, SolrCoreTest, DistributedSpellCheckComponentTest, TestDocSet, AutoCommitTest, TestStressRecovery, DistributedTermsComponentTest, StatelessScriptUpdateProcessorFactoryTest, PluginInfoTest, AlternateDirectoryTest, TestFaceting, MinimalSchemaTest, TestJoin, TestLMDirichletSimilarityFactory, TestStressVersions, DistributedQueryElevationComponentTest, DocValuesTest, ScriptEngineTest, TestPhraseSuggestions, SuggesterTest, TestTrie, ExternalFileFieldSortTest, ZkControllerTest, TestFastWriter, TestSolrDeletionPolicy2, TestCharFilters, TestFuzzyAnalyzedSuggestions, SyncSliceTest]
[junit4:junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest -Dtests.seed=E8FCF0997054EA7 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=ar_OM -Dtests.timezone=America/Hermosillo -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s J0 | SyncSliceTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=168 closes=167
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([E8FCF0997054EA7]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:246)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
[junit4:junit4]    > 	at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:616)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:679)
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.SyncSliceTest: 
[junit4:junit4]    >    1) Thread[id=1568, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-SyncSliceTest]
[junit4:junit4]    >         at java.lang.Thread.sleep(Native Method)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    >    2) Thread[id=1332, name=searcherExecutor-458-thread-1, state=WAITING, group=TGRP-SyncSliceTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:679)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([E8FCF0997054EA7]:0)
[junit4:junit4]    > Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
[junit4:junit4]    >    1) Thread[id=1568, name=RecoveryThread, state=WAITING, group=TGRP-SyncSliceTest]
[junit4:junit4]    >         at java.lang.Object.wait(Native Method)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1203)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1256)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:250)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:277)
[junit4:junit4]    >         at org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:73)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.close(SolrCore.java:975)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
[junit4:junit4]    >    2) Thread[id=1332, name=searcherExecutor-458-thread-1, state=WAITING, group=TGRP-SyncSliceTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:679)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([E8FCF0997054EA7]:0)
[junit4:junit4] Completed on J0 in 508.18s, 1 test, 1 failure, 2 errors <<< FAILURES!

[...truncated 568 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:388: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:183: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1213: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:877: There were test failures: 270 suites, 1140 tests, 6 suite-level errors, 1 error, 626 ignored (4 assumptions)

Total time: 86 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 203 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/203/

1 tests failed.
REGRESSION:  org.apache.solr.core.OpenCloseCoreStressTest.test10MinutesNew

Error Message:
Core 00007_core bad! expected:<299> but was:<291>

Stack Trace:
java.lang.AssertionError: Core 00007_core bad! expected:<299> but was:<291>
	at __randomizedtesting.SeedInfo.seed([2BA4258827BF869A:11819DA955716C2E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.core.OpenCloseCoreStressTest.checkResults(OpenCloseCoreStressTest.java:300)
	at org.apache.solr.core.OpenCloseCoreStressTest.doStress(OpenCloseCoreStressTest.java:201)
	at org.apache.solr.core.OpenCloseCoreStressTest.test10MinutesNew(OpenCloseCoreStressTest.java:133)
	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:616)
	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:679)




Build Log:
[...truncated 8749 lines...]
[junit4:junit4] Suite: org.apache.solr.core.OpenCloseCoreStressTest
[junit4:junit4]   2> 3 T2442 oas.SolrTestCaseJ4.setUp ###Starting test10MinutesNew
[junit4:junit4]   2> 58 T2442 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 61 T2442 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:50997
[junit4:junit4]   2> 61 T2442 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 61 T2442 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 62 T2442 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_
[junit4:junit4]   2> 62 T2442 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/solr.xml
[junit4:junit4]   2> 62 T2442 oasc.CoreContainer.<init> New CoreContainer 1874901094
[junit4:junit4]   2> 63 T2442 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/'
[junit4:junit4]   2> 63 T2442 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/'
[junit4:junit4]   2> 82 T2442 oasc.SolrProperties.walkFromHere Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_
[junit4:junit4]   2> 83 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/core.properties, adding to cores
[junit4:junit4]   2> 85 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core/core.properties, adding to cores
[junit4:junit4]   2> 86 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/core.properties, adding to cores
[junit4:junit4]   2> 87 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core/core.properties, adding to cores
[junit4:junit4]   2> 87 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/core.properties, adding to cores
[junit4:junit4]   2> 88 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/core.properties, adding to cores
[junit4:junit4]   2> 88 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core/core.properties, adding to cores
[junit4:junit4]   2> 88 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/core.properties, adding to cores
[junit4:junit4]   2> 89 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core/core.properties, adding to cores
[junit4:junit4]   2> 89 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core/core.properties, adding to cores
[junit4:junit4]   2> 90 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core/core.properties, adding to cores
[junit4:junit4]   2> 90 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/core.properties, adding to cores
[junit4:junit4]   2> 91 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/core.properties, adding to cores
[junit4:junit4]   2> 91 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/core.properties, adding to cores
[junit4:junit4]   2> 91 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/core.properties, adding to cores
[junit4:junit4]   2> 92 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/core.properties, adding to cores
[junit4:junit4]   2> 92 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core/core.properties, adding to cores
[junit4:junit4]   2> 93 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core/core.properties, adding to cores
[junit4:junit4]   2> 93 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core/core.properties, adding to cores
[junit4:junit4]   2> 94 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core/core.properties, adding to cores
[junit4:junit4]   2> 94 T2442 oasc.SolrProperties.walkFromHere Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_
[junit4:junit4]   2> 95 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/core.properties, adding to cores
[junit4:junit4]   2> 95 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core/core.properties, adding to cores
[junit4:junit4]   2> 95 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/core.properties, adding to cores
[junit4:junit4]   2> 96 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core/core.properties, adding to cores
[junit4:junit4]   2> 96 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/core.properties, adding to cores
[junit4:junit4]   2> 97 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/core.properties, adding to cores
[junit4:junit4]   2> 97 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core/core.properties, adding to cores
[junit4:junit4]   2> 98 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/core.properties, adding to cores
[junit4:junit4]   2> 98 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core/core.properties, adding to cores
[junit4:junit4]   2> 99 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core/core.properties, adding to cores
[junit4:junit4]   2> 99 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core/core.properties, adding to cores
[junit4:junit4]   2> 99 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/core.properties, adding to cores
[junit4:junit4]   2> 100 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/core.properties, adding to cores
[junit4:junit4]   2> 100 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/core.properties, adding to cores
[junit4:junit4]   2> 101 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/core.properties, adding to cores
[junit4:junit4]   2> 101 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/core.properties, adding to cores
[junit4:junit4]   2> 102 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core/core.properties, adding to cores
[junit4:junit4]   2> 102 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core/core.properties, adding to cores
[junit4:junit4]   2> 103 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core/core.properties, adding to cores
[junit4:junit4]   2> 103 T2442 oasc.SolrProperties.walkFromHere Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core/core.properties, adding to cores
[junit4:junit4]   2> 103 T2442 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 104 T2442 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 104 T2442 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 104 T2442 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 105 T2442 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 105 T2442 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 105 T2442 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 105 T2442 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 106 T2442 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 106 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 116 T2442 oasc.CoreMaps.allocateLazyCores Allocating transient cache for 10 transient cores
[junit4:junit4]   2> 119 T2442 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 120 T2442 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0
[junit4:junit4]   2> 120 T2442 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 120 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 127 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 134 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 141 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 147 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 154 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 161 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 167 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 174 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 181 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 187 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 194 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 201 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 208 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 214 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 221 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 228 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 235 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 241 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 248 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 255 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 261 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 268 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 275 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 282 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 288 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 295 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 302 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 308 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 315 T2442 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 322 T2442 oasc.OpenCloseCoreStressTest.doStress Starting indexing and querying
[junit4:junit4]   2> 322 T2442 oasc.OpenCloseCoreStressTest.doStress 
[junit4:junit4]   2> 	
[junit4:junit4]   2> 	
[junit4:junit4]   2> 	
[junit4:junit4]   2> 	
[junit4:junit4]   2> 	Starting a 300 second cycle, seconds left: 300. Seconds run so far: 0.
[junit4:junit4]   2> 324 T2454 oasc.OneIndexer.run Starting indexing thread: 2454
[junit4:junit4]   2> 324 T2456 oasc.OneIndexer.run Starting indexing thread: 2456
[junit4:junit4]   2> 324 T2455 oasc.OneIndexer.run Starting indexing thread: 2455
[junit4:junit4]   2> 324 T2453 oasc.OneIndexer.run Starting indexing thread: 2453
[junit4:junit4]   2> 325 T2460 oasc.OneIndexer.run Starting indexing thread: 2460
[junit4:junit4]   2> 324 T2458 oasc.OneIndexer.run Starting indexing thread: 2458
[junit4:junit4]   2> 325 T2461 oasc.OneIndexer.run Starting indexing thread: 2461
[junit4:junit4]   2> 326 T2462 oasc.OneIndexer.run Starting indexing thread: 2462
[junit4:junit4]   2> 326 T2464 oasc.OneIndexer.run Starting indexing thread: 2464
[junit4:junit4]   2> 324 T2457 oasc.OneIndexer.run Starting indexing thread: 2457
[junit4:junit4]   2> 326 T2463 oasc.OneIndexer.run Starting indexing thread: 2463
[junit4:junit4]   2> 327 T2466 oasc.OneIndexer.run Starting indexing thread: 2466
[junit4:junit4]   2> 325 T2459 oasc.OneIndexer.run Starting indexing thread: 2459
[junit4:junit4]   2> 327 T2467 oasc.OneIndexer.run Starting indexing thread: 2467
[junit4:junit4]   2> 327 T2465 oasc.OneIndexer.run Starting indexing thread: 2465
[junit4:junit4]   2> 329 T2446 oasc.CoreContainer.create Creating SolrCore '00003_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core
[junit4:junit4]   2> 330 T2470 oasc.OneQuery.run Starting query thread: 2470
[junit4:junit4]   2> 330 T2472 oasc.OneQuery.run Starting query thread: 2472
[junit4:junit4]   2> 330 T2474 oasc.OneQuery.run Starting query thread: 2474
[junit4:junit4]   2> 330 T2476 oasc.OneQuery.run Starting query thread: 2476
[junit4:junit4]   2> 329 T2468 oasc.OneQuery.run Starting query thread: 2468
[junit4:junit4]   2> 331 T2481 oasc.OneQuery.run Starting query thread: 2481
[junit4:junit4]   2> 331 T2482 oasc.OneQuery.run Starting query thread: 2482
[junit4:junit4]   2> 329 T2469 oasc.OneQuery.run Starting query thread: 2469
[junit4:junit4]   2> 329 T2445 oasc.CoreContainer.create Creating SolrCore '00006_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core
[junit4:junit4]   2> 331 T2451 oasc.CoreContainer.create Creating SolrCore '00010_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core
[junit4:junit4]   2> 331 T2480 oasc.OneQuery.run Starting query thread: 2480
[junit4:junit4]   2> 331 T2479 oasc.OneQuery.run Starting query thread: 2479
[junit4:junit4]   2> 331 T2449 oasc.CoreContainer.create Creating SolrCore '00019_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core
[junit4:junit4]   2> 332 T2484 oasc.CoreContainer.create Creating SolrCore '00000_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core
[junit4:junit4]   2> 332 T2445 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/'
[junit4:junit4]   2> 331 T2478 oasc.OneQuery.run Starting query thread: 2478
[junit4:junit4]   2> 330 T2477 oasc.OneQuery.run Starting query thread: 2477
[junit4:junit4]   2> 333 T2487 oasc.CoreContainer.create Creating SolrCore '00014_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core
[junit4:junit4]   2> 330 T2448 oasc.CoreContainer.create Creating SolrCore '00002_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core
[junit4:junit4]   2> 334 T2488 oasc.CoreContainer.create Creating SolrCore '00015_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core
[junit4:junit4]   2> 330 T2446 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/'
[junit4:junit4]   2> 330 T2475 oasc.OneQuery.run Starting query thread: 2475
[junit4:junit4]   2> 330 T2473 oasc.OneQuery.run Starting query thread: 2473
[junit4:junit4]   2> 330 T2471 oasc.OneQuery.run Starting query thread: 2471
[junit4:junit4]   2> 335 T2490 oasc.CoreContainer.create Creating SolrCore '00016_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core
[junit4:junit4]   2> 329 T2447 oasc.CoreContainer.create Creating SolrCore '00009_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core
[junit4:junit4]   2> 335 T2488 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core/'
[junit4:junit4]   2> 335 T2448 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/'
[junit4:junit4]   2> 335 T2489 oasc.CoreContainer.create Creating SolrCore '00011_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core
[junit4:junit4]   2> 334 T2487 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/'
[junit4:junit4]   2> 333 T2484 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core/'
[junit4:junit4]   2> 333 T2485 oasc.CoreContainer.create Creating SolrCore '00008_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core
[junit4:junit4]   2> 332 T2451 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/'
[junit4:junit4]   2> 336 T2490 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/'
[junit4:junit4]   2> 336 T2447 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/'
[junit4:junit4]   2> 337 T2489 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/'
[junit4:junit4]   2> 337 T2485 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/'
[junit4:junit4]   2> 337 T2449 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core/'
[junit4:junit4]   2> 388 T2485 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 397 T2484 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 424 T2449 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 425 T2490 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 425 T2445 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 432 T2446 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 433 T2491 oasc.CoreContainer.create Creating SolrCore '00018_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core
[junit4:junit4]   2> 434 T2491 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core/'
[junit4:junit4]   2> 435 T2494 oasc.CoreContainer.create Creating SolrCore '00013_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core
[junit4:junit4]   2> 437 T2494 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/'
[junit4:junit4]   2> 437 T2498 oasc.CoreContainer.create Creating SolrCore '00001_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core
[junit4:junit4]   2> 437 T2496 oasc.CoreContainer.create Creating SolrCore '00004_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core
[junit4:junit4]   2> 439 T2502 oasc.CoreContainer.create Creating SolrCore '00012_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core
[junit4:junit4]   2> 438 T2498 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core/'
[junit4:junit4]   2> 438 T2500 oasc.CoreContainer.create Creating SolrCore '00007_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core
[junit4:junit4]   2> 439 T2504 oasc.CoreContainer.create Creating SolrCore '00017_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core
[junit4:junit4]   2> 439 T2496 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core/'
[junit4:junit4]   2> 439 T2447 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 440 T2502 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core/'
[junit4:junit4]   2> 441 T2500 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core/'
[junit4:junit4]   2> 441 T2504 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core/'
[junit4:junit4]   2> 445 T2487 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 446 T2489 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 448 T2448 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 449 T2488 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 484 T2451 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 535 T2491 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 554 T2494 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 557 T2485 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 558 T2485 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 561 T2504 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 566 T2485 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 585 T2490 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 586 T2490 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 597 T2490 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 614 T2500 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 620 T2445 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 623 T2445 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 628 T2502 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 629 T2496 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 637 T2484 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 638 T2446 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 639 T2484 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 640 T2445 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 641 T2446 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 642 T2449 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 645 T2449 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 645 T2498 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 646 T2487 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 647 T2487 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 654 T2446 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 655 T2449 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 656 T2487 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 656 T2484 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 666 T2447 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 667 T2485 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 668 T2447 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 670 T2485 oasc.SolrCore.<init> [00008_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/data/
[junit4:junit4]   2> 670 T2485 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 670 T2489 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 671 T2485 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 673 T2448 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 673 T2489 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 675 T2488 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 675 T2490 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 676 T2485 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/data forceNew: false
[junit4:junit4]   2> 676 T2488 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 676 T2448 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 678 T2447 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 679 T2490 oasc.SolrCore.<init> [00016_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data/
[junit4:junit4]   2> 679 T2485 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/data/index/
[junit4:junit4]   2> 680 T2490 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 680 T2490 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 682 T2485 oasc.SolrCore.initIndex WARNING [00008_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 683 T2489 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 684 T2490 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data forceNew: false
[junit4:junit4]   2> 687 T2490 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data/index/
[junit4:junit4]   2> 689 T2448 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 690 T2485 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/data/index forceNew: false
[junit4:junit4]   2> 690 T2488 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 691 T2490 oasc.SolrCore.initIndex WARNING [00016_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 696 T2490 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data/index forceNew: false
[junit4:junit4]   2> 709 T2485 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00008_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@41afc692),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 709 T2485 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 725 T2485 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 727 T2485 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 728 T2485 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 729 T2485 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 729 T2490 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00016_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5026ec63),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 730 T2490 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 745 T2490 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 747 T2490 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 748 T2490 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 748 T2490 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 748 T2451 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 754 T2451 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 755 T2445 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 755 T2446 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 760 T2484 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 760 T2446 oasc.SolrCore.<init> [00003_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data/
[junit4:junit4]   2> 760 T2446 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 761 T2446 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 765 T2484 oasc.SolrCore.<init> [00000_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core/data/
[junit4:junit4]   2> 766 T2484 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 766 T2446 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data forceNew: false
[junit4:junit4]   2> 766 T2484 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 771 T2446 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data/index/
[junit4:junit4]   2> 771 T2445 oasc.SolrCore.<init> [00006_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data/
[junit4:junit4]   2> 771 T2445 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 772 T2484 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core/data forceNew: false
[junit4:junit4]   2> 772 T2445 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 775 T2446 oasc.SolrCore.initIndex WARNING [00003_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 777 T2487 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 777 T2484 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core/data/index/
[junit4:junit4]   2> 780 T2445 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data forceNew: false
[junit4:junit4]   2> 780 T2449 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 781 T2446 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data/index forceNew: false
[junit4:junit4]   2> 782 T2484 oasc.SolrCore.initIndex WARNING [00000_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 783 T2487 oasc.SolrCore.<init> [00014_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/data/
[junit4:junit4]   2> 783 T2487 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 784 T2487 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 785 T2445 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data/index/
[junit4:junit4]   2> 786 T2449 oasc.SolrCore.<init> [00019_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core/data/
[junit4:junit4]   2> 786 T2449 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 787 T2449 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 787 T2484 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core/data/index forceNew: false
[junit4:junit4]   2> 789 T2445 oasc.SolrCore.initIndex WARNING [00006_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 789 T2487 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/data forceNew: false
[junit4:junit4]   2> 798 T2487 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/data/index/
[junit4:junit4]   2> 799 T2445 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data/index forceNew: false
[junit4:junit4]   2> 801 T2449 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core/data forceNew: false
[junit4:junit4]   2> 802 T2487 oasc.SolrCore.initIndex WARNING [00014_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 803 T2451 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 806 T2449 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core/data/index/
[junit4:junit4]   2> 808 T2490 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 810 T2494 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 811 T2449 oasc.SolrCore.initIndex WARNING [00019_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 811 T2487 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/data/index forceNew: false
[junit4:junit4]   2> 812 T2485 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 814 T2494 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 815 T2449 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core/data/index forceNew: false
[junit4:junit4]   2> 816 T2447 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 817 T2491 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 817 T2488 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 820 T2448 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 820 T2491 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 821 T2447 oasc.SolrCore.<init> [00009_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data/
[junit4:junit4]   2> 822 T2447 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 822 T2488 oasc.SolrCore.<init> [00015_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core/data/
[junit4:junit4]   2> 822 T2488 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 823 T2447 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 823 T2488 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 823 T2446 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00003_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c403f0e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 824 T2494 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 824 T2448 oasc.SolrCore.<init> [00002_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data/
[junit4:junit4]   2> 824 T2446 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 825 T2448 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 826 T2448 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 829 T2484 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@25469290),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 829 T2447 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data forceNew: false
[junit4:junit4]   2> 829 T2484 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 830 T2446 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 832 T2488 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core/data forceNew: false
[junit4:junit4]   2> 832 T2446 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 833 T2446 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 833 T2446 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 836 T2447 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data/index/
[junit4:junit4]   2> 838 T2448 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data forceNew: false
[junit4:junit4]   2> 840 T2484 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 841 T2488 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core/data/index/
[junit4:junit4]   2> 842 T2484 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 842 T2485 oass.SolrIndexSearcher.<init> Opening Searcher@db4de89 main
[junit4:junit4]   2> 842 T2484 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 842 T2447 oasc.SolrCore.initIndex WARNING [00009_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 843 T2485 oasc.SolrCore.registerSearcher [00008_core] Registered new searcher Searcher@db4de89 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 843 T2490 oass.SolrIndexSearcher.<init> Opening Searcher@21414660 main
[junit4:junit4]   2> 843 T2448 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data/index/
[junit4:junit4]   2> 844 T2445 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00006_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f7a8f94),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 844 T2490 oasc.SolrCore.registerSearcher [00016_core] Registered new searcher Searcher@21414660 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 844 T2445 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 845 T2490 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 845 T2490 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 847 T2487 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00014_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1be4fb52),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 847 T2487 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 848 T2488 oasc.SolrCore.initIndex WARNING [00015_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 843 T2484 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 843 T2485 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 849 T2448 oasc.SolrCore.initIndex WARNING [00002_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 849 T2485 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 851 T2490 oasc.CoreMaps.putTransientCore Opening transient core 00016_core
[junit4:junit4]   2> 852 T2490 oasc.CoreContainer.registerCore registering core: 00016_core
[junit4:junit4]   2> 852 T2445 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 854 T2445 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 854 T2485 oasc.CoreMaps.putTransientCore Opening transient core 00008_core
[junit4:junit4]   2> 854 T2445 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 855 T2485 oasc.CoreContainer.registerCore registering core: 00008_core
[junit4:junit4]   2> 855 T2487 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 855 T2447 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data/index forceNew: false
[junit4:junit4]   2> 856 T2445 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 857 T2487 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 857 T2487 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 858 T2487 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 859 T2488 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core/data/index forceNew: false
[junit4:junit4]   2> 860 T2489 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 861 T2448 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data/index forceNew: false
[junit4:junit4]   2> 866 T2449 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00019_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@30677fa2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 867 T2449 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 870 T2489 oasc.SolrCore.<init> [00011_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/data/
[junit4:junit4]   2> 870 T2489 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 872 T2489 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 877 T2449 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 879 T2449 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 880 T2489 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/data forceNew: false
[junit4:junit4]   2> 880 T2449 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 883 T2449 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 887 T2489 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/data/index/
[junit4:junit4]   2> 888 T2504 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 894 T2489 oasc.SolrCore.initIndex WARNING [00011_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 895 T2504 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 898 T2491 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 901 T2489 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/data/index forceNew: false
[junit4:junit4]   2> ASYNC  NEW_CORE C129 name=00016_core org.apache.solr.core.SolrCore@1a3d506c
[junit4:junit4]   2> 907 T2499 C129 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> ASYNC  NEW_CORE C130 name=00008_core org.apache.solr.core.SolrCore@713b6e50
[junit4:junit4]   2> 907 T2501 C130 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 922 T2448 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00002_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@448cc17b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 922 T2448 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 922 T2445 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 928 T2448 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 928 T2447 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00009_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2add39c5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 929 T2447 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 930 T2448 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 932 T2448 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 934 T2448 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 935 T2446 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 937 T2484 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 942 T2488 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00015_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@622e55de),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 942 T2488 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 942 T2447 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 944 T2447 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 945 T2447 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 945 T2447 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 948 T2489 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00011_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@70ae06b6),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 949 T2489 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 950 T2488 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 952 T2449 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 953 T2488 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 954 T2487 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 954 T2488 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 955 T2488 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 957 T2489 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 959 T2489 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 959 T2489 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 959 T2489 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 971 T2490 C129 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00016_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5026ec63),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 971 T2490 C129 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 974 T2485 C130 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00008_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@41afc692),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 975 T2485 C130 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 984 T2504 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 987 T2485 C130 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id12]} 0 78
[junit4:junit4]   2> 989 T2490 C129 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id15]} 0 74
[junit4:junit4]   2> 995 T2502 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 999 T2484 oass.SolrIndexSearcher.<init> Opening Searcher@5860d29b main
[junit4:junit4]   2> 1000 T2502 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1001 T2484 oasc.SolrCore.registerSearcher [00000_core] Registered new searcher Searcher@5860d29b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1001 T2446 oass.SolrIndexSearcher.<init> Opening Searcher@37e1b22c main
[junit4:junit4]   2> 1001 T2484 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1002 T2484 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1002 T2446 oasc.SolrCore.registerSearcher [00003_core] Registered new searcher Searcher@37e1b22c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1003 T2498 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1003 T2445 oass.SolrIndexSearcher.<init> Opening Searcher@4a1e9a69 main
[junit4:junit4]   2> 1003 T2446 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1003 T2446 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1004 T2445 oasc.SolrCore.registerSearcher [00006_core] Registered new searcher Searcher@4a1e9a69 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1004 T2445 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1005 T2445 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1007 T2447 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1007 T2498 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1008 T2449 oass.SolrIndexSearcher.<init> Opening Searcher@284cd313 main
[junit4:junit4]   2> 1008 T2448 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1008 T2488 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1009 T2449 oasc.SolrCore.registerSearcher [00019_core] Registered new searcher Searcher@284cd313 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1009 T2489 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1009 T2449 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1009 T2449 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1010 T2484 oasc.CoreMaps.putTransientCore Opening transient core 00000_core
[junit4:junit4]   2> 1008 T2487 oass.SolrIndexSearcher.<init> Opening Searcher@59fe030 main
[junit4:junit4]   2> 1010 T2484 oasc.CoreContainer.registerCore registering core: 00000_core
[junit4:junit4]   2> 1010 T2445 oasc.CoreMaps.putTransientCore Opening transient core 00006_core
[junit4:junit4]   2> 1010 T2446 oasc.CoreMaps.putTransientCore Opening transient core 00003_core
[junit4:junit4]   2> 1011 T2446 oasc.CoreContainer.registerCore registering core: 00003_core
[junit4:junit4]   2> 1011 T2487 oasc.SolrCore.registerSearcher [00014_core] Registered new searcher Searcher@59fe030 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1011 T2445 oasc.CoreContainer.registerCore registering core: 00006_core
[junit4:junit4]   2> 1012 T2487 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1012 T2487 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1014 T2449 oasc.CoreMaps.putTransientCore Opening transient core 00019_core
[junit4:junit4]   2> 1015 T2449 oasc.CoreContainer.registerCore registering core: 00019_core
[junit4:junit4]   2> 1017 T2500 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1018 T2487 oasc.CoreMaps.putTransientCore Opening transient core 00014_core
[junit4:junit4]   2> 1018 T2496 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1018 T2487 oasc.CoreContainer.registerCore registering core: 00014_core
[junit4:junit4]   2> 1020 T2500 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1022 T2496 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1026 T2488 oass.SolrIndexSearcher.<init> Opening Searcher@bce31e8 main
[junit4:junit4]   2> 1027 T2447 oass.SolrIndexSearcher.<init> Opening Searcher@4113c3d2 main
[junit4:junit4]   2> 1027 T2488 oasc.SolrCore.registerSearcher [00015_core] Registered new searcher Searcher@bce31e8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1028 T2488 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1028 T2502 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1028 T2488 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1028 T2447 oasc.SolrCore.registerSearcher [00009_core] Registered new searcher Searcher@4113c3d2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1029 T2489 oass.SolrIndexSearcher.<init> Opening Searcher@3fbef951 main
[junit4:junit4]   2> 1030 T2500 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1031 T2489 oasc.SolrCore.registerSearcher [00011_core] Registered new searcher Searcher@3fbef951 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1032 T2489 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1030 T2498 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1032 T2448 oass.SolrIndexSearcher.<init> Opening Searcher@42cf7bfa main
[junit4:junit4]   2> 1032 T2496 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1029 T2447 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1032 T2489 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1033 T2447 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1033 T2448 oasc.SolrCore.registerSearcher [00002_core] Registered new searcher Searcher@42cf7bfa main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1033 T2488 oasc.CoreMaps.putTransientCore Opening transient core 00015_core
[junit4:junit4]   2> 1033 T2488 oasc.CoreContainer.registerCore registering core: 00015_core
[junit4:junit4]   2> 1033 T2448 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1035 T2448 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> ASYNC  NEW_CORE C131 name=00019_core org.apache.solr.core.SolrCore@ec1af9e
[junit4:junit4]   2> 1036 T2493 C131 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> ASYNC  NEW_CORE C132 name=00003_core org.apache.solr.core.SolrCore@6be98e3e
[junit4:junit4]   2> 1037 T2503 C132 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1037 T2494 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1038 T2447 oasc.CoreMaps.putTransientCore Opening transient core 00009_core
[junit4:junit4]   2> 1038 T2489 oasc.CoreMaps.putTransientCore Opening transient core 00011_core
[junit4:junit4]   2> 1038 T2447 oasc.CoreContainer.registerCore registering core: 00009_core
[junit4:junit4]   2> 1039 T2489 oasc.CoreContainer.registerCore registering core: 00011_core
[junit4:junit4]   2> ASYNC  NEW_CORE C133 name=00000_core org.apache.solr.core.SolrCore@571ec250
[junit4:junit4]   2> 1039 T2484 C133 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@25469290),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1039 T2484 C133 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1040 T2451 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1039 T2497 C131 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1041 T2448 oasc.CoreMaps.putTransientCore Opening transient core 00002_core
[junit4:junit4]   2> 1042 T2448 oasc.CoreContainer.registerCore registering core: 00002_core
[junit4:junit4]   2> 1042 T2494 oasc.SolrCore.<init> [00013_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/data/
[junit4:junit4]   2> 1043 T2452 oasc.SolrCore.close [00016_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a3d506c
[junit4:junit4]   2> 1043 T2494 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1043 T2484 C133 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id8]} 0 14
[junit4:junit4]   2> 1044 T2494 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1044 T2446 C132 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00003_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c403f0e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1044 T2446 C132 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1046 T2452 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1047 T2452 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1047 T2452 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> ASYNC  NEW_CORE C134 name=00006_core org.apache.solr.core.SolrCore@66accaf2
[junit4:junit4]   2> 1046 T2445 C134 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00006_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f7a8f94),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1047 T2452 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> ASYNC  NEW_CORE C135 name=00014_core org.apache.solr.core.SolrCore@2bf7ed0d
[junit4:junit4]   2> 1047 T2487 C135 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00014_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1be4fb52),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1047 T2445 C134 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1047 T2494 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/data forceNew: false
[junit4:junit4]   2> 1048 T2487 C135 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1049 T2491 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1050 T2494 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/data/index/
[junit4:junit4]   2> 1051 T2451 oasc.SolrCore.<init> [00010_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/data/
[junit4:junit4]   2> 1051 T2451 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1051 T2483 C132 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id6]} 0 17
[junit4:junit4]   2> 1052 T2450 C132 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id7]} 0 14
[junit4:junit4]   2> 1052 T2446 C132 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3]} 0 19
[junit4:junit4]   2> 1053 T2451 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1053 T2445 C134 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id4]} 0 16
[junit4:junit4]   2> 1054 T2494 oasc.SolrCore.initIndex WARNING [00013_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1055 T2491 oasc.SolrCore.<init> [00018_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core/data/
[junit4:junit4]   2> 1055 T2491 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1056 T2495 C135 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 1056 T2491 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1057 T2451 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/data forceNew: false
[junit4:junit4]   2> 1058 T2494 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/data/index forceNew: false
[junit4:junit4]   2> 1060 T2487 C135 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id10]} 0 23
[junit4:junit4]   2> 1062 T2451 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/data/index/
[junit4:junit4]   2> 1062 T2445 C135 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id22]} 0 6
[junit4:junit4]   2> 1062 T2491 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core/data forceNew: false
[junit4:junit4]   2> ASYNC  NEW_CORE C136 name=00002_core org.apache.solr.core.SolrCore@62857b0a
[junit4:junit4]   2> 1063 T2492 C136 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1067 T2451 oasc.SolrCore.initIndex WARNING [00010_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1067 T2449 C131 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00019_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@30677fa2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1067 T2491 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core/data/index/
[junit4:junit4]   2> 1067 T2449 C131 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> ASYNC  NEW_CORE C137 name=00009_core org.apache.solr.core.SolrCore@562fd2cc
[junit4:junit4]   2> 1072 T2447 C137 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00009_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2add39c5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1072 T2491 oasc.SolrCore.initIndex WARNING [00018_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1073 T2447 C137 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1073 T2451 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/data/index forceNew: false
[junit4:junit4]   2> 1076 T2449 C131 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id2]} 0 28
[junit4:junit4]   2> ASYNC  NEW_CORE C138 name=00015_core org.apache.solr.core.SolrCore@211e49c7
[junit4:junit4]   2> 1076 T2488 C138 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00015_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@622e55de),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> ASYNC  NEW_CORE C139 name=00011_core org.apache.solr.core.SolrCore@25ae6feb
[junit4:junit4]   2> 1076 T2489 C139 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00011_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@70ae06b6),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1077 T2491 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core/data/index forceNew: false
[junit4:junit4]   2> 1077 T2488 C138 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1077 T2489 C139 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1077 T2494 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00013_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5133a873),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1078 T2486 C137 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id13]} 0 23
[junit4:junit4]   2> 1078 T2447 C137 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1]} 0 23
[junit4:junit4]   2> 1078 T2494 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1079 T2449 C132 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id25]} 0 0
[junit4:junit4]   2> 1079 T2448 C136 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00002_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@448cc17b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1080 T2448 C136 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1081 T2486 C130 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id26]} 0 0
[junit4:junit4]   2> 1082 T2488 C138 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id11]} 0 22
[junit4:junit4]   2> 1082 T2494 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1084 T2486 C133 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id29]} 0 0
[junit4:junit4]   2> 1085 T2494 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1085 T2483 C139 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id19]} 0 9
[junit4:junit4]   2> 1085 T2489 C139 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id14]} 0 22
[junit4:junit4]   2> 1086 T2494 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1086 T2448 C136 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id9]} 0 20
[junit4:junit4]   2> 1086 T2494 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1088 T2483 C135 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id32]} 0 0
[junit4:junit4]   2> 1088 T2489 C138 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id33]} 0 0
[junit4:junit4]   2> 1094 T2489 oasc.CoreContainer.create Creating SolrCore '00005_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core
[junit4:junit4]   2> 1095 T2483 C131 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id35]} 0 1
[junit4:junit4]   2> 1095 T2451 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00010_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@32404b7a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1096 T2451 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1096 T2489 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core/'
[junit4:junit4]   2> 1097 T2491 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00018_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@56fd1da9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1098 T2491 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1098 T2483 C138 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id37]} 0 0
[junit4:junit4]   2> 1100 T2451 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1101 T2451 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1102 T2451 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1102 T2491 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1102 T2451 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1104 T2491 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1104 T2504 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1104 T2491 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1105 T2491 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1107 T2504 oasc.SolrCore.<init> [00017_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core/data/
[junit4:junit4]   2> 1107 T2504 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1108 T2504 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1108 T2496 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1111 T2498 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1111 T2496 oasc.SolrCore.<init> [00004_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core/data/
[junit4:junit4]   2> 1111 T2496 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1111 T2504 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core/data forceNew: false
[junit4:junit4]   2> 1111 T2500 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1112 T2496 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1113 T2498 oasc.SolrCore.<init> [00001_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core/data/
[junit4:junit4]   2> 1113 T2498 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1113 T2502 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1113 T2498 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1114 T2504 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core/data/index/
[junit4:junit4]   2> 1114 T2496 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core/data forceNew: false
[junit4:junit4]   2> 1114 T2494 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1114 T2500 oasc.SolrCore.<init> [00007_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core/data/
[junit4:junit4]   2> 1115 T2500 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1115 T2498 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core/data forceNew: false
[junit4:junit4]   2> 1115 T2500 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1115 T2504 oasc.SolrCore.initIndex WARNING [00017_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1115 T2496 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core/data/index/
[junit4:junit4]   2> 1116 T2502 oasc.SolrCore.<init> [00012_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core/data/
[junit4:junit4]   2> 1116 T2502 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1116 T2498 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core/data/index/
[junit4:junit4]   2> 1117 T2451 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1117 T2502 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1117 T2496 oasc.SolrCore.initIndex WARNING [00004_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1117 T2491 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1119 T2500 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core/data forceNew: false
[junit4:junit4]   2> 1119 T2498 oasc.SolrCore.initIndex WARNING [00001_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1119 T2504 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core/data/index forceNew: false
[junit4:junit4]   2> 1121 T2496 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core/data/index forceNew: false
[junit4:junit4]   2> 1121 T2500 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core/data/index/
[junit4:junit4]   2> 1121 T2502 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core/data forceNew: false
[junit4:junit4]   2> 1121 T2498 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core/data/index forceNew: false
[junit4:junit4]   2> 1123 T2500 oasc.SolrCore.initIndex WARNING [00007_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1123 T2502 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core/data/index/
[junit4:junit4]   2> 1126 T2500 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core/data/index forceNew: false
[junit4:junit4]   2> 1126 T2494 oass.SolrIndexSearcher.<init> Opening Searcher@1e6a3d63 main
[junit4:junit4]   2> 1126 T2502 oasc.SolrCore.initIndex WARNING [00012_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1127 T2494 oasc.SolrCore.registerSearcher [00013_core] Registered new searcher Searcher@1e6a3d63 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1127 T2494 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1127 T2494 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1128 T2502 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core/data/index forceNew: false
[junit4:junit4]   2> 1128 T2451 oass.SolrIndexSearcher.<init> Opening Searcher@12b56813 main
[junit4:junit4]   2> 1128 T2491 oass.SolrIndexSearcher.<init> Opening Searcher@2f1f1234 main
[junit4:junit4]   2> 1129 T2451 oasc.SolrCore.registerSearcher [00010_core] Registered new searcher Searcher@12b56813 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1129 T2491 oasc.SolrCore.registerSearcher [00018_core] Registered new searcher Searcher@2f1f1234 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1129 T2451 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1129 T2491 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1129 T2451 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1130 T2491 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1131 T2494 oasc.CoreMaps.putTransientCore Opening transient core 00013_core
[junit4:junit4]   2> 1131 T2494 oasc.CoreContainer.registerCore registering core: 00013_core
[junit4:junit4]   2> 1133 T2451 oasc.CoreMaps.putTransientCore Opening transient core 00010_core
[junit4:junit4]   2> 1133 T2491 oasc.CoreMaps.putTransientCore Opening transient core 00018_core
[junit4:junit4]   2> 1133 T2451 oasc.CoreContainer.registerCore registering core: 00010_core
[junit4:junit4]   2> 1134 T2491 oasc.CoreContainer.registerCore registering core: 00018_core
[junit4:junit4]   2> ASYNC  NEW_CORE C140 name=00013_core org.apache.solr.core.SolrCore@5a9760a3
[junit4:junit4]   2> 1138 T2499 C140 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1139 T2494 C140 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1140 T2503 C139 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1141 T2496 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00004_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@50e43e2e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1141 T2498 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38ae677f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1141 T2496 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> ASYNC  NEW_CORE C141 name=00018_core org.apache.solr.core.SolrCore@46156156
[junit4:junit4]   2> 1141 T2491 C141 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1141 T2504 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00017_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a1d131d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1141 T2500 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00007_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@20e42c17),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1141 T2502 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00012_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@68d7b639),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1142 T2500 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1142 T2504 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1141 T2498 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1143 T2496 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1142 T2502 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1143 T2497 C131 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1144 T2500 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1144 T2496 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1145 T2504 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1145 T2496 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1145 T2502 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1145 T2496 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1145 T2498 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1146 T2500 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1146 T2504 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1146 T2500 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1146 T2445 C140 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00013_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5133a873),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1147 T2502 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1147 T2504 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1147 T2498 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1147 T2445 C140 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1148 T2504 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1147 T2502 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1148 T2498 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1148 T2500 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> ASYNC  NEW_CORE C142 name=00010_core org.apache.solr.core.SolrCore@742197f0
[junit4:junit4]   2> 1148 T2451 C142 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00010_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@32404b7a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1148 T2498 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1149 T2451 C142 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1149 T2502 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1151 T2445 C140 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id24]} 0 13
[junit4:junit4]   2> 1153 T2451 C142 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id5]} 0 12
[junit4:junit4]   2> 1153 T2445 C138 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id39]} 0 0
[junit4:junit4]   2> 1155 T2451 C133 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id40]} 0 0
[junit4:junit4]   2> 1157 T2498 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1157 T2504 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1157 T2451 C135 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id42]} 0 0
[junit4:junit4]   2> 1157 T2502 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1157 T2500 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1157 T2496 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1159 T2451 C131 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id43]} 0 0
[junit4:junit4]   2> 1168 T2504 oass.SolrIndexSearcher.<init> Opening Searcher@7025c9d0 main
[junit4:junit4]   2> 1168 T2498 oass.SolrIndexSearcher.<init> Opening Searcher@c0d1624 main
[junit4:junit4]   2> 1168 T2504 oasc.SolrCore.registerSearcher [00017_core] Registered new searcher Searcher@7025c9d0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1168 T2498 oasc.SolrCore.registerSearcher [00001_core] Registered new searcher Searcher@c0d1624 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1169 T2504 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1169 T2498 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1169 T2504 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1169 T2498 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1169 T2496 oass.SolrIndexSearcher.<init> Opening Searcher@68f762e main
[junit4:junit4]   2> 1170 T2502 oass.SolrIndexSearcher.<init> Opening Searcher@4a9bd495 main
[junit4:junit4]   2> 1170 T2500 oass.SolrIndexSearcher.<init> Opening Searcher@193b3bba main
[junit4:junit4]   2> 1170 T2496 oasc.SolrCore.registerSearcher [00004_core] Registered new searcher Searcher@68f762e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1171 T2502 oasc.SolrCore.registerSearcher [00012_core] Registered new searcher Searcher@4a9bd495 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1171 T2496 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1171 T2500 oasc.SolrCore.registerSearcher [00007_core] Registered new searcher Searcher@193b3bba main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1171 T2496 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1171 T2502 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1172 T2500 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1172 T2502 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1172 T2500 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1172 T2504 oasc.CoreMaps.putTransientCore Opening transient core 00017_core
[junit4:junit4]   2> 1173 T2498 oasc.CoreMaps.putTransientCore Opening transient core 00001_core
[junit4:junit4]   2> 1173 T2504 oasc.CoreContainer.registerCore registering core: 00017_core
[junit4:junit4]   2> 1173 T2498 oasc.CoreContainer.registerCore registering core: 00001_core
[junit4:junit4]   2> 1176 T2496 oasc.CoreMaps.putTransientCore Opening transient core 00004_core
[junit4:junit4]   2> 1177 T2500 oasc.CoreMaps.putTransientCore Opening transient core 00007_core
[junit4:junit4]   2> 1177 T2502 oasc.CoreMaps.putTransientCore Opening transient core 00012_core
[junit4:junit4]   2> 1177 T2496 oasc.CoreContainer.registerCore registering core: 00004_core
[junit4:junit4]   2> 1177 T2502 oasc.CoreContainer.registerCore registering core: 00012_core
[junit4:junit4]   2> 1177 T2500 oasc.CoreContainer.registerCore registering core: 00007_core
[junit4:junit4]   2> ASYNC  NEW_CORE C143 name=00017_core org.apache.solr.core.SolrCore@5f67f091
[junit4:junit4]   2> 1180 T2504 C143 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> ASYNC  NEW_CORE C144 name=00001_core org.apache.solr.core.SolrCore@44756c26
[junit4:junit4]   2> 1180 T2498 C144 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1202 T2452 C129 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00016_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5026ec63),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00016_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5026ec63),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 1203 T2452 C129 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 1224 T2452 oasc.SolrCore.closeSearcher [00016_core] Closing main searcher on request.
[junit4:junit4]   2> 1224 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data
[junit4:junit4]   2> 1225 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data
[junit4:junit4]   2> 1227 T2493 C144 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> ASYNC  NEW_CORE C145 name=00012_core org.apache.solr.core.SolrCore@1f5702b9
[junit4:junit4]   2> 1228 T2502 C145 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> ASYNC  NEW_CORE C146 name=00004_core org.apache.solr.core.SolrCore@131cfe48
[junit4:junit4]   2> 1228 T2496 C146 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1229 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data/index
[junit4:junit4]   2> 1229 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data/index
[junit4:junit4]   2> ASYNC  NEW_CORE C147 name=00007_core org.apache.solr.core.SolrCore@2f1681a5
[junit4:junit4]   2> 1232 T2492 C147 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 1232 T2501 C147 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1233 T2500 C147 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1232 T2490 C143 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00017_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a1d131d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1233 T2495 C146 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1233 T2484 C144 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38ae677f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1234 T2490 C143 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1234 T2505 C145 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 1234 T2484 C144 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1236 T2487 C146 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00004_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@50e43e2e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1237 T2487 C146 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1238 T2484 C144 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id18]} 0 50
[junit4:junit4]   2> 1239 T2449 C145 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00012_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@68d7b639),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1239 T2486 C143 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id31]} 0 49
[junit4:junit4]   2> 1239 T2490 C143 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id17]} 0 54
[junit4:junit4]   2> 1239 T2485 C143 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id16]} 0 11
[junit4:junit4]   2> 1239 T2448 C143 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id34]} 0 12
[junit4:junit4]   2> 1240 T2449 C145 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1241 T2488 C146 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id30]} 0 11
[junit4:junit4]   2> 1242 T2487 C146 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id23]} 0 44
[junit4:junit4]   2> 1242 T2490 C143 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id47]} 0 0
[junit4:junit4]   2> 1243 T2485 C144 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id48]} 0 1
[junit4:junit4]   2> 1243 T2449 C145 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id28]} 0 11
[junit4:junit4]   2> 1244 T2447 C145 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id27]} 0 12
[junit4:junit4]   2> 1244 T2450 C145 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id20]} 0 11
[junit4:junit4]   2> 1245 T2491 C138 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1245 T2490 C131 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id52]} 0 0
[junit4:junit4]   2> 1246 T2450 C143 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id56]} 0 0
[junit4:junit4]   2> 1246 T2447 C138 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id55]} 0 0
[junit4:junit4]   2> 1247 T2490 C133 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id57]} 0 0
[junit4:junit4]   2> 1247 T2497 C144 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1248 T2447 C138 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id58]} 0 0
[junit4:junit4]   2> 1249 T2448 C147 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00007_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@20e42c17),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1249 T2448 C147 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1250 T2490 C138 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id60]} 0 0
[junit4:junit4]   2> 1251 T2452 oasc.SolrCore.close [00006_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@66accaf2
[junit4:junit4]   2> 1251 T2449 oasc.CoreContainer.create Creating SolrCore '00016_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core
[junit4:junit4]   2> 1252 T2448 C147 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id49]} 0 9
[junit4:junit4]   2> 1252 T2449 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/'
[junit4:junit4]   2> 1254 T2452 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1255 T2452 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1255 T2452 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1255 T2452 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1255 T2489 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1283 T2504 C143 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1284 T2498 C144 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1309 T2449 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1318 T2452 C134 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00006_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f7a8f94),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00006_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f7a8f94),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 1319 T2452 C134 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 1321 T2452 oasc.SolrCore.closeSearcher [00006_core] Closing main searcher on request.
[junit4:junit4]   2> 1322 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data/index
[junit4:junit4]   2> 1322 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data/index
[junit4:junit4]   2> 1326 T2489 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1327 T2489 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1331 T2502 C143 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1332 T2496 C138 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1334 T2489 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1335 T2492 C147 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1336 T2500 C131 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1337 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data
[junit4:junit4]   2> 1337 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data
[junit4:junit4]   2> 1338 T2452 oasc.SolrCore.close [00009_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@562fd2cc
[junit4:junit4]   2> 1341 T2452 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1341 T2452 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1341 T2452 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1341 T2452 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1351 T2497 C133 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1364 T2489 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1365 T2489 oasc.SolrCore.<init> [00005_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core/data/
[junit4:junit4]   2> 1366 T2489 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1366 T2489 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1368 T2489 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core/data forceNew: false
[junit4:junit4]   2> 1369 T2489 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core/data/index/
[junit4:junit4]   2> 1369 T2449 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1369 T2489 oasc.SolrCore.initIndex WARNING [00005_core] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1370 T2449 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1370 T2489 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core/data/index forceNew: false
[junit4:junit4]   2> 1373 T2449 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1390 T2449 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1391 T2449 oasc.SolrCore.<init> [00016_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data/
[junit4:junit4]   2> 1391 T2449 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1391 T2449 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1392 T2449 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data forceNew: false
[junit4:junit4]   2> 1393 T2449 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data/index/
[junit4:junit4]   2> 1393 T2449 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1393 T2489 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00005_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7fb19de6),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1394 T2489 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1395 T2449 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1395 T2489 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1395 T2449 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1396 T2449 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1397 T2489 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1397 T2489 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1398 T2489 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1403 T2449 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1403 T2452 C137 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00009_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2add39c5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00009_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2add39c5),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 1404 T2452 C137 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 1407 T2452 oasc.SolrCore.closeSearcher [00009_core] Closing main searcher on request.
[junit4:junit4]   2> 1407 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data/index
[junit4:junit4]   2> 1407 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data/index
[junit4:junit4]   2> 1407 T2489 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1412 T2449 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/data/index forceNew: false
[junit4:junit4]   2> 1415 T2489 oass.SolrIndexSearcher.<init> Opening Searcher@41328223 main
[junit4:junit4]   2> 1416 T2489 oasc.SolrCore.registerSearcher [00005_core] Registered new searcher Searcher@41328223 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1417 T2489 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1417 T2489 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1420 T2449 oass.SolrIndexSearcher.<init> Opening Searcher@588d4cfb main
[junit4:junit4]   2> 1420 T2489 oasc.CoreMaps.putTransientCore Opening transient core 00005_core
[junit4:junit4]   2> 1421 T2489 oasc.CoreContainer.registerCore registering core: 00005_core
[junit4:junit4]   2> 1421 T2449 oasc.SolrCore.registerSearcher [00016_core] Registered new searcher Searcher@588d4cfb main{StandardDirectoryReader(segments_2:3 _0(4.2):C1)}
[junit4:junit4]   2> 1421 T2449 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1421 T2449 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1424 T2449 oasc.CoreMaps.putTransientCore Opening transient core 00016_core
[junit4:junit4]   2> 1424 T2449 oasc.CoreContainer.registerCore registering core: 00016_core
[junit4:junit4]   2> 1438 T2502 C144 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 1438 T2492 C131 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> ASYNC  NEW_CORE C148 name=00005_core org.apache.solr.core.SolrCore@33a92a1b
[junit4:junit4]   2> 1439 T2447 C148 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00005_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7fb19de6),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1439 T2447 C148 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> ASYNC  NEW_CORE C149 name=00016_core org.apache.solr.core.SolrCore@138bd2c2
[junit4:junit4]   2> 1445 T2449 C149 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00016_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2afc55a5),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0.fdt, _0_MockVariableIntBlock_0.tii]
[junit4:junit4]   2> 1446 T2450 C148 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id59]} 0 20
[junit4:junit4]   2> 1446 T2447 C148 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id61]} 0 20
[junit4:junit4]   2> 1446 T2449 C149 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0.fdt, _0_MockVariableIntBlock_0.tii]
[junit4:junit4]   2> 1446 T2489 C148 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id36]} 0 11
[junit4:junit4]   2> 1446 T2488 C148 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id50]} 0 20
[junit4:junit4]   2> 1448 T2449 C149 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id54]} 0 9
[junit4:junit4]   2> 1448 T2483 C149 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id38]} 0 9
[junit4:junit4]   2> 1448 T2446 C149 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id21]} 0 6
[junit4:junit4]   2> 1448 T2447 C131 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id65]} 0 0
[junit4:junit4]   2> 1450 T2483 oasc.CoreContainer.create Creating SolrCore '00006_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core
[junit4:junit4]   2> 1450 T2483 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/'
[junit4:junit4]   2> 1451 T2447 C138 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id71]} 0 0
[junit4:junit4]   2> 1451 T2446 C148 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id70]} 0 0
[junit4:junit4]   2> 1454 T2446 C149 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id73]} 0 0
[junit4:junit4]   2> 1456 T2446 C144 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id74]} 0 0
[junit4:junit4]   2> 1458 T2446 C148 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id75]} 0 0
[junit4:junit4]   2> 1460 T2446 C148 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id76]} 0 0
[junit4:junit4]   2> 1469 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data
[junit4:junit4]   2> 1469 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data
[junit4:junit4]   2> 1470 T2452 oasc.SolrCore.close [00002_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@62857b0a
[junit4:junit4]   2> 1470 T2499 oasc.CoreContainer.create Creating SolrCore '00009_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core
[junit4:junit4]   2> 1471 T2499 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/'
[junit4:junit4]   2> 1472 T2452 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1473 T2452 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1473 T2452 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1473 T2452 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1511 T2499 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1519 T2483 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1541 T2452 C136 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00002_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@448cc17b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00002_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@448cc17b),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 1542 T2452 C136 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 1545 T2452 oasc.SolrCore.closeSearcher [00002_core] Closing main searcher on request.
[junit4:junit4]   2> 1545 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data
[junit4:junit4]   2> 1545 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data
[junit4:junit4]   2> 1547 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data/index
[junit4:junit4]   2> 1547 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data/index
[junit4:junit4]   2> 1560 T2452 oasc.SolrCore.close [00003_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@6be98e3e
[junit4:junit4]   2> 1560 T2486 oasc.CoreContainer.create Creating SolrCore '00002_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core
[junit4:junit4]   2> 1561 T2486 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/'
[junit4:junit4]   2> 1563 T2452 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=4,adds=4,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=4,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1564 T2452 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1564 T2452 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1564 T2452 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1572 T2499 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1573 T2499 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1579 T2499 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1599 T2483 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1600 T2483 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1605 T2483 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1608 T2499 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1609 T2499 oasc.SolrCore.<init> [00009_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data/
[junit4:junit4]   2> 1609 T2499 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1610 T2499 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1611 T2499 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data forceNew: false
[junit4:junit4]   2> 1611 T2499 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data/index/
[junit4:junit4]   2> 1612 T2499 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1613 T2499 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1614 T2499 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1614 T2499 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1621 T2499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1623 T2486 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1625 T2499 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/data/index forceNew: false
[junit4:junit4]   2> 1632 T2499 oass.SolrIndexSearcher.<init> Opening Searcher@13c30a03 main
[junit4:junit4]   2> 1633 T2483 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1633 T2499 oasc.SolrCore.registerSearcher [00009_core] Registered new searcher Searcher@13c30a03 main{StandardDirectoryReader(segments_2:3 _0(4.2):C2)}
[junit4:junit4]   2> 1634 T2499 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1634 T2499 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1635 T2452 C132 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00003_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c403f0e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00003_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c403f0e),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 1635 T2452 C132 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 1637 T2499 oasc.CoreMaps.putTransientCore Opening transient core 00009_core
[junit4:junit4]   2> 1637 T2499 oasc.CoreContainer.registerCore registering core: 00009_core
[junit4:junit4]   2> 1638 T2452 oasc.SolrCore.closeSearcher [00003_core] Closing main searcher on request.
[junit4:junit4]   2> 1639 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data
[junit4:junit4]   2> 1639 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data
[junit4:junit4]   2> 1641 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data/index
[junit4:junit4]   2> 1641 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data/index
[junit4:junit4]   2> 1644 T2483 oasc.SolrCore.<init> [00006_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data/
[junit4:junit4]   2> 1644 T2483 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1644 T2483 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1646 T2483 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data forceNew: false
[junit4:junit4]   2> 1647 T2483 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data/index/
[junit4:junit4]   2> ASYNC  NEW_CORE C150 name=00009_core org.apache.solr.core.SolrCore@bd9f017
[junit4:junit4]   2> 1648 T2499 C150 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   2> 1648 T2483 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1650 T2483 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1650 T2483 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1651 T2483 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1658 T2452 oasc.SolrCore.close [00008_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@713b6e50
[junit4:junit4]   2> 1659 T2490 oasc.CoreContainer.create Creating SolrCore '00003_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core
[junit4:junit4]   2> 1659 T2490 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/'
[junit4:junit4]   2> 1661 T2445 C150 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00009_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@167a3e8c),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0.fdt, _0_MockVariableIntBlock_0.tii]
[junit4:junit4]   2> 1661 T2445 C150 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0.fdt, _0_MockVariableIntBlock_0.tii]
[junit4:junit4]   2> 1662 T2452 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1662 T2452 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1662 T2452 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1662 T2452 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1662 T2483 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1866 T2445 C150 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id41]} 0 219
[junit4:junit4]   2> 1866 T2451 C150 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id44]} 0 217
[junit4:junit4]   2> 1871 T2483 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data/index forceNew: false
[junit4:junit4]   2> 1882 T2483 oass.SolrIndexSearcher.<init> Opening Searcher@36aa40c8 main
[junit4:junit4]   2> 1883 T2483 oasc.SolrCore.registerSearcher [00006_core] Registered new searcher Searcher@36aa40c8 main{StandardDirectoryReader(segments_2:3 _0(4.2):C1)}
[junit4:junit4]   2> 1883 T2483 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1884 T2483 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1887 T2483 oasc.CoreMaps.putTransientCore Opening transient core 00006_core
[junit4:junit4]   2> 1888 T2483 oasc.CoreContainer.registerCore registering core: 00006_core
[junit4:junit4]   2> 1891 T2486 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1891 T2486 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1898 T2486 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> ASYNC  NEW_CORE C151 name=00006_core org.apache.solr.core.SolrCore@11b24e79
[junit4:junit4]   2> 1900 T2483 C151 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00006_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5dfc1824),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0.fdt, _0_MockVariableIntBlock_0.tii]
[junit4:junit4]   2> 1901 T2483 C151 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0.fdt, _0_MockVariableIntBlock_0.tii]
[junit4:junit4]   2> 1903 T2483 C151 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id69]} 0 9
[junit4:junit4]   2> 1924 T2486 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1926 T2486 oasc.SolrCore.<init> [00002_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data/
[junit4:junit4]   2> 1926 T2486 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 1926 T2486 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1928 T2486 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data forceNew: false
[junit4:junit4]   2> 1928 T2486 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data/index/
[junit4:junit4]   2> 1929 T2486 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1929 T2452 C130 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00008_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@41afc692),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00008_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@41afc692),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 1930 T2452 C130 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 1930 T2486 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1931 T2486 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1932 T2486 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1932 T2452 oasc.SolrCore.closeSearcher [00008_core] Closing main searcher on request.
[junit4:junit4]   2> 1932 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/data/index
[junit4:junit4]   2> 1932 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/data/index
[junit4:junit4]   2> 1939 T2490 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1941 T2486 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1945 T2486 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/data/index forceNew: false
[junit4:junit4]   2> 1948 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/data
[junit4:junit4]   2> 1948 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/data
[junit4:junit4]   2> 1949 T2452 oasc.SolrCore.close [00013_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@5a9760a3
[junit4:junit4]   2> 1949 T2498 oasc.CoreContainer.create Creating SolrCore '00008_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core
[junit4:junit4]   2> 1950 T2498 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/'
[junit4:junit4]   2> 1953 T2452 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1953 T2452 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1953 T2452 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1953 T2452 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1954 T2486 oass.SolrIndexSearcher.<init> Opening Searcher@868230b main
[junit4:junit4]   2> 1955 T2486 oasc.SolrCore.registerSearcher [00002_core] Registered new searcher Searcher@868230b main{StandardDirectoryReader(segments_2:3 _0(4.2):C1)}
[junit4:junit4]   2> 1955 T2486 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1955 T2486 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1958 T2486 oasc.CoreMaps.putTransientCore Opening transient core 00002_core
[junit4:junit4]   2> 1958 T2486 oasc.CoreContainer.registerCore registering core: 00002_core
[junit4:junit4]   2> ASYNC  NEW_CORE C152 name=00002_core org.apache.solr.core.SolrCore@2eedb1dd
[junit4:junit4]   2> 1967 T2494 C152 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 1977 T2493 C152 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 1979 T2488 C152 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00002_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3159838f),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0.fdt, _0_MockVariableIntBlock_0.tii]
[junit4:junit4]   2> 1980 T2488 C152 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0.fdt, _0_MockVariableIntBlock_0.tii]
[junit4:junit4]   2> 1985 T2488 C152 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id67]} 0 20
[junit4:junit4]   2> 1985 T2483 C152 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id80]} 0 20
[junit4:junit4]   2> 1985 T2486 C152 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id46]} 0 20
[junit4:junit4]   2> 1985 T2485 C152 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id53]} 0 9
[junit4:junit4]   2> 1988 T2485 C152 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id84]} 0 0
[junit4:junit4]   2> 1988 T2486 C147 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id83]} 0 0
[junit4:junit4]   2> 1988 T2488 C151 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id81]} 0 0
[junit4:junit4]   2> 1988 T2483 C151 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id82]} 0 0
[junit4:junit4]   2> 1991 T2486 C149 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id86]} 0 0
[junit4:junit4]   2> 1991 T2483 C131 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id87]} 0 0
[junit4:junit4]   2> 1993 T2486 C138 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id89]} 0 0
[junit4:junit4]   2> 1993 T2483 C144 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id90]} 0 0
[junit4:junit4]   2> 1995 T2486 C144 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id91]} 0 0
[junit4:junit4]   2> 1997 T2486 C149 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id93]} 0 0
[junit4:junit4]   2> 2015 T2490 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2017 T2490 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2017 T2452 C140 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00013_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5133a873),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00013_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5133a873),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 2018 T2452 C140 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0.nvm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0.nvd, segments_2, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 2020 T2452 oasc.SolrCore.closeSearcher [00013_core] Closing main searcher on request.
[junit4:junit4]   2> 2020 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/data
[junit4:junit4]   2> 2021 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/data
[junit4:junit4]   2> 2022 T2452 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/data/index
[junit4:junit4]   2> 2022 T2452 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/data/index
[junit4:junit4]   2> 2027 T2490 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2028 T2498 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2036 T2452 oasc.SolrCore.close [00010_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@742197f0
[junit4:junit4]   2> 2036 T2500 oasc.CoreContainer.create Creating SolrCore '00013_core' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core
[junit4:junit4]   2> 2036 T2500 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/'
[junit4:junit4]   2> 2039 T2452 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2039 T2452 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2039 T2452 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2039 T2452 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2056 T2490 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2058 T2490 oasc.SolrCore.<init> [00003_core] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data/
[junit4:junit4]   2> 2059 T2490 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a2bccb2
[junit4:junit4]   2> 2059 T2490 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2061 T2490 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data forceNew: false
[junit4:junit4]   2> 2061 T2490 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data/index/
[junit4:junit4]   2> 2062 T2490 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2064 T2490 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2065 T2490 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2065 T2490 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2074 T2490 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2077 T2494 C138 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2078 T2490 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/data/index forceNew: false
[junit4:junit4]   2> 2083 T2498 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2084 T2498 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2088 T2498 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2088 T2490 oass.SolrIndexSearcher.<init> Opening Searcher@738e6a3a main
[junit4:junit4]   2> 2089 T2490 oasc.SolrCore.registerSearcher [00003_core] Registered new searcher Searcher@738e6a3a main{StandardDirectoryReader(segments_2:3 _0(4.2):C4)}
[junit4:junit4]   2> 2090 T2490 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2090 T2490 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2093 T2490 oasc.CoreMaps.putTransientCore Opening transient core 00003_core
[junit4:junit4]   2> 2094 T2490 oasc.CoreContainer.registerCore registering core: 00003_core
[junit4:junit4]   2> ASYNC  NEW_CORE C153 name=00003_core org.apache.solr.core.SolrCore@74209173
[junit4:junit4]   2> 2104 T2501 C153 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=4 status=0 QTime=0 
[junit4:junit4]   2> 2104 T2505 C153 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=4 status=0 QTime=0 
[junit4:junit4]   2> 2104 T2495 C153 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=4 status=0 QTime=0 
[junit4:junit4]   2> 2105 T2452 C142 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00010_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@32404b7a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Nightl

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

Directory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/data
[junit4:junit4]   2> 824076 T2442 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/data/index
[junit4:junit4]   2> 824076 T2442 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/data/index
[junit4:junit4]   2> 831353 T2442 oasc.SolrCore.close [00006_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@15f0ddab
[junit4:junit4]   2> 831356 T2442 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=60,autocommits=0,soft autocommits=59,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=68534,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 831356 T2442 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 831357 T2442 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 831357 T2442 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 831358 T2442 oasc.SolrCore.closeSearcher [00006_core] Closing main searcher on request.
[junit4:junit4]   2> 831359 T2442 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data/index
[junit4:junit4]   2> 831360 T2442 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data/index
[junit4:junit4]   2> 838944 T2442 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data
[junit4:junit4]   2> 838944 T2442 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/data
[junit4:junit4]   2> 838945 T2442 oasc.SolrCore.close [00011_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@36f776ab
[junit4:junit4]   2> 838948 T2442 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=61,autocommits=0,soft autocommits=60,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=68549,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 838949 T2442 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 838949 T2442 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 838949 T2442 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 838950 T2442 oasc.SolrCore.closeSearcher [00011_core] Closing main searcher on request.
[junit4:junit4]   2> 838951 T2442 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/data
[junit4:junit4]   2> 838951 T2442 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/data
[junit4:junit4]   2> 838952 T2442 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/data/index
[junit4:junit4]   2> 838952 T2442 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/data/index
[junit4:junit4]   2> 846493 T2442 oasc.SolrCore.close [00014_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@d352593
[junit4:junit4]   2> 846497 T2442 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=61,autocommits=0,soft autocommits=60,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=68728,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 846498 T2442 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 846498 T2442 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 846499 T2442 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 846500 T2442 oasc.SolrCore.closeSearcher [00014_core] Closing main searcher on request.
[junit4:junit4]   2> 846502 T2442 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/data
[junit4:junit4]   2> 846503 T2442 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/data
[junit4:junit4]   2> 846504 T2442 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/data/index
[junit4:junit4]   2> 846504 T2442 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/data/index
[junit4:junit4]   2> 852513 T2442 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 853145 T2442 oas.SolrTestCaseJ4.tearDown ###Ending test10MinutesOld
[junit4:junit4]   2> 853146 T2442 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=SimpleText), text=MockVariableIntBlock(baseBlockSize=11)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=uk, timezone=Pacific/Truk
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=1,free=192884024,total=520421376
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRealTimeGet, WordBreakSolrSpellCheckerTest, TestRemoteStreaming, ZkCLITest, UUIDFieldTest, SoftAutoCommitTest, TestValueSourceCache, SchemaVersionSpecificBehaviorTest, SpellingQueryConverterTest, BadComponentTest, RAMDirectoryFactoryTest, TestPropInjectDefaults, LeaderElectionTest, TestPseudoReturnFields, ClusterStateUpdateTest, ChaosMonkeyNothingIsSafeTest, CircularListTest, DirectSolrConnectionTest, TestDocSet, TestFuzzyAnalyzedSuggestions, TestSolrIndexConfig, TestFaceting, CacheHeaderTest, TestSurroundQueryParser, TestSearchPerf, SuggesterTest, MinimalSchemaTest, TestFieldCollectionResource, IndexSchemaTest, TestJoin, TestSolrDeletionPolicy1, TestCharFilters, TestTrie, PreAnalyzedFieldTest, FastVectorHighlighterTest, ResourceLoaderTest, TestFunctionQuery, PrimitiveFieldTypeTest, MoreLikeThisHandlerTest, TestQueryUtils, SolrIndexSplitterTest, QueryElevationComponentTest, TestPHPSerializedResponseWriter, TestCoreContainer, TestSolrCoreProperties, TestLFUCache, TestConfig, TestSweetSpotSimilarityFactory, CoreAdminHandlerTest, BasicDistributedZkTest, TestFieldTypeCollectionResource, BinaryUpdateRequestHandlerTest, QueryEqualityTest, QueryParsingTest, TestPerFieldSimilarity, DistributedTermsComponentTest, TestReplicationHandler, TestSort, TestPhraseSuggestions, FieldMutatingUpdateProcessorTest, ShowFileRequestHandlerTest, CSVRequestHandlerTest, TestRandomDVFaceting, DistributedSpellCheckComponentTest, JsonLoaderTest, LoggingHandlerTest, OpenCloseCoreStressTest]
[junit4:junit4] Completed on J0 in 853.16s, 6 tests, 1 failure, 2 skipped <<< FAILURES!

[...truncated 365 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:388: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:183: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1213: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:877: There were test failures: 270 suites, 1140 tests, 1 failure, 25 ignored (6 assumptions)

Total time: 101 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure