aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution
Commit message (Collapse)AuthorAgeFilesLines
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-121-2/+2
|
* Revert "Revert "Update dependency org.apache.commons:commons-compress to ↵Henning Baldersheim2024-02-211-0/+4
| | | | v1.26.0" MERGEOK"
* Revert "Update dependency org.apache.commons:commons-compress to v1.26.0"Henning Baldersheim2024-02-201-4/+0
|
* commons-codec needed transitively in filedistribution through commons-compressHenning Baldersheim2024-02-201-0/+4
|
* Download packages in parallel in maintainerjonmv2024-01-222-3/+14
|
* Improve file downloader give-up criterionjonmv2024-01-221-5/+7
|
* Follow API changesHenning Baldersheim2023-11-161-28/+23
|
* switch to io.airlift:aircompressorArne Juul2023-10-261-1/+1
|
* Update copyrightJon Bratseth2023-10-0916-16/+16
|
* Use try-with-resources for FileReferenceDataHarald Musum2023-08-141-1/+1
|
* Make sure we don't swallow exceptions when transferring a file failsHarald Musum2023-08-032-56/+1
|
* Reduce log levelHarald Musum2023-04-252-6/+6
|
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-091-0/+4
|
* Stop using file distribution feature flags, not needed anymoreHarald Musum2023-02-013-35/+15
|
* Filedistribution fatjar is unusedBjørn Christian Seime2023-01-262-23/+1
|
* Revert "Revert "Revert "Bjorncs/bundle cleanup [run-systemtest]"""Bjørn Christian Seime2023-01-262-1/+23
|
* Revert "Revert "Bjorncs/bundle cleanup [run-systemtest]" (#25713)"Bjørn Christian Seime2023-01-252-23/+1
| | | | This reverts commit 1ef8e73ab5ef6ea72297bed35ecc1f0f0703c46f.
* Revert "Bjorncs/bundle cleanup [run-systemtest]" (#25713)Jon Marius Venstad2023-01-242-1/+23
|
* Filedistribution fatjar is unusedBjørn Christian Seime2023-01-242-23/+1
|
* Revert "Revert "Support zstd as compression type for file references, take 2""Harald Musum2023-01-162-14/+13
|
* Revert "Support zstd as compression type for file references, take 2"Harald Musum2023-01-162-13/+14
|
* Go back to previous way of creating new streamsHarald Musum2023-01-131-13/+8
|
* Revert "Revert "Support zstd as compression type for file references""Harald Musum2023-01-122-19/+23
|
* Revert "Support zstd as compression type for file references"Harald Musum2023-01-122-23/+19
|
* Close stream if unknown typeHarald Musum2023-01-121-0/+2
|
* Support zstd as compression type for file referencesHarald Musum2023-01-122-19/+21
|
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
|
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-16/+10
|
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-10/+16
|
* - Reduce usage of guava.Henning Baldersheim2022-12-011-16/+10
| | | | - Ensure that tests relying on order are determinsitic.
* Use transferTo for copying streams, avoid GuavaHarald Musum2022-11-302-10/+6
|
* Add guava in compile scope.Henning Baldersheim2022-11-291-5/+4
|
* Split out filedistribution client into its own moduleHarald Musum2022-11-295-433/+0
|
* commons-compress must have compile scope in filedirtibution.Henning Baldersheim2022-11-281-1/+0
|
* Move ArchiveStreamReader and its large dependency from vespajlib to ↵Henning Baldersheim2022-11-261-1/+6
| | | | | | application-model. This avoids it being pulled in to the config-model-fat that make the install larger than necessary.
* Wait longer for downloads to finishHarald Musum2022-11-221-1/+1
|
* * apply new common bootstrapArne Juul2022-10-241-3/+4
| | | | | * remove now-duplicated code * prefer using ${VESPA_HOME} environment variable
* Revert "Refactor cleanup of file references"Harald Musum2022-10-111-107/+0
|
* 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
| | | | | Slight rewrite to be able to use a stream for deleting unused file references, but still keep some of them (the last accessed ones)
* Move code for deleting unused file referencesHarald Musum2022-10-071-0/+109
| | | | | No functional changes, will be used by config proxy code as well in the future
* Add method to use Duration as timeout to make unit explicit, and avoid many ↵Henning Baldersheim2022-08-123-4/+6
| | | | magic conversions.
* Merge pull request #23391 from ↵Henning Baldersheim2022-07-071-0/+5
|\ | | | | | | | | vespa-engine/hmusum/add-forceDownload-option-to-file-downloader Temporarily add env variable for forcing download of file references
| * Temporarily add env varioable for forcing download of file referencesHarald Musum2022-07-061-0/+5
| | | | | | | | | | | | This can be used for testing file distributuion on one node. E.g. config proxy takes no config or feature flag, so need to use an environment variable.
* | Revert "Revert "Make sure to set compression type in file distribution meta ↵Harald Musum2022-07-067-11/+19
| | | | | | | | request""
* | Revert "Make sure to set compression type in file distribution meta request ↵Harald Musum2022-07-067-19/+11
| | | | | | | | [run-systemtest]"
* | 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
| | | | | VESPA_FILE_DISTRIBUTION_ACCEPTED_COMPRESSION_TYPES is not set anywhere yet, will be set through host-admin