Description
With Java 8 we can use LongAdder which has more throughput under high contention .
These classes of Solr should benefit from LongAdder
- Caches ( ConcurentLRUCache / LRUCache )
- Searches ( RequestHandlerBase )
- Updates ( DirectUpdateHandler2 )