Skip to content

Commit

Permalink
fix: stop logging a draining warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorres committed Nov 20, 2024
1 parent b6d5291 commit 090b5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rolling/rolling.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func (r *Rolling) processActionGroupStates(actions []*Ydb_Maintenance.ActionGrou
defer wg.Done()

// TODO: drain node, but public draining api is not available yet
r.logger.Warn("DRAINING NOT IMPLEMENTED YET")
r.logger.Info("DRAINING NOT IMPLEMENTED YET")

r.logger.Debugf("Restart node with id: %d", node.NodeId)
if err := r.restarter.RestartNode(node); err != nil {
Expand Down

0 comments on commit 090b5ea

Please sign in to comment.