summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/jdisc/state
Commit message (Collapse)AuthorAgeFilesLines
* Remove the StateMetricConsumer class and its factory.gjoranv2021-01-262-56/+0
|
* Remove usage of MetricsPresentationConfig.slidingwindowgjoranv2021-01-261-5/+1
|
* Update package-info description.gjoranv2021-01-261-7/+5
|
* Remove metrics handling from the StateMonitor class.gjoranv2021-01-263-100/+10
|
* Handle null dimensions without throwing NPE.gjoranv2021-01-252-7/+11
|
* Non-functional-changes-onlyJon Bratseth2020-11-188-6/+13
|
* Avoid mock thread factory and simplify constructionHåkon Hallingstad2020-10-101-35/+26
|
* Take StateMonitor snapshot every 60sHåkon Hallingstad2020-10-101-33/+19
| | | | | | | | | Using Executors simplifies the code and fixes the following 2 small problems: - A tiny drift of the 1m interval: It starts the next snapshot 1m + the time before wait() return + the time until currentTimeMillis(). - May potentially (but unlikely) invoke wait() with negative (throws exception) or 0 argument (waits forever): There is no test on the returned long from currentTimeMillis().
* Improvements to handling of cluster removalJon Bratseth2020-07-021-6/+9
| | | | | | | | | - 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.
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
|
* Merge pull request #12056 from vespa-engine/balder/default-initializingHenning Baldersheim2020-02-041-11/+14
|\ | | | | Default state is 'initializing', not 'up'.
| * Default state is 'initializing', not 'up'.Henning Baldersheim2020-02-031-11/+14
| |
* | Require all up when going up, but require all down to go down.Henning Baldersheim2020-02-031-2/+8
|/
* Close streamOla Aunrønning2019-10-251-2/+3
|
* Reuse same coredump/host-life gatherersOla Aunrønning2019-10-254-14/+39
|
* Added metrics for cfgOla Aunrønning2019-10-244-0/+121
|
* Support array formatted metrics responseOla Aunrønning2019-09-191-5/+20
|
* Merge pull request #8944 from vespa-engine/jvenstad/more-general-rolesJon Marius Venstad2019-04-011-1/+5
|\ | | | | Jvenstad/more general roles
| * Non-wildcard import in random classJon Marius Venstad2019-03-281-1/+5
| |
* | add "sum" output for gauge metricsArne Juul2019-03-221-0/+1
|/
* Set healt status to down when we decide to go out of rotationJon Bratseth2019-02-251-0/+6
|
* Provision infrastructure nodes ASAP on bootstrapHåkon Hallingstad2018-12-041-2/+4
|
* Use second resoultion for timestamp (instead of millis).gjoranv2018-11-151-1/+2
|
* Add a trailing newline to the output.gjoranv2018-11-051-1/+1
|
* Improve class comment.gjoranv2018-11-051-3/+5
|
* Move JSONObjectWithLegibleException to a separate file.gjoranv2018-10-313-73/+86
|
* Add comment about network protocols.gjoranv2018-10-311-0/+3
|
* Use a constant for the packet separator.gjoranv2018-10-311-1/+3
|
* Remove another extra newline.gjoranv2018-10-311-1/+0
|
* Remove extra newline.gjoranv2018-10-311-1/+0
|
* Add new handler for obtaining metrics snapshot in "packets" formatgjoranv2018-10-312-4/+196
|
* Fix author tag for SimonBjørn Christian Seime2018-07-057-7/+7
|
* Don't run snapshot thread in StateHandlerTestBjørn Christian Seime2018-01-291-2/+11
| | | | | | Make ThreadFactory configurable in StateMonitor to enable StateHandlerTest to control the snapshot thread (in this case stop it from running).
* Make lastSnapshotTimeMs volatileBjørn Christian Seime2018-01-251-1/+1
|
* Log when changing status and set status to 'down' when RPC server is shutdownHarald Musum2017-12-091-4/+4
|
* Remove debug lineHarald Musum2017-12-081-1/+0
|
* Make it possible to configure and change status code in /state/v1/health APIHarald Musum2017-12-082-9/+21
| | | | | Make inital value configurable and make it possible to get and set it in StateMonitor
* Update copyright headersJon Bratseth2017-06-1412-12/+12
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1412-12/+12
|
* Update copyright headersJon Bratseth2017-06-1412-12/+12
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-1312-13/+13
|
* Copyright headerJon Bratseth2017-06-1312-13/+13
|
* Add state/v1/version path returning the Vespa versionJon Bratseth2017-04-241-16/+31
|
* Nonfunctional changes onlyJon Bratseth2016-08-241-2/+4
|
* Whitespace changes onlyJon Bratseth2016-08-231-1/+1
|
* Nonfunctional changes onlyJon Bratseth2016-08-232-4/+3
|
* Whitespace changes onlyJon Bratseth2016-08-236-27/+31
|
* PublishJon Bratseth2016-06-1512-0/+1039