Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
refs committed Feb 26, 2021
1 parent d6b2973 commit c71fbf2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog/unreleased/accounts-init-regression.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Bugfix: Purposely delay accounts service startup

As it turns out the race condition between `accounts <-> storage-metadata` still remains. This PR is a hotfix, and it should be followed up with a proper fix. Either:

- block the accounts' initialization until the storage metadata is ready (using the registry) or
- allow the accounts service to initialize and use a message broker to signal the accounts the metadata storage is ready to receive requests.

https://github.com/owncloud/ocis/pull/1734

0 comments on commit c71fbf2

Please sign in to comment.