elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.99k stars 24.76k forks source link

investigate alternatives for jsr166e #9883

Closed rmuir closed 8 years ago

rmuir commented 9 years ago

I don't like that we have this fork of code, uses unsafe, etc.

instead maybe these cache statistics could be done in such a way that it uses LongAdder if you are on java 8 vm but just uses AtomicLong on java 7.

clintongormley commented 8 years ago

Fixed in master