aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/main
Commit message (Expand)AuthorAgeFilesLines
* Remove capability requirement for 'mbus.getVersion'Bjørn Christian Seime2023-02-201-0/+2
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-091-1/+3
* Replace synchronized Stack with Deque in feed and query path.Henning Baldersheim2023-01-251-4/+2
* We have relied on dynamic throttling for 12 years or so.Henning Baldersheim2023-01-032-17/+12
* add more relevant information when messagebus fails to startArne Juul2022-12-211-2/+8
* fix typo invokation -> invocationThinh Bui2022-11-141-1/+1
* Ensure atomicity when removing last registered session ownerjonmv2022-10-101-11/+6
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-38/+10
* don't heap dump every time network fails to become readyArne Juul2022-09-291-3/+11
* Merge pull request #24042 from vespa-engine/bratseth/cleanup-671Jon Bratseth2022-09-233-7/+7
|\
| * No functional changesJon Bratseth2022-09-143-7/+7
* | Wait for up to 180s for slobrok/network, in Java messagebusjonmv2022-09-221-1/+1
|/
* 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