aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/main/java/com/yahoo/messagebus/network/rpc/RPCNetwork.java
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28851 from vespa-engine/jonmv/random-fixBjørn Christian Seime2023-10-101-1/+1
|\
| * Make field volatilejonmv2023-10-101-1/+1
* | Update copyrightJon Bratseth2023-10-091-1/+1
|/
* Remove capability requirement for 'mbus.getVersion'Bjørn Christian Seime2023-02-201-0/+2
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-121-1/+2
* Upgrades from pre vespa-6.149 directly to 8.8 is not supported. GC code from ...Henning Baldersheim2022-06-261-1/+0
* 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
* 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
* add some information while waiting for messagebus networkArne H Juul2021-11-111-1/+9
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Reduce entanglementJon Marius Venstad2021-08-161-1/+1
* Prefer final fields to post-construction modificationJon Marius Venstad2021-08-161-16/+2
* wakeup_trigger_count -> transport_events_before_wakeupHenning Baldersheim2020-11-301-1/+1
* A configurable limit for waking up fnet threadHenning Baldersheim2020-11-301-1/+2
* Don't setup network in tests that don't need itJon Bratseth2020-11-091-38/+23
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
* Use a well named helper method for readability.Henning Baldersheim2020-03-251-1/+6
* Add control overHenning Baldersheim2020-03-251-1/+1
* void creating strings when not needed.Henning Baldersheim2020-03-091-1/+1
* Prepare for using multiple connections per specHenning Baldersheim2019-05-191-1/+1
* Use 2 threads for mbus transport.Henning Baldersheim2019-05-161-2/+1
* multi-threaded transport for JRTHåvard Pettersen2019-05-131-27/+2
* Cut number of network worker threads in half.Henning Baldersheim2019-04-221-4/+4
* Let the sender do all the packing too.Henning Baldersheim2019-04-201-1/+1
* Revert "Balder/skip the messenger thread"Henning Baldersheim2019-04-141-8/+1
* Add control for if you want to use mbus threas for compression/encoding or yo...Henning Baldersheim2019-04-141-1/+8
* Use atomic and synchronized sections to do proper accounting of replies. And ...Henning Baldersheim2019-04-131-1/+0
* Augment messagebus error messages with recipients and/or local identityTor Brede Vekterli2019-02-051-5/+20
* Remove finalizers from MessageBus componentsTor Brede Vekterli2018-02-231-11/+0
* Fully remove OOS stuff from java too.Henning Baldersheim2017-10-161-16/+1
* Use the threadpool for handling incomming requests and replies.Henning Baldersheim2017-09-261-3/+7
* Version 6.149 is using new compressed protocol.Henning Baldersheim2017-09-211-1/+1
* New protocol start with 6.148Henning Baldersheim2017-09-201-2/+2
* This add slime encoding of headers for future TLS usage,Henning Baldersheim2017-09-191-20/+34
* Revert "- Use C++11 for loops."Henning Baldersheim2017-09-191-34/+20
* - Use C++11 for loops.Henning Baldersheim2017-08-281-20/+34
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Yahoo sets up mac wireless networks such that the local hostname points to anJon Bratseth2016-09-291-1/+1
* PublishJon Bratseth2016-06-151-0/+530