summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/filestorage
Commit message (Expand)AuthorAgeFilesLines
* - 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-192-0/+3
* use size literals in storageArne Juul2021-02-151-6/+7
* Make the noise level used when deciding whether to report resource usage conf...Geir Storli2021-02-041-12/+34
* 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
* Wire reporting of attribute resource usage all the way to the cluster control...Geir Storli2021-01-291-0/+22
* Reduce diff slack to 0.001Tor Egge2021-01-261-4/+4
* Add attribute resource usage to reported host info.Tor Egge2021-01-251-3/+26
* Merge pull request #16112 from vespa-engine/toregge/add-service-layer-host-in...Henning Baldersheim2021-01-202-0/+93
|\
| * Simplify test.Tor Egge2021-01-201-27/+22
| * Add ServiceLayerHostInfoReporter.Tor Egge2021-01-202-0/+98
* | 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
* - Add the cost to expensive tests.Henning Baldersheim2021-01-131-4/+1
* GC LoadTypeSetHenning Baldersheim2020-11-272-5/+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-262-119/+69
* Remove load type from MergeStatus and Mergehandler.Henning Baldersheim2020-11-242-2/+2
* Remove load type from ContextHenning Baldersheim2020-11-242-9/+7
* Misc cleanup in filestor, no semantic changesTor Brede Vekterli2020-11-131-26/+24
* - Honour max merge chunk size in one place.Henning Baldersheim2020-10-261-1/+1
* 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-154-72/+61
* Remove partitions from SPI.Tor Egge2020-10-143-46/+43
* Use MonitorGuard -> std::mutex/std::condition_variable and signal without hol...Henning Baldersheim2020-10-121-5/+5
* Track test-and-set condition mismatches as own backend metricTor Brede Vekterli2020-10-071-0/+20
* Revert "Revert "Balder/use an actual fieldset repo""Henning Baldersheim2020-08-202-10/+9
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-192-9/+10
* Change api so that we can drop clone from the interface and prepare for using...Henning Baldersheim2020-08-142-10/+9
* Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-041-8/+8