summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* First steps of splitting distributor logic up into disjoint stripesTor Brede Vekterli2021-03-1931-855/+1590
* Abandon gcc 8 support.Tor Egge2021-03-181-3/+1
* Stop exposing DistributorComponent from BucketDBUpdater.Geir Storli2021-03-173-8/+9
* Reduce usage of DistributorComponent by using DistributorInterface instead.Geir Storli2021-03-172-10/+12
* Reduce usage of DistributorComponent by using DistributorOperationContext ins...Geir Storli2021-03-174-34/+39
* Reduce usage of DistributorComponent by using DistributorNodeContext instead.Geir Storli2021-03-174-15/+20
* Instantiate all member variables explicitly.Geir Storli2021-03-174-2/+10
* Use make_shared and auto.Geir Storli2021-03-173-16/+13
* Guard against processing bucket requests with inconsistent internal state ver...Tor Brede Vekterli2021-03-033-12/+50
* Remove notion of node-specific reliability from C++ distribution codeTor Brede Vekterli2021-03-021-10/+2
* Merge pull request #16658 from vespa-engine/vekterli/prefer-ready-replicas-wi...Tor Brede Vekterli2021-02-246-97/+102
|\
| * Prefer activating ready replicas with more documentsTor Brede Vekterli2021-02-226-97/+102
* | - Change error handling so that both synchonous and asynchronous errors can b...Henning Baldersheim2021-02-236-33/+39
* | Remap storageHenning Baldersheim2021-02-231-0/+5
|/
* string.h does not need alloc.hHenning Baldersheim2021-02-213-22/+10
* Use vespalib::rmdir()Tor Egge2021-02-211-1/+2
* Remove unused class definition.Henning Baldersheim2021-02-191-4/+0
* - Reduce visibility of ClusterState and Distribution.Henning Baldersheim2021-02-1966-77/+133
* Fix typoTor Brede Vekterli2021-02-181-1/+1
* Inhibit activation of replicas out of sync with a replica majorityTor Brede Vekterli2021-02-1712-21/+249
* Log count of lost documents when all bucket replicas are goneTor Brede Vekterli2021-02-162-2/+6
* revert changes inside stringsArne Juul2021-02-151-1/+1
* use size literals in storageArne Juul2021-02-158-13/+20
* Forward declare MemoryAllocator in vespalib/util/alloc.h.Tor Egge2021-02-131-0/+1
* Avoid starving global merges with default space bucket deletionsTor Brede Vekterli2021-02-115-10/+15
* Make the noise level used when deciding whether to report resource usage conf...Geir Storli2021-02-044-25/+59
* Remove the sync interface from Bucket Executor. Due to the nature of requirin...Henning Baldersheim2021-02-022-9/+0
* Merge pull request #16355 from vespa-engine/balder/shutdown-in-closeHenning Baldersheim2021-02-021-1/+5
|\
| * The StateManager is destructed before the FileStorManager leading to possibly...Henning Baldersheim2021-02-021-1/+5
* | Ensure that task not executed are returned.Henning Baldersheim2021-02-024-8/+16
|/
* Merge pull request #16348 from vespa-engine/balder/refactor-bucketmove-jobHenning Baldersheim2021-02-021-1/+1
|\
| * Factor out the scan iterator from the BucketMoveJob.Henning Baldersheim2021-02-021-1/+1
* | Add noexcept and some other minor code health.Henning Baldersheim2021-02-024-40/+26
|/
* Revert "Properly track execution of BucketTasks and provide sync() and orderâ...Henning Baldersheim2021-02-0210-161/+54
* No need for a guardHenning Baldersheim2021-02-021-3/+1
* Properly track execution of BucketTasks and provide sync() and orderly shutdown.Henning Baldersheim2021-02-0210-54/+163
* Revert "Implement BucketExecutor::sync."Henning Baldersheim2021-02-0210-150/+54
* Revert "Balder/disconnect upcalls early"Henning Baldersheim2021-02-022-26/+6
* No need this guard.Henning Baldersheim2021-02-011-1/+0
* Disconnect upcalls early during shutdown in order to let task drain out.Henning Baldersheim2021-02-012-6/+27
* Use conditional notify instead of sleep.Henning Baldersheim2021-02-013-14/+19
* Implement BucketExecutor::sync.Henning Baldersheim2021-02-0110-54/+145
* Wire reporting of attribute resource usage all the way to the cluster control...Geir Storli2021-01-292-6/+58
* Register resource usage listener.Geir Storli2021-01-282-1/+3
* Reduce diff slack to 0.001Tor Egge2021-01-262-5/+5
* Add attribute resource usage to reported host info.Tor Egge2021-01-252-6/+46
* Decouple and cleanup. No semantic changes.Henning Baldersheim2021-01-212-1/+2
* 4 bucket db stripe bits by default.Henning Baldersheim2021-01-211-5/+1
* Merge pull request #16112 from vespa-engine/toregge/add-service-layer-host-in...Henning Baldersheim2021-01-2013-14/+275
|\
| * Clear vector of controllers that have observed explicit node stateTor Egge2021-01-202-5/+12