aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus
Commit message (Collapse)AuthorAgeFilesLines
* Remove the need for SyncableHenning Baldersheim2021-11-261-2/+1
|
* add some information while waiting for messagebus networkArne H Juul2021-11-112-1/+15
|
* Add missiung copyrightsJon Bratseth2021-10-202-0/+2
|
* fix unstable unit testHåvard Pettersen2021-10-151-0/+3
|
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
|
* Update 2017 copyright notices.gjoranv2021-10-07381-387/+387
|
* Merge pull request #19285 from ↵Jon Marius Venstad2021-09-272-16/+25
|\ | | | | | | | | vespa-engine/jonmv/shut-down-RPC-when-no-message-bus-owner-remain Shut down network when all owners also have detached
| * Better namesJon Marius Venstad2021-09-272-12/+14
| |
| * Shut down network when all owners also have detachedJon Marius Venstad2021-09-242-14/+21
| |
* | Simplify with computeIfAbsentHenning Baldersheim2021-09-251-7/+1
| |
* | Avoid using a thread local map as it keeps large objects hanging around as ↵Henning Baldersheim2021-09-241-15/+18
| | | | | | | | ghosts.
* | As a simple tcp based rpc address is the most common, split into Tcp and Named.Henning Baldersheim2021-09-246-56/+88
|/ | | | Tcp variant is immutable and hence thread safe, while Named is made thread safe by synchonized.
* Revert "Revert "Avoid copying data just to compress them when it is not ↵Henning Baldersheim2021-08-301-4/+2
| | | | necessary.""
* Revert "Avoid copying data just to compress them when it is not necessary."Henning Baldersheim2021-08-301-2/+4
|
* Avoid copying data just to compress them when it is not necessary.Henning Baldersheim2021-08-301-4/+2
|
* Let server session.connect() conncet to net, and use newest destinationJon Marius Venstad2021-08-237-18/+80
| | | | No practical changes, but less API misuse. @bjorncs please review.
* Cut the heaviest dynamic throttle policy mini-benchmarksJon Marius Venstad2021-08-181-4/+4
|
* Use protocol of latest ownerJon Marius Venstad2021-08-172-8/+8
|
* Move conditional broadcasting downJon Marius Venstad2021-08-173-19/+18
|
* Use injectable network multiplexer holder in SessionCache to bridge generationsJon Marius Venstad2021-08-162-10/+6
|
* Unit test for multiplexerJon Marius Venstad2021-08-161-0/+187
|
* Insert a NetworkMultiplexer between MessageBus and its NetworkJon Marius Venstad2021-08-163-13/+169
|
* Remove uneeded overloadJon Marius Venstad2021-08-162-5/+0
|
* Remove unused variableJon Marius Venstad2021-08-161-4/+2
|
* Reduce entanglementJon Marius Venstad2021-08-166-16/+12
|
* Prefer final fields to post-construction modificationJon Marius Venstad2021-08-165-30/+17
|
* Set owner for send-reply and protocol for reply encoding earlierJon Marius Venstad2021-08-161-13/+18
|
* More non-functional changse, typosJon Marius Venstad2021-08-163-21/+12
|
* Non-functional changesJon Marius Venstad2021-08-161-0/+1
|
* Add bracesHenning Baldersheim2021-07-021-2/+6
|
* Implement use of multiple rpc targets in mbusHenning Baldersheim2021-07-024-41/+59
|
* - Control tcp-no-delay explicit.Henning Baldersheim2021-07-022-0/+9
| | | | - Wire in configuration of number of rpc targets.
* Use a 128_Ki literalHenning Baldersheim2021-07-021-1/+1
|
* Support multiple network threads in mbus.Henning Baldersheim2021-07-024-2/+16
|
* No functional changesJon Bratseth2021-06-282-4/+4
|
* Update abi specJon Marius Venstad2021-06-151-1/+1
|
* 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.