We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've noticed on some occasions that DWO logs an error like
# Note: reformatted to yaml from the JSON for readability level: error ts: 1656381116.590004 logger: controller-runtime.manager.controller.devworkspace msg: Reconciler error reconciler group: workspace.devfile.io reconciler kind: DevWorkspace name: theia-next-2 namespace: dw error: '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
PVC clean up successful; clearing finalizer
Occurs sometimes after deleting a DevWorkspace
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)
The text was updated successfully, but these errors were encountered:
Should be fixed by #879, needs to be reopened if not.
Sorry, something went wrong.
No branches or pull requests
Description
I've noticed on some occasions that DWO logs an error like
immediately after the
PVC clean up successful; clearing finalizer
messageHow 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
The text was updated successfully, but these errors were encountered: