[
https://issues.apache.org/jira/browse/SOLR-10121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864352#comment-15864352
]
Ben Manes commented on SOLR-10121:
----------------------------------
Can you try a local hack of changing Caffeine versions and, if it fails, try
reverting back to CLHM? Both should be easy changes that could help us isolate
it.
Also note that CLHM ran the eviction listener on the same thread, whereas
Caffeine delegates that to the executor. If there is a race due to that, you
could use `executor(Runnable::run)` in the builder.
> BlockCache corruption with high concurrency
> -------------------------------------------
>
> Key: SOLR-10121
> URL: https://issues.apache.org/jira/browse/SOLR-10121
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Yonik Seeley
> Assignee: Yonik Seeley
>
> Improving the tests of the BlockCache in SOLR-10116 uncovered a corruption
> bug (either that or the test is flawed... TBD).
> The failing test is TestBlockCache.testBlockCacheConcurrent()
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]