Skip to content

Commit

Permalink
Removed second full update check
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 committed Apr 17, 2024
1 parent 0637d74 commit 479e376
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/components/ytsaurus_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,6 @@ func (yc *YtsaurusClient) GetYtClient() yt.Client {
}

func (yc *YtsaurusClient) HandlePossibilityCheck(ctx context.Context) (ok bool, msg string, err error) {
if !yc.ytsaurus.GetResource().Spec.EnableFullUpdate {
return false, "Full update is not enabled", nil
}

// Check tablet cell bundles.
notGoodBundles, err := GetNotGoodTabletCellBundles(ctx, yc.ytClient)
if err != nil {
Expand Down

0 comments on commit 479e376

Please sign in to comment.