aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus
Commit message (Expand)AuthorAgeFilesLines
* GC unuse code and use std::mutex/std:condition_variable over vespalib::MonitorHenning Baldersheim2020-10-142-23/+24
* Fix inverted logicHenning Baldersheim2020-10-142-4/+2
* ReindentHenning Baldersheim2020-10-141-8/+8
* Use std::mutex and std:.condition_variable and GC some unused code.Henning Baldersheim2020-10-1310-69/+74
* - GC the last usages of vespalib::Lock.Henning Baldersheim2020-10-083-3/+0
* Merge pull request #14778 from vespa-engine/bratseth/improve-error-loggingHenning Baldersheim2020-10-082-20/+17
|\
| * Log warning with exception instead of doing printStackTraceJon Bratseth2020-10-082-20/+17
* | Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-088-22/+20
* | Remove broken copy and move constructor and assignment operatoos on vespalib:...Henning Baldersheim2020-10-073-0/+3
|/
* Use noexcept as advise by gcc -WnoexceptHenning Baldersheim2020-10-061-1/+1
* Pass std::string variable to boost::tokenizerTor Egge2020-10-041-1/+2
* Use && qualified member functions.Henning Baldersheim2020-09-261-4/+3
* Replace the dangerous stealBuffer method with a static one that requires std:...Henning Baldersheim2020-09-261-5/+5
* Update abi specJon Marius Venstad2020-09-251-1/+4
* Eliminate config self-subscription from MessageBusDocumentAccessJon Marius Venstad2020-09-252-0/+28
* Add DocumentOperationParameters to document session APIJon Marius Venstad2020-09-241-3/+1
* Revert "Revert "Reduce the use of hamcrest when normal assertEquals/assertTru...Henning Baldersheim2020-08-122-35/+41
* Revert "Reduce the use of hamcrest when normal assertEquals/assertTrue does a...Henning Baldersheim2020-08-112-41/+35
* Reduce the use of hamcrest when normal assertEquals/assertTrue does a mucj be...Henning Baldersheim2020-08-112-35/+41
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
* Merge branch 'master' into balder/skip-communicationmanager-onlyHenning Baldersheim2020-07-093-12/+7
|\
| * Remove non-semantic changes prior to using a sequenced threadpool in mbus.Henning Baldersheim2020-07-083-12/+7
* | Config control over what treads to skip.Henning Baldersheim2020-07-099-35/+52
|/
* Nonfunctional, changes onlyJon Bratseth2020-06-241-2/+2
* Nonfunctional changes onlyJon Bratseth2020-06-101-18/+5
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-1/+1
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-2/+2
* 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-259-9/+9
* Update abi and min/max confusion.Henning Baldersheim2020-04-072-1/+2
* Let feeder control throttle parametersHenning Baldersheim2020-04-071-4/+19
* Revert "Revert "Revert "Balder/rearrange threads"""Henning Baldersheim2020-04-056-73/+40
* Revert "Control mbus worker threads and network threads separately."Henning Baldersheim2020-04-054-40/+23
* Revert "Balder/control naptime"Henning Baldersheim2020-04-051-1/+1
* Revert "Adhere to latency versus throughput settings."Henning Baldersheim2020-04-052-18/+7
* Adhere to latency versus throughput settings.Henning Baldersheim2020-04-042-7/+18
* Control nap timeHenning Baldersheim2020-04-041-1/+1
* Control mbus worker threads and network threads separately.Henning Baldersheim2020-04-034-23/+40
* Revert "Revert "Balder/rearrange threads""Henning Baldersheim2020-04-026-40/+73
* Since killing a task involves unlinking it, all other tasks scheduked must ha...Henning Baldersheim2020-04-021-1/+6
* Must wait for all sessions to be registered.Henning Baldersheim2020-04-021-2/+2
* Unify tests.Henning Baldersheim2020-04-021-6/+6
* reslove() -> make_addressHenning Baldersheim2020-04-025-15/+11
* - Redo the servicepool to resolve addresses first time and not loadbalance.Henning Baldersheim2020-04-0119-528/+206
* Avoid double lookup.Henning Baldersheim2020-03-301-2/+3