aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce visibility and do not provide syncable when not necessary.Henning Baldersheim2021-03-021-0/+4
* use size literals in searchcoreArne Juul2021-02-151-2/+3
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-141-13/+13
* Improve handling of changed alloc config.Tor Egge2021-02-021-2/+1
* Wire in config for compaction strategy.Tor Egge2021-02-011-1/+1
* Remove the syncFeedView upcall as it has no purpose other than forcing it mor...Henning Baldersheim2021-01-261-29/+0
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-141-2/+2
* Remove the ICommitable interface as it is now void.Henning Baldersheim2020-10-301-14/+1
* GC unused commit()Henning Baldersheim2020-10-291-3/+1
* Drop immediate commit, as it is gone.Henning Baldersheim2020-10-231-5/+14
* - GC unused code.Henning Baldersheim2020-10-071-1/+0
* Avoid taking a lock in the single master thread.Henning Baldersheim2020-09-151-2/+1
* Avoid commitAndWait. It is a blocking call that might deadlock.Henning Baldersheim2020-09-011-18/+10
* Revert "Revert "Only wait for th elids that you are interested in.""Henning Baldersheim2020-08-271-5/+5
* Revert "Only wait for th elids that you are interested in."Arnstein Ressem2020-08-271-5/+5
* Use two stage lid tracking.Henning Baldersheim2020-08-251-3/+3
* Only wait for th elids that you are interested in.Henning Baldersheim2020-08-231-5/+5
* Track pending uncommitted lids.Henning Baldersheim2020-08-231-2/+2
* Wire in interfaces for lid based wait.Henning Baldersheim2020-08-221-0/+6
* Ensure that we call commit and wait before changing feedview.Henning Baldersheim2020-08-211-15/+33
* Make RemoveOperation an interface and move implmentation to RemoveOperationWi...Henning Baldersheim2020-04-081-3/+3
* Use xxhash for most out hashing. It is significantly better quality hash.Henning Baldersheim2020-03-271-4/+4
* Revert "Revert "Since the most important aspect our use of hash maps/sets is ...Henning Baldersheim2020-03-201-7/+7
* Revert "Since the most important aspect our use of hash maps/sets is for spee...Harald Musum2020-03-201-7/+7
* Ordering in tests chnages when hashing changes.Henning Baldersheim2020-03-201-7/+7
* fastos::TimeStamp -> vespalib::durationHenning Baldersheim2019-12-161-1/+1
* Reduce code visibility and minor cleanup.Henning Baldersheim2019-11-271-2/+1
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-1/+2
* Do not require or provide Syncable.Henning Baldersheim2019-08-251-1/+1
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-2/+2
* Use the shared executor from the threading service, and remove the loose wire.Henning Baldersheim2019-05-141-54/+47
* Wire in the shared executor in the threading service.Henning Baldersheim2019-05-141-3/+3
* Remove AttributeMetricsCollection and DocumentDBMetricsCollection as they are...Geir Storli2019-01-211-7/+4
* Remove all legacy proton metrics (that were deprecated on Vespa 6).Geir Storli2019-01-211-6/+4
* - Decouple index config from ProtonConfig.Henning Baldersheim2018-12-031-7/+5
* Reduce code visibility and C++11ification.Henning Baldersheim2018-06-141-0/+1
* Copy matching metrics from LegacyDocumentDBMetrics to DocumentDBTaggedMetrics...Geir Storli2018-05-041-4/+4
* Revert "Revert "Balder/compute summary cache automatically in backend""Henning Baldersheim2018-01-311-1/+1
* Revert "Balder/compute summary cache automatically in backend"Harald Musum2018-01-311-1/+1
* Add the HwInfo to the BootstrapConfig.Henning Baldersheim2018-01-301-1/+1
* Let proton subscribe to bucketspaces config.Tor Egge2018-01-091-0/+3
* Consolidate makeBucketSpace() test functions to document module.Tor Egge2017-11-141-2/+2
* Remove explicit ack and use feedtoken as a smartptrHenning Baldersheim2017-10-131-27/+12
* Use propagated bucket space instead of place holder.Tor Egge2017-10-061-0/+3
* Resolve the LogDocumentStoreConfig in DocumentDBConfigManager.Henning Baldersheim2017-10-061-8/+3
* There is a less intrusive way ...Henning Baldersheim2017-10-051-1/+1
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-051-13/+10
* Use multiple threads for mbus invokeHenning Baldersheim2017-09-261-1/+1
* Fix indent.Geir Storli2017-09-121-275/+275
* Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-111-0/+1