aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/maintenance/ApplicationPackageMaintainer.java
Commit message (Expand)AuthorAgeFilesLines
* Split out method to start download and simplify a bit moreHarald Musum2024-05-311-14/+14
* Return immediately if we are shutting downHarald Musum2024-05-311-2/+1
* Make the code easier to readHarald Musum2024-05-311-49/+54
* Log a warningHarald Musum2024-05-301-1/+1
* Log if getting exception when downloading app-packageHarald Musum2024-05-301-1/+4
* Dry-run deployments leave no application ID, even though preparedjonmv2024-01-241-1/+4
* GC unused importsjonmv2024-01-221-1/+0
* Clear dangling "active" _remote_ sessions toojonmv2024-01-221-4/+7
* Download packages in parallel in maintainerjonmv2024-01-221-30/+46
* Reduce timeout for downloading application packagesjonmv2024-01-221-1/+1
* Distribute app packages after prepare, rather than activatejonmv2024-01-201-6/+12
* Minor refactoring, no functional changesHarald Musum2023-10-251-11/+7
* Update copyrightJon Bratseth2023-10-091-1/+1
* Make application package file reference optionalHarald Musum2023-08-161-4/+4
* maintainer success factor baseline deviationbjormel2023-03-291-1/+1
* Stop using file distribution feature flags, not needed anymoreHarald Musum2023-02-011-14/+3
* Don't start ApplicationPackageMaintainer if there is only one serverHarald Musum2023-01-251-16/+8
* Logging changes and check if server is shutting downHarald Musum2022-12-131-1/+5
* Create a metric for maintainer execution timeØyvind Grønnesby2022-12-121-1/+1
* Wire in use of compression types and flags for file distributionHarald Musum2022-07-061-5/+15
* Change log message to reflect that downloads may be unsuccessfulHarald Musum2022-06-241-3/+3
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
* Use Optional when returning sessionHarald Musum2022-02-221-5/+5
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
* Increase timeout from 30 to 300 secondsHarald Musum2022-01-121-1/+1
* Simplify and reorder arguments, no functional changesHarald Musum2021-12-131-2/+2
* Always use FileDistributionConnectionPool [run-systemtest]Harald Musum2021-12-091-16/+5
* Log more when failing to download application packageHarald Musum2021-12-011-1/+2
* Shutdown supervisorHarald Musum2021-11-301-3/+8
* Create FileDownloader onceHarald Musum2021-11-301-37/+43
* M0;95;0cove logging in getFile() to callersHarald Musum2021-11-281-2/+2
* Reduce timeout when downloading filesHarald Musum2021-11-261-1/+2
* Use a flag to choose which connection pool to use for file distributionHarald Musum2021-11-161-2/+10
* Log session id when preprocessing application package failsHarald Musum2021-11-151-1/+1
* Improve file download logging a bitHarald Musum2021-11-151-10/+9
* Start some config server maintainers before bootstrappingHarald Musum2021-11-081-1/+1
* Revert "Download application packages asynchronously [run-systemtest]"Harald Musum2021-11-061-40/+21
* Merge pull request #19866 from vespa-engine/hmusum/download-application-packa...Henning Baldersheim2021-11-041-21/+40
|\
| * Wait for futures to finishHarald Musum2021-11-041-21/+35
| * Download application package asynchronouslyHarald Musum2021-11-041-10/+15
* | Run some config server maintainers without maintanence job lockHarald Musum2021-11-041-1/+1
|/
* SimplifyHarald Musum2021-10-151-3/+1
* Improve download of application package in maintainerHarald Musum2021-10-141-1/+5
* Don't try to copy files if just one config serverJon Bratseth2021-10-121-1/+3
* Remove getSupervisor() from ConnectionPool interfaceHarald Musum2021-10-081-8/+19
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Move more methods into DownloadsHarald Musum2021-06-141-3/+4
* Revert "Revert "Emit a success factor from maintainers""Jon Bratseth2021-06-061-4/+6
* Revert "Emit a success factor from maintainers"Arnstein Ressem2021-06-041-6/+4
* Return success factorJon Bratseth2021-06-041-4/+6