Use AbstractInstanceRegistry.getApplicationsFromMultipleRegions(String[]) instead. This method has a flawed behavior
of transparently falling back to a remote region if no instances for an app is available locally. The new
behavior is to explicitly specify if you need a remote region.
this is expensive, try not to use. See if you can use
#storeOverriddenStatusIfRequired(String, String, InstanceStatus) instead.
Stores overridden status if it is not already there. This happens during
a reconciliation process during renewal requests.