aboutsummaryrefslogtreecommitdiffstats
path: root/container-messagebus/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Use config self-subscription also for session-cache which powers docprocjonmv2023-07-141-3/+1
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-081-3/+0
| | | | | | | Load types have not been properly supported for some time, so remove the remaining API surfaces exposing them. Since load type config was the last remaining use of <clients> in services.xml, remove that one as well.
* Deprecate load types from Java APIsTor Brede Vekterli2022-04-051-0/+1
| | | | | | | | | | | Load types have not been used in practice for years, and supporting them in backend metrics etc. has long since been lacking. Prepare for removing these on Vespa 8. Most callsites are unchanged, aside from presumed safe changes such as constructors used by dependency injection. Have added new overloads without load types where these did not already exist to allow for an orderly transition.
* Inject DocumentTypeManager to SessionCachegjoranv2022-03-061-1/+2
|
* Add disconnect() that unregisters sessionBjørn Christian Seime2022-01-251-0/+2
|
* After we close a MBusServer we are not busy, retrying will not make life better.Henning Baldersheim2022-01-071-2/+2
| | | | Shutdown is a better error code.
* 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.
* Update 2017 copyright notices.gjoranv2021-10-0716-16/+16
|
* Avoid use of deprecated Request.setServerRequest.Henning Baldersheim2021-10-041-3/+1
|
* Add deprecation warnings.Henning Baldersheim2021-10-041-1/+1
|
* Keep sending busy for now.Henning Baldersheim2021-09-241-1/+1
|
* Stopping is server is a one way street.Henning Baldersheim2021-09-241-1/+2
| | | | Returning BUSY as a temporary error will cause retries, instead of fast-fail.
* Lazily initialise session cache and its networkJon Marius Venstad2021-08-271-1/+1
|
* Let server session.connect() conncet to net, and use newest destinationJon Marius Venstad2021-08-231-1/+1
| | | | No practical changes, but less API misuse. @bjorncs please review.
* Unregister sessions on server closeJon Marius Venstad2021-08-171-12/+6
|
* Clean up importsJon Marius Venstad2021-08-161-4/+0
|
* Use injectable network multiplexer holder in SessionCache to bridge generationsJon Marius Venstad2021-08-161-4/+6
|
* Insert a NetworkMultiplexer between MessageBus and its NetworkJon Marius Venstad2021-08-161-1/+1
|
* Revert "Merge pull request #18515 from ↵Jon Marius Venstad2021-08-1611-25/+37
| | | | | | | 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-0211-37/+25
|
* Revert "Merge pull request #18503 from ↵Jon Marius Venstad2021-07-0211-25/+37
| | | | | | | 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-0111-37/+25
|
* Remove unused stuffJon Marius Venstad2021-07-015-0/+0
|
* Use injected config in SessionCacheJon Marius Venstad2021-07-016-25/+37
|
* Add source code from jdisc_mbus_service into container-messagebus.gjoranv2021-03-2914-0/+2444
|
* Non-functional changes onlyJon Bratseth2021-02-211-1/+2
|
* A collection of code cleanup in messagebus. And a bonus of catching missing ↵Henning Baldersheim2019-04-121-53/+40
| | | | shutdown of config subscription.
* Use full nameHarald Musum2018-10-031-1/+1
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* PublishJon Bratseth2016-06-157-0/+150