aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/proton_configurer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Unify og getNumActiveDocs and hide some implementations.Henning Baldersheim2022-09-091-5/+8
* Use MonitoredRefCount/RetainGuard instead of atomic/sleepHenning Baldersheim2021-11-261-14/+9
* Remove the need for SyncableHenning Baldersheim2021-11-261-7/+27
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Make it compatible with c++2aHenning Baldersheim2020-12-021-2/+2
* Extend log message when bucket space for document type has changed.Tor Egge2020-07-171-1/+1
* Detect changed bucket space for document type.Tor Egge2020-07-161-0/+10
* Add shutdown to thread interface.Henning Baldersheim2020-03-231-1/+1
* Rename method according to review feedback.Tor Egge2018-07-271-5/+3
* Add skeleton for proton disk layout, to better handle removal ofTor Egge2018-07-271-2/+23
* Track document db destruction.Tor Egge2018-07-251-5/+9
* Always map from document type to bucket space in proton.Tor Egge2018-05-041-9/+6
* Move FixedBucketSpaces to document module.Tor Egge2018-02-011-3/+3
* Reduce use of document::BucketSpace::placeHolder().Tor Egge2018-01-311-1/+1
* Use smart pointer bool operator.Tor Egge2018-01-101-1/+1
* Let proton subscribe to bucketspaces config.Tor Egge2018-01-091-2/+27
* Use std::promise<void> instead of std::promise<bool> when value is ignored.Tor Egge2017-10-311-4/+4
* Add bucket space concept to DocumentDB and wire it into setup of PersistenceE...Geir Storli2017-10-061-3/+9
* Use multiple threads for mbus invokeHenning Baldersheim2017-09-261-2/+2
* 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
* Reduce number of component configs reported by proton.Tor Egge2017-05-231-1/+4
* Revert "Toregge/proton config reporting cleanup"Harald Musum2017-05-221-16/+1
* Reduce number of component configs reported by proton.Tor Egge2017-05-221-1/+16
* Initialize all members in constructor.Tor Egge2017-03-151-0/+1
* Wire in proton configurer.Tor Egge2017-03-151-3/+6
* Allow getting active config snapshot on a const proton configurer.Tor Egge2017-03-141-1/+1
* Simplify signature for applying initial config to proton.Tor Egge2017-03-141-3/+2
* Move interface to separate header file.Tor Egge2017-03-141-1/+1
* Use auto to simplify code.Tor Egge2017-03-141-1/+1
* Add proton configurer, which handles config changes to proton usingTor Egge2017-03-131-0/+176