Skip to content

Commit 7c47b03

Browse files
committed
use counter as the resource for spread-neighbours balancer
1 parent 5232e81 commit 7c47b03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/mind/hive/hive_impl.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -2308,6 +2308,7 @@ void THive::Handle(TEvPrivate::TEvProcessTabletBalancer::TPtr&) {
23082308
.RecheckOnFinish = CurrentConfig.GetContinueAutoBalancer(),
23092309
.MaxInFlight = GetBalancerInflight(),
23102310
.FilterNodeIds = std::move(objectToBalance.Nodes),
2311+
.ResourceToBalance = EResourceToBalance::Counter,
23112312
.FilterObjectId = objectToBalance.ObjectId,
23122313
});
23132314
return;

0 commit comments

Comments
 (0)