Storage: Propagate RV to server on update+delete (#111866)
This commit is contained in:
@@ -263,7 +263,7 @@ func (m *resourceVersionManager) execBatch(ctx context.Context, group, resource
|
||||
attribute.Int("operation_index", i),
|
||||
attribute.String("error", err.Error()),
|
||||
))
|
||||
return fmt.Errorf("failed to execute function: %w", err)
|
||||
return err
|
||||
}
|
||||
guids[i] = guid
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user