-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Field Level Encryption
-
None
-
Fully Compatible
-
ALL
-
Query Execution 2021-05-17, Query Execution 2021-05-31
-
136
As observed in BF-21088, when using FLE, there are multiple CollatorFactory initializers i.e., CreateCollatorFactory and CreateCryptdCollatorFactory), which will execute non-deterministically, as there's no dependency between them. Then, it results in unexpected behavior, as FLE tests expect CreateCryptdCollatorFactory to be initialized last.