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).Why it matters
The fix addresses a concurrency issue where a race condition could occur during flush and startup phases ofBuffer tables, which could lead to instability or test failures. This improves the reliability and correctness of Buffer engine behavior.