aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/documentsubdbcollection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove most of the now void clock indirection.Henning Baldersheim2023-12-151-2/+2
* Move `HwInfo` from `proton` namespace to `vespalib`Tor Brede Vekterli2023-11-011-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove unused parameter in prepare_reconfig member functions.Tor Egge2023-02-091-4/+4
* Log time used for reconfig.Tor Egge2023-02-091-1/+2
* Call complete_prepare_reconfig() to adjust prepared reconfig whenTor Egge2023-02-071-0/+7
* Pass optional serial num to prepare reconfig.Tor Egge2023-02-071-4/+4
* Remove unneeded code.Tor Egge2023-02-021-3/+0
* Add proton::DocumentDB::prepare_reconfigTor Egge2023-02-021-6/+22
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* Wire SessionManager via IDocumentSubDBOwnerHenning Baldersheim2022-12-081-4/+2
* Normalize includes in searchcore.Tor Egge2022-09-271-1/+1
* Unify og getNumActiveDocs and hide some implementations.Henning Baldersheim2022-09-091-0/+1
* Make the attribute enum change interlock shared between all document dbs.Geir Storli2022-03-171-2/+9
* Avoid requiring a syncable executor for warmup.Henning Baldersheim2021-11-261-1/+1
* Get callback when setBucketStateCalculator has completed.Henning Baldersheim2021-11-221-2/+2
* GC unused numsearcher config.Henning Baldersheim2021-11-201-25/+12
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Reduce visibility and do not provide syncable when not necessary.Henning Baldersheim2021-03-021-0/+1
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-141-1/+1
* Improve handling of changed alloc config.Tor Egge2021-02-021-14/+4
* Wire in config for compaction strategy.Tor Egge2021-02-011-4/+7
* Check if the lid might block due to missing commit.Henning Baldersheim2020-10-301-4/+7
* Move uncommitted lids tracker from feedview to subdb to avoid ownership issues.Henning Baldersheim2020-10-301-8/+8
* Remove the ICommitable interface as it is now void.Henning Baldersheim2020-10-301-10/+10
* Avoid commitAndWait. It is a blocking call that might deadlock.Henning Baldersheim2020-09-011-2/+1
* Revert "Revert "Only wait for th elids that you are interested in.""Henning Baldersheim2020-08-271-3/+4
* Revert "Only wait for th elids that you are interested in."Arnstein Ressem2020-08-271-4/+3
* Also track lids during remove operation.Henning Baldersheim2020-08-251-2/+3
* Use two stage lid tracking.Henning Baldersheim2020-08-251-1/+1
* Track pending uncommitted lids.Henning Baldersheim2020-08-231-1/+1
* Wire in interfaces for lid based wait.Henning Baldersheim2020-08-221-6/+10
* Ensure that we call commit and wait before changing feedview.Henning Baldersheim2020-08-211-1/+2
* Some cleanup and refactoring.Henning Baldersheim2020-08-191-6/+21
* Cleanup code by following clion advise an move some classes to its proper home.Henning Baldersheim2020-08-051-1/+1
* temporary enable docstore validation at startup.Henning Baldersheim2020-04-081-0/+6
* Split ThreadExecutor in syncable and not.Henning Baldersheim2019-08-251-1/+1
* Fix bug in lid space compaction where partial updates to attributes were lost...Geir Storli2019-05-311-12/+15
* Use the shared executor from the threading service, and remove the loose wire.Henning Baldersheim2019-05-141-2/+1
* Use hwInfoHenning Baldersheim2019-01-251-3/+4
* Reindent to group parameters logically.Henning Baldersheim2019-01-251-42/+24
* Use multiple threads during shutdown of documentdbs to speed up restart.Henning Baldersheim2019-01-241-2/+20
* Remove AttributeMetricsCollection and DocumentDBMetricsCollection as they are...Geir Storli2019-01-211-5/+4
* Remove all legacy proton metrics (that were deprecated on Vespa 6).Geir Storli2019-01-211-10/+6
* - Decouple index config from ProtonConfig.Henning Baldersheim2018-12-031-48/+27
* Rename proton summary executor -> shared executor.Geir Storli2018-09-181-2/+2
* Copy matching metrics from LegacyDocumentDBMetrics to DocumentDBTaggedMetrics...Geir Storli2018-05-041-1/+1
* Add config for the alloc grow factor used when allocating buffers in multi-va...Geir Storli2018-01-221-4/+17
* Use alternate maxflushed parameter (max number of flushed memory indexesTor Egge2017-12-071-0/+9
* Use propagated bucket space instead of place holder.Tor Egge2017-10-061-1/+3