aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution/src/main/java/com/yahoo/vespa
Commit message (Expand)AuthorAgeFilesLines
* Make sure to delete directory for decompressed files if something failsHarald Musum2022-05-222-23/+19
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
* Use lower timeoutHarald Musum2022-01-121-5/+0
* Reduce increase in rpc timeout for each retryHarald Musum2021-12-161-7/+6
* Don't try to download after timeoutHarald Musum2021-12-131-1/+3
* Simplify and reorder arguments, no functional changesHarald Musum2021-12-131-6/+2
* Make sure sleep time never exceeds 120 secondsHarald Musum2021-12-121-1/+2
* Add exponential backoff if starting download failsHarald Musum2021-12-121-2/+12
* Make sure to always delete temp file/dirHarald Musum2021-12-101-6/+5
* Make sure to cleanup when failing to read file reference dataHarald Musum2021-12-061-1/+1
* Merge pull request #20258 from vespa-engine/hmusum/move-logging-to-callersHÃ¥kon Hallingstad2021-11-291-7/+0
|\
| * M0;95;0cove logging in getFile() to callersHarald Musum2021-11-281-7/+0
* | Add some more logging for file distribution connectsHarald Musum2021-11-281-3/+5
|/
* Always add client string when getting filesHarald Musum2021-11-262-2/+6
* Reduce timeout when downloading filesHarald Musum2021-11-261-2/+2
* Minor changes to loggingHarald Musum2021-11-261-4/+4
* Reduce sleep time between retriesHarald Musum2021-11-261-1/+1
* Simplify getting connection to use for file downloadHarald Musum2021-11-172-8/+9
* Add FileDistributionConnectionPoolHarald Musum2021-11-161-0/+43
* 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
* Check if file exists before trying to downloadHarald Musum2021-10-202-9/+24
* Fewer retries of starting download of file referenceHarald Musum2021-10-191-20/+9
* 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
* Minore refactoringHarald Musum2021-10-151-17/+6
* SimplifyHarald Musum2021-10-151-8/+11
* 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
* Remove getSupervisor() from ConnectionPool interfaceHarald Musum2021-10-081-9/+46
* Update Verizon Media copyright notices.gjoranv2021-10-077-7/+7
* Update 2017 copyright notices.gjoranv2021-10-073-3/+3
* setError() -> switchConnection() and remove setError()Harald Musum2021-10-061-2/+2
* Let VespaHttpClientBuilder rewrite to https if necessaryHarald Musum2021-10-061-1/+1
* Rewrite to use new apache http clientHarald Musum2021-10-061-18/+27
* more timeout when retryingArne Juul2021-08-301-3/+4
* Make DownloadStatus immutableHarald Musum2021-06-221-19/+7
* Use synchronized map, simplifyHarald Musum2021-06-221-6/+5
* Always setr download status when downloading completedHarald Musum2021-06-221-1/+1
* Debug unstable unit testHarald Musum2021-06-211-0/+5
* Remove unnecessary checks for directory, throw if more than 1 file foundHarald Musum2021-06-141-13/+13
* Move some methods from FileReferenceDownloader to FileDownloaderHarald Musum2021-06-142-19/+13
* Temp directory is always the same as download diredctory, simplifyHarald Musum2021-06-142-13/+9
* Create FileReceiver in FileDownloaderHarald Musum2021-06-142-7/+4
* Move more methods into DownloadsHarald Musum2021-06-144-62/+72