seperman / fast-autocomplete

Fast Autocomplete: When Elastcsearch suggestions are not fast and flexible enough
MIT License
272 stars 40 forks source link

LFU cache bug fair 11293 #6

Closed seperman closed 5 years ago

seperman commented 5 years ago

https://faircorp.atlassian.net/browse/FAIR-11293

Multithreading bug existed since the "get" operation was modifying the state but didn't have a thread lock.