aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/filestorage/filestormanagertest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid using a reserved identifier naming formatTor Brede Vekterli2023-10-251-50/+50
* Rewire `FileStorManager` configTor Brede Vekterli2023-10-241-2/+5
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove dead code from FileStorManager unit test.Tor Egge2023-08-311-27/+0
* GC some unused internal storage message typesTor Brede Vekterli2023-06-161-15/+0
* Clean up some todos.Henning Baldersheim2023-06-081-4/+4
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-6/+6
* remove document::RunnableHÃ¥vard Pettersen2023-02-201-17/+27
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* Force content node-internal bucket DB metric update during startupTor Brede Vekterli2022-08-301-0/+1
* Remove '.sum' form vds sum metrics.Henning Baldersheim2022-06-081-6/+6
* GC unused Context parameterHenning Baldersheim2022-03-311-16/+7
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-031-0/+4
* Sync executor to ensure tasks are run prior to stripe teardowns in testsTor Brede Vekterli2022-02-251-2/+11
* Make ConfigUri constructors explicit and use same context where possible in p...Henning Baldersheim2022-02-201-1/+1
* Support dynamic throttling of async persistence operationsTor Brede Vekterli2022-01-101-17/+17
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Change error handling so that both synchonous and asynchronous errors can b...Henning Baldersheim2021-02-231-14/+14
* - Reduce visibility of ClusterState and Distribution.Henning Baldersheim2021-02-191-0/+2
* use size literals in storageArne Juul2021-02-151-6/+7
* Revert "Properly track execution of BucketTasks and provide sync() and orderâ...Henning Baldersheim2021-02-021-34/+0
* Properly track execution of BucketTasks and provide sync() and orderly shutdown.Henning Baldersheim2021-02-021-0/+34
* Revert "Implement BucketExecutor::sync."Henning Baldersheim2021-02-021-34/+0
* Use conditional notify instead of sleep.Henning Baldersheim2021-02-011-0/+1
* Implement BucketExecutor::sync.Henning Baldersheim2021-02-011-0/+33
* Add debug dumping and other minor followup on PR comments.Henning Baldersheim2021-01-201-3/+3
* Implement bucketexecutor interface and.Henning Baldersheim2021-01-191-0/+47
* Wire in HostInfo to FileStorManager.Tor Egge2021-01-181-1/+1
* Wire in skeleton for implementation of the BucketExecutor interface.Henning Baldersheim2021-01-171-7/+7
* GC LoadTypeSetHenning Baldersheim2020-11-271-3/+0
* Remove loadmetrics indirection.Henning Baldersheim2020-11-261-7/+7
* Use correct storage cluster name.Henning Baldersheim2020-11-261-2/+2
* As we have have now removed the expensive Route member we can further compact...Henning Baldersheim2020-11-261-118/+67
* Remove load type from ContextHenning Baldersheim2020-11-241-8/+6
* Misc cleanup in filestor, no semantic changesTor Brede Vekterli2020-11-131-26/+24
* Add support for async message handling when scheduling storage messages in Fi...Geir Storli2020-10-261-17/+142
* Use default destructor outside class definition.Geir Storli2020-10-221-2/+6
* Reduce code duplication by consolidating setup of PersistenceHandler.Geir Storli2020-10-221-39/+38
* Reduce code duplication by consolidating setup of FileStorHandler.Geir Storli2020-10-221-160/+76
* Reduce code duplication by using TestFileStorComponents in more tests.Geir Storli2020-10-221-121/+39
* GC unused disk dimension.Henning Baldersheim2020-10-201-21/+21
* - Add class comments.Henning Baldersheim2020-10-191-1/+1
* Split the persistence thread and the message handler.Henning Baldersheim2020-10-191-45/+40
* Do not retrieve config once for every thread.Henning Baldersheim2020-10-181-1/+2
* We must detect changes in document config.Henning Baldersheim2020-10-181-0/+1
* Factor out handling of operations that might change bucket ownership.Henning Baldersheim2020-10-181-8/+21
* Change FileStorHandler into an interface that FileStorHandlerImpl implements.Geir Storli2020-10-161-23/+24
* Greatly simplify bucket DB persistence provider bootstrap procedureTor Brede Vekterli2020-10-161-20/+80
* There will always be a sequencer.Henning Baldersheim2020-10-151-6/+7
* GC disk related code.Henning Baldersheim2020-10-151-68/+60