[
https://issues.apache.org/jira/browse/SOLR-7816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14635491#comment-14635491
]
Christine Poerschke commented on SOLR-7816:
-------------------------------------------
debug trace extract:
{code}
SolrIndexSearcher.constructor pretendMode=1
SolrIndexSearcher.constructor pretend that no filterCache is configured
SolrIndexSearcher.search(QueryResult qr, QueryCommand cmd) called
SolrIndexSearcher.getDocListC(QueryResult qr, QueryCommand cmd) called
SolrIndexSearcher.getDocListAndSetNC(QueryResult qr, QueryCommand cmd) called
SolrIndexSearcher.getProcessedFilter(DocSet setFilter, List<Query> queries)
called
SolrIndexSearcher.getProcessedFilter - there is no cache: don't pull bitsets
SolrIndexSearcher.buildAndRunCollectorChain(...) called
TimeLimitingCollector.constructor(...ticksAllowed=10001) called
SolrIndexSearcher.buildAndRunCollectorChain(...) call IndexSearcher.search
# should have seen TimeLimitingCollector.constructor and IndexSearcher.search
calls
SolrIndexSearcher.search(QueryResult qr, QueryCommand cmd) called
SolrIndexSearcher.getDocListC(QueryResult qr, QueryCommand cmd) called
SolrIndexSearcher.getDocSet(List<Query> queries) called
SolrIndexSearcher.getProcessedFilter(DocSet setFilter, List<Query> queries)
called
SolrIndexSearcher.getProcessedFilter - there is no cache: don't pull bitsets
SolrIndexSearcher.getProcessedFilter - there is no cache: don't pull bitsets
SolrIndexSearcher.getDocSet(List<Query> queries) iterate over
IndexSearcher.leafContexts
([LeafReaderContext(FilterLeafReader(Uninverting(_0(6.0.0):c297)) docBase=0
ord=0)])
# if IndexSearcher.leafContexts were iterated over then should have seen
TimeLimitingCollector.constructor use also
{code}
> timeAllowed parameter ignored edge-case bug
> (queryResultsCache=yes,filterCache=no)
> ----------------------------------------------------------------------------------
>
> Key: SOLR-7816
> URL: https://issues.apache.org/jira/browse/SOLR-7816
> Project: Solr
> Issue Type: Bug
> Reporter: Christine Poerschke
> Priority: Minor
>
> dev mailing list reference: http://markmail.org/message/3ttwppsbtia4e56t
> ---------------------------
> solrconfig characteristics:
> * a queryResultsCache is configured
> * no filterCache is configured
> query characteristics:
> * q parameter present
> * at least one fq parameter present
> * sort parameter present (and does not require the score field)
> * GET_DOCSET flag is set e.g. via the StatsComponent i.e. stats=true
> parameter
> ---------------------------
> github pull request with notes/reproduce debug trace to follow
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]