-
Notifications
You must be signed in to change notification settings - Fork 60
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
🌱 CSR uses INFO level if providerID was not set yet. #1357
Merged
guettli
merged 5 commits into
main
from
tg/csr-just-info-logging-if-provider-id-is-not-set-yet
Jun 21, 2024
Merged
🌱 CSR uses INFO level if providerID was not set yet. #1357
guettli
merged 5 commits into
main
from
tg/csr-just-info-logging-if-provider-id-is-not-set-yet
Jun 21, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Testing: Without constant-hostname it works. Related logs:
|
Here the logs with a machine with constant-hostname (I filtered the output a bit so that it has less lines): the important part "ProviderID not set yet." is highlighted. It appears only once. So waiting 5s seems good.
|
3 tasks
janiskemper
approved these changes
Jun 21, 2024
syself-bot
bot
added
area/test
Changes made in the test directory
area/code
Changes made in the code directory
labels
Jun 21, 2024
guettli
deleted the
tg/csr-just-info-logging-if-provider-id-is-not-set-yet
branch
June 21, 2024 13:08
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
In this PR #1351 we set the ProviderID earlier, but this did not work.
The linked PR was done to avoid error messages in the CSR-controller.
This PR changes the error messages of the CSR-controller. If the CSR exists, but there is no hbmm with the corresponding ProviderID, then this is fine. We wait some seconds and then we try again.
The hbmm is likely in state "ensure-provisioned", and the providerID will be set soon. INFO level logging is fine in this case.