aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/maintenance/NodeFailerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use deploy time (prepare time) when considering applications for maintenance ...Harald Musum2023-08-301-17/+17
* Don't fail nodes undergoing CMR (#26743)Ola Aunrønning2023-04-141-0/+44
* Record UP events also when not having been downJon Bratseth2023-03-011-2/+11
* Tolerate more downJon Bratseth2023-02-281-9/+9
* Allow 4% of nodes to fail before throttlingMartin Polden2022-12-011-9/+11
* Use hostname convention more inline with prodValerij Fredriksen2022-11-021-3/+3
* Fix unstable testValerij Fredriksen2022-10-141-0/+1
* Reapply "Remove HostLivenessTracker"Valerij Fredriksen2022-10-141-136/+49
* Revert "Remove HostLivenessTracker"Valerij Fredriksen2022-10-131-49/+136
* Remove node failing for ready nodesValerij Fredriksen2022-10-131-136/+49
* Revert "Revert "Avoid the host lock while failing the children""Håkon Hallingstad2022-07-111-5/+17
* Revert "Avoid the host lock while failing the children"Håkon Hallingstad2022-07-111-17/+5
* Avoid the host lock while failing the childrenHåkon Hallingstad2022-07-051-5/+17
* Increase node failure throttling from 2 to 3 %Jon Bratseth2022-04-081-6/+6
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add ServiceStatus.UNKNOWNHåkon Hallingstad2021-09-131-9/+19
* Remove unnecessary codeHåkon Hallingstad2021-08-161-6/+0
* Do not fail ready nodes w/o recent config requestsHåkon Hallingstad2021-08-161-97/+21
* Account for groups when deciding if node is replacementMartin Polden2021-07-151-0/+26
* Less DockerMartin Polden2021-04-271-16/+15
* Node failing improvementsJon Bratseth2021-04-121-0/+2
* Move nodes to 'failed' during activateJon Bratseth2021-04-081-1/+4
* Remove unnecessary methodJon Bratseth2021-02-101-11/+11
* getNode(...) -> node(...)Jon Bratseth2021-02-101-27/+27
* Remove getNodes(...): Always use list(...)Jon Bratseth2021-02-101-76/+77
* Remove getNodes(...): Always use list(...)Jon Bratseth2021-02-091-11/+11
* Remove getNodes(...): Always use list(...)Jon Bratseth2021-02-091-15/+15
* Revert "Revert "Move node operations into a separate class""Jon Bratseth2021-02-091-144/+144
* Revert "Move node operations into a separate class"Jon Bratseth2021-02-091-144/+144
* Move node operations into a separate classJon Bratseth2021-02-081-144/+144
* Allow a grace period after node re-activationValerij Fredriksen2020-12-021-1/+32
* Shorter nameJon Bratseth2020-11-131-1/+1
* Don't make changes when there are zone-wide problemsJon Bratseth2020-11-131-1/+24
* Separate node failure maintenance from failingJon Bratseth2020-11-121-53/+53
* Test failed node can be allocated on spareJon Bratseth2020-10-261-4/+39
* SpareCapacityMaintainer sketchJon Bratseth2020-06-121-2/+2
* Remove hardwareFailure and hardwareDivergence from node-repo maintainersValerij Fredriksen2019-09-191-24/+6
* Stop using deprecated NodeResources constructorsValerij Fredriksen2019-08-201-1/+1
* Add throttled host metricValerij Fredriksen2019-08-071-2/+2
* Remove nodeAdminInContainer from configserver.defValerij Fredriksen2019-06-011-30/+2
* Use docker and node resources in more testsJon Bratseth2019-05-281-4/+6
* Require lock reference for all write operationsMartin Polden2019-05-151-6/+6
* Disallow failing config/controller(hosts)Valerij Fredriksen2019-05-091-30/+23
* Revert "Flavor interface"Valerij Fredriksen2019-03-101-2/+2
* Follow API changeValerij Fredriksen2019-03-081-2/+2
* Use the type of the node reportHåkon Hallingstad2019-02-281-2/+3
* Require all child nodes to be suspended in NodeFailerHåkon Hallingstad2019-02-181-0/+63
* Fail instead of retire on failure report in NodeFailerHåkon Hallingstad2019-02-151-93/+24
* Max 1 active host with wantToRetire, and fix NodeFailer.hasHardwareIssueHåkon Hallingstad2019-02-121-9/+55