Even when SoftRef are disable after few millions of docs creation there is a GC storm.
This is because many invalidations pile up in the Invalidations datastructures, which is never cleaned because in some cases invalidations are never checked (unused session in pool).
- is required by
-
NXP-15096 Fix unit test about invalidations when using array columns
- Resolved