aboutsummaryrefslogtreecommitdiffstats
path: root/container-messagebus/src/main/java/com/yahoo/container/jdisc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-096-6/+6
|
* Use config self-subscription also for session-cache which powers docprocjonmv2023-07-141-14/+5
|
* We have relied on dynamic throttling for 12 years or so.Henning Baldersheim2023-01-031-21/+0
| | | | Time to let the old one go.
* Log when deconstruction of mbus server provider is completeBjørn Christian Seime2022-06-211-3/+4
| | | | | Useful for debugging failed component graph deconstruction caused by mbus server shutdown hanging.
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-081-8/+2
| | | | | | | 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.
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-063-3/+3
|
* Revert "Merge pull request #22394 from ↵jonmv2022-05-032-30/+16
| | | | | | | vespa-engine/revert-22374-jonmv/remove-last-controller-jersey-client" This reverts commit e046ae79779261b09f85bcf4c04c906b83075775, reversing changes made to d2066c0a0c04e2aa2ada12a5c85f5eae9ff65b02.
* Revert "Jonmv/remove last controller jersey client [run-systemtest]"Jon Marius Venstad2022-05-022-16/+30
|
* Importsjonmv2022-05-021-2/+1
|
* Simplify shared resource setup with Memoizedjonmv2022-05-022-29/+16
|
* Deprecate load types from Java APIsTor Brede Vekterli2022-04-051-3/+6
| | | | | | | | | | | 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.
* Remove unused imports.gjoranv2022-03-061-2/+0
|
* Inject DocumentTypeManager to SessionCachegjoranv2022-03-061-4/+4
|
* 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-081-1/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
|
* Better namesJon Marius Venstad2021-09-271-1/+1
|
* Destroy only when held item existsJon Marius Venstad2021-09-091-2/+4
|
* Lazily initialise session cache and its networkJon Marius Venstad2021-08-272-11/+36
|
* 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
|
* Use injectable network multiplexer holder in SessionCache to bridge generationsJon Marius Venstad2021-08-163-34/+113
|
* Non-functional changesJon Marius Venstad2021-08-161-1/+1
|
* 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-161-64/+50
| | | | | | | 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-021-50/+64
|
* Revert "Merge pull request #18503 from ↵Jon Marius Venstad2021-07-021-64/+50
| | | | | | | 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-011-50/+64
|
* Use injected config in SessionCacheJon Marius Venstad2021-07-011-64/+50
|
* 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-301-1/+1
|
* A configurable limit for waking up fnet threadHenning Baldersheim2020-11-301-0/+1
|
* Non-functional-changes-onlyJon Bratseth2020-11-182-16/+8
|
* 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-251-1/+1
|
* Add control overHenning Baldersheim2020-03-251-1/+4
| | | | | | | - num network threads - num connections per target - tcpnodelay Defaults are unchanged.
* Nonfunctional changes onlyJon Bratseth2019-06-032-1/+3
|
* Revert "Balder/skip the messenger thread"Henning Baldersheim2019-04-141-2/+1
|
* Add control for if you want to use mbus threas for compression/encoding or ↵Henning Baldersheim2019-04-141-1/+2
| | | | your own.
* A collection of code cleanup in messagebus. And a bonus of catching missing ↵Henning Baldersheim2019-04-122-45/+11
| | | | shutdown of config subscription.
* Nonfunctional changes onlyJon Bratseth2019-01-251-54/+53
|
* GC unused imports.Henning Baldersheim2018-10-251-1/+9
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-052-2/+2
|
* Fully remove OOS stuff from java too.Henning Baldersheim2017-10-161-1/+0
|
* Update copyright headersJon Bratseth2017-06-144-4/+4
|
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+4
|