aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Debug unstable unit testHarald Musum2021-06-212-11/+17
|
* Merge pull request #18294 from vespa-engine/bjorncs/apache-http-client-bundleBjørn Christian Seime2021-06-211-4/+6
|\ | | | | Package Apache http client libraries as a single osgi bundle [run-systemtest]
| * Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-4/+6
| |
* | Fix bug, wrong method was calledHarald Musum2021-06-211-7/+7
| | | | | | | | Also make sure to use unique file reference
* | Use unique file reference in testHarald Musum2021-06-211-5/+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-143-23/+17
|
* Temp directory is always the same as download diredctory, simplifyHarald Musum2021-06-144-25/+16
|
* Create FileReceiver in FileDownloaderHarald Musum2021-06-142-7/+4
|
* Move more methods into DownloadsHarald Musum2021-06-145-79/+91
|
* JavadocHarald Musum2021-06-142-2/+8
|
* Split out download and download status into its own classHarald Musum2021-06-142-88/+95
|
* Improve log message when download failsHarald Musum2021-05-261-3/+3
|
* Use error message instead of error code in log messageHarald Musum2021-05-261-1/+1
|
* Shutdown executorHarald Musum2021-05-101-0/+1
|
* More lazy debug log message generationJon Marius Venstad2021-04-281-1/+1
|
* Fix mockHarald Musum2021-04-281-11/+1
|
* Switch connection only when the current one is failingHarald Musum2021-04-282-2/+2
| | | | | | Subscribers set error on a connection if it fails, so when having many subscribers we should not switch unless the current connection is having errors
* Change the way we switch connection when the current one is not workingHarald Musum2021-04-272-2/+2
| | | | | | Consider only healthy sources (if there are any) when switching to a new one fue to failures. Also log when connecting to a source
* Reduce timeout when downloading a file and backoff if it failsHarald Musum2021-03-172-4/+7
|
* Increase RPC timeout for getting files and use environment variable if setHarald Musum2021-03-011-3/+5
|
* Fix minor stuff found while reading code, no functional changesHarald Musum2020-11-061-1/+1
|
* Write content for files in diretory to fileHarald Musum2020-11-046-25/+69
| | | | | | Instead of storing data from file reference that is a directory in a byte array (which might be huge and use a lot of memory), store in a temporary file and delete file when calling close()
* More testing of downloadHarald Musum2020-10-152-2/+4
|
* Revert "Revert "Log more when downloading file fails""Harald Musum2020-10-152-5/+15
|
* Revert "Log more when downloading file fails"Harald Musum2020-10-152-15/+5
|
* Log more when downloading file failsHarald Musum2020-10-142-5/+15
| | | | Include client info
* Log at lower level when moving file and file already existsHarald Musum2020-10-051-5/+8
| | | | | | No need to log at info level, this is not a filure and will happen occasionally. Also minor change so that we log if deleting a file fails.
* Create classes for keeping track of downloads and download statusesHarald Musum2020-10-011-47/+117
|
* Move code and make sure we synchronize while doing all operationsHarald Musum2020-10-012-19/+11
|
* Handle verifySession failingHarald Musum2020-09-301-8/+11
|
* Increase timeout to stabilize testHarald Musum2020-09-211-1/+1
|
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
|
* Log lessHarald Musum2020-08-031-3/+3
|