Skip to content

[BUG] Azure App Configuration Spring - Second Store refresh fails #48794

@mrm9084

Description

@mrm9084

Describe the bug
Currently the state of the store is updated after refresh of the store finishes. This is fine till there are multiple store, the first store triggers a refresh, and succeeds in refreshing, but one of the other stores then fails.

The refresh state of the store now matches the refreshed configurations, but the store contents will not have been updated and will not trigger a new refresh.

To Reproduce
Steps to reproduce the behavior:

  1. Create a provider with two stores.
  2. trigger a refresh in store one, but then have store to fail to refresh.
  3. The provider should now not refresh as it sees the current state as the updated one not the failed one.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions