Skip to content
New issue

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

vdk-core: change jobs behavior when logging unavailable #2656

Merged
merged 4 commits into from
Sep 14, 2023

Conversation

mrMoZ1
Copy link
Contributor

@mrMoZ1 mrMoZ1 commented Sep 12, 2023

what:
Data jobs won't fail if logging fails to initialize.

why:
If logging level is set to cloud and the configuration connects to an external service logging service such as log insight which happens to be unavailable to whole cloud cluster of data jobs will experience an outage. Instead of failing the data job, execution should now proceed with local logging on DEBUG level.

testing:
added unit test.

Signed-off-by: mrMoZ1 <mzhivkov@vmware.com>
mrMoZ1 and others added 3 commits September 12, 2023 18:16
@mrMoZ1 mrMoZ1 merged commit e9b6d9d into main Sep 14, 2023
10 checks passed
@mrMoZ1 mrMoZ1 deleted the person/mzhivkov/logging-quit branch September 14, 2023 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants