tablets: load_balancer: Remove double logging

This commit is contained in:
Tomasz Grabiec
2023-07-27 03:12:50 +02:00
parent 96d06b58df
commit 3f221b1f05

View File

@@ -398,7 +398,6 @@ public:
// If balance is not achieved, still consider migrating from candidate nodes which have higher load than the target.
// max_off_candidate_load may be higher than the load of current candidate.
if (src_node_info.avg_load <= target_info.avg_load) {
lblogger.debug("No more candidate nodes.");
lblogger.debug("No more candidate nodes. Next candidate is {} with avg_load={}, target's avg_load={}",
src_host, src_node_info.avg_load, target_info.avg_load);
break;