v.25.7Bug Fix (user-visible misbehavior in an official stable release)
Fix DatabaseReplicated::getClusterImpl
FixDatabaseReplicated::getClusterImpl. If the first element (or elements) ofhostshasid == DROPPED_MARKand there are no other elements for the same shard, the first element ofshardswill be an empty vector, leading tostd::out_of_range. #82093 (Miсhael Stetsyuk).