v.25.3Bug Fix (user-visible misbehavior in an official stable release)
Fix race between UUID and table names
Fix all sort of bugs due to race between UUID and table names (for instance it will fix the race betweenRENAMEandRESTART REPLICA, in case of concurrentRENAMEwithSYSTEM RESTART REPLICAyou may get end up restarting wrong replica, or/and leaving one of the tables in aTable X is being restartedstate). #76308 (Azat Khuzhin).