v.21.11Improvements

Fix data race in Buffer tables during flush and startup

Fix data-race between flush and startup in Buffer tables. This can appear in tests. #29930 (Azat Khuzhin).
Fixes a data race condition between flush and startup operations in Buffer tables.

Why it matters

The fix addresses a concurrency issue where a race condition could occur during flush and startup phases of Buffer tables, which could lead to instability or test failures. This improves the reliability and correctness of Buffer engine behavior.

How to use it

Users benefit from this fix automatically after upgrading to the version containing the patch. No additional configuration or explicit action is required to enable the fix.