summaryrefslogtreecommitdiffstats
path: root/messagebus/src/main
Commit message (Expand)AuthorAgeFilesLines
* Set initial window size to max of min and increment, in dynamic throttle policyJon Marius Venstad2020-12-011-1/+3
* wakeup_trigger_count -> transport_events_before_wakeupHenning Baldersheim2020-11-302-6/+6
* A configurable limit for waking up fnet threadHenning Baldersheim2020-11-302-1/+13
* Non-functional changesJon Marius Venstad2020-11-261-2/+2
* Remove always-false if clauseJon Marius Venstad2020-11-261-4/+1
* Non-functional changesJon Marius Venstad2020-11-263-3/+3
* Don't setup network in tests that don't need itJon Bratseth2020-11-091-22/+25
* Don't setup network in tests that don't need itJon Bratseth2020-11-092-60/+37
* Log warning with exception instead of doing printStackTraceJon Bratseth2020-10-082-20/+17
* Eliminate config self-subscription from MessageBusDocumentAccessJon Marius Venstad2020-09-252-0/+28
* Add DocumentOperationParameters to document session APIJon Marius Venstad2020-09-241-3/+1
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
* Nonfunctional, changes onlyJon Bratseth2020-06-241-2/+2
* Nonfunctional changes onlyJon Bratseth2020-06-101-18/+5
* LogLevel -> Level for isLoggable()gjoranv2020-04-253-7/+7
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-252-4/+4
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-252-6/+6
* LogLevel.INFO -> Level.INFOgjoranv2020-04-252-2/+2
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-253-7/+7
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-258-8/+8
* Update abi and min/max confusion.Henning Baldersheim2020-04-071-1/+1
* Let feeder control throttle parametersHenning Baldersheim2020-04-071-4/+19
* Use a well named helper method for readability.Henning Baldersheim2020-03-251-1/+6
* Add control overHenning Baldersheim2020-03-252-1/+22
* void creating strings when not needed.Henning Baldersheim2020-03-094-9/+9
* When input is already utf8, you should take advantage of it to avoid string s...Henning Baldersheim2020-03-081-17/+17
* - Use a token to limit how many that will try resending.Henning Baldersheim2019-09-131-9/+22
* Use a thread local counter to break recursion if handleReply is called synchr...Henning Baldersheim2019-08-081-6/+20
* Unused importHenning Baldersheim2019-08-081-1/+0
* Take the message out of the send Q in order to ensure progress if handleReply...Henning Baldersheim2019-08-081-6/+6
* Add the route that failed to avoid needing additional state for analysis.Henning Baldersheim2019-08-011-2/+2
* Nonfunctional changes onlyJon Bratseth2019-06-281-13/+4
* Keep the spec final.Henning Baldersheim2019-05-283-17/+20
* Make the hot/cold path evident and readable.Henning Baldersheim2019-05-211-9/+17
* Add control over #connectionsHenning Baldersheim2019-05-201-1/+1
* Prepare for using multiple connections per specHenning Baldersheim2019-05-193-24/+75
* Merge pull request #9435 from vespa-engine/balder/ensure-we-do-not-drop-close...Henning Baldersheim2019-05-161-1/+8
|\
| * - Use double checked locking to ensure that we do not create Policies that we...Henning Baldersheim2019-05-161-1/+8
* | Use 2 threads for mbus transport.Henning Baldersheim2019-05-161-2/+1
|/
* multi-threaded transport for JRTHÃ¥vard Pettersen2019-05-131-27/+2
* Explicitly require non-empty (or null) routeJon Bratseth2019-04-292-48/+38
* Test and error code categorization.Henning Baldersheim2019-04-291-2/+3
* Report fatal-mbus-errors-as server error.Henning Baldersheim2019-04-282-2/+12
* Merge pull request #9155 from vespa-engine/balder/update-lookup-interfaceHenning Baldersheim2019-04-233-8/+10
|\
| * Change interface from Mirror.Entry[] to List<Mirror.Entry> as you already hav...Henning Baldersheim2019-04-223-8/+10
* | Avoid '*' imports.Henning Baldersheim2019-04-221-1/+5
|/
* 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
* Handle the reply in own thread too.Henning Baldersheim2019-04-201-26/+5