tokee / lucene-solr

High cardinality faceting (SOLR-5894)
http://tokee.github.io/lucene-solr/
7 stars 1 forks source link

Test for memory leak #32

Closed tokee closed 9 years ago

tokee commented 9 years ago

While switching back and forth between counter implementations as part of a performance test, Solr got an OutOfMemory error. It should be tested if switching to an alternative counter implementation leaves old counter structures in the pool.

tokee commented 9 years ago

This was due to the counter pool being too large when testing.