v.21.11Improvements
Fixed race condition causing Dictionary not found error
Fixed logical race condition that might cause Dictionary not found error for existing dictionary in rare cases. #28853 (tavplubix).Why it matters
This fix addresses an intermittent issue where users might see aDictionary not found error despite the dictionary existing. It improves the stability and reliability of dictionary usage in ClickHouse by preventing this race condition.