mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 04:52:10 +00:00
Fix build
This commit is contained in:
parent
9969f9cf30
commit
f143ae6969
@ -990,7 +990,7 @@ KeeperServer::ConfigUpdateState KeeperServer::applyConfigUpdate(
|
|||||||
raft_instance->set_priority(update->id, update->priority, /*broadcast on live leader*/true);
|
raft_instance->set_priority(update->id, update->priority, /*broadcast on live leader*/true);
|
||||||
return Accepted;
|
return Accepted;
|
||||||
}
|
}
|
||||||
chassert(false);
|
std::unreachable();
|
||||||
}
|
}
|
||||||
|
|
||||||
ClusterUpdateActions KeeperServer::getRaftConfigurationDiff(const Poco::Util::AbstractConfiguration & config)
|
ClusterUpdateActions KeeperServer::getRaftConfigurationDiff(const Poco::Util::AbstractConfiguration & config)
|
||||||
|
Loading…
Reference in New Issue
Block a user