aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution
Commit message (Expand)AuthorAgeFilesLines
* Use try-with-resources when getting file references in pathHarald Musum2022-10-101-16/+17
* Use a Stream to read files, might go OOM otherwiseHarald Musum2022-10-101-28/+25
* Move code for deleting unused file referencesHarald Musum2022-10-071-0/+109
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-123-4/+6
* Merge pull request #23391 from vespa-engine/hmusum/add-forceDownload-option-t...Henning Baldersheim2022-07-071-0/+5
|\
| * Temporarily add env varioable for forcing download of file referencesHarald Musum2022-07-061-0/+5
* | Revert "Revert "Make sure to set compression type in file distribution meta r...Harald Musum2022-07-067-11/+19
* | Revert "Make sure to set compression type in file distribution meta request [...Harald Musum2022-07-067-19/+11
* | Make sure to set compression type in file distribution meta requestHarald Musum2022-07-067-11/+19
|/
* Wire in use of compression types and flags for file distributionHarald Musum2022-07-064-16/+54
* Support specifying compression type for file distribution requestsHarald Musum2022-07-055-19/+63
* Make sure to return response when request times outHarald Musum2022-06-221-2/+3
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
* Revert "Support compressing files (not just directories) in file distribution...Harald Musum2022-05-254-60/+23
* Support compressing files (not just directories) in file distributionHarald Musum2022-05-254-23/+60
* Remove unintended checkinHarald Musum2022-05-241-120/+0
* Prepare for different compression algorithms for distributed filesHarald Musum2022-05-245-21/+171
* Make sure to delete directory for decompressed files if something failsHarald Musum2022-05-222-23/+19
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
* Do not create dependency-reduced-pom.xmlgjoranv2022-04-081-0/+1
* Improve maven-shade-plugin filter, and move to parent pom.gjoranv2022-02-031-11/+0
* Revert "Exclude META-INF files and module-info.class from uber jars."Harald Musum2022-02-021-2/+4
* Exclude META-INF files and module-info.class from uber jars.gjoranv2022-02-021-4/+2
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
* Use lower timeoutHarald Musum2022-01-121-5/+0
* unify java warningsArne H Juul2022-01-061-7/+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-132-9/+5
* 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-292-8/+1
|\
| * M0;95;0cove logging in getFile() to callersHarald Musum2021-11-282-8/+1
* | Add some more logging for file distribution connectsHarald Musum2021-11-281-3/+5
|/
* Always add client string when getting filesHarald Musum2021-11-263-12/+20
* 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
* 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