aboutsummaryrefslogtreecommitdiffstats
path: root/container-messagebus
Commit message (Collapse)AuthorAgeFilesLines
* After we close a MBusServer we are not busy, retrying will not make life better.Henning Baldersheim2022-01-072-5/+3
| | | | Shutdown is a better error code.
* 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
| | | | | | This change is not 100% API compatible. Many classes from this package inherited types from Guava. The classes will have the same methods as before, but their type has obviously changed. Two options; merge now with the small risk of breakage or wait for Vespa 8 branch.
* 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-074-4/+4
|
* Update 2017 copyright notices.gjoranv2021-10-0751-51/+51
|
* 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 ↵Jon Marius Venstad2021-09-271-1/+1
|\ | | | | | | | | 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-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
|/ | | | Returning BUSY as a temporary error will cause retries, instead of fast-fail.
* 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
| | | | No practical changes, but less API misuse. @bjorncs please review.
* 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 ↵Jon Marius Venstad2021-08-1618-142/+147
| | | | | | | vespa-engine/revert-18507-jonmv/reapply-session-cache-with-injected-config" This reverts commit fdea20ac7ba02313c94246e7cf77125320147d56, reversing changes made to 7537c42fa661952916cf91eebbb75e6984505100.
* Revert "Jonmv/reapply session cache with injected config"Jon Marius Venstad2021-07-0218-147/+142
|
* Revert "Merge pull request #18503 from ↵Jon Marius Venstad2021-07-0218-142/+147
| | | | | | | vespa-engine/revert-18499-jonmv/session-cache-in-DI" This reverts commit a3c51b1f01dd2ad32bbf5dadacdc54629a97832f, reversing changes made to 57d72de784e93c39c9f935b461727655fe5b9e58.
* 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
|
* Set forkCount paramter for maven-surefire-plugin to speed up testsgjoranv2021-05-141-0/+7
|
* Remove deps to container-di for modules that only used Provider.gjoranv2021-04-121-6/+0
|
* Revert "Gjoranv/merge di into core (rebased)"Harald Musum2021-04-061-0/+6
|
* Remove deps to container-di for modules that only used Provider.gjoranv2021-04-021-6/+0
|
* Remove unnecessary plugin config.gjoranv2021-03-291-11/+0
|
* Add source code from jdisc_mbus_service into container-messagebus.gjoranv2021-03-2941-0/+3914
|
* Update readme and owners file upon merging mbus container modules.gjoranv2021-03-293-1/+6
|
* Remove dependencies to jdisc_mbus_service and messagebus-disc.gjoranv2021-03-291-6/+0
| | | | - These modules will be merged into container-messagebus.
* Merge pull request #16722 from vespa-engine/gjoranv/reduce-dependencies_part2gjoranv2021-03-021-7/+40
|\ | | | | Gjoranv/reduce dependencies part2
| * Use explicit dependencies instead of 'provided-dependencies'gjoranv2021-02-191-7/+40
| | | | | | | | | | .. while keeping all necessary provided deps to get all imports needed by the compile scoped deps in each module.
* | 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
| | | | silently
* 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
|