You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/03/10 13:00:23 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2045 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2045/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.search.TestHashQParserPlugin.testHashPartition

Error Message:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6 rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]

Stack Trace:
java.io.IOException: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6 rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
	at __randomizedtesting.SeedInfo.seed([B0C766A25E8A6825:617A474765E0D14E]:0)
	at org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:168)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:623)
	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:606)
	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1123)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1605)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1481)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:512)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:226)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
	at org.apache.solr.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6 rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
	at org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:166)
	... 52 more




Build Log:
[...truncated 9729 lines...]
   [junit4] Suite: org.apache.solr.search.TestHashQParserPlugin
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001
   [junit4]   2> 3060547 T13107 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 3060549 T13107 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 3060549 T13107 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 3060550 T13107 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 3060551 T13107 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3060551 T13107 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3060610 T13107 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3060614 T13107 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3060637 T13107 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-hash.xml
   [junit4]   2> 3060641 T13107 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-hash.xml
   [junit4]   2> 3060645 T13107 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 3060734 T13107 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3060735 T13107 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3060736 T13107 oass.IndexSchema.loadCopyFields WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 3060737 T13107 oass.IndexSchema.loadCopyFields WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 3060737 T13107 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3060738 T13107 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 3060738 T13107 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 3060756 T13107 oasc.CoreContainer.<init> New CoreContainer 204405430
   [junit4]   2> 3060757 T13107 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 3060757 T13107 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib
   [junit4]   2> 3060757 T13107 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib).
   [junit4]   2> 3060767 T13107 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 600000
   [junit4]   2> 3060767 T13107 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 3060767 T13107 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 60000
   [junit4]   2> 3060768 T13107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3060768 T13107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3060768 T13107 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3060768 T13107 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3060769 T13107 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3060769 T13107 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3060769 T13107 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3060769 T13107 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3060769 T13107 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 3060770 T13107 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3060770 T13107 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3060770 T13107 oasc.CoreContainer.load Node Name: testNode
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig-hash.xml, transient=false, schema=schema-hash.xml, loadOnStartup=true, instanceDir=collection1, collection=collection1, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001, shard=shard1}
   [junit4]   2> 3060774 T13108 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 3060776 T13108 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 3060777 T13108 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3060777 T13108 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3060808 T13108 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3060815 T13108 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3060831 T13108 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-hash.xml
   [junit4]   2> 3060832 T13108 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-hash.xml
   [junit4]   2> 3060837 T13108 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3060929 T13108 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3060931 T13108 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3060932 T13108 oass.IndexSchema.loadCopyFields WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 3060932 T13108 oass.IndexSchema.loadCopyFields WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 3060933 T13108 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 3060934 T13108 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3060935 T13108 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001/
   [junit4]   2> 3060935 T13108 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 3060936 T13108 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001
   [junit4]   2> 3060936 T13108 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001/index/
   [junit4]   2> 3060936 T13108 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 3060936 T13108 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001/index
   [junit4]   2> 3060938 T13108 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_1,generation=1}
   [junit4]   2> 3060938 T13108 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3060941 T13108 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3060949 T13108 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3060950 T13108 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3060951 T13108 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3060953 T13108 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3060954 T13108 oasc.PluginBag.createPlugin requestHandler : '/replication' created with startup=lazy 
   [junit4]   2> 3061019 T13108 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [org.apache.solr.handler.admin.AdminHandlers]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 3061020 T13108 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [org.apache.solr.handler.admin.AdminHandlers]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 3061021 T13108 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3061021 T13108 oasc.RequestHandlers.initHandlersFromConfig WARN no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 3061021 T13108 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3061024 T13108 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3061024 T13108 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3061025 T13108 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3061026 T13108 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3061027 T13108 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_1,generation=1}
   [junit4]   2> 3061028 T13108 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3061028 T13108 oass.SolrIndexSearcher.<init> Opening Searcher@752efde1[collection1] main
   [junit4]   2> 3061029 T13108 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3061030 T13108 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3061030 T13108 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3061031 T13108 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3061033 T13108 oasha.AdminHandlers.inform WARN <requestHandler name="/admin/" 
   [junit4]   2> 	 class="solr.admin.AdminHandlers" /> is deprecated . It is not required anymore
   [junit4]   2> 3061033 T13109 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@752efde1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3061033 T13108 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3061036 T13107 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 3061040 T13107 oas.SolrTestCaseJ4.setUp ###Starting testHashPartition
   [junit4]   2> ASYNC  NEW_CORE C6425 name=collection1 org.apache.solr.core.SolrCore@11db63be
   [junit4]   2> 3061044 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1495254964648280064)} 0 3
   [junit4]   2> 3061048 T13107 C6425 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3061048 T13107 C6425 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3061049 T13107 C6425 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 3061049 T13107 C6425 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3061050 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 3061053 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[499136 (1495254964657717248)]} 0 3
   [junit4]   2> 3061054 T13107 C6425 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3061058 T13107 C6425 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_2,generation=2}
   [junit4]   2> 3061060 T13107 C6425 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 3061062 T13107 C6425 oass.SolrIndexSearcher.<init> Opening Searcher@24d467c5[collection1] main
   [junit4]   2> 3061062 T13107 C6425 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3061062 T13109 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@24d467c5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
   [junit4]   2> 3061063 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 3061065 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[805883 (1495254964672397312)]} 0 1
   [junit4]   2> 3061066 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[55363 (1495254964674494464)]} 0 0
   [junit4]   2> 3061067 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[781383 (1495254964675543040)]} 0 0
   [junit4]   2> 3061067 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[186493 (1495254964675543041)]} 0 0
   [junit4]   2> 3061068 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[591710 (1495254964676591616)]} 0 0
   [junit4]   2> 3061069 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[426845 (1495254964677640192)]} 0 0
   [junit4]   2> 3061070 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[97661 (1495254964677640193)]} 0 1
   [junit4]   2> 3061070 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[355551 (1495254964678688768)]} 0 0
   [junit4]   2> 3061071 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[913153 (1495254964679737344)]} 0 0
   [junit4]   2> 3061072 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[388838 (1495254964679737345)]} 0 1
   [junit4]   2> 3061072 T13107 C6425 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3061080 T13107 C6425 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_3,generation=3}
   [junit4]   2> 3061081 T13107 C6425 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 3061082 T13107 C6425 oass.SolrIndexSearcher.<init> Opening Searcher@4d3756da[collection1] main
   [junit4]   2> 3061082 T13107 C6425 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3061082 T13109 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4d3756da[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1) Uninverting(_1(6.0.0):c10)))}
   [junit4]   2> 3061083 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 11
   [junit4]   2> 3061087 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[355158 (1495254964693368832)]} 0 3
   [junit4]   2> 3061088 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[747162 (1495254964697563136)]} 0 0
   [junit4]   2> 3061089 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[403407 (1495254964698611712)]} 0 0
   [junit4]   2> 3061090 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[145789 (1495254964699660288)]} 0 0
   [junit4]   2> 3061091 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[673522 (1495254964700708864)]} 0 0
   [junit4]   2> 3061092 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[30814 (1495254964700708865)]} 0 1
   [junit4]   2> 3061092 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[359004 (1495254964701757440)]} 0 0
   [junit4]   2> 3061093 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[51648 (1495254964702806016)]} 0 0
   [junit4]   2> 3061094 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[63231 (1495254964703854592)]} 0 0
   [junit4]   2> 3061095 T13107 C6425 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[945065 (1495254964703854593)]} 0 1
   [junit4]   2> 3061095 T13107 C6425 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C6426 name=collection1 org.apache.solr.core.SolrCore@11db63be
   [junit4]   2> 3061114 T13107 C6426 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_4,generation=4}
   [junit4]   2> 3061114 T13107 C6426 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 3061115 T13107 C6426 oass.SolrIndexSearcher.<init> Opening Searcher@36a89e25[collection1] main
   [junit4]   2> 3061116 T13107 C6426 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3061116 T13109 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36a89e25[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1) Uninverting(_1(6.0.0):c10) Uninverting(_2(6.0.0):c10)))}
   [junit4]   2> 3061116 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 21
   [junit4]   2> 3061119 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[673239 (1495254964727971840)]} 0 2
   [junit4]   2> 3061121 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[589615 (1495254964731117568)]} 0 1
   [junit4]   2> 3061122 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[651251 (1495254964733214720)]} 0 0
   [junit4]   2> 3061123 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[404790 (1495254964734263296)]} 0 0
   [junit4]   2> 3061124 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3020 (1495254964735311872)]} 0 0
   [junit4]   2> 3061125 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[677167 (1495254964736360448)]} 0 0
   [junit4]   2> 3061126 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[293284 (1495254964737409024)]} 0 0
   [junit4]   2> 3061127 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[202195 (1495254964738457600)]} 0 0
   [junit4]   2> 3061128 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[193812 (1495254964739506176)]} 0 0
   [junit4]   2> 3061129 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[353578 (1495254964740554752)]} 0 0
   [junit4]   2> 3061130 T13107 C6426 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3061137 T13107 C6426 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_5,generation=5}
   [junit4]   2> 3061138 T13107 C6426 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 3061138 T13107 C6426 oass.SolrIndexSearcher.<init> Opening Searcher@6f8e81ed[collection1] main
   [junit4]   2> 3061139 T13107 C6426 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3061139 T13109 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f8e81ed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1) Uninverting(_1(6.0.0):c10) Uninverting(_2(6.0.0):c10) Uninverting(_3(6.0.0):c10)))}
   [junit4]   2> 3061139 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 3061142 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[815431 (1495254964752089088)]} 0 2
   [junit4]   2> 3061143 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[498512 (1495254964755234816)]} 0 0
   [junit4]   2> 3061144 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[652762 (1495254964756283392)]} 0 0
   [junit4]   2> 3061145 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[247571 (1495254964757331968)]} 0 0
   [junit4]   2> 3061146 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[552195 (1495254964758380544)]} 0 0
   [junit4]   2> 3061147 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[460435 (1495254964759429120)]} 0 0
   [junit4]   2> 3061148 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[284490 (1495254964760477696)]} 0 1
   [junit4]   2> 3061149 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[672327 (1495254964761526272)]} 0 1
   [junit4]   2> 3061150 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[872945 (1495254964762574848)]} 0 0
   [junit4]   2> 3061151 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[533513 (1495254964763623424)]} 0 0
   [junit4]   2> 3061152 T13107 C6426 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3061159 T13107 C6426 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_6,generation=6}
   [junit4]   2> 3061159 T13107 C6426 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 3061160 T13107 C6426 oass.SolrIndexSearcher.<init> Opening Searcher@4472ecec[collection1] main
   [junit4]   2> 3061161 T13109 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4472ecec[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1) Uninverting(_1(6.0.0):c10) Uninverting(_2(6.0.0):c10) Uninverting(_3(6.0.0):c10) Uninverting(_4(6.0.0):c10)))}
   [junit4]   2> 3061161 T13107 C6426 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3061162 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 11
   [junit4]   2> 3061164 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[212823 (1495254964776206336)]} 0 2
   [junit4]   2> 3061165 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[875535 (1495254964778303488)]} 0 0
   [junit4]   2> 3061176 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[178291 (1495254964788789248)]} 0 10
   [junit4]   2> 3061177 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[110327 (1495254964790886400)]} 0 0
   [junit4]   2> 3061178 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[155881 (1495254964791934976)]} 0 1
   [junit4]   2> 3061178 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[365058 (1495254964791934977)]} 0 0
   [junit4]   2> 3061179 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[651694 (1495254964792983552)]} 0 0
   [junit4]   2> 3061180 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[178222 (1495254964794032128)]} 0 0
   [junit4]   2> 3061181 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[53730 (1495254964795080704)]} 0 0
   [junit4]   2> 3061181 T13107 C6426 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3061190 T13107 C6426 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb),segFN=segments_7,generation=7}
   [junit4]   2> 3061190 T13107 C6426 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 3061191 T13107 C6426 oass.SolrIndexSearcher.<init> Opening Searcher@499babca[collection1] main
   [junit4]   2> 3061191 T13109 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@499babca[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1) Uninverting(_1(6.0.0):c10) Uninverting(_2(6.0.0):c10) Uninverting(_3(6.0.0):c10) Uninverting(_4(6.0.0):c10) Uninverting(_5(6.0.0):c9)))}
   [junit4]   2> 3061191 T13107 C6426 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3061192 T13107 C6426 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 11
   [junit4]   2> 3061195 T13107 C6426 oasc.SolrException.log ERROR java.io.IOException: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6 rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
   [junit4]   2> 		at org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:168)
   [junit4]   2> 		at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:623)
   [junit4]   2> 		at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:606)
   [junit4]   2> 		at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1123)
   [junit4]   2> 		at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1605)
   [junit4]   2> 		at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1481)
   [junit4]   2> 		at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
   [junit4]   2> 		at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:512)
   [junit4]   2> 		at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:226)
   [junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
   [junit4]   2> 		at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]   2> 		at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
   [junit4]   2> 		at org.apache.solr.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:94)
   [junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:483)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6 rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 		at org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:166)
   [junit4]   2> 		... 52 more
   [junit4]   2> 	
   [junit4]   2> 3061197 T13107 C6426 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*%3A*&fq=%7B%21hash+worker%3D0+workers%3D3+cost%3D1%7D&partitionKeys=a_s&rows=50} status=500 QTime=4 
   [junit4]   2> 3061197 T13107 oas.SolrTestCaseJ4.tearDown ###Ending testHashPartition
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestHashQParserPlugin -Dtests.method=testHashPartition -Dtests.seed=B0C766A25E8A6825 -Dtests.slow=true -Dtests.locale=de_LU -Dtests.timezone=Australia/Tasmania -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.19s | TestHashQParserPlugin.testHashPartition <<<
   [junit4]    > Throwable #1: java.io.IOException: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6 rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B0C766A25E8A6825:617A474765E0D14E]:0)
   [junit4]    > 	at org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:168)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:623)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:606)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1123)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1605)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1481)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:512)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:226)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
   [junit4]    > 	at org.apache.solr.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:94)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6 rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:166)
   [junit4]    > 	... 52 more
   [junit4]   2> 3061227 T13107 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 3061227 T13107 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=204405430
   [junit4]   2> 3061228 T13107 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@11db63be
   [junit4]   2> 3061229 T13107 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=7,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=50,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=3673,transaction_logs_total_number=7}
   [junit4]   2> 3061229 T13107 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 3061230 T13107 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 3061230 T13107 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 3061236 T13107 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 3061236 T13107 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 3061236 T13107 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001;done=false>>]
   [junit4]   2> 3061237 T13107 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001
   [junit4]   2> 3061237 T13107 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 3061238 T13107 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin B0C766A25E8A6825-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {a_s=BlockTreeOrds(blocksize=128), _version_=PostingsFormat(name=Memory doPackFST= false), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), intDefault=PostingsFormat(name=Memory doPackFST= false), a_i=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting), a_l=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false)}, docValues:{a_s=DocValuesFormat(name=Lucene50), _version_=DocValuesFormat(name=Asserting), multiDefault=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Asserting), a_i=DocValuesFormat(name=Lucene50), id=DocValuesFormat(name=Lucene50), a_l=DocValuesFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=de_LU, timezone=Australia/Tasmania
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=187961440,total=380686336
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastLRUCache, ConvertedLegacyTest, TestMissingGroups, TestCloudSchemaless, TestQuerySenderListener, AssignTest, PreAnalyzedUpdateProcessorTest, TestElisionMultitermQuery, OpenExchangeRatesOrgProviderTest, LeaderFailoverAfterPartitionTest, AnalyticsMergeStrategyTest, AnalysisAfterCoreReloadTest, PrimitiveFieldTypeTest, OverseerTest, FileBasedSpellCheckerTest, ShardRoutingTest, ZkCLITest, TestLMDirichletSimilarityFactory, ActionThrottleTest, SolrTestCaseJ4Test, TestSchemaSimilarityResource, DistribJoinFromCollectionTest, TestReplicaProperties, TestSolrDeletionPolicy1, TriLevelCompositeIdRoutingTest, SpatialRPTFieldTypeTest, QueryResultKeyTest, TestRecovery, SimpleFacetsTest, SliceStateTest, DocumentBuilderTest, AtomicUpdatesTest, ReturnFieldsTest, TestHdfsUpdateLog, IndexSchemaTest, FieldAnalysisRequestHandlerTest, SolrCoreTest, XsltUpdateRequestHandlerTest, StressHdfsTest, PluginInfoTest, TestClassNameShortening, DistributedFacetPivotSmallTest, ParsingFieldUpdateProcessorsTest, TestBinaryField, TestManagedResource, TestPostingsSolrHighlighter, TestCollationFieldDocValues, TestExactStatsCache, TestDistributedSearch, DistributedMLTComponentTest, TestTolerantSearch, AnalysisErrorHandlingTest, TermVectorComponentTest, TestDocSet, WordBreakSolrSpellCheckerTest, TestDistribDocBasedVersion, DocExpirationUpdateProcessorFactoryTest, SolrInfoMBeanTest, CollectionsAPIDistributedZkTest, TestExtendedDismaxParser, TestSerializedLuceneMatchVersion, TestDFRSimilarityFactory, TestManagedResourceStorage, TestOrdValues, TestPHPSerializedResponseWriter, SSLMigrationTest, IndexBasedSpellCheckerTest, CloudExitableDirectoryReaderTest, TestComponentsName, TestShortCircuitedRequests, ClusterStateUpdateTest, ZkNodePropsTest, TestJoin, TestInfoStreamLogging, TestSolrQueryParserDefaultOperatorResource, TestDistributedGrouping, TestRemoteStreaming, TestSchemaNameResource, TestManagedSchemaDynamicFieldResource, TestBlobHandler, MergeStrategyTest, AliasIntegrationTest, OpenCloseCoreStressTest, TestCryptoKeys, TestHashPartitioner, DocumentAnalysisRequestHandlerTest, FileUtilsTest, SolrCoreCheckLockOnStartupTest, DistribCursorPagingTest, TestQueryTypes, TestReRankQParserPlugin, BasicDistributedZkTest, CoreAdminRequestStatusTest, TestExactSharedStatsCache, IndexSchemaRuntimeFieldTest, TestOmitPositions, TestAnalyzedSuggestions, TestCharFilters, AddBlockUpdateTest, TestFileDictionaryLookup, MigrateRouteKeyTest, AddSchemaFieldsUpdateProcessorFactoryTest, MBeansHandlerTest, TestMiniSolrCloudClusterSSL, TestSortingResponseWriter, UUIDFieldTest, TestSolr4Spatial2, TestPhraseSuggestions, HdfsChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, TestFiltering, TestLazyCores, TestRTGBase, TestStressLucene, HighlighterMaxOffsetTest, TestStressReorder, DeleteReplicaTest, DistributedFacetPivotLargeTest, QueryEqualityTest, CacheHeaderTest, QueryParsingTest, TestCloudInspectUtil, CurrencyFieldXmlFileTest, TermVectorComponentDistributedTest, SearchHandlerTest, TestSolrDynamicMBean, TestWordDelimiterFilterFactory, SaslZkACLProviderTest, TestSolrDeletionPolicy2, BadCopyFieldTest, ClusterStateTest, SynonymTokenizerTest, RequestHandlersTest, TestReqParamsAPI, TestLMJelinekMercerSimilarityFactory, TestGroupingSearch, DistributedIntervalFacetingTest, TestJettySolrRunner, TestValueSourceCache, TestConfigOverlay, DOMUtilTest, TestSurroundQueryParser, SystemInfoHandlerTest, TestFieldResource, LeaderElectionTest, TestStressRecovery, TestReplicationHandlerBackup, TestReplicationHandler, TestSolrCoreProperties, UUIDUpdateProcessorFallbackTest, SimplePostToolTest, TestLuceneMatchVersion, ScriptEngineTest, TestLRUCache, AutoCommitTest, TestSolrQueryParser, SharedFSAutoReplicaFailoverTest, FieldMutatingUpdateProcessorTest, TestSearchPerf, TestHighlightDedupGrouping, TestFieldTypeResource, TestStressUserVersions, TestIBSimilarityFactory, TestRealTimeGet, LeaderInitiatedRecoveryOnCommitTest, SignatureUpdateProcessorFactoryTest, BasicZkTest, TestDefaultStatsCache, TestSolrQueryParserResource, BasicDistributedZk2Test, TestShardHandlerFactory, TestPivotHelperCode, HttpPartitionTest, XmlUpdateRequestHandlerTest, DocValuesTest, CSVRequestHandlerTest, CopyFieldTest, SpellPossibilityIteratorTest, TestUniqueKeyFieldResource, BasicFunctionalityTest, TestLRUStatsCache, PingRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, ReplicationFactorTest, TestReload, TestFoldingMultitermQuery, NumericFieldsTest, MoreLikeThisHandlerTest, TestUpdate, UpdateParamsTest, DistributedQueryComponentCustomSortTest, CoreAdminCreateDiscoverTest, TestCustomSort, DistribDocExpirationUpdateProcessorTest, SampleTest, TestBulkSchemaAPI, JsonLoaderTest, PeerSyncTest, TestRequestStatusCollectionAPI, ZkSolrClientTest, BadIndexSchemaTest, ExternalFileFieldSortTest, TestSweetSpotSimilarityFactory, HdfsDirectoryFactoryTest, SolrRequestParserTest, ChaosMonkeySafeLeaderTest, BadComponentTest, TestQuerySenderNoQuery, TestCollationField, TestCoreContainer, ZkControllerTest, TestDynamicLoading, TestConfig, TestFastWriter, TestSolrConfigHandlerCloud, SpatialFilterTest, MultiTermTest, DeleteInactiveReplicaTest, DistributedExpandComponentTest, TestChildDocTransformer, DistributedQueryElevationComponentTest, TestHashQParserPlugin]
   [junit4] Completed in 0.72s, 1 test, 1 error <<< FAILURES!

[...truncated 748 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:519: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:191: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:510: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1351: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:958: There were test failures: 473 suites, 1878 tests, 1 error, 53 ignored (20 assumptions)

Total time: 132 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2045 - Failure!

Posted by Joel Bernstein <jo...@gmail.com>.
Going to switch to using a single thread to build the filter until I figure
out what the issue is.

Joel Bernstein
Search Engineer at Heliosearch

On Tue, Mar 10, 2015 at 8:07 AM, Joel Bernstein <jo...@gmail.com> wrote:

> Looking into this. The HashQParserPlugin uses a thread pool to build a
> filter. It looks like the threadpool is being terminated, which would
> happen via a close hook during a core shutdown.
>
> Joel Bernstein
> Search Engineer at Heliosearch
>
> On Tue, Mar 10, 2015 at 8:00 AM, Policeman Jenkins Server <
> jenkins@thetaphi.de> wrote:
>
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2045/
>> Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
>>
>> 1 tests failed.
>> FAILED:  org.apache.solr.search.TestHashQParserPlugin.testHashPartition
>>
>> Error Message:
>> java.util.concurrent.RejectedExecutionException: Task
>> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
>> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
>> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>>
>> Stack Trace:
>> java.io.IOException: java.util.concurrent.RejectedExecutionException:
>> Task
>> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
>> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
>> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>>         at
>> __randomizedtesting.SeedInfo.seed([B0C766A25E8A6825:617A474765E0D14E]:0)
>>         at
>> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:168)
>>         at
>> org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:623)
>>         at
>> org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:606)
>>         at
>> org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1123)
>>         at
>> org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1605)
>>         at
>> org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1481)
>>         at
>> org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
>>         at
>> org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:512)
>>         at
>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:226)
>>         at
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)
>>         at org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
>>         at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
>>         at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
>>         at
>> org.apache.solr.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:94)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>         at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>         at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>         at java.lang.reflect.Method.invoke(Method.java:483)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
>>         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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>>         at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>>         at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>>         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:365)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
>>         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
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>>         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
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>>         at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>>         at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>>         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:365)
>>         at java.lang.Thread.run(Thread.java:745)
>> Caused by: java.util.concurrent.RejectedExecutionException: Task
>> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
>> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
>> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>>         at
>> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
>>         at
>> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
>>         at
>> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
>>         at
>> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:166)
>>         ... 52 more
>>
>>
>>
>>
>> Build Log:
>> [...truncated 9729 lines...]
>>    [junit4] Suite: org.apache.solr.search.TestHashQParserPlugin
>>    [junit4]   2> Creating dataDir:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001
>>    [junit4]   2> 3060547 T13107 oas.SolrTestCaseJ4.buildSSLConfig
>> Randomized ssl (false) and clientAuth (false)
>>    [junit4]   2> 3060549 T13107 oas.SolrTestCaseJ4.initCore ####initCore
>>    [junit4]   2> 3060549 T13107 oasc.SolrResourceLoader.<init> new
>> SolrResourceLoader for directory:
>> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
>>    [junit4]   2> 3060550 T13107
>> oasc.SolrResourceLoader.replaceClassLoader Adding
>> 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
>> to classloader
>>    [junit4]   2> 3060551 T13107
>> oasc.SolrResourceLoader.replaceClassLoader Adding
>> 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
>> to classloader
>>    [junit4]   2> 3060551 T13107
>> oasc.SolrResourceLoader.replaceClassLoader Adding
>> 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
>> to classloader
>>    [junit4]   2> 3060610 T13107 oasc.SolrConfig.refreshRequestParams
>> current version of requestparams : -1
>>    [junit4]   2> 3060614 T13107 oasc.SolrConfig.<init> Using Lucene
>> MatchVersion: 6.0.0
>>    [junit4]   2> 3060637 T13107 oasc.SolrConfig.<init> Loaded SolrConfig:
>> solrconfig-hash.xml
>>    [junit4]   2> 3060641 T13107 oass.IndexSchema.readSchema Reading Solr
>> Schema from
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-hash.xml
>>    [junit4]   2> 3060645 T13107 oass.IndexSchema.readSchema [null] Schema
>> name=test
>>    [junit4]   2> 3060734 T13107 oass.IndexSchema.readSchema default
>> search field in schema is text
>>    [junit4]   2> 3060735 T13107 oass.IndexSchema.readSchema unique key
>> field: id
>>    [junit4]   2> 3060736 T13107 oass.IndexSchema.loadCopyFields WARN
>> Field lowerfilt1and2 is not multivalued and destination for multiple
>> copyFields (2)
>>    [junit4]   2> 3060737 T13107 oass.IndexSchema.loadCopyFields WARN
>> Field text is not multivalued and destination for multiple copyFields (3)
>>    [junit4]   2> 3060737 T13107 oasc.SolrResourceLoader.locateSolrHome
>> JNDI not configured for solr (NoInitialContextEx)
>>    [junit4]   2> 3060738 T13107 oasc.SolrResourceLoader.locateSolrHome
>> using system property solr.solr.home:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
>>    [junit4]   2> 3060738 T13107 oasc.SolrResourceLoader.<init> new
>> SolrResourceLoader for directory:
>> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
>>    [junit4]   2> 3060756 T13107 oasc.CoreContainer.<init> New
>> CoreContainer 204405430
>>    [junit4]   2> 3060757 T13107 oasc.CoreContainer.load Loading cores
>> into CoreContainer
>> [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
>>    [junit4]   2> 3060757 T13107 oasc.CoreContainer.load loading shared
>> library:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib
>>    [junit4]   2> 3060757 T13107 oasc.SolrResourceLoader.addToClassLoader
>> WARN Can't find (or read) directory to add to classloader: lib (resolved
>> as:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib).
>>    [junit4]   2> 3060767 T13107
>> oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 600000
>>    [junit4]   2> 3060767 T13107
>> oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
>>    [junit4]   2> 3060767 T13107
>> oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 60000
>>    [junit4]   2> 3060768 T13107
>> oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost
>> to: 20
>>    [junit4]   2> 3060768 T13107
>> oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
>>    [junit4]   2> 3060768 T13107
>> oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>>    [junit4]   2> 3060768 T13107
>> oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to:
>> 2147483647
>>    [junit4]   2> 3060769 T13107
>> oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>>    [junit4]   2> 3060769 T13107
>> oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>>    [junit4]   2> 3060769 T13107
>> oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>>    [junit4]   2> 3060769 T13107
>> oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
>>    [junit4]   2> 3060769 T13107 oasu.UpdateShardHandler.<init> Creating
>> UpdateShardHandler HTTP client with params:
>> socketTimeout=30000&connTimeout=30000&retry=true
>>    [junit4]   2> 3060770 T13107 oasl.LogWatcher.createWatcher SLF4J impl
>> is org.slf4j.impl.Log4jLoggerFactory
>>    [junit4]   2> 3060770 T13107 oasl.LogWatcher.newRegisteredLogWatcher
>> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>    [junit4]   2> 3060770 T13107 oasc.CoreContainer.load Node Name:
>> testNode
>>    [junit4]   1> CORE DESCRIPTOR: {name=collection1,
>> config=solrconfig-hash.xml, transient=false, schema=schema-hash.xml,
>> loadOnStartup=true, instanceDir=collection1, collection=collection1,
>> absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/,
>> dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001, shard=shard1}
>>    [junit4]   2> 3060774 T13108 oasc.SolrResourceLoader.<init> new
>> SolrResourceLoader for directory:
>> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
>>    [junit4]   2> 3060776 T13108
>> oasc.SolrResourceLoader.replaceClassLoader Adding
>> 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
>> to classloader
>>    [junit4]   2> 3060777 T13108
>> oasc.SolrResourceLoader.replaceClassLoader Adding
>> 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
>> to classloader
>>    [junit4]   2> 3060777 T13108
>> oasc.SolrResourceLoader.replaceClassLoader Adding
>> 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
>> to classloader
>>    [junit4]   2> 3060808 T13108 oasc.SolrConfig.refreshRequestParams
>> current version of requestparams : -1
>>    [junit4]   2> 3060815 T13108 oasc.SolrConfig.<init> Using Lucene
>> MatchVersion: 6.0.0
>>    [junit4]   2> 3060831 T13108 oasc.SolrConfig.<init> Loaded SolrConfig:
>> solrconfig-hash.xml
>>    [junit4]   2> 3060832 T13108 oass.IndexSchema.readSchema Reading Solr
>> Schema from
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-hash.xml
>>    [junit4]   2> 3060837 T13108 oass.IndexSchema.readSchema [collection1]
>> Schema name=test
>>    [junit4]   2> 3060929 T13108 oass.IndexSchema.readSchema default
>> search field in schema is text
>>    [junit4]   2> 3060931 T13108 oass.IndexSchema.readSchema unique key
>> field: id
>>    [junit4]   2> 3060932 T13108 oass.IndexSchema.loadCopyFields WARN
>> Field lowerfilt1and2 is not multivalued and destination for multiple
>> copyFields (2)
>>    [junit4]   2> 3060932 T13108 oass.IndexSchema.loadCopyFields WARN
>> Field text is not multivalued and destination for multiple copyFields (3)
>>    [junit4]   2> 3060933 T13108 oasc.CoreContainer.create Creating
>> SolrCore 'collection1' using configuration from instancedir
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
>>    [junit4]   2> 3060934 T13108 oasc.SolrCore.initDirectoryFactory
>> org.apache.solr.core.MockDirectoryFactory
>>    [junit4]   2> 3060935 T13108 oasc.SolrCore.<init> [collection1]
>> Opening new SolrCore at
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/,
>> dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001/
>>    [junit4]   2> 3060935 T13108 oasc.SolrCore.<init> JMX monitoring not
>> detected for core: collection1
>>    [junit4]   2> 3060936 T13108 oasc.CachingDirectoryFactory.get return
>> new directory for
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001
>>    [junit4]   2> 3060936 T13108 oasc.SolrCore.getNewIndexDir New index
>> directory detected: old=null
>> new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001/index/
>>    [junit4]   2> 3060936 T13108 oasc.SolrCore.initIndex WARN
>> [collection1] Solr index directory
>> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001/index' doesn't exist. Creating new
>> index...
>>    [junit4]   2> 3060936 T13108 oasc.CachingDirectoryFactory.get return
>> new directory for
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001/index
>>    [junit4]   2> 3060938 T13108 oasc.SolrDeletionPolicy.onCommit
>> SolrDeletionPolicy.onCommit: commits: num=1
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_1,generation=1}
>>    [junit4]   2> 3060938 T13108 oasc.SolrDeletionPolicy.updateCommits
>> newest commit generation = 1
>>    [junit4]   2> 3060941 T13108 oasc.SolrCore.loadUpdateProcessorChains
>> no updateRequestProcessorChain defined as default, creating implicit default
>>    [junit4]   2> 3060949 T13108 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 3060950 T13108 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 3060951 T13108 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 3060953 T13108 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 3060954 T13108 oasc.PluginBag.createPlugin
>> requestHandler : '/replication' created with startup=lazy
>>    [junit4]   2> 3061019 T13108 oasc.SolrResourceLoader.findClass WARN
>> Solr loaded a deprecated plugin/analysis class
>> [org.apache.solr.handler.admin.AdminHandlers]. Please consult documentation
>> how to replace it accordingly.
>>    [junit4]   2> 3061020 T13108 oasc.SolrResourceLoader.findClass WARN
>> Solr loaded a deprecated plugin/analysis class
>> [org.apache.solr.handler.admin.AdminHandlers]. Please consult documentation
>> how to replace it accordingly.
>>    [junit4]   2> 3061021 T13108
>> oasc.RequestHandlers.initHandlersFromConfig Registered paths:
>> /admin/mbeans,standard,,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin,/admin/threads,/admin/ping,/update,/admin/file
>>    [junit4]   2> 3061021 T13108
>> oasc.RequestHandlers.initHandlersFromConfig WARN no default request handler
>> is registered (either '/select' or 'standard')
>>    [junit4]   2> 3061021 T13108 oasc.SolrCore.initStatsCache Using
>> default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>>    [junit4]   2> 3061024 T13108 oasu.UpdateHandler.<init> Using UpdateLog
>> implementation: org.apache.solr.update.UpdateLog
>>    [junit4]   2> 3061024 T13108 oasu.UpdateLog.init Initializing
>> UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
>> maxNumLogsToKeep=10
>>    [junit4]   2> 3061025 T13108 oasu.CommitTracker.<init> Hard
>> AutoCommit: disabled
>>    [junit4]   2> 3061026 T13108 oasu.CommitTracker.<init> Soft
>> AutoCommit: disabled
>>    [junit4]   2> 3061027 T13108 oasc.SolrDeletionPolicy.onInit
>> SolrDeletionPolicy.onInit: commits: num=1
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_1,generation=1}
>>    [junit4]   2> 3061028 T13108 oasc.SolrDeletionPolicy.updateCommits
>> newest commit generation = 1
>>    [junit4]   2> 3061028 T13108 oass.SolrIndexSearcher.<init> Opening
>> Searcher@752efde1[collection1] main
>>    [junit4]   2> 3061029 T13108 oasr.ManagedResourceStorage.newStorageIO
>> WARN Cannot write to config directory
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf;
>> switching to use InMemory storage instead.
>>    [junit4]   2> 3061030 T13108 oasr.RestManager.init Initializing
>> RestManager with initArgs: {}
>>    [junit4]   2> 3061030 T13108 oasr.ManagedResourceStorage.load Reading
>> _rest_managed.json using InMemoryStorage
>>    [junit4]   2> 3061031 T13108 oasr.RestManager.init Initializing 0
>> registered ManagedResources
>>    [junit4]   2> 3061033 T13108 oasha.AdminHandlers.inform WARN
>> <requestHandler name="/admin/"
>>    [junit4]   2>         class="solr.admin.AdminHandlers" /> is
>> deprecated . It is not required anymore
>>    [junit4]   2> 3061033 T13109 oasc.SolrCore.registerSearcher
>> [collection1] Registered new searcher Searcher@752efde1[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>    [junit4]   2> 3061033 T13108 oasc.CoreContainer.registerCore
>> registering core: collection1
>>    [junit4]   2> 3061036 T13107 oas.SolrTestCaseJ4.initCore ####initCore
>> end
>>    [junit4]   2> 3061040 T13107 oas.SolrTestCaseJ4.setUp ###Starting
>> testHashPartition
>>    [junit4]   2> ASYNC  NEW_CORE C6425 name=collection1
>> org.apache.solr.core.SolrCore@11db63be
>>    [junit4]   2> 3061044 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {deleteByQuery=*:*
>> (-1495254964648280064)} 0 3
>>    [junit4]   2> 3061048 T13107 C6425 oasu.DirectUpdateHandler2.commit
>> start
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>>    [junit4]   2> 3061048 T13107 C6425 oasu.DirectUpdateHandler2.commit No
>> uncommitted changes. Skipping IW.commit.
>>    [junit4]   2> 3061049 T13107 C6425 oasc.SolrCore.openNewSearcher
>> SolrIndexSearcher has not changed - not re-opening:
>> org.apache.solr.search.SolrIndexSearcher
>>    [junit4]   2> 3061049 T13107 C6425 oasu.DirectUpdateHandler2.commit
>> end_commit_flush
>>    [junit4]   2> 3061050 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {commit=} 0 2
>>    [junit4]   2> 3061053 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[499136
>> (1495254964657717248)]} 0 3
>>    [junit4]   2> 3061054 T13107 C6425 oasu.DirectUpdateHandler2.commit
>> start
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>>    [junit4]   2> 3061058 T13107 C6425 oasc.SolrDeletionPolicy.onCommit
>> SolrDeletionPolicy.onCommit: commits: num=2
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_1,generation=1}
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_2,generation=2}
>>    [junit4]   2> 3061060 T13107 C6425
>> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>>    [junit4]   2> 3061062 T13107 C6425 oass.SolrIndexSearcher.<init>
>> Opening Searcher@24d467c5[collection1] main
>>    [junit4]   2> 3061062 T13107 C6425 oasu.DirectUpdateHandler2.commit
>> end_commit_flush
>>    [junit4]   2> 3061062 T13109 oasc.SolrCore.registerSearcher
>> [collection1] Registered new searcher Searcher@24d467c5[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
>>    [junit4]   2> 3061063 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {commit=} 0 9
>>    [junit4]   2> 3061065 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[805883
>> (1495254964672397312)]} 0 1
>>    [junit4]   2> 3061066 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[55363
>> (1495254964674494464)]} 0 0
>>    [junit4]   2> 3061067 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[781383
>> (1495254964675543040)]} 0 0
>>    [junit4]   2> 3061067 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[186493
>> (1495254964675543041)]} 0 0
>>    [junit4]   2> 3061068 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[591710
>> (1495254964676591616)]} 0 0
>>    [junit4]   2> 3061069 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[426845
>> (1495254964677640192)]} 0 0
>>    [junit4]   2> 3061070 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[97661
>> (1495254964677640193)]} 0 1
>>    [junit4]   2> 3061070 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[355551
>> (1495254964678688768)]} 0 0
>>    [junit4]   2> 3061071 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[913153
>> (1495254964679737344)]} 0 0
>>    [junit4]   2> 3061072 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[388838
>> (1495254964679737345)]} 0 1
>>    [junit4]   2> 3061072 T13107 C6425 oasu.DirectUpdateHandler2.commit
>> start
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>>    [junit4]   2> 3061080 T13107 C6425 oasc.SolrDeletionPolicy.onCommit
>> SolrDeletionPolicy.onCommit: commits: num=2
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_2,generation=2}
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_3,generation=3}
>>    [junit4]   2> 3061081 T13107 C6425
>> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
>>    [junit4]   2> 3061082 T13107 C6425 oass.SolrIndexSearcher.<init>
>> Opening Searcher@4d3756da[collection1] main
>>    [junit4]   2> 3061082 T13107 C6425 oasu.DirectUpdateHandler2.commit
>> end_commit_flush
>>    [junit4]   2> 3061082 T13109 oasc.SolrCore.registerSearcher
>> [collection1] Registered new searcher Searcher@4d3756da[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)
>> Uninverting(_1(6.0.0):c10)))}
>>    [junit4]   2> 3061083 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {commit=} 0 11
>>    [junit4]   2> 3061087 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[355158
>> (1495254964693368832)]} 0 3
>>    [junit4]   2> 3061088 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[747162
>> (1495254964697563136)]} 0 0
>>    [junit4]   2> 3061089 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[403407
>> (1495254964698611712)]} 0 0
>>    [junit4]   2> 3061090 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[145789
>> (1495254964699660288)]} 0 0
>>    [junit4]   2> 3061091 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[673522
>> (1495254964700708864)]} 0 0
>>    [junit4]   2> 3061092 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[30814
>> (1495254964700708865)]} 0 1
>>    [junit4]   2> 3061092 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[359004
>> (1495254964701757440)]} 0 0
>>    [junit4]   2> 3061093 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[51648
>> (1495254964702806016)]} 0 0
>>    [junit4]   2> 3061094 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[63231
>> (1495254964703854592)]} 0 0
>>    [junit4]   2> 3061095 T13107 C6425 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[945065
>> (1495254964703854593)]} 0 1
>>    [junit4]   2> 3061095 T13107 C6425 oasu.DirectUpdateHandler2.commit
>> start
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>>    [junit4]   2> ASYNC  NEW_CORE C6426 name=collection1
>> org.apache.solr.core.SolrCore@11db63be
>>    [junit4]   2> 3061114 T13107 C6426 oasc.SolrDeletionPolicy.onCommit
>> SolrDeletionPolicy.onCommit: commits: num=2
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_3,generation=3}
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_4,generation=4}
>>    [junit4]   2> 3061114 T13107 C6426
>> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
>>    [junit4]   2> 3061115 T13107 C6426 oass.SolrIndexSearcher.<init>
>> Opening Searcher@36a89e25[collection1] main
>>    [junit4]   2> 3061116 T13107 C6426 oasu.DirectUpdateHandler2.commit
>> end_commit_flush
>>    [junit4]   2> 3061116 T13109 oasc.SolrCore.registerSearcher
>> [collection1] Registered new searcher Searcher@36a89e25[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)
>> Uninverting(_1(6.0.0):c10) Uninverting(_2(6.0.0):c10)))}
>>    [junit4]   2> 3061116 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {commit=} 0 21
>>    [junit4]   2> 3061119 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[673239
>> (1495254964727971840)]} 0 2
>>    [junit4]   2> 3061121 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[589615
>> (1495254964731117568)]} 0 1
>>    [junit4]   2> 3061122 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[651251
>> (1495254964733214720)]} 0 0
>>    [junit4]   2> 3061123 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[404790
>> (1495254964734263296)]} 0 0
>>    [junit4]   2> 3061124 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[3020
>> (1495254964735311872)]} 0 0
>>    [junit4]   2> 3061125 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[677167
>> (1495254964736360448)]} 0 0
>>    [junit4]   2> 3061126 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[293284
>> (1495254964737409024)]} 0 0
>>    [junit4]   2> 3061127 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[202195
>> (1495254964738457600)]} 0 0
>>    [junit4]   2> 3061128 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[193812
>> (1495254964739506176)]} 0 0
>>    [junit4]   2> 3061129 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[353578
>> (1495254964740554752)]} 0 0
>>    [junit4]   2> 3061130 T13107 C6426 oasu.DirectUpdateHandler2.commit
>> start
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>>    [junit4]   2> 3061137 T13107 C6426 oasc.SolrDeletionPolicy.onCommit
>> SolrDeletionPolicy.onCommit: commits: num=2
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_4,generation=4}
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_5,generation=5}
>>    [junit4]   2> 3061138 T13107 C6426
>> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
>>    [junit4]   2> 3061138 T13107 C6426 oass.SolrIndexSearcher.<init>
>> Opening Searcher@6f8e81ed[collection1] main
>>    [junit4]   2> 3061139 T13107 C6426 oasu.DirectUpdateHandler2.commit
>> end_commit_flush
>>    [junit4]   2> 3061139 T13109 oasc.SolrCore.registerSearcher
>> [collection1] Registered new searcher Searcher@6f8e81ed[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)
>> Uninverting(_1(6.0.0):c10) Uninverting(_2(6.0.0):c10)
>> Uninverting(_3(6.0.0):c10)))}
>>    [junit4]   2> 3061139 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {commit=} 0 9
>>    [junit4]   2> 3061142 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[815431
>> (1495254964752089088)]} 0 2
>>    [junit4]   2> 3061143 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[498512
>> (1495254964755234816)]} 0 0
>>    [junit4]   2> 3061144 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[652762
>> (1495254964756283392)]} 0 0
>>    [junit4]   2> 3061145 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[247571
>> (1495254964757331968)]} 0 0
>>    [junit4]   2> 3061146 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[552195
>> (1495254964758380544)]} 0 0
>>    [junit4]   2> 3061147 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[460435
>> (1495254964759429120)]} 0 0
>>    [junit4]   2> 3061148 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[284490
>> (1495254964760477696)]} 0 1
>>    [junit4]   2> 3061149 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[672327
>> (1495254964761526272)]} 0 1
>>    [junit4]   2> 3061150 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[872945
>> (1495254964762574848)]} 0 0
>>    [junit4]   2> 3061151 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[533513
>> (1495254964763623424)]} 0 0
>>    [junit4]   2> 3061152 T13107 C6426 oasu.DirectUpdateHandler2.commit
>> start
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>>    [junit4]   2> 3061159 T13107 C6426 oasc.SolrDeletionPolicy.onCommit
>> SolrDeletionPolicy.onCommit: commits: num=2
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_5,generation=5}
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_6,generation=6}
>>    [junit4]   2> 3061159 T13107 C6426
>> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
>>    [junit4]   2> 3061160 T13107 C6426 oass.SolrIndexSearcher.<init>
>> Opening Searcher@4472ecec[collection1] main
>>    [junit4]   2> 3061161 T13109 oasc.SolrCore.registerSearcher
>> [collection1] Registered new searcher Searcher@4472ecec[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)
>> Uninverting(_1(6.0.0):c10) Uninverting(_2(6.0.0):c10)
>> Uninverting(_3(6.0.0):c10) Uninverting(_4(6.0.0):c10)))}
>>    [junit4]   2> 3061161 T13107 C6426 oasu.DirectUpdateHandler2.commit
>> end_commit_flush
>>    [junit4]   2> 3061162 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {commit=} 0 11
>>    [junit4]   2> 3061164 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[212823
>> (1495254964776206336)]} 0 2
>>    [junit4]   2> 3061165 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[875535
>> (1495254964778303488)]} 0 0
>>    [junit4]   2> 3061176 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[178291
>> (1495254964788789248)]} 0 10
>>    [junit4]   2> 3061177 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[110327
>> (1495254964790886400)]} 0 0
>>    [junit4]   2> 3061178 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[155881
>> (1495254964791934976)]} 0 1
>>    [junit4]   2> 3061178 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[365058
>> (1495254964791934977)]} 0 0
>>    [junit4]   2> 3061179 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[651694
>> (1495254964792983552)]} 0 0
>>    [junit4]   2> 3061180 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[178222
>> (1495254964794032128)]} 0 0
>>    [junit4]   2> 3061181 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {add=[53730
>> (1495254964795080704)]} 0 0
>>    [junit4]   2> 3061181 T13107 C6426 oasu.DirectUpdateHandler2.commit
>> start
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>>    [junit4]   2> 3061190 T13107 C6426 oasc.SolrDeletionPolicy.onCommit
>> SolrDeletionPolicy.onCommit: commits: num=2
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_6,generation=6}
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
>> ),segFN=segments_7,generation=7}
>>    [junit4]   2> 3061190 T13107 C6426
>> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
>>    [junit4]   2> 3061191 T13107 C6426 oass.SolrIndexSearcher.<init>
>> Opening Searcher@499babca[collection1] main
>>    [junit4]   2> 3061191 T13109 oasc.SolrCore.registerSearcher
>> [collection1] Registered new searcher Searcher@499babca[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)
>> Uninverting(_1(6.0.0):c10) Uninverting(_2(6.0.0):c10)
>> Uninverting(_3(6.0.0):c10) Uninverting(_4(6.0.0):c10)
>> Uninverting(_5(6.0.0):c9)))}
>>    [junit4]   2> 3061191 T13107 C6426 oasu.DirectUpdateHandler2.commit
>> end_commit_flush
>>    [junit4]   2> 3061192 T13107 C6426 oasup.LogUpdateProcessor.finish
>> [collection1] webapp=null path=null params={} {commit=} 0 11
>>    [junit4]   2> 3061195 T13107 C6426 oasc.SolrException.log ERROR
>> java.io.IOException: java.util.concurrent.RejectedExecutionException: Task
>> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
>> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
>> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>>    [junit4]   2>                at
>> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:168)
>>    [junit4]   2>                at
>> org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:623)
>>    [junit4]   2>                at
>> org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:606)
>>    [junit4]   2>                at
>> org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1123)
>>    [junit4]   2>                at
>> org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1605)
>>    [junit4]   2>                at
>> org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1481)
>>    [junit4]   2>                at
>> org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
>>    [junit4]   2>                at
>> org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:512)
>>    [junit4]   2>                at
>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:226)
>>    [junit4]   2>                at
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)
>>    [junit4]   2>                at
>> org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
>>    [junit4]   2>                at
>> org.apache.solr.util.TestHarness.query(TestHarness.java:320)
>>    [junit4]   2>                at
>> org.apache.solr.util.TestHarness.query(TestHarness.java:302)
>>    [junit4]   2>                at
>> org.apache.solr.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:94)
>>    [junit4]   2>                at
>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>    [junit4]   2>                at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>    [junit4]   2>                at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>    [junit4]   2>                at
>> java.lang.reflect.Method.invoke(Method.java:483)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>>    [junit4]   2>                at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>>    [junit4]   2>                at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>>    [junit4]   2>                at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>>    [junit4]   2>                at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>>    [junit4]   2>                at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>>    [junit4]   2>                at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>    [junit4]   2>                at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>    [junit4]   2>                at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>>    [junit4]   2>                at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>>    [junit4]   2>                at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>>    [junit4]   2>                at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>    [junit4]   2>                at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>>    [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
>>    [junit4]   2>        Caused by:
>> java.util.concurrent.RejectedExecutionException: Task
>> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
>> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
>> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>>    [junit4]   2>                at
>> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
>>    [junit4]   2>                at
>> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
>>    [junit4]   2>                at
>> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
>>    [junit4]   2>                at
>> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:166)
>>    [junit4]   2>                ... 52 more
>>    [junit4]   2>
>>    [junit4]   2> 3061197 T13107 C6426 oasc.SolrCore.execute [collection1]
>> webapp=null path=null
>> params={q=*%3A*&fq=%7B%21hash+worker%3D0+workers%3D3+cost%3D1%7D&partitionKeys=a_s&rows=50}
>> status=500 QTime=4
>>    [junit4]   2> 3061197 T13107 oas.SolrTestCaseJ4.tearDown ###Ending
>> testHashPartition
>>    [junit4]   2> NOTE: reproduce with: ant test
>> -Dtestcase=TestHashQParserPlugin -Dtests.method=testHashPartition
>> -Dtests.seed=B0C766A25E8A6825 -Dtests.slow=true -Dtests.locale=de_LU
>> -Dtests.timezone=Australia/Tasmania -Dtests.asserts=true
>> -Dtests.file.encoding=ISO-8859-1
>>    [junit4] ERROR   0.19s | TestHashQParserPlugin.testHashPartition <<<
>>    [junit4]    > Throwable #1: java.io.IOException:
>> java.util.concurrent.RejectedExecutionException: Task
>> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
>> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
>> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>>    [junit4]    >        at
>> __randomizedtesting.SeedInfo.seed([B0C766A25E8A6825:617A474765E0D14E]:0)
>>    [junit4]    >        at
>> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:168)
>>    [junit4]    >        at
>> org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:623)
>>    [junit4]    >        at
>> org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:606)
>>    [junit4]    >        at
>> org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1123)
>>    [junit4]    >        at
>> org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1605)
>>    [junit4]    >        at
>> org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1481)
>>    [junit4]    >        at
>> org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
>>    [junit4]    >        at
>> org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:512)
>>    [junit4]    >        at
>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:226)
>>    [junit4]    >        at
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)
>>    [junit4]    >        at
>> org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
>>    [junit4]    >        at
>> org.apache.solr.util.TestHarness.query(TestHarness.java:320)
>>    [junit4]    >        at
>> org.apache.solr.util.TestHarness.query(TestHarness.java:302)
>>    [junit4]    >        at
>> org.apache.solr.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:94)
>>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>>    [junit4]    > Caused by:
>> java.util.concurrent.RejectedExecutionException: Task
>> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
>> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
>> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>>    [junit4]    >        at
>> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
>>    [junit4]    >        at
>> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
>>    [junit4]    >        at
>> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
>>    [junit4]    >        at
>> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:166)
>>    [junit4]    >        ... 52 more
>>    [junit4]   2> 3061227 T13107 oas.SolrTestCaseJ4.deleteCore
>> ###deleteCore
>>    [junit4]   2> 3061227 T13107 oasc.CoreContainer.shutdown Shutting down
>> CoreContainer instance=204405430
>>    [junit4]   2> 3061228 T13107 oasc.SolrCore.close [collection1]
>> CLOSING SolrCore org.apache.solr.core.SolrCore@11db63be
>>    [junit4]   2> 3061229 T13107 oasu.DirectUpdateHandler2.close closing
>> DirectUpdateHandler2{commits=7,autocommits=0,soft
>> autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=50,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=3673,transaction_logs_total_number=7}
>>    [junit4]   2> 3061229 T13107 oasu.SolrCoreState.decrefSolrCoreState
>> Closing SolrCoreState
>>    [junit4]   2> 3061230 T13107
>> oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has
>> reached 0 - closing IndexWriter
>>    [junit4]   2> 3061230 T13107
>> oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with
>> IndexWriterCloser
>>    [junit4]   2> 3061236 T13107 oasc.SolrCore.closeSearcher [collection1]
>> Closing main searcher on request.
>>    [junit4]   2> 3061236 T13107 oasc.CachingDirectoryFactory.close
>> Closing MockDirectoryFactory - 2 directories currently being tracked
>>    [junit4]   2> 3061236 T13107
>> oasc.CachingDirectoryFactory.closeCacheValue looking to close
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001
>> [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001;done=false>>]
>>    [junit4]   2> 3061237 T13107 oasc.CachingDirectoryFactory.close
>> Closing directory:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001
>>    [junit4]   2> 3061237 T13107
>> oasc.CachingDirectoryFactory.closeCacheValue looking to close
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001/index
>> [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001/index;done=false>>]
>>    [junit4]   2> 3061238 T13107 oasc.CachingDirectoryFactory.close
>> Closing directory:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001/init-core-data-001/index
>>    [junit4]   2> NOTE: leaving temporary files on disk at:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
>> B0C766A25E8A6825-001
>>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50):
>> {a_s=BlockTreeOrds(blocksize=128), _version_=PostingsFormat(name=Memory
>> doPackFST= false),
>> multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
>> intDefault=PostingsFormat(name=Memory doPackFST= false),
>> a_i=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting),
>> a_l=PostingsFormat(name=Memory doPackFST= false),
>> timestamp=PostingsFormat(name=Memory doPackFST= false)},
>> docValues:{a_s=DocValuesFormat(name=Lucene50),
>> _version_=DocValuesFormat(name=Asserting),
>> multiDefault=DocValuesFormat(name=Direct),
>> intDefault=DocValuesFormat(name=Asserting),
>> a_i=DocValuesFormat(name=Lucene50), id=DocValuesFormat(name=Lucene50),
>> a_l=DocValuesFormat(name=Asserting)},
>> sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=de_LU,
>> timezone=Australia/Tasmania
>>    [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_31
>> (64-bit)/cpus=2,threads=1,free=187961440,total=380686336
>>    [junit4]   2> NOTE: All tests run in this JVM: [TestFastLRUCache,
>> ConvertedLegacyTest, TestMissingGroups, TestCloudSchemaless,
>> TestQuerySenderListener, AssignTest, PreAnalyzedUpdateProcessorTest,
>> TestElisionMultitermQuery, OpenExchangeRatesOrgProviderTest,
>> LeaderFailoverAfterPartitionTest, AnalyticsMergeStrategyTest,
>> AnalysisAfterCoreReloadTest, PrimitiveFieldTypeTest, OverseerTest,
>> FileBasedSpellCheckerTest, ShardRoutingTest, ZkCLITest,
>> TestLMDirichletSimilarityFactory, ActionThrottleTest, SolrTestCaseJ4Test,
>> TestSchemaSimilarityResource, DistribJoinFromCollectionTest,
>> TestReplicaProperties, TestSolrDeletionPolicy1,
>> TriLevelCompositeIdRoutingTest, SpatialRPTFieldTypeTest,
>> QueryResultKeyTest, TestRecovery, SimpleFacetsTest, SliceStateTest,
>> DocumentBuilderTest, AtomicUpdatesTest, ReturnFieldsTest,
>> TestHdfsUpdateLog, IndexSchemaTest, FieldAnalysisRequestHandlerTest,
>> SolrCoreTest, XsltUpdateRequestHandlerTest, StressHdfsTest, PluginInfoTest,
>> TestClassNameShortening, DistributedFacetPivotSmallTest,
>> ParsingFieldUpdateProcessorsTest, TestBinaryField, TestManagedResource,
>> TestPostingsSolrHighlighter, TestCollationFieldDocValues,
>> TestExactStatsCache, TestDistributedSearch, DistributedMLTComponentTest,
>> TestTolerantSearch, AnalysisErrorHandlingTest, TermVectorComponentTest,
>> TestDocSet, WordBreakSolrSpellCheckerTest, TestDistribDocBasedVersion,
>> DocExpirationUpdateProcessorFactoryTest, SolrInfoMBeanTest,
>> CollectionsAPIDistributedZkTest, TestExtendedDismaxParser,
>> TestSerializedLuceneMatchVersion, TestDFRSimilarityFactory,
>> TestManagedResourceStorage, TestOrdValues, TestPHPSerializedResponseWriter,
>> SSLMigrationTest, IndexBasedSpellCheckerTest,
>> CloudExitableDirectoryReaderTest, TestComponentsName,
>> TestShortCircuitedRequests, ClusterStateUpdateTest, ZkNodePropsTest,
>> TestJoin, TestInfoStreamLogging,
>> TestSolrQueryParserDefaultOperatorResource, TestDistributedGrouping,
>> TestRemoteStreaming, TestSchemaNameResource,
>> TestManagedSchemaDynamicFieldResource, TestBlobHandler, MergeStrategyTest,
>> AliasIntegrationTest, OpenCloseCoreStressTest, TestCryptoKeys,
>> TestHashPartitioner, DocumentAnalysisRequestHandlerTest, FileUtilsTest,
>> SolrCoreCheckLockOnStartupTest, DistribCursorPagingTest, TestQueryTypes,
>> TestReRankQParserPlugin, BasicDistributedZkTest,
>> CoreAdminRequestStatusTest, TestExactSharedStatsCache,
>> IndexSchemaRuntimeFieldTest, TestOmitPositions, TestAnalyzedSuggestions,
>> TestCharFilters, AddBlockUpdateTest, TestFileDictionaryLookup,
>> MigrateRouteKeyTest, AddSchemaFieldsUpdateProcessorFactoryTest,
>> MBeansHandlerTest, TestMiniSolrCloudClusterSSL, TestSortingResponseWriter,
>> UUIDFieldTest, TestSolr4Spatial2, TestPhraseSuggestions,
>> HdfsChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, TestFiltering,
>> TestLazyCores, TestRTGBase, TestStressLucene, HighlighterMaxOffsetTest,
>> TestStressReorder, DeleteReplicaTest, DistributedFacetPivotLargeTest,
>> QueryEqualityTest, CacheHeaderTest, QueryParsingTest, TestCloudInspectUtil,
>> CurrencyFieldXmlFileTest, TermVectorComponentDistributedTest,
>> SearchHandlerTest, TestSolrDynamicMBean, TestWordDelimiterFilterFactory,
>> SaslZkACLProviderTest, TestSolrDeletionPolicy2, BadCopyFieldTest,
>> ClusterStateTest, SynonymTokenizerTest, RequestHandlersTest,
>> TestReqParamsAPI, TestLMJelinekMercerSimilarityFactory, TestGroupingSearch,
>> DistributedIntervalFacetingTest, TestJettySolrRunner, TestValueSourceCache,
>> TestConfigOverlay, DOMUtilTest, TestSurroundQueryParser,
>> SystemInfoHandlerTest, TestFieldResource, LeaderElectionTest,
>> TestStressRecovery, TestReplicationHandlerBackup, TestReplicationHandler,
>> TestSolrCoreProperties, UUIDUpdateProcessorFallbackTest,
>> SimplePostToolTest, TestLuceneMatchVersion, ScriptEngineTest, TestLRUCache,
>> AutoCommitTest, TestSolrQueryParser, SharedFSAutoReplicaFailoverTest,
>> FieldMutatingUpdateProcessorTest, TestSearchPerf,
>> TestHighlightDedupGrouping, TestFieldTypeResource, TestStressUserVersions,
>> TestIBSimilarityFactory, TestRealTimeGet,
>> LeaderInitiatedRecoveryOnCommitTest, SignatureUpdateProcessorFactoryTest,
>> BasicZkTest, TestDefaultStatsCache, TestSolrQueryParserResource,
>> BasicDistributedZk2Test, TestShardHandlerFactory, TestPivotHelperCode,
>> HttpPartitionTest, XmlUpdateRequestHandlerTest, DocValuesTest,
>> CSVRequestHandlerTest, CopyFieldTest, SpellPossibilityIteratorTest,
>> TestUniqueKeyFieldResource, BasicFunctionalityTest, TestLRUStatsCache,
>> PingRequestHandlerTest, HdfsWriteToMultipleCollectionsTest,
>> ReplicationFactorTest, TestReload, TestFoldingMultitermQuery,
>> NumericFieldsTest, MoreLikeThisHandlerTest, TestUpdate, UpdateParamsTest,
>> DistributedQueryComponentCustomSortTest, CoreAdminCreateDiscoverTest,
>> TestCustomSort, DistribDocExpirationUpdateProcessorTest, SampleTest,
>> TestBulkSchemaAPI, JsonLoaderTest, PeerSyncTest,
>> TestRequestStatusCollectionAPI, ZkSolrClientTest, BadIndexSchemaTest,
>> ExternalFileFieldSortTest, TestSweetSpotSimilarityFactory,
>> HdfsDirectoryFactoryTest, SolrRequestParserTest, ChaosMonkeySafeLeaderTest,
>> BadComponentTest, TestQuerySenderNoQuery, TestCollationField,
>> TestCoreContainer, ZkControllerTest, TestDynamicLoading, TestConfig,
>> TestFastWriter, TestSolrConfigHandlerCloud, SpatialFilterTest,
>> MultiTermTest, DeleteInactiveReplicaTest, DistributedExpandComponentTest,
>> TestChildDocTransformer, DistributedQueryElevationComponentTest,
>> TestHashQParserPlugin]
>>    [junit4] Completed in 0.72s, 1 test, 1 error <<< FAILURES!
>>
>> [...truncated 748 lines...]
>> BUILD FAILED
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:519: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:191: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:510:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1351:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:958:
>> There were test failures: 473 suites, 1878 tests, 1 error, 53 ignored (20
>> assumptions)
>>
>> Total time: 132 minutes 4 seconds
>> Build step 'Invoke Ant' marked build as failure
>> [description-setter] Description set: Java: 64bit/jdk1.8.0
>> -XX:-UseCompressedOops -XX:+UseSerialGC
>> Archiving artifacts
>> Recording test results
>> Email was triggered for: Failure - Any
>> Sending email for trigger: Failure - Any
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
>

Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2045 - Failure!

Posted by Joel Bernstein <jo...@gmail.com>.
Looking into this. The HashQParserPlugin uses a thread pool to build a
filter. It looks like the threadpool is being terminated, which would
happen via a close hook during a core shutdown.

Joel Bernstein
Search Engineer at Heliosearch

On Tue, Mar 10, 2015 at 8:00 AM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2045/
> Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
>
> 1 tests failed.
> FAILED:  org.apache.solr.search.TestHashQParserPlugin.testHashPartition
>
> Error Message:
> java.util.concurrent.RejectedExecutionException: Task
> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>
> Stack Trace:
> java.io.IOException: java.util.concurrent.RejectedExecutionException: Task
> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>         at
> __randomizedtesting.SeedInfo.seed([B0C766A25E8A6825:617A474765E0D14E]:0)
>         at
> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:168)
>         at
> org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:623)
>         at
> org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:606)
>         at
> org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1123)
>         at
> org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1605)
>         at
> org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1481)
>         at
> org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
>         at
> org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:512)
>         at
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:226)
>         at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)
>         at org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
>         at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
>         at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
>         at
> org.apache.solr.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:94)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:483)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
>         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.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         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:365)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
>         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
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         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
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         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:365)
>         at java.lang.Thread.run(Thread.java:745)
> Caused by: java.util.concurrent.RejectedExecutionException: Task
> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>         at
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
>         at
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
>         at
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
>         at
> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:166)
>         ... 52 more
>
>
>
>
> Build Log:
> [...truncated 9729 lines...]
>    [junit4] Suite: org.apache.solr.search.TestHashQParserPlugin
>    [junit4]   2> Creating dataDir:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001
>    [junit4]   2> 3060547 T13107 oas.SolrTestCaseJ4.buildSSLConfig
> Randomized ssl (false) and clientAuth (false)
>    [junit4]   2> 3060549 T13107 oas.SolrTestCaseJ4.initCore ####initCore
>    [junit4]   2> 3060549 T13107 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
>    [junit4]   2> 3060550 T13107 oasc.SolrResourceLoader.replaceClassLoader
> Adding
> 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
> to classloader
>    [junit4]   2> 3060551 T13107 oasc.SolrResourceLoader.replaceClassLoader
> Adding
> 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
> to classloader
>    [junit4]   2> 3060551 T13107 oasc.SolrResourceLoader.replaceClassLoader
> Adding
> 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
> to classloader
>    [junit4]   2> 3060610 T13107 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 3060614 T13107 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 3060637 T13107 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-hash.xml
>    [junit4]   2> 3060641 T13107 oass.IndexSchema.readSchema Reading Solr
> Schema from
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-hash.xml
>    [junit4]   2> 3060645 T13107 oass.IndexSchema.readSchema [null] Schema
> name=test
>    [junit4]   2> 3060734 T13107 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 3060735 T13107 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 3060736 T13107 oass.IndexSchema.loadCopyFields WARN Field
> lowerfilt1and2 is not multivalued and destination for multiple copyFields
> (2)
>    [junit4]   2> 3060737 T13107 oass.IndexSchema.loadCopyFields WARN Field
> text is not multivalued and destination for multiple copyFields (3)
>    [junit4]   2> 3060737 T13107 oasc.SolrResourceLoader.locateSolrHome
> JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 3060738 T13107 oasc.SolrResourceLoader.locateSolrHome
> using system property solr.solr.home:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
>    [junit4]   2> 3060738 T13107 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
>    [junit4]   2> 3060756 T13107 oasc.CoreContainer.<init> New
> CoreContainer 204405430
>    [junit4]   2> 3060757 T13107 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
>    [junit4]   2> 3060757 T13107 oasc.CoreContainer.load loading shared
> library:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib
>    [junit4]   2> 3060757 T13107 oasc.SolrResourceLoader.addToClassLoader
> WARN Can't find (or read) directory to add to classloader: lib (resolved
> as:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib).
>    [junit4]   2> 3060767 T13107 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 600000
>    [junit4]   2> 3060767 T13107 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to: null
>    [junit4]   2> 3060767 T13107 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 60000
>    [junit4]   2> 3060768 T13107 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 3060768 T13107 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
>    [junit4]   2> 3060768 T13107 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 3060768 T13107 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 3060769 T13107 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 3060769 T13107 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 3060769 T13107 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 3060769 T13107 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
>    [junit4]   2> 3060769 T13107 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=30000&connTimeout=30000&retry=true
>    [junit4]   2> 3060770 T13107 oasl.LogWatcher.createWatcher SLF4J impl
> is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 3060770 T13107 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 3060770 T13107 oasc.CoreContainer.load Node Name: testNode
>    [junit4]   1> CORE DESCRIPTOR: {name=collection1,
> config=solrconfig-hash.xml, transient=false, schema=schema-hash.xml,
> loadOnStartup=true, instanceDir=collection1, collection=collection1,
> absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/,
> dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001, shard=shard1}
>    [junit4]   2> 3060774 T13108 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
>    [junit4]   2> 3060776 T13108 oasc.SolrResourceLoader.replaceClassLoader
> Adding
> 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
> to classloader
>    [junit4]   2> 3060777 T13108 oasc.SolrResourceLoader.replaceClassLoader
> Adding
> 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
> to classloader
>    [junit4]   2> 3060777 T13108 oasc.SolrResourceLoader.replaceClassLoader
> Adding
> 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
> to classloader
>    [junit4]   2> 3060808 T13108 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 3060815 T13108 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 3060831 T13108 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-hash.xml
>    [junit4]   2> 3060832 T13108 oass.IndexSchema.readSchema Reading Solr
> Schema from
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-hash.xml
>    [junit4]   2> 3060837 T13108 oass.IndexSchema.readSchema [collection1]
> Schema name=test
>    [junit4]   2> 3060929 T13108 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 3060931 T13108 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 3060932 T13108 oass.IndexSchema.loadCopyFields WARN Field
> lowerfilt1and2 is not multivalued and destination for multiple copyFields
> (2)
>    [junit4]   2> 3060932 T13108 oass.IndexSchema.loadCopyFields WARN Field
> text is not multivalued and destination for multiple copyFields (3)
>    [junit4]   2> 3060933 T13108 oasc.CoreContainer.create Creating
> SolrCore 'collection1' using configuration from instancedir
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
>    [junit4]   2> 3060934 T13108 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 3060935 T13108 oasc.SolrCore.<init> [collection1] Opening
> new SolrCore at
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/,
> dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001/
>    [junit4]   2> 3060935 T13108 oasc.SolrCore.<init> JMX monitoring not
> detected for core: collection1
>    [junit4]   2> 3060936 T13108 oasc.CachingDirectoryFactory.get return
> new directory for
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001
>    [junit4]   2> 3060936 T13108 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001/index/
>    [junit4]   2> 3060936 T13108 oasc.SolrCore.initIndex WARN [collection1]
> Solr index directory
> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001/index' doesn't exist. Creating new
> index...
>    [junit4]   2> 3060936 T13108 oasc.CachingDirectoryFactory.get return
> new directory for
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001/index
>    [junit4]   2> 3060938 T13108 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 3060938 T13108 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 3060941 T13108 oasc.SolrCore.loadUpdateProcessorChains no
> updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 3060949 T13108 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 3060950 T13108 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 3060951 T13108 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 3060953 T13108 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 3060954 T13108 oasc.PluginBag.createPlugin requestHandler
> : '/replication' created with startup=lazy
>    [junit4]   2> 3061019 T13108 oasc.SolrResourceLoader.findClass WARN
> Solr loaded a deprecated plugin/analysis class
> [org.apache.solr.handler.admin.AdminHandlers]. Please consult documentation
> how to replace it accordingly.
>    [junit4]   2> 3061020 T13108 oasc.SolrResourceLoader.findClass WARN
> Solr loaded a deprecated plugin/analysis class
> [org.apache.solr.handler.admin.AdminHandlers]. Please consult documentation
> how to replace it accordingly.
>    [junit4]   2> 3061021 T13108
> oasc.RequestHandlers.initHandlersFromConfig Registered paths:
> /admin/mbeans,standard,,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin,/admin/threads,/admin/ping,/update,/admin/file
>    [junit4]   2> 3061021 T13108
> oasc.RequestHandlers.initHandlersFromConfig WARN no default request handler
> is registered (either '/select' or 'standard')
>    [junit4]   2> 3061021 T13108 oasc.SolrCore.initStatsCache Using default
> statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 3061024 T13108 oasu.UpdateHandler.<init> Using UpdateLog
> implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 3061024 T13108 oasu.UpdateLog.init Initializing
> UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
> maxNumLogsToKeep=10
>    [junit4]   2> 3061025 T13108 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
>    [junit4]   2> 3061026 T13108 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
>    [junit4]   2> 3061027 T13108 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 3061028 T13108 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 3061028 T13108 oass.SolrIndexSearcher.<init> Opening
> Searcher@752efde1[collection1] main
>    [junit4]   2> 3061029 T13108 oasr.ManagedResourceStorage.newStorageIO
> WARN Cannot write to config directory
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf;
> switching to use InMemory storage instead.
>    [junit4]   2> 3061030 T13108 oasr.RestManager.init Initializing
> RestManager with initArgs: {}
>    [junit4]   2> 3061030 T13108 oasr.ManagedResourceStorage.load Reading
> _rest_managed.json using InMemoryStorage
>    [junit4]   2> 3061031 T13108 oasr.RestManager.init Initializing 0
> registered ManagedResources
>    [junit4]   2> 3061033 T13108 oasha.AdminHandlers.inform WARN
> <requestHandler name="/admin/"
>    [junit4]   2>         class="solr.admin.AdminHandlers" /> is deprecated
> . It is not required anymore
>    [junit4]   2> 3061033 T13109 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@752efde1[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3061033 T13108 oasc.CoreContainer.registerCore
> registering core: collection1
>    [junit4]   2> 3061036 T13107 oas.SolrTestCaseJ4.initCore ####initCore
> end
>    [junit4]   2> 3061040 T13107 oas.SolrTestCaseJ4.setUp ###Starting
> testHashPartition
>    [junit4]   2> ASYNC  NEW_CORE C6425 name=collection1
> org.apache.solr.core.SolrCore@11db63be
>    [junit4]   2> 3061044 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {deleteByQuery=*:*
> (-1495254964648280064)} 0 3
>    [junit4]   2> 3061048 T13107 C6425 oasu.DirectUpdateHandler2.commit
> start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 3061048 T13107 C6425 oasu.DirectUpdateHandler2.commit No
> uncommitted changes. Skipping IW.commit.
>    [junit4]   2> 3061049 T13107 C6425 oasc.SolrCore.openNewSearcher
> SolrIndexSearcher has not changed - not re-opening:
> org.apache.solr.search.SolrIndexSearcher
>    [junit4]   2> 3061049 T13107 C6425 oasu.DirectUpdateHandler2.commit
> end_commit_flush
>    [junit4]   2> 3061050 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {commit=} 0 2
>    [junit4]   2> 3061053 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[499136
> (1495254964657717248)]} 0 3
>    [junit4]   2> 3061054 T13107 C6425 oasu.DirectUpdateHandler2.commit
> start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 3061058 T13107 C6425 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_1,generation=1}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_2,generation=2}
>    [junit4]   2> 3061060 T13107 C6425
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>    [junit4]   2> 3061062 T13107 C6425 oass.SolrIndexSearcher.<init>
> Opening Searcher@24d467c5[collection1] main
>    [junit4]   2> 3061062 T13107 C6425 oasu.DirectUpdateHandler2.commit
> end_commit_flush
>    [junit4]   2> 3061062 T13109 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@24d467c5[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
>    [junit4]   2> 3061063 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {commit=} 0 9
>    [junit4]   2> 3061065 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[805883
> (1495254964672397312)]} 0 1
>    [junit4]   2> 3061066 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[55363
> (1495254964674494464)]} 0 0
>    [junit4]   2> 3061067 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[781383
> (1495254964675543040)]} 0 0
>    [junit4]   2> 3061067 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[186493
> (1495254964675543041)]} 0 0
>    [junit4]   2> 3061068 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[591710
> (1495254964676591616)]} 0 0
>    [junit4]   2> 3061069 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[426845
> (1495254964677640192)]} 0 0
>    [junit4]   2> 3061070 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[97661
> (1495254964677640193)]} 0 1
>    [junit4]   2> 3061070 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[355551
> (1495254964678688768)]} 0 0
>    [junit4]   2> 3061071 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[913153
> (1495254964679737344)]} 0 0
>    [junit4]   2> 3061072 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[388838
> (1495254964679737345)]} 0 1
>    [junit4]   2> 3061072 T13107 C6425 oasu.DirectUpdateHandler2.commit
> start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 3061080 T13107 C6425 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_2,generation=2}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_3,generation=3}
>    [junit4]   2> 3061081 T13107 C6425
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
>    [junit4]   2> 3061082 T13107 C6425 oass.SolrIndexSearcher.<init>
> Opening Searcher@4d3756da[collection1] main
>    [junit4]   2> 3061082 T13107 C6425 oasu.DirectUpdateHandler2.commit
> end_commit_flush
>    [junit4]   2> 3061082 T13109 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@4d3756da[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)
> Uninverting(_1(6.0.0):c10)))}
>    [junit4]   2> 3061083 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {commit=} 0 11
>    [junit4]   2> 3061087 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[355158
> (1495254964693368832)]} 0 3
>    [junit4]   2> 3061088 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[747162
> (1495254964697563136)]} 0 0
>    [junit4]   2> 3061089 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[403407
> (1495254964698611712)]} 0 0
>    [junit4]   2> 3061090 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[145789
> (1495254964699660288)]} 0 0
>    [junit4]   2> 3061091 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[673522
> (1495254964700708864)]} 0 0
>    [junit4]   2> 3061092 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[30814
> (1495254964700708865)]} 0 1
>    [junit4]   2> 3061092 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[359004
> (1495254964701757440)]} 0 0
>    [junit4]   2> 3061093 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[51648
> (1495254964702806016)]} 0 0
>    [junit4]   2> 3061094 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[63231
> (1495254964703854592)]} 0 0
>    [junit4]   2> 3061095 T13107 C6425 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[945065
> (1495254964703854593)]} 0 1
>    [junit4]   2> 3061095 T13107 C6425 oasu.DirectUpdateHandler2.commit
> start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> ASYNC  NEW_CORE C6426 name=collection1
> org.apache.solr.core.SolrCore@11db63be
>    [junit4]   2> 3061114 T13107 C6426 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_3,generation=3}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_4,generation=4}
>    [junit4]   2> 3061114 T13107 C6426
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
>    [junit4]   2> 3061115 T13107 C6426 oass.SolrIndexSearcher.<init>
> Opening Searcher@36a89e25[collection1] main
>    [junit4]   2> 3061116 T13107 C6426 oasu.DirectUpdateHandler2.commit
> end_commit_flush
>    [junit4]   2> 3061116 T13109 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@36a89e25[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)
> Uninverting(_1(6.0.0):c10) Uninverting(_2(6.0.0):c10)))}
>    [junit4]   2> 3061116 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {commit=} 0 21
>    [junit4]   2> 3061119 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[673239
> (1495254964727971840)]} 0 2
>    [junit4]   2> 3061121 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[589615
> (1495254964731117568)]} 0 1
>    [junit4]   2> 3061122 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[651251
> (1495254964733214720)]} 0 0
>    [junit4]   2> 3061123 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[404790
> (1495254964734263296)]} 0 0
>    [junit4]   2> 3061124 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[3020
> (1495254964735311872)]} 0 0
>    [junit4]   2> 3061125 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[677167
> (1495254964736360448)]} 0 0
>    [junit4]   2> 3061126 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[293284
> (1495254964737409024)]} 0 0
>    [junit4]   2> 3061127 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[202195
> (1495254964738457600)]} 0 0
>    [junit4]   2> 3061128 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[193812
> (1495254964739506176)]} 0 0
>    [junit4]   2> 3061129 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[353578
> (1495254964740554752)]} 0 0
>    [junit4]   2> 3061130 T13107 C6426 oasu.DirectUpdateHandler2.commit
> start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 3061137 T13107 C6426 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_4,generation=4}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_5,generation=5}
>    [junit4]   2> 3061138 T13107 C6426
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
>    [junit4]   2> 3061138 T13107 C6426 oass.SolrIndexSearcher.<init>
> Opening Searcher@6f8e81ed[collection1] main
>    [junit4]   2> 3061139 T13107 C6426 oasu.DirectUpdateHandler2.commit
> end_commit_flush
>    [junit4]   2> 3061139 T13109 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@6f8e81ed[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)
> Uninverting(_1(6.0.0):c10) Uninverting(_2(6.0.0):c10)
> Uninverting(_3(6.0.0):c10)))}
>    [junit4]   2> 3061139 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {commit=} 0 9
>    [junit4]   2> 3061142 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[815431
> (1495254964752089088)]} 0 2
>    [junit4]   2> 3061143 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[498512
> (1495254964755234816)]} 0 0
>    [junit4]   2> 3061144 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[652762
> (1495254964756283392)]} 0 0
>    [junit4]   2> 3061145 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[247571
> (1495254964757331968)]} 0 0
>    [junit4]   2> 3061146 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[552195
> (1495254964758380544)]} 0 0
>    [junit4]   2> 3061147 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[460435
> (1495254964759429120)]} 0 0
>    [junit4]   2> 3061148 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[284490
> (1495254964760477696)]} 0 1
>    [junit4]   2> 3061149 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[672327
> (1495254964761526272)]} 0 1
>    [junit4]   2> 3061150 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[872945
> (1495254964762574848)]} 0 0
>    [junit4]   2> 3061151 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[533513
> (1495254964763623424)]} 0 0
>    [junit4]   2> 3061152 T13107 C6426 oasu.DirectUpdateHandler2.commit
> start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 3061159 T13107 C6426 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_5,generation=5}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_6,generation=6}
>    [junit4]   2> 3061159 T13107 C6426
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
>    [junit4]   2> 3061160 T13107 C6426 oass.SolrIndexSearcher.<init>
> Opening Searcher@4472ecec[collection1] main
>    [junit4]   2> 3061161 T13109 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@4472ecec[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)
> Uninverting(_1(6.0.0):c10) Uninverting(_2(6.0.0):c10)
> Uninverting(_3(6.0.0):c10) Uninverting(_4(6.0.0):c10)))}
>    [junit4]   2> 3061161 T13107 C6426 oasu.DirectUpdateHandler2.commit
> end_commit_flush
>    [junit4]   2> 3061162 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {commit=} 0 11
>    [junit4]   2> 3061164 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[212823
> (1495254964776206336)]} 0 2
>    [junit4]   2> 3061165 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[875535
> (1495254964778303488)]} 0 0
>    [junit4]   2> 3061176 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[178291
> (1495254964788789248)]} 0 10
>    [junit4]   2> 3061177 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[110327
> (1495254964790886400)]} 0 0
>    [junit4]   2> 3061178 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[155881
> (1495254964791934976)]} 0 1
>    [junit4]   2> 3061178 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[365058
> (1495254964791934977)]} 0 0
>    [junit4]   2> 3061179 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[651694
> (1495254964792983552)]} 0 0
>    [junit4]   2> 3061180 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[178222
> (1495254964794032128)]} 0 0
>    [junit4]   2> 3061181 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {add=[53730
> (1495254964795080704)]} 0 0
>    [junit4]   2> 3061181 T13107 C6426 oasu.DirectUpdateHandler2.commit
> start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 3061190 T13107 C6426 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_6,generation=6}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@30928d75
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@254155fb
> ),segFN=segments_7,generation=7}
>    [junit4]   2> 3061190 T13107 C6426
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
>    [junit4]   2> 3061191 T13107 C6426 oass.SolrIndexSearcher.<init>
> Opening Searcher@499babca[collection1] main
>    [junit4]   2> 3061191 T13109 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@499babca[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)
> Uninverting(_1(6.0.0):c10) Uninverting(_2(6.0.0):c10)
> Uninverting(_3(6.0.0):c10) Uninverting(_4(6.0.0):c10)
> Uninverting(_5(6.0.0):c9)))}
>    [junit4]   2> 3061191 T13107 C6426 oasu.DirectUpdateHandler2.commit
> end_commit_flush
>    [junit4]   2> 3061192 T13107 C6426 oasup.LogUpdateProcessor.finish
> [collection1] webapp=null path=null params={} {commit=} 0 11
>    [junit4]   2> 3061195 T13107 C6426 oasc.SolrException.log ERROR
> java.io.IOException: java.util.concurrent.RejectedExecutionException: Task
> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>    [junit4]   2>                at
> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:168)
>    [junit4]   2>                at
> org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:623)
>    [junit4]   2>                at
> org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:606)
>    [junit4]   2>                at
> org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1123)
>    [junit4]   2>                at
> org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1605)
>    [junit4]   2>                at
> org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1481)
>    [junit4]   2>                at
> org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
>    [junit4]   2>                at
> org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:512)
>    [junit4]   2>                at
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:226)
>    [junit4]   2>                at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)
>    [junit4]   2>                at
> org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
>    [junit4]   2>                at
> org.apache.solr.util.TestHarness.query(TestHarness.java:320)
>    [junit4]   2>                at
> org.apache.solr.util.TestHarness.query(TestHarness.java:302)
>    [junit4]   2>                at
> org.apache.solr.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:94)
>    [junit4]   2>                at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>    [junit4]   2>                at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>    [junit4]   2>                at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>    [junit4]   2>                at
> java.lang.reflect.Method.invoke(Method.java:483)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>    [junit4]   2>                at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>    [junit4]   2>                at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>    [junit4]   2>                at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>    [junit4]   2>                at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>    [junit4]   2>                at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>    [junit4]   2>                at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>    [junit4]   2>                at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>    [junit4]   2>                at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>    [junit4]   2>                at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>    [junit4]   2>                at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>    [junit4]   2>                at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>    [junit4]   2>                at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>    [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2>        Caused by:
> java.util.concurrent.RejectedExecutionException: Task
> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>    [junit4]   2>                at
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
>    [junit4]   2>                at
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
>    [junit4]   2>                at
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
>    [junit4]   2>                at
> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:166)
>    [junit4]   2>                ... 52 more
>    [junit4]   2>
>    [junit4]   2> 3061197 T13107 C6426 oasc.SolrCore.execute [collection1]
> webapp=null path=null
> params={q=*%3A*&fq=%7B%21hash+worker%3D0+workers%3D3+cost%3D1%7D&partitionKeys=a_s&rows=50}
> status=500 QTime=4
>    [junit4]   2> 3061197 T13107 oas.SolrTestCaseJ4.tearDown ###Ending
> testHashPartition
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestHashQParserPlugin -Dtests.method=testHashPartition
> -Dtests.seed=B0C766A25E8A6825 -Dtests.slow=true -Dtests.locale=de_LU
> -Dtests.timezone=Australia/Tasmania -Dtests.asserts=true
> -Dtests.file.encoding=ISO-8859-1
>    [junit4] ERROR   0.19s | TestHashQParserPlugin.testHashPartition <<<
>    [junit4]    > Throwable #1: java.io.IOException:
> java.util.concurrent.RejectedExecutionException: Task
> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([B0C766A25E8A6825:617A474765E0D14E]:0)
>    [junit4]    >        at
> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:168)
>    [junit4]    >        at
> org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:623)
>    [junit4]    >        at
> org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:606)
>    [junit4]    >        at
> org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1123)
>    [junit4]    >        at
> org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1605)
>    [junit4]    >        at
> org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1481)
>    [junit4]    >        at
> org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
>    [junit4]    >        at
> org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:512)
>    [junit4]    >        at
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:226)
>    [junit4]    >        at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
>    [junit4]    >        at
> org.apache.solr.util.TestHarness.query(TestHarness.java:320)
>    [junit4]    >        at
> org.apache.solr.util.TestHarness.query(TestHarness.java:302)
>    [junit4]    >        at
> org.apache.solr.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:94)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]    > Caused by:
> java.util.concurrent.RejectedExecutionException: Task
> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@4a0a82b6
> rejected from java.util.concurrent.ThreadPoolExecutor@aad7186[Terminated,
> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
>    [junit4]    >        at
> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:166)
>    [junit4]    >        ... 52 more
>    [junit4]   2> 3061227 T13107 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> 3061227 T13107 oasc.CoreContainer.shutdown Shutting down
> CoreContainer instance=204405430
>    [junit4]   2> 3061228 T13107 oasc.SolrCore.close [collection1]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@11db63be
>    [junit4]   2> 3061229 T13107 oasu.DirectUpdateHandler2.close closing
> DirectUpdateHandler2{commits=7,autocommits=0,soft
> autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=50,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=3673,transaction_logs_total_number=7}
>    [junit4]   2> 3061229 T13107 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
>    [junit4]   2> 3061230 T13107 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
>    [junit4]   2> 3061230 T13107 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
>    [junit4]   2> 3061236 T13107 oasc.SolrCore.closeSearcher [collection1]
> Closing main searcher on request.
>    [junit4]   2> 3061236 T13107 oasc.CachingDirectoryFactory.close Closing
> MockDirectoryFactory - 2 directories currently being tracked
>    [junit4]   2> 3061236 T13107
> oasc.CachingDirectoryFactory.closeCacheValue looking to close
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001
> [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001;done=false>>]
>    [junit4]   2> 3061237 T13107 oasc.CachingDirectoryFactory.close Closing
> directory:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001
>    [junit4]   2> 3061237 T13107
> oasc.CachingDirectoryFactory.closeCacheValue looking to close
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001/index
> [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001/index;done=false>>]
>    [junit4]   2> 3061238 T13107 oasc.CachingDirectoryFactory.close Closing
> directory:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001/init-core-data-001/index
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestHashQParserPlugin
> B0C766A25E8A6825-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50):
> {a_s=BlockTreeOrds(blocksize=128), _version_=PostingsFormat(name=Memory
> doPackFST= false),
> multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
> intDefault=PostingsFormat(name=Memory doPackFST= false),
> a_i=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting),
> a_l=PostingsFormat(name=Memory doPackFST= false),
> timestamp=PostingsFormat(name=Memory doPackFST= false)},
> docValues:{a_s=DocValuesFormat(name=Lucene50),
> _version_=DocValuesFormat(name=Asserting),
> multiDefault=DocValuesFormat(name=Direct),
> intDefault=DocValuesFormat(name=Asserting),
> a_i=DocValuesFormat(name=Lucene50), id=DocValuesFormat(name=Lucene50),
> a_l=DocValuesFormat(name=Asserting)},
> sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=de_LU,
> timezone=Australia/Tasmania
>    [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_31
> (64-bit)/cpus=2,threads=1,free=187961440,total=380686336
>    [junit4]   2> NOTE: All tests run in this JVM: [TestFastLRUCache,
> ConvertedLegacyTest, TestMissingGroups, TestCloudSchemaless,
> TestQuerySenderListener, AssignTest, PreAnalyzedUpdateProcessorTest,
> TestElisionMultitermQuery, OpenExchangeRatesOrgProviderTest,
> LeaderFailoverAfterPartitionTest, AnalyticsMergeStrategyTest,
> AnalysisAfterCoreReloadTest, PrimitiveFieldTypeTest, OverseerTest,
> FileBasedSpellCheckerTest, ShardRoutingTest, ZkCLITest,
> TestLMDirichletSimilarityFactory, ActionThrottleTest, SolrTestCaseJ4Test,
> TestSchemaSimilarityResource, DistribJoinFromCollectionTest,
> TestReplicaProperties, TestSolrDeletionPolicy1,
> TriLevelCompositeIdRoutingTest, SpatialRPTFieldTypeTest,
> QueryResultKeyTest, TestRecovery, SimpleFacetsTest, SliceStateTest,
> DocumentBuilderTest, AtomicUpdatesTest, ReturnFieldsTest,
> TestHdfsUpdateLog, IndexSchemaTest, FieldAnalysisRequestHandlerTest,
> SolrCoreTest, XsltUpdateRequestHandlerTest, StressHdfsTest, PluginInfoTest,
> TestClassNameShortening, DistributedFacetPivotSmallTest,
> ParsingFieldUpdateProcessorsTest, TestBinaryField, TestManagedResource,
> TestPostingsSolrHighlighter, TestCollationFieldDocValues,
> TestExactStatsCache, TestDistributedSearch, DistributedMLTComponentTest,
> TestTolerantSearch, AnalysisErrorHandlingTest, TermVectorComponentTest,
> TestDocSet, WordBreakSolrSpellCheckerTest, TestDistribDocBasedVersion,
> DocExpirationUpdateProcessorFactoryTest, SolrInfoMBeanTest,
> CollectionsAPIDistributedZkTest, TestExtendedDismaxParser,
> TestSerializedLuceneMatchVersion, TestDFRSimilarityFactory,
> TestManagedResourceStorage, TestOrdValues, TestPHPSerializedResponseWriter,
> SSLMigrationTest, IndexBasedSpellCheckerTest,
> CloudExitableDirectoryReaderTest, TestComponentsName,
> TestShortCircuitedRequests, ClusterStateUpdateTest, ZkNodePropsTest,
> TestJoin, TestInfoStreamLogging,
> TestSolrQueryParserDefaultOperatorResource, TestDistributedGrouping,
> TestRemoteStreaming, TestSchemaNameResource,
> TestManagedSchemaDynamicFieldResource, TestBlobHandler, MergeStrategyTest,
> AliasIntegrationTest, OpenCloseCoreStressTest, TestCryptoKeys,
> TestHashPartitioner, DocumentAnalysisRequestHandlerTest, FileUtilsTest,
> SolrCoreCheckLockOnStartupTest, DistribCursorPagingTest, TestQueryTypes,
> TestReRankQParserPlugin, BasicDistributedZkTest,
> CoreAdminRequestStatusTest, TestExactSharedStatsCache,
> IndexSchemaRuntimeFieldTest, TestOmitPositions, TestAnalyzedSuggestions,
> TestCharFilters, AddBlockUpdateTest, TestFileDictionaryLookup,
> MigrateRouteKeyTest, AddSchemaFieldsUpdateProcessorFactoryTest,
> MBeansHandlerTest, TestMiniSolrCloudClusterSSL, TestSortingResponseWriter,
> UUIDFieldTest, TestSolr4Spatial2, TestPhraseSuggestions,
> HdfsChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, TestFiltering,
> TestLazyCores, TestRTGBase, TestStressLucene, HighlighterMaxOffsetTest,
> TestStressReorder, DeleteReplicaTest, DistributedFacetPivotLargeTest,
> QueryEqualityTest, CacheHeaderTest, QueryParsingTest, TestCloudInspectUtil,
> CurrencyFieldXmlFileTest, TermVectorComponentDistributedTest,
> SearchHandlerTest, TestSolrDynamicMBean, TestWordDelimiterFilterFactory,
> SaslZkACLProviderTest, TestSolrDeletionPolicy2, BadCopyFieldTest,
> ClusterStateTest, SynonymTokenizerTest, RequestHandlersTest,
> TestReqParamsAPI, TestLMJelinekMercerSimilarityFactory, TestGroupingSearch,
> DistributedIntervalFacetingTest, TestJettySolrRunner, TestValueSourceCache,
> TestConfigOverlay, DOMUtilTest, TestSurroundQueryParser,
> SystemInfoHandlerTest, TestFieldResource, LeaderElectionTest,
> TestStressRecovery, TestReplicationHandlerBackup, TestReplicationHandler,
> TestSolrCoreProperties, UUIDUpdateProcessorFallbackTest,
> SimplePostToolTest, TestLuceneMatchVersion, ScriptEngineTest, TestLRUCache,
> AutoCommitTest, TestSolrQueryParser, SharedFSAutoReplicaFailoverTest,
> FieldMutatingUpdateProcessorTest, TestSearchPerf,
> TestHighlightDedupGrouping, TestFieldTypeResource, TestStressUserVersions,
> TestIBSimilarityFactory, TestRealTimeGet,
> LeaderInitiatedRecoveryOnCommitTest, SignatureUpdateProcessorFactoryTest,
> BasicZkTest, TestDefaultStatsCache, TestSolrQueryParserResource,
> BasicDistributedZk2Test, TestShardHandlerFactory, TestPivotHelperCode,
> HttpPartitionTest, XmlUpdateRequestHandlerTest, DocValuesTest,
> CSVRequestHandlerTest, CopyFieldTest, SpellPossibilityIteratorTest,
> TestUniqueKeyFieldResource, BasicFunctionalityTest, TestLRUStatsCache,
> PingRequestHandlerTest, HdfsWriteToMultipleCollectionsTest,
> ReplicationFactorTest, TestReload, TestFoldingMultitermQuery,
> NumericFieldsTest, MoreLikeThisHandlerTest, TestUpdate, UpdateParamsTest,
> DistributedQueryComponentCustomSortTest, CoreAdminCreateDiscoverTest,
> TestCustomSort, DistribDocExpirationUpdateProcessorTest, SampleTest,
> TestBulkSchemaAPI, JsonLoaderTest, PeerSyncTest,
> TestRequestStatusCollectionAPI, ZkSolrClientTest, BadIndexSchemaTest,
> ExternalFileFieldSortTest, TestSweetSpotSimilarityFactory,
> HdfsDirectoryFactoryTest, SolrRequestParserTest, ChaosMonkeySafeLeaderTest,
> BadComponentTest, TestQuerySenderNoQuery, TestCollationField,
> TestCoreContainer, ZkControllerTest, TestDynamicLoading, TestConfig,
> TestFastWriter, TestSolrConfigHandlerCloud, SpatialFilterTest,
> MultiTermTest, DeleteInactiveReplicaTest, DistributedExpandComponentTest,
> TestChildDocTransformer, DistributedQueryElevationComponentTest,
> TestHashQParserPlugin]
>    [junit4] Completed in 0.72s, 1 test, 1 error <<< FAILURES!
>
> [...truncated 748 lines...]
> BUILD FAILED
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:519: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39:
> The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:191: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:510:
> The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1351:
> The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:958:
> There were test failures: 473 suites, 1878 tests, 1 error, 53 ignored (20
> assumptions)
>
> Total time: 132 minutes 4 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 64bit/jdk1.8.0
> -XX:-UseCompressedOops -XX:+UseSerialGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>