aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove memory manager component from content layerTor Brede Vekterli2017-12-048-232/+8
* Add utility for transforming default distribution config to globalTor Brede Vekterli2017-12-012-0/+386
* Cleanup: Use helper functions to convert document api messages <-> storage ap...Geir Storli2017-11-221-122/+68
* Cleanup: use std::make_shared and std::make_unique.Geir Storli2017-11-221-9/+8
* Add named bucket space to RemoveLocationMessage.Geir Storli2017-11-221-0/+16
* Add named bucket space to GetBucketListMessage.Geir Storli2017-11-221-0/+12
* Add named bucket space to StatBucketMessage.Geir Storli2017-11-221-6/+33
* Add named bucket space to CreateVisitorMessage.Geir Storli2017-11-221-2/+29
* Add bucket resolver interface and use it for put,update,remove and get messag...Geir Storli2017-11-201-16/+68
* Remove DistributorBucketSpaceComponent.Tor Egge2017-11-175-0/+5
* Factor out common lines to defaultDistributorBucketSpace() method.Tor Egge2017-11-171-15/+7
* Stop using old API to get distribution and bucket db.Tor Egge2017-11-172-14/+26
* Flip internal priorities of GC and move-only mergeTor Brede Vekterli2017-11-161-3/+3
* Merge pull request #4131 from vespa-engine/vekterli/make-merge-throttler-buck...Geir Storli2017-11-161-15/+6
|\
| * Track merges by Bucket instead of BucketId in MergeThrottlerTor Brede Vekterli2017-11-141-15/+6
* | Correct macro argument order when checking for equality, first argument isTor Egge2017-11-151-2/+2
* | Scan all bucket dbs in storage::distributor::SimpleMaintenanceScanner.Tor Egge2017-11-151-6/+40
* | Merge pull request #4117 from vespa-engine/toregge/propagate-bucket-space-to-...Geir Storli2017-11-141-4/+9
|\ \ | |/ |/|
| * Supply bucket space to operation target resolver implementation and propagateTor Egge2017-11-141-4/+9
* | Remove distribution from ClusterInformation and SimpleClusterInformation.Tor Egge2017-11-131-1/+0
* | Partially change BucketDBUpdater to use document::Bucket instead ofTor Egge2017-11-132-7/+7
|/
* Reference using statement in nested namespace.Tor Egge2017-11-101-2/+2
* Track outdated nodes per bucket space.Tor Egge2017-11-101-8/+9
* Rename mergeInto() to MergeIntoBucketDatabases() and remove argument,Tor Egge2017-11-081-3/+2
* Add test method to get a specific pending bucket space db transition from aTor Egge2017-11-081-3/+8
* Pass distributor bucket space repo to pending cluster state.Tor Egge2017-11-083-6/+19
* Add accessor method to get bucket id from state checker context.Tor Egge2017-11-061-3/+3
* Pass distributor bucket space and document bucket to state checker context.Tor Egge2017-11-061-19/+26
* Pass distributor bucket space to remove location operation, removeTor Egge2017-11-034-1/+5
* Pass distributor bucket space to get operation, put operation, two phaseTor Egge2017-11-036-1/+12
* Change methods on Distributor and DistributorComponent to takeTor Egge2017-11-025-16/+19
* Merge pull request #3980 from vespa-engine/geirst/add-content-bucket-space-repoTor Brede Vekterli2017-11-021-1/+3
|\
| * Change to return a reference to a bucket space to indicate that it should alw...Geir Storli2017-11-021-1/+1
| * Add repo for all bucket spaces (with associated bucket databases) on a conten...Geir Storli2017-11-021-1/+3
* | Merge pull request #3973 from vespa-engine/toregge/use-document-bucket-in-pri...Geir Storli2017-11-026-45/+57
|\ \ | |/ |/|
| * Adjust MaintenancePriorityGenerator and MaintenanceOperationGenerator toTor Egge2017-11-024-16/+22
| * Use document::Bucket in PrioritizedBucket.Tor Egge2017-11-023-29/+35
* | Order sources in CMakeLists.txt files.Geir Storli2017-11-0210-57/+57
|/
* Use document::Bucket as pending message tracker key.Tor Egge2017-11-011-3/+3
* Use document::Bucket instead of document::BucketId in apiTor Egge2017-10-262-13/+13
* Use document::Bucket in ideal state operation.Tor Egge2017-10-267-29/+41
* Make document::BucketSpace a mandatory argument toTor Egge2017-10-263-7/+7
* Make document::BucketSpace a mandatory argument toTor Egge2017-10-251-2/+7
* Pass document::Bucket to AbortBucketOperationsCommand::shouldAbort method.Tor Egge2017-10-252-4/+28
* Use document::Bucket as key for merge state tracking.Tor Egge2017-10-253-29/+29
* Use document::Bucket instead of document::BucketId as key forTor Egge2017-10-241-3/+3
* Use document::Bucket instead of document::BucketId to notify bucketTor Egge2017-10-241-19/+22
* Revert "Revert "Use existing bucket space instead of placeholder value""Håkon Hallingstad2017-10-237-36/+52
* Revert "Use existing bucket space instead of placeholder value"Håkon Hallingstad2017-10-237-52/+36
* Add bucket space to create visitor command.Tor Egge2017-10-236-26/+38