aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/main/java/com/yahoo/vespa/config/JRTConnectionPool.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Simplify getting connection to use for file downloadHarald Musum2021-11-171-1/+1
* Add FileDistributionConnectionPoolHarald Musum2021-11-161-2/+2
* Don't try to copy files if just one config serverJon Bratseth2021-10-121-0/+1
* Remove getSupervisor() from ConnectionPool interfaceHarald Musum2021-10-081-5/+0
* Reuse supervisor when we have oneHarald Musum2021-10-071-8/+4
* setError() -> switchConnection() and remove setError()Harald Musum2021-10-061-7/+1
* Log pool name when switching connectionHarald Musum2021-09-301-3/+3
* Update JRTConnectionPool.javaHenning Baldersheim2021-06-151-1/+1
* Merge branch 'master' into hmusum/add-constructor-for-naming-JRTConnectionPoolHenning Baldersheim2021-06-151-1/+1
|\
| * drop empty buffers instead of using small buffersHåvard Pettersen2021-06-151-1/+1
* | Add constructor for naming JRTConnectionPoolHarald Musum2021-06-151-3/+9
|/
* Simplify codeHarald Musum2021-04-281-9/+2
* Method should not be publicHarald Musum2021-04-281-1/+1
* Switch connection only when the current one is failingHarald Musum2021-04-281-7/+19
* Exclude current sources when all sources are unhealthyHarald Musum2021-04-271-11/+9
* Change the way we switch connection when the current one is not workingHarald Musum2021-04-271-17/+29
* Log more when config subscription failsHarald Musum2021-04-261-2/+3
* enableSmallBuffers -> useSmallBuffersHenning Baldersheim2021-02-121-1/+1
* Use small buffers where size matters more than speed.Henning Baldersheim2021-02-121-1/+1
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+2
* Revert "Swith to a new connection if possible when asked to do so"Harald Musum2020-05-181-23/+9
* Swith to a new connection if possible when asked to do soHarald Musum2020-05-181-9/+23
* Reapply "Use java.util.logging.Level instead of vespalog's LogLevel."gjoranv2020-04-261-2/+3
* Revert "Use java.util.logging.Level instead of vespalog's LogLevel."Harald Musum2020-04-231-3/+2
* Use java.util.logging.Level instead of vespalog's LogLevel.gjoranv2020-04-231-2/+3
* Merge pull request #12271 from vespa-engine/balder/connectionpool-repoHenning Baldersheim2020-02-201-13/+0
|\
| * Use a static connectionpool repo to reduce number of threads.Henning Baldersheim2020-02-191-13/+0
* | Simplify and reduce logging.Harald Musum2020-02-191-7/+3
|/
* Revert "Add jrt supervisor as constructor parameter"Bjørn Christian Seime2019-01-221-6/+1
* Add jrt supervisor as constructor parameterBjørn Christian Seime2019-01-141-1/+6
* Register receiveFile with the client supervisorHarald Musum2017-11-141-0/+6
* Implement downloading of file references, not functional yetHarald Musum2017-11-071-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Use github name in @author and OWNERS filesHarald Musum2016-06-171-1/+1
* PublishJon Bratseth2016-06-151-0/+153