summaryrefslogtreecommitdiffstats
path: root/container-di/src/main/java/com/yahoo/container/di/CloudSubscriberFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* Improvements to handling of cluster removalJon Bratseth2020-07-021-15/+13
| | | | | | | | | - Don't change health status to "initializing" when creating a new VipStatus, as 'initializing' now requires all clusters to be up to transition to 'up', which means that if we're already up but are missing a cluster we'll go from 'up' to 'initializing' and stay there. - Forget up/down status for removed clusters. - Nicer logging on ignorable reconfiguration errors.
* Deliver search chains config to ExecutionFactoryJon Bratseth2019-06-091-0/+1
|
* Make providers lazyJon Bratseth2019-05-291-3/+5
|
* Scala code in container-di converted to JavaOlli Virtanen2018-06-211-0/+148