]
Dan Berindei updated ISPN-9505:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Off-heap data container puts all the entries in a single bucket
---------------------------------------------------------------
Key: ISPN-9505
URL:
https://issues.jboss.org/browse/ISPN-9505
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Dan Berindei
Assignee: William Burns
Labels: testsuite_stability
Fix For: 9.4.0.Final
Having lots of elements in the same bucket slows things down quite a bit, especially with
trace logging enabled: inserting the 1000th entry requires 13k log messages.
This means {{OffHeapSingleNodeTest.testLotsOfWrites}} takes > 300 seconds with trace
logging enabled, and the long test watcher crashes the build.