When running "cf app [appname]" against a .NET app running on an IF DEA, we frequently see the cloud controller API time out before receiving a response, which results in the CC reporting the instance as "down" or with no stats (depending on which request timed out). This doesn't seem to be impacting the health manager so "cf apps" returns the correct number of running instances and there is no actual impact to the environment other than incorrect data being returned to the user. The behavior is fairly easy to reproduce in a couple of our environments and it's very random - sometimes all the DEAs will respond right away and other times there is a long delay. If we modify the cloud controller API code to allow 30 seconds for the responses to come in (see
https://github.com/cloudfoundry/cloud_controller_ng/issues/320) then we can get the data consistently.
Is this something that others are seeing with the IF DEAs? It could be something specific to our configuration/environment.