Joseph Palermo

Results 29 comments of Joseph Palermo

@lnguyen could you note the performance tests you did here? How many "VMs" and how long it was taking to render?

Wait, hold on, it feels very wrong to have a service running on the platform that a client would have to inspect which instances of the service are healthy and...

Thanks for those details @philippthun that does make it seem less like a Diego problem than I was saying and I'm no longer thinking the problem should be solved elsewhere....

We thought of an alternative idea that we might consider. Add a global configuration option in Cloud Controller for `max_buildpack_cache_size`. When diego is done staging, it uploads the new cache...

I was able to get api metrics from `/api_metrics`. I did have to [enable the metrics](https://github.com/cloudfoundry/bosh-deployment/blob/master/experimental/enable-metrics.yml) and I think I got the `OK` response when the metrics were NOT enabled,...

@cppforlife We're still having this problem, but now it is inconsistent across infrastructures. Everything works fine on virtualbox but when using bosh lite on aws we are still seeing the...

We were wrong about it being inconsistent across infrastructures. Created a PR to address the issue: https://github.com/cloudfoundry/bosh-lite/pull/364

[PR](https://github.com/git-duet/homebrew-tap/pull/15) was opened to fix the SHAs, just needs to be merged

Here's a sql query to find any resource config versions with a blank digest. We found ~10 of them in our instance: ```sql select * from resource_config_versions where version @>...