aboutsummaryrefslogtreecommitdiffstats
path: root/persistence/src/vespa/persistence/dummyimpl/dummy_bucket_executor.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
* Don't attempt to actually execute document moves from a cancelled bucket moverTor Brede Vekterli2022-05-121-1/+50
* Since we schedule the last chunk for commit in triggerSyncNow, we can assert ...Henning Baldersheim2022-03-021-2/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Abandon gcc 8 support.Tor Egge2021-03-181-4/+2
* - Change error handling so that both synchonous and asynchronous errors can b...Henning Baldersheim2021-02-231-3/+5
* Restore lost comment.Tor Egge2021-01-221-0/+1
* Merge branch 'master' into toregge/port-to-gcc-8Henning Baldersheim2021-01-221-8/+7
|\
| * - Splitt common test code.Henning Baldersheim2021-01-221-7/+7
* | contains member function on unordered set is not available when usingTor Egge2021-01-221-2/+4
|/
* Add sync in destructor.Henning Baldersheim2021-01-211-1/+3
* Add DummyBucketExecutor for use in testing.Henning Baldersheim2021-01-211-0/+48