summaryrefslogtreecommitdiffstats
path: root/messagebus
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |/
* / Revert "Merge pull request #15521 from ↵Jon Bratseth2020-11-301-0/+2
|/ | | | | | | vespa-engine/revert-15520-bratseth/apply-on-restart-take-4" This reverts commit 9e228790db5222124dd6a125a9937584bd1d4a4b, reversing changes made to a7cc1248bade10175a73a4602f8452ccda6a102a.
* Try fixed at maxpending 2 for comparisonJon Marius Venstad2020-11-291-4/+4
|
* Revert "Bratseth/apply on restart take 4"Jon Bratseth2020-11-291-2/+0
|
* Revert "Merge pull request #15510 from ↵Jon Bratseth2020-11-291-0/+2
| | | | | | | vespa-engine/revert-15508-bratseth/apply-on-restart-take-3" This reverts commit 3c95d11418e3ebffc1260207932b7e8f3955e1a0, reversing changes made to 7a1a70055770a82bf42bff668abaf011af3f6e55.
* Revert "Bratseth/apply on restart take 3"Jon Bratseth2020-11-271-2/+0
|
* Revert "Merge pull request #15495 from ↵Jon Bratseth2020-11-271-0/+2
| | | | | | | vespa-engine/revert-15494-bratseth/apply-on-restart-take-2" This reverts commit ef4ece0ae64a1f1ec8accb257168b2a08d6971b1, reversing changes made to 204eb6f5faf91a6159ba5c7e01d2d8b6f307e8bd.
* Non-functional changesJon Marius Venstad2020-11-261-2/+2
|
* Avoid Thread.sleep(1000) in unit testJon Marius Venstad2020-11-261-22/+14
|
* Remove always-false if clauseJon Marius Venstad2020-11-261-4/+1
|
* Non-functional changesJon Marius Venstad2020-11-264-3/+4
|
* - Reorder members for compactness.Henning Baldersheim2020-11-2310-140/+42
| | | | | - Avoid needing the definition of Error everywhere. - use std::make_xxx and other c++11 constructs.
* Avoid having mutating methods const.Henning Baldersheim2020-11-231-4/+4
|
* Steal the traces explicit and force moving of traces. Also hide access to ↵Henning Baldersheim2020-11-233-5/+6
| | | | the root.
* Reduce exposure of TraceNode even further.Henning Baldersheim2020-11-183-3/+3
|
* Use a std:.unique_ptr to make Trace a thin wrapper for TraceNode to make the ↵Henning Baldersheim2020-11-181-6/+6
| | | | happy path fast.
* Explicit copy construction of Trace.Henning Baldersheim2020-11-181-1/+1
|
* Move the Trace and TraceNode when adding traces.Henning Baldersheim2020-11-181-1/+1
|
* Hide the modifiable TraceNode root inside the Trace objectHenning Baldersheim2020-11-189-27/+26
|
* No need to copy an empty object into another empty object.Henning Baldersheim2020-11-182-3/+2
|
* Do not deresgister something that has not been properly set up.Henning Baldersheim2020-11-121-0/+3
|
* Don't setup network in tests that don't need itJon Bratseth2020-11-092-35/+26
|
* Don't setup network in tests that don't need itJon Bratseth2020-11-093-63/+40
|
* 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
| | | | - Now it is only vespalib::Monitor left
* Merge pull request #14778 from vespa-engine/bratseth/improve-error-loggingHenning Baldersheim2020-10-082-20/+17
|\ | | | | Log warning with exception instead of doing printStackTrace
| * 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 ↵Henning Baldersheim2020-10-073-0/+3
|/ | | | | | vespalib::Lock and vespalib::Monitor. Also repair broken usages of the same.
* 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 ↵Henning Baldersheim2020-09-261-5/+5
| | | | std::move to make destruction more visible.
* 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 ↵Henning Baldersheim2020-08-122-35/+41
| | | | assertEquals/assertTrue does a…""
* Revert "Reduce the use of hamcrest when normal assertEquals/assertTrue does ↵Henning Baldersheim2020-08-112-41/+35
| | | | a…"
* Reduce the use of hamcrest when normal assertEquals/assertTrue does a mucj ↵Henning Baldersheim2020-08-112-35/+41
| | | | better job
* 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
|