summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/maintenancecontroller/maintenancecontroller_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Calculate transient memory usage for load of attribute vector.Tor Egge2020-05-121-0/+6
* Use forward declaration of OperationListener in header files.Geir Storli2020-04-291-1/+2
* Improve tracking of remove batch rate used to consider to block lid space com...Geir Storli2020-04-291-0/+1
* Make RemoveOperation an interface and move implmentation to RemoveOperationWi...Henning Baldersheim2020-04-081-5/+5
* GC unused code.Henning Baldersheim2019-12-161-1/+0
* fastos::TimeStamp -> vespalib::durationHenning Baldersheim2019-12-161-64/+37
* Use std::chrono.Henning Baldersheim2019-12-091-1/+1
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-051-1/+1
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-6/+6
* Wrap soft and hard doom in an CombinedDoom.Henning Baldersheim2019-12-031-3/+2
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-9/+3
* Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-151-1/+1
* Fix bug in lid space compaction where partial updates to attributes were lost...Geir Storli2019-05-311-2/+3
* Eliminate some clang warnings in searchcore.Tor Egge2019-02-081-4/+0
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-5/+5
* Implement mock of proton::IAttributeManager.Geir Storli2018-04-231-62/+3
* Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-201-1/+1
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-3/+3
* Use standard locking in searchlib (pass 1).Tor Egge2017-12-121-0/+1
* Factor out CountDownLatch and Gate to separate header files.Tor Egge2017-12-111-1/+1
* Use alternate maxflushed parameter (max number of flushed memory indexesTor Egge2017-12-071-4/+8
* Consolidate makeBucketSpace() test functions to document module.Tor Egge2017-11-141-2/+2
* Introduce async write interface in the TLS.Henning Baldersheim2017-10-181-27/+15
* Revert "Introduce async write interface in the TLS."Henning Baldersheim2017-10-171-15/+27
* Introduce async write interface in the TLS.Henning Baldersheim2017-10-171-27/+15
* Use propagated bucket space instead of place holder.Tor Egge2017-10-061-1/+3
* Documents moved to new buckets due to split or join might trigger a needTor Egge2017-09-131-1/+5
* Replace tab with spaces.Geir Storli2017-09-131-1/+1
* Make AttributeWriter::forceCommit() clear the search cache of all imported at...Geir Storli2017-09-061-0/+3
* Block bucket move job if it has too many outstanding move operations.Geir Storli2017-07-051-21/+11
* Block lid space compaction job when it has too many outstanding move operations.Geir Storli2017-07-031-4/+4
* Extend IFeedView::handleMove() with destructor callback to get a hook for whe...Geir Storli2017-07-031-5/+6
* Move info on whether a maintenance job is blocked to separate interface and i...Geir Storli2017-06-271-6/+10
* 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
* gcc 7 detected unused variable. Use it.Henning Baldersheim2017-05-051-1/+3
* Rename wipeHistory() to pruneRemovedFields() in handling of attribute fields.Tor Egge2017-04-271-1/+1
* Set maintenance job delay for lid space compaction and prune removed document...Geir Storli2017-04-241-7/+30
* Remove history schema and wiping of old removed fields.Tor Egge2017-04-241-81/+5
* Must use a separate executor. Can not run the config change in the generic ex...Henning Baldersheim2017-04-211-2/+4
* Use a generic pool (summary pool) for running generic manitenance task and ad...Henning Baldersheim2017-04-181-49/+67
* By default register job in master thread.Henning Baldersheim2017-04-181-7/+7
* add override in searchcore moduleArne H Juul2017-04-121-15/+15
* Use more forward declarations.Tor Egge2017-04-051-0/+3
* Disable lid space compaction jobs if specified in config.Geir Storli2017-03-301-14/+71