summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/documentbucketmover
Commit message (Expand)AuthorAgeFilesLines
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-141-1/+1
* Remove IGidCompare interface.Tor Egge2020-11-111-1/+0
* Add teste for move when pending.Henning Baldersheim2020-11-011-8/+26
* Check if the lid might block due to missing commit.Henning Baldersheim2020-10-301-2/+4
* Reuse document meta store state from prepare step instead of doingTor Egge2020-10-061-2/+2
* Revert "Revert "Revert "Revert "- Change APi for fetching documents to suppor...Henning Baldersheim2020-08-131-1/+1
* Revert "Revert "Revert "- Change APi for fetching documents to support optima...Henning Baldersheim2020-08-131-1/+1
* Revert "Revert "- Change APi for fetching documents to support optimal docume...Henning Baldersheim2020-08-121-1/+1
* Revert "- Change APi for fetching documents to support optimal document retri...Henning Baldersheim2020-08-121-1/+1
* Follow up of PR comment with renaming and refactoring.Henning Baldersheim2020-08-121-1/+1
* - Change APi for fetching documents to support optimal document retrival when...Henning Baldersheim2020-08-071-1/+1
* Cleanup code by following clion advise an move some classes to its proper home.Henning Baldersheim2020-08-051-21/+17
* GC unused filesHenning Baldersheim2019-09-301-1/+0
* Fix bug in lid space compaction where partial updates to attributes were lost...Geir Storli2019-05-311-2/+6
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+3
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-4/+4
* Consolidate makeBucketSpace() test functions to document module.Tor Egge2017-11-141-2/+2
* Move bucket factory to proton test library, it is only used by unit tests.Tor Egge2017-10-061-1/+1
* Use propagated bucket space instead of place holder.Tor Egge2017-10-061-1/+3
* Adjust test name to clarify what is tested.Tor Egge2017-09-141-1/+1
* Test that notifyCreateBucket() causes bucket to be reconsidered in bucketTor Egge2017-09-131-0/+23
* Documents moved to new buckets due to split or join might trigger a needTor Egge2017-09-131-1/+5
* Block bucket move job if it has too many outstanding move operations.Geir Storli2017-07-051-87/+157
* Block lid space compaction job when it has too many outstanding move operations.Geir Storli2017-07-031-1/+1
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
* Copyright headerJon Bratseth2017-06-132-2/+2
* Inhibit sub-db moves for non-activated buckets on retired nodesTor Brede Vekterli2017-04-261-0/+36
* add override in searchcore moduleArne H Juul2017-04-121-7/+7
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-53/+51
* use docSize more consistently.Tor Egge2017-03-061-1/+1
* Change document meta store api to require document size as argument toTor Egge2017-03-061-1/+1
* Add resource limit factor used by maintenance job to get a slightly higherTor Egge2017-01-091-4/+34
* Add low watermark for when to go back from conservative to normal mode for me...Geir Storli2016-06-301-2/+2
* Split into separate tests for disk and memory limit.Tor Egge2016-06-281-27/+30
* Stop bucket move maintenance job when memory usage is above limit.Tor Egge2016-06-281-1/+11
* Stop bucket move maintenance job when disk is full.Tor Egge2016-06-271-0/+25
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
* PublishJon Bratseth2016-06-155-0/+1204