aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Log more when config subscription failsHarald Musum2021-04-262-11/+6
|
* Go back to using BasicHttpClientConnectionManagerHenning Baldersheim2021-04-091-1/+2
|
* Just use defaults.Henning Baldersheim2021-04-081-2/+1
|
* Revert "Revert "Revert "Revert "Unify on hc5""""Henning Baldersheim2021-04-081-6/+7
|
* Revert "Revert "Revert "Unify on hc5"""Henning Baldersheim2021-04-081-7/+6
|
* Revert "Revert "Unify on hc5""Henning Baldersheim2021-04-081-6/+7
|
* Revert "Unify on hc5"Henning Baldersheim2021-04-081-7/+6
|
* Unify on hc5Henning Baldersheim2021-04-081-6/+7
|
* Move client builders to major specific sub packagesJon Marius Venstad2021-03-231-1/+1
|
* Add copyright headersJon Bratseth2021-03-181-0/+1
|
* GC unused env variablesHarald Musum2021-03-151-9/+0
|
* Merge pull request #16944 from vespa-engine/hmusum/gc-unused-env-variablesHenning Baldersheim2021-03-153-37/+16
|\ | | | | GC unused env variables
| * GC unused env variablesHarald Musum2021-03-153-37/+16
| |
* | Remove unused optionsHarald Musum2021-03-121-31/+2
|/
* Ask for fast shutdown of executor.Henning Baldersheim2021-03-111-5/+7
| | | | Only wait 1s for scheduler to complete.
* string.h does not need alloc.hHenning Baldersheim2021-02-217-0/+7
|
* use size literals in configArne Juul2021-02-154-4/+7
|
* enableSmallBuffers -> useSmallBuffersHenning Baldersheim2021-02-121-1/+1
|