aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/lid_space_compaction/lid_space_jobtest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* 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-131-1/+1
* Only expose sync for the master thread.Henning Baldersheim2021-11-261-1/+1
* Move MonitoredRefCount and RetainGuard to vespalib.Tor Egge2021-10-181-0/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* 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-031-15/+8
* Avoid heap usage after free in lid space compaction unit test.Tor Egge2021-04-231-1/+1
* Refcount must have longer lifetime than master executor.Henning Baldersheim2021-04-231-2/+3
* Use a RetainGuard to ensure DocumentDB is not closed until everything has bee...Henning Baldersheim2021-04-231-1/+1
* 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-091-2/+2
* Reduce visibility and do not provide syncable when not necessary.Henning Baldersheim2021-03-021-0/+2
* To ensure that lid stats is sampled after everything has been completed compa...Henning Baldersheim2021-02-071-0/+1
* Use shared_ptr to ensure lifetime is sufficient.Henning Baldersheim2021-01-271-3/+3
* Sync executor when destructing the jobs.Henning Baldersheim2021-01-251-0/+1
* Revert "Revert "Wire in the BucketExecutor.""Henning Baldersheim2021-01-231-3/+7
* Revert "Wire in the BucketExecutor."Harald Musum2021-01-231-7/+3
* Wire in config control too.Henning Baldersheim2021-01-231-1/+1
* Wire in the BucketExecutor.Henning Baldersheim2021-01-231-2/+6
* Various readability and code cleanup. closure -> lambdaHenning Baldersheim2021-01-231-6/+23
* - Update copyright.Henning Baldersheim2021-01-221-1/+1
* - Splitt common test code.Henning Baldersheim2021-01-221-0/+247