dsmiley commented on PR #1481:
URL: https://github.com/apache/solr/pull/1481#issuecomment-1660236253

   Looking back at this, the problem is that the cache implementation can't 
recursively compute new cache entries.  Given this situation, couldn't we use a 
ThreadLocal boolean to indicate if we're recursively being invoked and make 
different decisions based on this?  If recursive invocation, need to compute 
the query prior to the computeIfAbsent call.  The vast majority of invocations 
will not be recursive though.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to