mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
storage_service: Remove debug print for tokens in on_join
This commit is contained in:
@@ -625,10 +625,6 @@ void storage_service::handle_state_removing(inet_address endpoint, std::vector<s
|
||||
|
||||
void storage_service::on_join(gms::inet_address endpoint, gms::endpoint_state ep_state) {
|
||||
logger.debug("on_join endpoint={}", endpoint);
|
||||
auto tokens = get_tokens_for(endpoint);
|
||||
for (auto t : tokens) {
|
||||
logger.debug("t={}", t);
|
||||
}
|
||||
for (auto e : ep_state.get_application_state_map()) {
|
||||
on_change(endpoint, e.first, e.second);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user