aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/application/FileDistributionStatus.java
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup, no functional changesHarald Musum2023-08-261-10/+3
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-121-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Use DaemonThreadFactory and make sure to shutdown executorsHarald Musum2020-09-241-0/+5
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Revert "Use JrtFactory to construct jrt supervisors in configserver"Bjørn Christian Seime2019-01-221-8/+2
* Use JrtFactory to construct jrt supervisors in configserverBjørn Christian Seime2019-01-141-2/+8
* We might have status unknown for all hosts tooHarald Musum2018-01-171-5/+21
* CHeck file distribution status for hosts in parallelHarald Musum2018-01-111-3/+24
* Use higher precision for timeoutHarald Musum2018-01-091-1/+1
* Timeout for file distribution status APIHarald Musum2018-01-091-4/+5
* Add file distribution status APIHarald Musum2018-01-091-0/+143