Hacker News new | ask | show | jobs
Leaking abstractions: concurrency issues in HashMap (plumbr.eu)
1 points by ivom2gi 3612 days ago
1 comments

That's why they have a ConcurrentHashMap!
Correct. But apparently when coupling abstractions with concurrency the threats are not immediately obvious and one will learn only after encountering bugs like this ...