apache / druid

Apache Druid: a high performance real-time analytics database.
https://druid.apache.org/
Apache License 2.0
13.5k stars 3.7k forks source link

Fix double-checked locking in predicate suppliers in BoundDimFilter, InDimFilter, SelectorDimFilter #8911

Open leventov opened 4 years ago

leventov commented 4 years ago

Similar to #6662. These instances of double-checked locking were not identified in that PR.

For anyone who is willing to do this: please read this thread carefully: https://github.com/apache/incubator-druid/pull/6662#discussion_r236302382

imrahul361 commented 4 years ago

I would like to work on it?May i know how can i setup the codebase for this issue?