aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/main
Commit message (Expand)AuthorAgeFilesLines
* No functional changesJon Bratseth2022-09-143-7/+7
* trigger heap dump on "Network failed to become ready in time"Arne Juul2022-08-311-0/+3
* Update java comment.Henning Baldersheim2022-08-121-2/+1
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-122-2/+5
* GC long gone config and som minor code cleanup.Henning Baldersheim2022-07-061-0/+7
* Revert "Revert "Revert "GC long gone config"""Arnstein Ressem2022-07-051-7/+0
* Revert "Revert "GC long gone config""Henning Baldersheim2022-07-051-0/+7
* Revert "GC long gone config"Henning Baldersheim2022-07-051-7/+0
* GC long gone configHenning Baldersheim2022-07-051-0/+7
* Dump threads when network fails to start in order to find the blocking thread.Henning Baldersheim2022-07-011-1/+4
* Upgrades from pre vespa-6.149 directly to 8.8 is not supported. GC code from ...Henning Baldersheim2022-06-262-157/+0
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-082-2/+0
* - Allow control of throttlepolicy per session.Henning Baldersheim2022-04-111-0/+4
* Use a typesafe Duration instead of integer milliseondst status.Henning Baldersheim2022-02-252-2/+5
* - Use a utility method that recomputes a timeout if VESPA_TIMER_HZ deviates f...Henning Baldersheim2022-02-252-2/+2
* Merge branch 'master' into balder/consider_vespa_timer_hzHenning Baldersheim2022-02-251-3/+9
|\
| * - Only wait with timeout if you have any recurring tasks to execute.Henning Baldersheim2022-02-252-4/+9
* | Take VESPA_TIMER_HZ into consideration.Henning Baldersheim2022-02-251-2/+2
|/
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-022-0/+2
* Sync with messagebus thread when disconnectingBjørn Christian Seime2022-01-252-2/+2
* Add disconnect() that unregisters sessionBjørn Christian Seime2022-01-253-0/+5
* TransportThread must always do a handover. If not you might get a deadlock.Henning Baldersheim2022-01-251-1/+1
* We must ensure that we do not end up with a rejected execution that can cause...Henning Baldersheim2022-01-241-3/+3
* Don't retry after resender is destroyedBjørn Christian Seime2022-01-211-10/+15
* Use a daemon thread have wait for shutdown to complete.Henning Baldersheim2022-01-071-1/+1
* more aggressive waitStateArne H Juul2021-12-171-3/+9
* most unit tests can run with just 1 network threadArne H Juul2021-12-161-0/+2
* improve testserver start/stop logging slightlyArne H Juul2021-12-161-1/+14
* wait a bit more before spamming the logArne H Juul2021-12-151-2/+3
* improve signal-to-noise ratio in informational loggingArne H Juul2021-12-151-4/+10
* log some info to make it possible to see what is going on in unit testsArne H Juul2021-12-151-0/+5
* add some information while waiting for messagebus networkArne H Juul2021-11-112-1/+15
* Add missiung copyrightsJon Bratseth2021-10-202-0/+2
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0793-93/+93
* Merge pull request #19285 from vespa-engine/jonmv/shut-down-RPC-when-no-messa...Jon Marius Venstad2021-09-271-15/+20
|\
| * Better namesJon Marius Venstad2021-09-271-11/+13
| * Shut down network when all owners also have detachedJon Marius Venstad2021-09-241-14/+17
* | Simplify with computeIfAbsentHenning Baldersheim2021-09-251-7/+1
* | Avoid using a thread local map as it keeps large objects hanging around as gh...Henning Baldersheim2021-09-241-15/+18
* | As a simple tcp based rpc address is the most common, split into Tcp and Named.Henning Baldersheim2021-09-245-54/+86
|/
* Revert "Revert "Avoid copying data just to compress them when it is not neces...Henning Baldersheim2021-08-301-4/+2
* 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-235-12/+50
* Use protocol of latest ownerJon Marius Venstad2021-08-171-7/+6
* Move conditional broadcasting downJon Marius Venstad2021-08-172-13/+9
* Use injectable network multiplexer holder in SessionCache to bridge generationsJon Marius Venstad2021-08-161-6/+5
* Insert a NetworkMultiplexer between MessageBus and its NetworkJon Marius Venstad2021-08-162-13/+168
* Remove uneeded overloadJon Marius Venstad2021-08-161-4/+0