To avoid a thread sanitizer race condition in the ICU USPrep cache code, call the USPrep code during a mongodb initializer. Since mongo initializers run before other threads start, there will therefore be no race condition later when the data is simply read by the new threads.
- is related to
-
SERVER-76813 Fix --use-system-icu
- Closed