summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3919 from vespa-engine/bratseth/OWNERS-cleanupKim Omar Johansen2017-11-021-1/+0
|\
| * Remove tmartins and empty linesJon Bratseth2017-10-271-1/+0
* | Merge pull request #3982 from vespa-engine/toregge/rename-managed-bucket-spac...Geir Storli2017-11-0216-78/+78
|\ \
| * | Rename ManagedBucketSpace to DistributorBucketSpace.Tor Egge2017-11-0216-78/+78
* | | Merge pull request #3980 from vespa-engine/geirst/add-content-bucket-space-repoTor Brede Vekterli2017-11-0210-13/+100
|\ \ \ | |/ / |/| |
| * | Change to return a reference to a bucket space to indicate that it should alw...Geir Storli2017-11-024-5/+5
| * | Use nullptr instead of literal 0.Geir Storli2017-11-022-3/+3
| * | Add repo for all bucket spaces (with associated bucket databases) on a conten...Geir Storli2017-11-0210-12/+99
* | | Merge pull request #3973 from vespa-engine/toregge/use-document-bucket-in-pri...Geir Storli2017-11-0219-106/+115
|\ \ \ | |/ / |/| |
| * | Fix BucketAndNodes constructor declarations.Tor Egge2017-11-021-4/+4
| * | Adjust MaintenancePriorityGenerator and MaintenanceOperationGenerator toTor Egge2017-11-0211-48/+55
| * | Use document::Bucket in PrioritizedBucket.Tor Egge2017-11-0210-56/+58
* | | Order sources in CMakeLists.txt files.Geir Storli2017-11-0225-146/+146
|/ /
* | Pass document::Bucket to Distributor::recheckBucketInfo.Tor Egge2017-11-019-18/+16
* | Use document::Bucket as pending message tracker key.Tor Egge2017-11-013-25/+25
* | Use bucket space from storage command in external operations.Geir Storli2017-11-016-8/+11
* | Factor out common code.Tor Egge2017-10-271-27/+26
* | Use document::Bucket instead of document::BucketId in apiTor Egge2017-10-2613-38/+70
* | Use document::Bucket in ideal state operation.Tor Egge2017-10-2613-54/+77
|/
* Make document::BucketSpace a mandatory argument toTor Egge2017-10-268-26/+26
* Make document::BucketSpace a mandatory argument toTor Egge2017-10-2514-65/+91
* Pass document::Bucket to AbortBucketOperationsCommand::shouldAbort method.Tor Egge2017-10-256-48/+39
* Track rename of method to get bucket from storage message.Tor Egge2017-10-251-1/+1
* Use document::Bucket when mapping operations to disk.Tor Egge2017-10-252-18/+18
* Use document::Bucket as key for merge state tracking.Tor Egge2017-10-2511-89/+83
* Pass bucket space to PersistenceThread::getBucket().Tor Egge2017-10-243-11/+11
* Remove unused method declarations.Tor Egge2017-10-241-4/+0
* Use document::Bucket instead of document::BucketId as key forTor Egge2017-10-2417-191/+200
* Use document::Bucket instead of document::BucketId to notify bucketTor Egge2017-10-248-89/+92
* Revert "Revert "Use existing bucket space instead of placeholder value""Håkon Hallingstad2017-10-2315-42/+65
* Revert "Use existing bucket space instead of placeholder value"Håkon Hallingstad2017-10-2315-65/+42
* Pass on bucket space from create visitor command to visitor.Tor Egge2017-10-232-0/+2
* Add bucket space to create visitor command.Tor Egge2017-10-237-27/+40
* Add bucket space to request bucket info command.Tor Egge2017-10-234-11/+19
* Use bucket space from existing put or multioperation command whenTor Egge2017-10-231-2/+2
* Use bucket space from existing multi operation command when creatingTor Egge2017-10-231-1/+1
* Use bucket space in existing get command when creating new get commands.Tor Egge2017-10-231-1/+1
* Rename storage::spi::test::makeBucket to storage::spi::test::makeSpiBucket.Tor Egge2017-10-2011-51/+51
* Add bucket space to StatBucketMessage.Tor Egge2017-10-201-2/+2
* Add bucket space to GetBucketListMessage.Tor Egge2017-10-201-1/+1
* Move test function makeDocumentBucket to document module.Tor Egge2017-10-2040-104/+74
* Remove DocumentListCommand and DocumentListReply from storage api.Tor Egge2017-10-181-15/+0
* Remove DocBlockCommand and DocBlockReply from storage api.Tor Egge2017-10-182-79/+0
* Take document::Bucket instead of document::BucketId as constructorTor Egge2017-10-1815-69/+95
* Take document::Bucket instead of document::BucketId as constructorTor Egge2017-10-1759-269/+415
* Add bucket space to more storage commands.Tor Egge2017-10-164-52/+71
* Merge pull request #3747 from vespa-engine/toregge/add-bucket-space-to-storag...Tor Brede Vekterli2017-10-166-67/+52
|\
| * Reduce number of calls to document::BucketSpace::placeHolder() by usingTor Egge2017-10-134-45/+36
| * Adjust API for storage messages: Replace virtual getBucketId() method withTor Egge2017-10-133-22/+16
* | Merge pull request #3742 from vespa-engine/balder/looking-for-missing-joinHenning Baldersheim2017-10-137-224/+109
|\ \