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

generateEndpointConfigBase64Payload needs to use generateEndpointConfigClientId #532

Merged
merged 4 commits into from
Dec 8, 2022

Conversation

johnrandolph
Copy link
Collaborator

Note this means that pubber was potentially a false positive on restart?

@grafnu
Copy link
Collaborator

grafnu commented Dec 7, 2022

This is still draft... is it ready for review?

@johnrandolph johnrandolph marked this pull request as ready for review December 7, 2022 20:45
@@ -99,7 +99,8 @@ public void endpoint_config_connection_success_reconnect() {
return phase != null
&& phase.equals(BlobPhase.FINAL)
&& stateStatus.category.equals(SYSTEM_CONFIG_APPLY)
&& stateStatus.level == Level.NOTICE.value();
&& stateStatus.level == Level.NOTICE.value()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant that the status in the blob block was as intended. The system status is not always indicative of what the blob is doing... the specific problem here was that the blob was reporting an error that was not checked by this condition -- this change doesn't fix that.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed this to check blob state message for success.

@johnrandolph johnrandolph merged commit 32a4acf into faucetsdn:master Dec 8, 2022
@johnrandolph johnrandolph deleted the config_payload branch December 8, 2022 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants