Skip to content

Commit 302fd2e

Browse files
authored
Move balancer to batch pool (#11420)
1 parent 4999b7e commit 302fd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/vdisk/skeleton/blobstorage_skeleton.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,7 @@ namespace NKikimr {
25912591
};
25922592
auto balancingCtx = std::make_shared<TBalancingCtx>(
25932593
balancingCfg, VCtx, PDiskCtx, HugeBlobCtx, SelfId(), Hull->GetSnapshot(), Config, GInfo, MinREALHugeBlobInBytes);
2594-
BalancingId = ctx.Register(CreateBalancingActor(balancingCtx));
2594+
BalancingId = RunInBatchPool(ctx, CreateBalancingActor(balancingCtx));
25952595
ActiveActors.Insert(BalancingId, __FILE__, __LINE__, ctx, NKikimrServices::BLOBSTORAGE);
25962596
}
25972597

0 commit comments

Comments
 (0)