aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/matchengine/matchengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Return early if hard doomed in the QHenning Baldersheim2023-09-201-2/+6
* Return early with error if timed out during query setup.Henning Baldersheim2023-09-201-1/+3
* Refactor code to make object lifetime easier to follow.Henning Baldersheim2023-09-201-30/+32
* Reduce code bloat by 'using'Henning Baldersheim2023-09-201-16/+19
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* Expose more information in content node search reply trace.Geir Storli2022-09-261-0/+2
* Add test for profile_depth conversion, and remove proxying not necessary.Henning Baldersheim2022-08-261-1/+2
* Wire in profile_depthHenning Baldersheim2022-08-261-1/+1
* Use atomic proton::MatchEngine::_nodeMaintenance.Tor Egge2022-05-061-2/+2
* Make MatchEngine node state polling atomicTor Brede Vekterli2022-03-081-3/+3
* report request timeouts as issues (errors in reply)Håvard Pettersen2022-02-171-0/+3
* tag match/summary engines with READ cpu usageHåvard Pettersen2022-01-261-2/+7
* Continue serving search queries when in Maintenance node stateTor Brede Vekterli2021-11-241-2/+12
* Revert "Continue serving search queries when in Maintenance node state [run-s...Henning Baldersheim2021-11-231-12/+2
* Continue serving search queries when in Maintenance node stateTor Brede Vekterli2021-11-221-2/+12
* log unhandled issuesArne H Juul2021-10-211-0/+4
* add forward_issues config optionArne H Juul2021-10-201-1/+4
* wire reported issues into search/docsum repliesHåvard Pettersen2021-10-071-0/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add option to select sync or async query execution in the backend.Henning Baldersheim2021-03-311-11/+12
* use size literals in searchcoreArne Juul2021-02-151-2/+3
* Name the threads so it is easier to see who is doing what.Henning Baldersheim2020-11-121-1/+2
* Use enable_shared_from_this to simplify interface and keep the details local.Henning Baldersheim2020-02-171-4/+3
* Remove another indirection not necessary and GC some unused code.Henning Baldersheim2020-02-151-3/+3
* Just use reference.Henning Baldersheim2019-11-271-1/+0
* initial searchprotocol implementation in cppHåvard Pettersen2019-03-251-1/+1
* Move control of tracelevel to matchengine.Henning Baldersheim2019-03-131-7/+10
* Make it lazy and safe.Henning Baldersheim2019-03-131-3/+3
* Make the Trace object itself lazyHenning Baldersheim2019-03-131-2/+2
* Let done be an end signal that computes duration..Henning Baldersheim2019-03-111-1/+1
* Incorporate comments from @jobergum.Henning Baldersheim2019-03-111-0/+1
* Trace match thread and iterator tree too.Henning Baldersheim2019-03-101-1/+1
* Put distribution-key in trace payload and name it 'trace'.Henning Baldersheim2019-03-071-8/+4
* Wire the trace object through.Henning Baldersheim2019-03-051-4/+15
* Revert "Hardwire matchengine to always be online."Geir Storli2018-03-211-2/+2
* Hardwire matchengine to always be online.Tor Egge2018-03-211-2/+2
* Remove unused methods for turning off matchengine.Tor Egge2018-03-201-24/+2
* Use std::mutex in searchcore MatchEngine.Tor Egge2017-11-141-6/+6
* 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
* Include what you need yourself, and not more.Henning Baldersheim2017-05-241-1/+0
* add override in searchcore moduleArne H Juul2017-04-121-1/+1
* Use forward declarations to avoid rebuilding the world when modifying the pac...Henning Baldersheim2016-11-171-3/+3
* PublishJon Bratseth2016-06-151-0/+204