mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 16:33:35 +00:00
storage_service: Kill FIXME for LoadBroadcaster.BROADCAST_INTERVAL
It is available now.
This commit is contained in:
@@ -283,9 +283,7 @@ void storage_service::join_token_ring(int delay) {
|
||||
if (replace_addr && *replace_addr != get_broadcast_address()) {
|
||||
// Sleep additionally to make sure that the server actually is not alive
|
||||
// and giving it more time to gossip if alive.
|
||||
// FIXME: LoadBroadcaster.BROADCAST_INTERVAL
|
||||
std::chrono::milliseconds broadcast_interval(60 * 1000);
|
||||
sleep(broadcast_interval).get();
|
||||
sleep(service::load_broadcaster::BROADCAST_INTERVAL).get();
|
||||
|
||||
// check for operator errors...
|
||||
for (auto token : _bootstrap_tokens) {
|
||||
|
||||
Reference in New Issue
Block a user