aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/ConfigServerBootstrap.java
Commit message (Expand)AuthorAgeFilesLines
* Use equals when comparing versionsHarald Musum2023-03-091-1/+1
* Log less or at a lower levelHarald Musum2023-03-061-11/+15
* Terminate if unable to shutdown executor, wait a shorter timeHarald Musum2023-01-041-2/+5
* Use a modifiable list to enable shufflingHenning Baldersheim2022-12-041-1/+1
* Use FileDirectory when deleting unused file referencesHarald Musum2022-11-161-4/+7
* Simplify: Use Clock and Curator from ApplicationRepositoryHarald Musum2022-10-041-14/+5
* Simplify by moving some test code into testHarald Musum2022-10-041-37/+16
* Use '@Inject' from 'annotations' in 'configserver'Bjørn Christian Seime2022-05-051-1/+1
* Use clock when availableHarald Musum2022-01-201-10/+14
* Merge pull request #19916 from vespa-engine/hmusum/start-config-server-mainta...Henning Baldersheim2021-11-091-8/+26
|\
| * Start some config server maintainers before bootstrappingHarald Musum2021-11-081-7/+7
| * Simplify testsHarald Musum2021-11-081-0/+4
| * Prepare for splitting start of config server maintainers into 2 phasesHarald Musum2021-11-081-5/+19
* | Log at lower log levelHarald Musum2021-11-081-1/+1
|/
* Simplify and log number of redeploy threadsHarald Musum2021-11-021-14/+9
* Log redeployed apps only when there are changes in deployed appsHarald Musum2021-10-131-9/+29
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Allow file distribution rpc requests while bootstrappingHarald Musum2021-08-131-7/+14
* Revert "Prepare all applications before activating when bootstrapping config ...Harald Musum2021-08-121-136/+42
* SimplifyHarald Musum2021-08-121-1/+1
* Split out methods for creating and shutting down executorHarald Musum2021-08-121-4/+11
* Prepare all applications before activating when bootstrapping config serverHarald Musum2021-08-121-39/+126
* Make sure to always log when all apps have redeployedHarald Musum2021-06-151-2/+7
* Revert "Set status failed when we do not get a deployment when bootstrapping ...Harald Musum2021-05-261-17/+8
* Use warning as log levelHarald Musum2021-05-261-3/+3
* Set status failed when we do not get a deployment when bootstrapping applicat...Harald Musum2021-05-261-8/+17
* Log more info about progress of redeploymentsHarald Musum2021-05-111-15/+50
* Simplify, BOOTSTRAP_IN_SEPARATE_THREAD is never usedHarald Musum2021-05-101-13/+6
* More lazy debug log message generationJon Marius Venstad2021-04-281-1/+1
* Log actual time when redeployment starts and finishesHarald Musum2021-04-221-5/+7
* Separate config for threads used for redeployment of appsHarald Musum2021-04-221-2/+2
* Rename variableHarald Musum2021-03-191-8/+8
* Redeploy applications when bootstrapping in random orderHarald Musum2021-03-091-5/+7
* Revert "Hold application lock when redeploying in bootstrap code"Harald Musum2020-11-111-20/+6
* Hold application lock when redeploying in bootstrap codeHarald Musum2020-11-111-6/+20
* Use DaemonThreadFactory and make sure to shutdown executorsHarald Musum2020-09-241-12/+7
* Wait with deployments until bootstrapping has finishedHarald Musum2020-09-161-3/+1
* Running maintainers before bootstrap did not have any positive effect, removingHarald Musum2020-09-111-14/+7
* Log some more when redeploying applications when bootstrappingHarald Musum2020-09-071-28/+33
* Do not print stack traceHarald Musum2020-09-071-1/+1
* Add and use getOptionalApplicationId in some placesHarald Musum2020-08-191-1/+5
* Run maintainers that cleans up zookeeper and disk usage before bootstrappingHarald Musum2020-08-141-4/+12
* Backoff (up to 10 minutes) when retrying redeployments when bootstrappingHarald Musum2020-07-301-7/+12
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-4/+4
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-2/+2
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-5/+5
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-2/+2
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Do all redeployment work in executorHarald Musum2020-04-161-9/+6
* Remove unused argumentHarald Musum2020-03-301-9/+5