aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/document_subdbs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20412 from vespa-engine/balder/split-bloat-and-spreadHenning Baldersheim2021-12-081-8/+10
|\
| * Separate spread and bloatHenning Baldersheim2021-12-081-8/+10
* | Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-4/+5
|/
* track namespace move in documenttypes.defArne H Juul2021-12-021-1/+1
* Remove the need for SyncableHenning Baldersheim2021-11-261-2/+1
* Differentiate the levels of sync required.Henning Baldersheim2021-11-221-3/+7
* Get callback when setBucketStateCalculator has completed.Henning Baldersheim2021-11-221-8/+10
* sync_all_executor => shutdownHenning Baldersheim2021-11-221-3/+2
* Follow renamingHenning Baldersheim2021-11-221-10/+10
* GC some unused code and less sync_all_executors.Henning Baldersheim2021-11-211-6/+13
* GC some unused code and less sync_all_executors.Henning Baldersheim2021-11-211-3/+1
* GC unused numsearcher config.Henning Baldersheim2021-11-201-18/+18
* Do not inherit Syncable. sync -> sync_all_executors to make its call sites mo...Henning Baldersheim2021-11-161-5/+5
* Add test that compaction config is reflected properly in document metastore a...Henning Baldersheim2021-11-121-0/+31
* Test that up -> retired -> up is reflectd correctly in document subdbs.Henning Baldersheim2021-11-121-1/+24
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* 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
* GC unused filesHenning Baldersheim2019-09-301-1/+0
* 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 files used by old unit test runner.Tor Egge2019-02-192-2/+0