aboutsummaryrefslogtreecommitdiffstats
path: root/container-messagebus/src
Commit message (Expand)AuthorAgeFilesLines
* After we close a MBusServer we are not busy, retrying will not make life better.Henning Baldersheim2022-01-072-5/+3
* Add log message warning aboit failed Thread.join during destroy.Henning Baldersheim2022-01-071-1/+1
* Use a daemon thread have wait for shutdown to complete.Henning Baldersheim2022-01-072-3/+9
* Simnplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-193-85/+78
* Remove use of Guava ListenableFuture from com.yahoo.jdisc.handlerBjørn Christian Seime2021-12-101-2/+2
* Use given messagebus config also when slobroks config is self-subJon Marius Venstad2021-11-111-1/+1
* Use refer(context) for mbus too.Henning Baldersheim2021-10-086-6/+6
* Update Verizon Media copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-0749-49/+49
* Avoid use of deprecated Request.setServerRequest.Henning Baldersheim2021-10-043-5/+11
* Add deprecation warnings.Henning Baldersheim2021-10-041-1/+1
* Merge pull request #19285 from vespa-engine/jonmv/shut-down-RPC-when-no-messa...Jon Marius Venstad2021-09-271-1/+1
|\
| * Better namesJon Marius Venstad2021-09-271-1/+1
* | Keep sending busy for now.Henning Baldersheim2021-09-242-2/+4
* | Stopping is server is a one way street.Henning Baldersheim2021-09-244-11/+28
|/
* Destroy only when held item existsJon Marius Venstad2021-09-091-2/+4
* Lazily initialise session cache and its networkJon Marius Venstad2021-08-273-12/+37
* Fix unit test setup for docprocJon Marius Venstad2021-08-271-2/+6
* Use self-subscription for slobroks config in container messagebusJon Marius Venstad2021-08-262-7/+9
* Let server session.connect() conncet to net, and use newest destinationJon Marius Venstad2021-08-235-12/+11
* Actually close serverJon Marius Venstad2021-08-171-0/+1
* Unregister sessions on server closeJon Marius Venstad2021-08-174-17/+24
* Clean up importsJon Marius Venstad2021-08-161-4/+0
* Use injectable network multiplexer holder in SessionCache to bridge generationsJon Marius Venstad2021-08-165-39/+120
* Insert a NetworkMultiplexer between MessageBus and its NetworkJon Marius Venstad2021-08-161-1/+1
* Remove uneeded overloadJon Marius Venstad2021-08-161-0/+3
* Non-functional changesJon Marius Venstad2021-08-162-2/+2
* Ensure shared message bus has its routing policy set up on constructionJon Marius Venstad2021-08-161-11/+13
* Revert "Merge pull request #18515 from vespa-engine/revert-18507-jonmv/reappl...Jon Marius Venstad2021-08-1618-142/+147
* Revert "Jonmv/reapply session cache with injected config"Jon Marius Venstad2021-07-0218-147/+142
* Revert "Merge pull request #18503 from vespa-engine/revert-18499-jonmv/sessio...Jon Marius Venstad2021-07-0218-142/+147
* Revert "Use injected config in SessionCache"Jon Marius Venstad2021-07-0118-147/+142
* Add new TestUtils fileJon Marius Venstad2021-07-011-0/+21
* Remove unused stuffJon Marius Venstad2021-07-017-3/+15
* Use injected config in SessionCacheJon Marius Venstad2021-07-0112-140/+112
* Add source code from jdisc_mbus_service into container-messagebus.gjoranv2021-03-2941-0/+3914
* Non-functional changes onlyJon Bratseth2021-02-211-1/+2
* Ensure minimum window size is never less than 1.0, as that stops the session ...Jon Marius Venstad2021-01-131-0/+1
* wakeup_trigger_count -> transport_events_before_wakeupHenning Baldersheim2020-11-302-3/+3
* A configurable limit for waking up fnet threadHenning Baldersheim2020-11-302-0/+4
* Non-functional-changes-onlyJon Bratseth2020-11-182-16/+8
* Use full name in config definition file namesHarald Musum2020-09-102-0/+0
* LogLevel.CONFIG -> Level.CONFIGgjoranv2020-04-251-3/+3
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-5/+5
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-252-2/+2
* optimization => optimize_forHenning Baldersheim2020-03-252-2/+2
* Add control overHenning Baldersheim2020-03-252-2/+20
* Nonfunctional changes onlyJon Bratseth2019-06-032-1/+3
* Revert "Balder/skip the messenger thread"Henning Baldersheim2019-04-141-2/+1