v.20.1Improvement
Improved Compatibility for getrandom in Older Kernels
Now we always use POSIX implementation of getrandom to have better compatibility with old kernels (< 3.17). #7940 (Amos Bird)Why it matters
The motivation behind this change is to ensure better compatibility and stability when running ClickHouse on older Linux kernel versions that do not fully support newergetrandom implementations. This prevents potential issues related to randomness generation on such systems.