aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/ContentClusterHtmlRendererTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Add metric for number of nodes not converged to the latest cluster state versionTor Brede Vekterli2024-06-061-2/+3
| | | | | | | | | | | | | | | | | | There is a grace period (currently hard-coded to 30s) between the time a new state version is published and before nodes are counted as not converging. This state is not sticky for a given node, so if the state keeps changing constantly it's possible that we under- count the number of non-converging nodes. But this can be improved over time; for now it's primarily a source from which we can generate alerts, as failures to converge can manifest itself as other failures in the content cluster. Also move out of sync ratio computations to the periodic metric update functionality and reset it if the current controller is not the believed cluster leader. Start moving some CC timer code to use `Instant` instead `long`s with implicit units.
* Unify on Map.ofHenning Baldersheim2024-04-111-2/+1
|
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-241-1/+1
|
* jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-231-2/+2
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Require non-null MetricUpdaterHarald Musum2023-06-051-7/+7
|
* Minor cleanupHarald Musum2023-05-081-2/+0
| | | | GC dead code, optimize imports, fix unnecessary throws statements
* Replace jettison with jacksonjonmv2022-10-211-16/+11
|
* Convert clustercontroller-core to junit5Bjørn Christian Seime2022-07-291-4/+4
|
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-211-1/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Fix typo in class nameHarald Musum2021-04-081-0/+82