Skip to content

Commit

Permalink
Error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
live-wire committed Jun 24, 2022
1 parent 165aca4 commit d76e1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/flink/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func (h flinkResourceHandler) OnAbort(ctx context.Context, tCtx pluginsCore.Task
annotationPatch, err := NewAnnotationPatch(flinkOp.ControlAnnotation, flinkOp.ControlNameJobCancel)

if err != nil {
logger.Error(ctx, "error observed in abort", err)
return abortBehavior, err
}

Expand Down

0 comments on commit d76e1d2

Please sign in to comment.