aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Try to reduce test runtime for RoutingTestCase"Harald Musum2021-06-011-34/+12
|
* Merge pull request #18052 from vespa-engine/bratseth/cleanup-564Harald Musum2021-06-011-2/+3
|\ | | | | No functional changes
| * No functional changesJon Bratseth2021-06-011-2/+3
| |
* | Merge pull request #18028 from vespa-engine/reduce-test-runtimeHenning Baldersheim2021-05-281-12/+34
|\ \ | |/ |/| Try to reduce test runtime for RoutingTestCase
| * Try to reduce test runtime for RoutingTestCasegjoranv2021-05-281-12/+34
| |
* | admin/slobrok.0 does not always exist ....... anymore.Henning Baldersheim2021-05-272-2/+2
| |
* | Avoid non-positive explicit timeouts in MessageBusVisitorSesssionJon Marius Venstad2021-05-191-1/+1
| |
* | Set forkCount paramter for maven-surefire-plugin to speed up testsgjoranv2021-05-141-0/+7
|/
* More lazy debug log message generationJon Marius Venstad2021-04-281-5/+4
|
* Use a map with better asymptotic behaviour, as comparable speed when smallJon Marius Venstad2021-03-151-2/+2
|
* string.h does not need alloc.hHenning Baldersheim2021-02-212-0/+2
|
* use size literals in messagebusArne Juul2021-02-154-15/+19
|
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-316-1/+6
|
* Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-282-4/+3
| | | | This reverts commit 2e2e2edeb3ea99f2c04925070cf44601e2cd94fb.
* Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-282-3/+4
|
* Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-272-4/+3
| | | | This reverts commit d7359f7c72ff06889af594431baf4075e2b4da78.
* Revert "Jonmv/document protocol super config"Harald Musum2021-01-272-3/+4
|
* Non-functional changesJon Marius Venstad2021-01-191-3/+2
|
* Remove unused classJon Marius Venstad2021-01-181-1/+1
|
* Fix unit testJon Marius Venstad2021-01-131-0/+1
|
* Ensure minimum window size is never less than 1.0, as that stops the session ↵Jon Marius Venstad2021-01-131-2/+8
| | | | silently
* Revert "Revert "Keep reply with most severe error when merging error replies""Jon Marius Venstad2021-01-071-2/+2
| | | | This reverts commit 9263966a9c697f5acff53a595493e27a2f05e683.
* Revert "Keep reply with most severe error when merging error replies"Jon Marius Venstad2021-01-071-2/+2
|
* Keep reply with most severe error when merging error repliesJon Marius Venstad2021-01-061-2/+2
|
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-053-43/+25
| | | | This reverts commit 75b2e4c11ea6463c335f1c77dab3fdb5493e5600.
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-053-25/+43
|
* More non-functionalJon Marius Venstad2020-12-302-39/+21
|
* Non-functionalJon Marius Venstad2020-12-301-4/+4
|
* Turn on reindexing by defaultJon Marius Venstad2020-12-152-4/+4
|
* Merge pull request #15603 from vespa-engine/jonmv/floating-point-window-sizeJon Marius Venstad2020-12-032-20/+412
|\ | | | | jonmv/document and test dynamic throttling policy
| * Apply suggestions from code reviewJon Marius Venstad2020-12-031-2/+1
| |
| * fix javadocJon Marius Venstad2020-12-031-1/+1
| |
| * Add unit tests and some doc for DynamicThrottlingPolicyJon Marius Venstad2020-12-022-18/+410
| |
| * Fix parentheses in carry expressionJon Marius Venstad2020-12-021-2/+3
| |
* | Make it compatible with c++2aHenning Baldersheim2020-12-021-1/+1
| |
* | Merge pull request #15579 from vespa-engine/jonmv/floating-point-window-sizeJon Marius Venstad2020-12-021-4/+6
|\| | | | | Jonmv/floating point window size
| * sqrt(weight) provides almost proportional resource sharesJon Marius Venstad2020-12-011-2/+2
| |
| * Make throttle policy slightly more aggressiveJon Marius Venstad2020-12-011-1/+1
| |
| * Allow one extra pending in a fraction of the resize intervalJon Marius Venstad2020-12-011-2/+2
| | | | | | | | | | ... equal to the fractional part of the window size @baldersheim please review
| * Support floating point window size in DynamicThrottlePolicyJon Marius Venstad2020-12-011-1/+3
| |
* | Revert "Merge pull request #15581 from ↵Jon Bratseth2020-12-021-0/+2
| | | | | | | | | | | | | | vespa-engine/revert-15578-bratseth/apply-on-restart-take-10" This reverts commit 4cf13bc7db215e77f7688e429f700880c115fe76, reversing changes made to e21f385bd4f21326608f3a69325df4e96d4a65e5.
* | Revert "Bratseth/apply on restart take 10"Jon Bratseth2020-12-021-2/+0
| |
* | Revert "Merge pull request #15577 from ↵Jon Bratseth2020-12-011-0/+2
|/ | | | | | | vespa-engine/revert-15575-bratseth/apply-on-restart-take-9" This reverts commit b9f054f862e6fc7bdbf41b9404605e2a8ad6b249, reversing changes made to 535b586bae36880259a792e2292f02b8495950fe.
* Revert "Bratseth/apply on restart take 9"Håkon Hallingstad2020-12-011-2/+0
|
* Merge pull request #15575 from vespa-engine/bratseth/apply-on-restart-take-9Jon Bratseth2020-12-011-0/+2
|\ | | | | Bratseth/apply on restart take 9
| * Revert "Merge pull request #15552 from ↵Jon Bratseth2020-12-011-0/+2
| | | | | | | | | | | | | | vespa-engine/revert-15550-bratseth/apply-on-restart-take-8" This reverts commit 916492da87189ff9a07e39b22c64f2e1e31ff53a, reversing changes made to 3e5cf1de4c336c2e8d4f3a380dc242f402cb6dea.
* | Move config setters directly onto main TransportConfig objectHenning Baldersheim2020-12-011-3/+4
| |
* | provide the config in the constructor only.Henning Baldersheim2020-12-011-4/+8
|/
* Merge pull request #15554 from vespa-engine/jonmv/reindexing-adjustments-againHenning Baldersheim2020-12-011-1/+3
|\ | | | | Set initial window size to max of min and increment, in dynamic throt…
| * Set initial window size to max of min and increment, in dynamic throttle policyJon Marius Venstad2020-12-011-1/+3
| |