Azure / Azure/azure-sdk-for-java

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

Open
#48,794 0 comments 0 reactions 1 assignee Claimed by @mrm9084 View on GitHub
App Configuration azure-spring-app-configuration
Dominant language
Java
Stars
2.6k
Forks
2.2k
Avg merge
2d 7h
Merged PRs (30d)
211

Description

**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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.