For some specific capacity partitions and cache sizes cold qeuue becomes unbounded an increases infinitely.
It can be observed by test WhenKeysAreContinuouslyRequestedInTheOrderTheyAreAddedCountIsBounded with WarmFavourPartition with Warm ratio 0.6 and cache sizes 64, 128. Its for ConcurrentLru implementation.
The fix is not to allow to cycle back from cold queue to warm if warm is full.
