aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add some more logging for file distribution connectsHarald Musum2021-11-281-3/+5
|/ | | | | Sometimes seeing some request fail after a very short time with connection error, not sure what causes it, trying to debug
* Always add client string when getting filesHarald Musum2021-11-263-12/+20
|
* Reduce timeout when downloading filesHarald Musum2021-11-261-2/+2
| | | | | Reduce from 3 minutes to 30 seconds. Download will be retried on next run anyway.
* Minor changes to loggingHarald Musum2021-11-261-4/+4
|
* Reduce sleep time between retriesHarald Musum2021-11-261-1/+1
| | | | We now use a new source for each retry, so reduce sleep time between retries
* Simplify getting connection to use for file downloadHarald Musum2021-11-172-8/+9
|
* Add FileDistributionConnectionPoolHarald Musum2021-11-161-0/+43
| | | | | | | FileDistributionConnectionPool is better suited for connections getting files, since each file migh be available on different connections and switching connection for all file downloads if one fails does not make sense, instead one should switch per file download if necessary.
* Refactor, no funtional changesHarald Musum2021-11-151-12/+20
|
* Use correct variable in log messageHarald Musum2021-11-151-2/+2
|
* Improve file download logging a bitHarald Musum2021-11-151-1/+1
|
* Lower log level for a couple of messagesHarald Musum2021-11-121-2/+2
|
* Depend on http-utilsHarald Musum2021-10-221-0/+6
|
* Check if file exists before trying to downloadHarald Musum2021-10-203-9/+25
|
* Fewer retries of starting download of file referenceHarald Musum2021-10-191-20/+9
| | | | | Not much point in trying many times, as we switch server if we fail, so retrying more than 5 times is probably no point.
* Rename methods, add field for future useHarald Musum2021-10-192-10/+12
|
* Move check for non-null file reference to where it belongsHarald Musum2021-10-172-2/+2
|
* Add convenience method for checking if file reference already existsHarald Musum2021-10-171-1/+7
|
* Change default timeout to 3 minutesHarald Musum2021-10-151-1/+5
| | | | Continnue using timeout of 5 minutes for downloader used by config proxy
* Minore refactoringHarald Musum2021-10-151-17/+6
|
* SimplifyHarald Musum2021-10-152-16/+18
|
* SimplifyHarald Musum2021-10-151-11/+1
|
* Lower log levelHarald Musum2021-10-151-2/+2
|
* Improve download of application package in maintainerHarald Musum2021-10-142-3/+3
| | | | | | Set downloadFromOtherSourceIfNotFound to false, so that the receiving config server that gets the request don't try to download a file reference. This will be done by the ApplicationPackageMaintainer on the other server anyway.
* Avoid slf4j configuration issue, use slf4j-nopHarald Musum2021-10-131-0/+6
|
* Remove getSupervisor() from ConnectionPool interfaceHarald Musum2021-10-082-18/+53
| | | | | Cleanup use of supervisor in connection pool and some file download classes
* Merge pull request #19448 from ↵Harald Musum2021-10-071-4/+4
|\ | | | | | | | | vespa-engine/hmusum/use-documented-environment-variables-1 Use documented environment variables
| * Use documented environment variablesHarald Musum2021-10-071-4/+4
| |
* | Update Verizon Media copyright notices.gjoranv2021-10-077-7/+7
| |
* | Update 2018 copyright notices.gjoranv2021-10-073-3/+3
| |
* | Update 2017 copyright notices.gjoranv2021-10-076-6/+6
|/
* setError() -> switchConnection() and remove setError()Harald Musum2021-10-062-6/+3
|
* Let VespaHttpClientBuilder rewrite to https if necessaryHarald Musum2021-10-061-1/+1
|
* Rewrite to use new apache http clientHarald Musum2021-10-062-18/+32
|
* Depend on http client with compile scope, used in standalone scriptHarald Musum2021-10-061-1/+1
|
* more timeout when retryingArne Juul2021-08-301-3/+4
| | | | * also, start logging after 5 retries
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-4/+6
|
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+4
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-4/+6
|
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-6/+4
|
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-4/+6
|
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+4
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-4/+6
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+4
| | | | [run-systemtest]"
* Merge pull request #18366 from vespa-engine/bjorncs/reapplyBjørn Christian Seime2021-06-221-4/+6
|\ | | | | Reapply "Use provided apache http client bundle from container" [run-systemtest]
| * Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-4/+6
| | | | | | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* | Merge pull request #18356 from vespa-engine/hmusum/always-set-download-statusHarald Musum2021-06-222-28/+17
|\ \ | |/ |/| Always set download status when downloading completed
| * Make DownloadStatus immutableHarald Musum2021-06-221-19/+7
| |
| * Use synchronized map, simplifyHarald Musum2021-06-222-7/+9
| |
| * Always setr download status when downloading completedHarald Musum2021-06-222-2/+1
| |
* | Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+4
|/ | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.