Fix build

This commit is contained in:
Robert Schulze 2024-05-19 14:31:21 +00:00
parent 9969f9cf30
commit f143ae6969
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -990,7 +990,7 @@ KeeperServer::ConfigUpdateState KeeperServer::applyConfigUpdate(
raft_instance->set_priority(update->id, update->priority, /*broadcast on live leader*/true);
return Accepted;
}
chassert(false);
std::unreachable();
}
ClusterUpdateActions KeeperServer::getRaftConfigurationDiff(const Poco::Util::AbstractConfiguration & config)