[
https://issues.apache.org/jira/browse/SOLR-15555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17389090#comment-17389090
]
Mike Drob commented on SOLR-15555:
----------------------------------
Can I use the synchronous view just like I would use normal Cache, while
retaining the benefits of reserving my computation slots?
In other words, will building the cache with {{Cache<K, V> newCache = async ?
builder.buildAsync().synchronous() : builder.build();}} still give me the
benefit of internal CompletableFutures and allow me to have long running
computations when I call {{get(K, Function)}} without locking on the whole CHM
bucket?
> Use filterCache.computeIfAbsent in SolrIndexSearcher
> ----------------------------------------------------
>
> Key: SOLR-15555
> URL: https://issues.apache.org/jira/browse/SOLR-15555
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Mike Drob
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> When multiple concurrent queries come in at the same time, in several cases
> they can trigger concurrent computations of a DocSet for the cache. We should
> investigate where this happens and possibly take care to only do a single
> computation when possible.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]