aurora git commit: Refactor staticallyBannedOffers into a LRU cache

2017-10-31 Thread wfarner
Repository: aurora Updated Branches: refs/heads/master 8af269f52 -> d106b4ecc Refactor staticallyBannedOffers into a LRU cache Using the new `hold_offers_forever` option, it is possible for the `staticallyBannedOffers` to grow very large in size as we never release offers. 1. The current

aurora git commit: Remove inaccurate "Initializing sandbox" message

2017-10-31 Thread serb
Repository: aurora Updated Branches: refs/heads/master 9e646ae53 -> 8af269f52 Remove inaccurate "Initializing sandbox" message The message is no longer completely accurate, now that we remain in `STARTING` until health checks have passed. Reviewed at https://reviews.apache.org/r/63435/