summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-0/+6
|
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+0
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-0/+6
|
* Reduce exposure of internal details to reduce number of includes.Henning Baldersheim2021-06-303-4/+8
|
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-6/+0
|
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-0/+6
|
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+0
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-0/+6
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+0
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-0/+6
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+0
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* Merge pull request #18336 from vespa-engine/hmusum/cleanup-20Henning Baldersheim2021-06-211-33/+61
|\ | | | | Cleanup config load tester, part 2
| * Refactor creation of config requestHarald Musum2021-06-211-9/+13
| |
| * Use constructor for command line argumentsHarald Musum2021-06-211-9/+27
| |
| * Rename methodHarald Musum2021-06-211-4/+5
| |
| * Validate configs before running load tester threadsHarald Musum2021-06-211-11/+16
| |
* | Merge pull request #18294 from vespa-engine/bjorncs/apache-http-client-bundleBjørn Christian Seime2021-06-211-0/+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-0/+6
| |
* | Rename variableHarald Musum2021-06-181-4/+4
| |
* | Use nanoTime()Harald Musum2021-06-181-9/+7
| |
* | Remove some debugging and measuring bytes/sec (only done when debugging)Harald Musum2021-06-181-14/+3
| |
* | Don't print a line for every requestHarald Musum2021-06-171-1/+0
| |
* | Revert "Revert "Cleanup, no functional changes, take 2""Harald Musum2021-06-171-38/+40
| |
* | Revert "Cleanup, no functional changes, take 2"Harald Musum2021-06-171-40/+38
| |
* | Cleanup, no functional changes, take 2Harald Musum2021-06-171-38/+40
| | | | | | | | Trying again, with fewer changes
* | Revert "Cleanup, no functional changes"Harald Musum2021-06-161-54/+50
|/
* Cleanup, no functional changesHarald Musum2021-06-161-50/+54
|
* Update JRTConnectionPool.javaHenning Baldersheim2021-06-151-1/+1
| | | Remove extraneous .
* 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
|/
* minor logging fixesArne Juul2021-06-131-2/+2
|
* avoid following null pointersArne Juul2021-06-131-3/+9
|
* Return after logging error message.Henning Baldersheim2021-06-011-0/+1
|
* Avoid coredump on no config sources.Henning Baldersheim2021-06-014-35/+32
|
* Do an explicit copy.Henning Baldersheim2021-05-081-1/+4
|
* Use AbstractUtf8Array in interface and a more flexible implementation to ↵Henning Baldersheim2021-05-075-23/+35
| | | | reduce amount of copying.
* Use ByteBuffer interface.Henning Baldersheim2021-05-071-9/+8
|
* Add ByteBuffer as interface.Henning Baldersheim2021-05-071-3/+10
|
* Add ByteBuffer to the interface to prepare for less copying of data.Henning Baldersheim2021-05-071-0/+10
|
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-303-3/+3
|
* Remove redundant checks for closed subscriptionHarald Musum2021-04-301-6/+7
|
* Change delay when there are transient config errorsHarald Musum2021-04-303-59/+50
| | | | | | Delay next config request a random amount of time between 0 and error delay. This is to avoid thundering herd issues. Delay when getting fatal errors are unchanged.
* Simplify calculating delay after config failuresHarald Musum2021-04-293-123/+76
| | | | | | | | When there are several subscribers to a config and 1 JRTConfiguRequester the counter for failures might quickly increase so backoff based on these numbers will not be useful. Simplify by using booleans for failures instead. Max delay for configured subscriptions will now be 30 seconds instead of 150 seconds (which is way too much)
* More lazy debug log message generationJon Marius Venstad2021-04-281-3/+3
|
* Simplify codeHarald Musum2021-04-287-64/+17
| | | | | | Add equals and hashcode to JRTConnection Just switch to a new one if current connection is failing Removes need for last sucess, error etc. and healthy status
* Method should not be publicHarald Musum2021-04-281-1/+1
|
* Switch connection only when the current one is failingHarald Musum2021-04-284-60/+58
| | | | | | 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
* Exclude current sources when all sources are unhealthyHarald Musum2021-04-273-19/+61
| | | | | | When choosing a new source when all are unhealthy exclude the current source. Minor changes to toString for JRTConnection
* Change the way we switch connection when the current one is not workingHarald Musum2021-04-275-55/+90
| | | | | | Consider only healthy sources (if there are any) when switching to a new one fue to failures. Also log when connecting to a source