Skip to content

APPLYING status is set when processing of Remote Config starts - #2991

Merged
breedx-splk merged 1 commit into
signalfx:mainfrom
robsunday:opamp-report-applying-rc-status
Aug 11, 2026
Merged

APPLYING status is set when processing of Remote Config starts#2991
breedx-splk merged 1 commit into
signalfx:mainfrom
robsunday:opamp-report-applying-rc-status

Conversation

@robsunday

Copy link
Copy Markdown
Contributor

So far RemoteConfigStatus was set only at the end of remote config processing to APPLIED or FAILED.
According to the SPEC it can also be set to APPLYING at the beginning of remote config application.
Usually server will get final remote config status, but in case of some bug that prevents remote config application to finish the server should get the APPLYING status.

@robsunday
robsunday requested review from a team as code owners August 7, 2026 07:33
@robsunday robsunday changed the title APPLYING status is set when processing of Remote Config starts APPLYING status is set when processing of Remote Config starts Aug 7, 2026
// then
RemoteConfigStatus status = getInitialReportedRemoteConfigStatus();
assertThat(status.last_remote_config_hash).isEqualTo(configHash);
assertThat(status.status).isEqualTo(RemoteConfigStatuses.RemoteConfigStatuses_APPLYING);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍🏻

@breedx-splk
breedx-splk merged commit 1bb21fe into signalfx:main Aug 11, 2026
28 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants