Description
I've noticed on some occasions that DWO logs an error like
# Note: reformatted to yaml from the JSON for readabilitylevel: errorts: 1656381116.590004logger: controller-runtime.manager.controller.devworkspacemsg: Reconciler errorreconciler group: workspace.devfile.ioreconciler kind: DevWorkspacename: theia-next-2namespace: dwerror: 'Operation cannot be fulfilled on devworkspaces.workspace.devfile.io "theia-next-2": StorageError: invalid object, Code: 4, Key: /registry/workspace.devfile.io/devworkspaces/dw/theia-next-2, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 8d45666d-a151-4d72-8f92-0521641d25a7, UID in object meta: 'stacktrace: '[...]'
immediately after the PVC clean up successful; clearing finalizer message
How To Reproduce
Occurs sometimes after deleting a DevWorkspace
Expected behavior
Ideally error should not be logged as it may be confusing (and is not really an error case -- the workspace is gone so we don't care about its status)
Additional context
Description
I've noticed on some occasions that DWO logs an error like
immediately after the
PVC clean up successful; clearing finalizermessageHow To Reproduce
Occurs sometimes after deleting a DevWorkspace
Expected behavior
Ideally error should not be logged as it may be confusing (and is not really an error case -- the workspace is gone so we don't care about its status)
Additional context