aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/filedistribution/FileDistributionUtil.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* 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 "Refactor cleanup of file references"Harald Musum2022-10-111-3/+16
|
* Use a Stream to read files, might go OOM otherwiseHarald Musum2022-10-101-1/+2
| | | | | 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-16/+2
| | | | | No functional changes, will be used by config proxy code as well in the future
* Remove getSupervisor() from ConnectionPool interfaceHarald Musum2021-10-081-58/+6
| | | | | Cleanup use of supervisor in connection pool and some file download classes
* Reuse supervisor when we have oneHarald Musum2021-10-071-2/+4
| | | | Remove unnecessary constructor
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* setError() -> switchConnection() and remove setError()Harald Musum2021-10-061-3/+0
|
* Log pool name when switching connectionHarald Musum2021-09-301-1/+1
|
* Add constructor for naming JRTConnectionPoolHarald Musum2021-06-151-2/+4
|
* Switch connection only when the current one is failingHarald Musum2021-04-281-1/+1
| | | | | | 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-271-1/+1
| | | | | | Consider only healthy sources (if there are any) when switching to a new one fue to failures. Also log when connecting to a source
* Add copyright headersJon Bratseth2021-03-181-0/+1
|
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
|
* Create one Supervisor instead of a new one on every request.Henning Baldersheim2020-08-031-2/+16
|
* Add application package file reference to responseHarald Musum2020-07-141-0/+5
|
* Move method to get file references in a folder to the util class.gjoranv2020-06-091-0/+14
|
* Move utility to create a connection pool to a new util class.gjoranv2020-06-091-0/+64