summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/lid_space_compaction
Commit message (Expand)AuthorAgeFilesLines
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* Rename search::index::EmptyDocBuilder to search::test::DocBuilder.Tor Egge2022-10-134-9/+9
* Remove search::index::DocBuilder. Add search::index::StringFieldBuilder.Tor Egge2022-10-123-10/+14
* - Move persitence/spi/types.h under to persitence/spi/types.hHenning Baldersheim2022-05-181-1/+1
* Unblock the last pending document.Henning Baldersheim2021-12-101-0/+1
* Remove retry parameter not in use anymore.Henning Baldersheim2021-12-102-3/+3
* Separate spread and bloatHenning Baldersheim2021-12-081-0/+1
* Only expose sync for the master thread.Henning Baldersheim2021-11-262-2/+2
* Move MonitoredRefCount and RetainGuard to vespalib.Tor Egge2021-10-182-2/+4
* Update Verizon Media copyright notices.gjoranv2021-10-076-6/+6
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Now t...Harald Musum2021-05-191-0/+7
* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Now that ever...Henning Baldersheim2021-05-181-7/+0
* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Now that everything i...Harald Musum2021-05-181-0/+7
* Revert "Revert "Revert "Revert "Revert "Revert "Now that everything is contro...Henning Baldersheim2021-05-181-7/+0
* Revert "Revert "Revert "Revert "Revert "Now that everything is controlled buc...Geir Storli2021-05-141-0/+7
* Revert "Revert "Revert "Revert "Now that everything is controlled bucketwise ...Henning Baldersheim2021-05-141-7/+0
* Revert "Revert "Revert "Now that everything is controlled bucketwise by the b...Harald Musum2021-05-131-0/+7
* Revert "Revert "Now that everything is controlled bucketwise by the bucket db...Henning Baldersheim2021-05-121-7/+0
* Revert "Now that everything is controlled bucketwise by the bucket db we shou...Harald Musum2021-05-121-0/+7
* Now that everything is controlled bucketwise by the bucket db we should asser...Henning Baldersheim2021-05-111-7/+0
* GC frozen buckets conceptHenning Baldersheim2021-05-102-16/+0
* GC legacy prune removed job.Henning Baldersheim2021-05-091-1/+1
* Rename lidspace compaction jobHenning Baldersheim2021-05-051-1/+1
* - GC legacy lidspace compaction job and bucket move job.Henning Baldersheim2021-05-033-71/+36
* Avoid heap usage after free in lid space compaction unit test.Tor Egge2021-04-232-2/+2
* Refcount must have longer lifetime than master executor.Henning Baldersheim2021-04-232-4/+5
* Use a RetainGuard to ensure DocumentDB is not closed until everything has bee...Henning Baldersheim2021-04-232-1/+3
* Force that lid space compation job and bucket move job are constructed as sha...Henning Baldersheim2021-04-101-3/+3
* Use shared_ptr to lid space compaction job in order to ensure correct lifetim...Henning Baldersheim2021-04-092-3/+3
* Fix forward declaration.Tor Egge2021-03-131-1/+1
* Reduce visibility and do not provide syncable when not necessary.Henning Baldersheim2021-03-024-3/+10
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-143-4/+5
* To ensure that lid stats is sampled after everything has been completed compa...Henning Baldersheim2021-02-071-0/+1
* Use gtestHenning Baldersheim2021-02-041-1/+1
* Remove the sync interface from Bucket Executor. Due to the nature of requirin...Henning Baldersheim2021-02-021-4/+5
* Use shared_ptr to ensure lifetime is sufficient.Henning Baldersheim2021-01-272-4/+4
* Check gid and bucketid inside the correct master thread to ensure you do the ...Henning Baldersheim2021-01-252-17/+31
* Sync executor when destructing the jobs.Henning Baldersheim2021-01-251-0/+1
* - The metastore must be read in the master thread.Henning Baldersheim2021-01-242-5/+6
* Revert "Revert "Wire in the BucketExecutor.""Henning Baldersheim2021-01-232-3/+9
* Revert "Wire in the BucketExecutor."Harald Musum2021-01-232-9/+3
* Wire in config control too.Henning Baldersheim2021-01-231-1/+1
* Wire in the BucketExecutor.Henning Baldersheim2021-01-232-2/+8
* Merge pull request #16182 from vespa-engine/balder/cleanup-1Henning Baldersheim2021-01-231-6/+23
|\
| * Various readability and code cleanup. closure -> lambdaHenning Baldersheim2021-01-231-6/+23
* | Do not move the lid upon creation, but upon move.Henning Baldersheim2021-01-231-3/+5
|/
* Fix forward declarations.Tor Egge2021-01-221-1/+1
* - Update copyright.Henning Baldersheim2021-01-226-123/+90
* - Splitt common test code.Henning Baldersheim2021-01-227-549/+853