aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/persistence/filestorage/filestormanager.h
Commit message (Expand)AuthorAgeFilesLines
* Rewire `FileStorManager` configTor Brede Vekterli2023-10-241-11/+5
* Update copyrightJon Bratseth2023-10-091-1/+1
* No need to have this memory trap enabled anymore.Henning Baldersheim2023-10-021-6/+2
* Remove remaining deprecated "revert" functionality from code baseTor Brede Vekterli2023-09-081-1/+0
* remove document::RunnableHÃ¥vard Pettersen2023-02-201-1/+0
* Place some memory traps across various size classesTor Brede Vekterli2023-01-111-2/+6
* Make internal cluster/node state propagation noexceptTor Brede Vekterli2022-11-251-1/+1
* Force content node-internal bucket DB metric update during startupTor Brede Vekterli2022-08-301-0/+5
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-3/+5
* Handle case where bucket spaces have differing maintenance state for a nodeTor Brede Vekterli2021-11-241-0/+6
* Revert "Continue serving search queries when in Maintenance node state [run-s...Henning Baldersheim2021-11-231-6/+0
* Handle case where bucket spaces have differing maintenance state for a nodeTor Brede Vekterli2021-11-231-0/+6
* 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-1/+1
* Remove the sync interface from Bucket Executor. Due to the nature of requirin...Henning Baldersheim2021-02-021-1/+0
* Revert "Properly track execution of BucketTasks and provide sync() and orderâ...Henning Baldersheim2021-02-021-7/+1
* Properly track execution of BucketTasks and provide sync() and orderly shutdown.Henning Baldersheim2021-02-021-1/+7
* Revert "Implement BucketExecutor::sync."Henning Baldersheim2021-02-021-7/+1
* Use conditional notify instead of sleep.Henning Baldersheim2021-02-011-2/+3
* Implement BucketExecutor::sync.Henning Baldersheim2021-02-011-1/+6
* Register resource usage listener.Geir Storli2021-01-281-0/+1
* Add ServiceLayerHostInfoReporter.Tor Egge2021-01-201-0/+2
* Fix forward declarations.Tor Egge2021-01-191-1/+1
* Wire in HostInfo to FileStorManager.Tor Egge2021-01-181-1/+2
* Wire in skeleton for implementation of the BucketExecutor interface.Henning Baldersheim2021-01-171-1/+10
* - Add an BucketExecutor interface taking a bucket and a BucketTask for execut...Henning Baldersheim2021-01-151-14/+12
* GC unused code and unnecessary wrappingHenning Baldersheim2021-01-141-5/+3
* GC unused _threadLockCheckInterval and _failDiskOnError membersHenning Baldersheim2021-01-041-2/+0
* Remove loadmetrics indirection.Henning Baldersheim2020-11-261-1/+1
* Remove load type from MergeStatus and Mergehandler.Henning Baldersheim2020-11-241-0/+1
* Add support for async message handling when scheduling storage messages in Fi...Geir Storli2020-10-261-2/+3
* Add generation counter to StorageComponent to detect if repos have changed an...Henning Baldersheim2020-10-201-1/+0
* Allow for faster access of thread local variable.Henning Baldersheim2020-10-201-1/+1
* Add a registered threadlocal persistence handler.Henning Baldersheim2020-10-201-11/+11
* Add a create and register method for creating PersistenceHandlers.Henning Baldersheim2020-10-201-0/+1
* Split the persistence thread and the message handler.Henning Baldersheim2020-10-191-1/+4
* Factor out handling of operations that might change bucket ownership.Henning Baldersheim2020-10-181-1/+1
* Fix forward declarations.Tor Egge2020-10-161-1/+1
* Greatly simplify bucket DB persistence provider bootstrap procedureTor Brede Vekterli2020-10-161-2/+14
* GC disk related code.Henning Baldersheim2020-10-151-3/+2
* Remove partitions from SPI.Tor Egge2020-10-141-2/+1
* Use MonitorGuard -> std::mutex/std::condition_variable and signal without hol...Henning Baldersheim2020-10-121-3/+0
* Since there is not a well defined contract for the the sendReply interface,Henning Baldersheim2020-07-011-0/+1
* Implement async putHenning Baldersheim2020-05-041-0/+2
* Revert "- Implement async put"Harald Musum2020-05-041-2/+0
* - Implement async putHenning Baldersheim2020-05-041-0/+2
* Twice as many stripes.Henning Baldersheim2020-02-141-40/+18
* GC a load of unused code. ByteBuffer towards read only.Henning Baldersheim2020-01-201-3/+0
* Adjust forward declarations in storage.Tor Egge2019-02-031-2/+2
* Remove metrics for persistence provider that were deprecated and broken (not ...Geir Storli2019-01-211-2/+0