The ServiceProvider class is used as a long term object by the admin UI, it also loads data at instantiation an never reloads it unless something is changed.
In a clustered environment where multiple servers can interact withthe data storgae this may lad to some servers having an outdated view (at least in the admin UI) which can be confusing.
The data should be loaded on demand or cached for short periods at most.
This issue ticket was originally removed from the tracker as it clashed with the pull request. See upstream ticket for migration details.
Metadata Update from @t0xic0der: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)