summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/maintenancecontroller
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate some clang warnings in searchcore.Tor Egge2019-02-081-4/+0
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-0/+1
* 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-143-3/+3
* Revert "Update copyright headers"Jon Bratseth2017-06-143-3/+3
* Update copyright headersJon Bratseth2017-06-143-3/+3
* Revert "Copyright header"Jon Bratseth2017-06-133-3/+3
* Copyright headerJon Bratseth2017-06-133-3/+3
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* 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
* Simplify wipe history arguments to attribute manager, supply serial numberTor Egge2017-03-211-1/+1
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-54/+27
* Change document meta store api to require document size as argument toTor Egge2017-03-061-0/+3
* Use document db reference solver when creating new attribute manager in searc...Geir Storli2017-02-241-49/+19
* Add resource limit factor used by maintenance job to get a slightly higherTor Egge2017-01-091-4/+8
* decouple slime from config.Henning Baldersheim2016-12-191-3/+4
* Stop bucket move maintenance job when disk is full.Tor Egge2016-06-271-1/+5
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-2/+2
* PublishJon Bratseth2016-06-156-0/+1602