Skip to content

Commit

Permalink
Move balancer to batch pool (#11420) (#13198)
Browse files Browse the repository at this point in the history
  • Loading branch information
robdrynkin authored Jan 9, 2025
1 parent 0927051 commit a502c82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2581,7 +2581,7 @@ namespace NKikimr {
};
auto balancingCtx = std::make_shared<TBalancingCtx>(
balancingCfg, VCtx, PDiskCtx, HugeBlobCtx, SelfId(), Hull->GetSnapshot(), Config, GInfo, MinREALHugeBlobInBytes);
BalancingId = ctx.Register(CreateBalancingActor(balancingCtx));
BalancingId = RunInBatchPool(ctx, CreateBalancingActor(balancingCtx));
ActiveActors.Insert(BalancingId, __FILE__, __LINE__, ctx, NKikimrServices::BLOBSTORAGE);
}

Expand Down

0 comments on commit a502c82

Please sign in to comment.