aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/operations/external/removeoperation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove deprecated "revert" functionality from distributor codeTor Brede Vekterli2023-09-081-2/+1
* Wire distributor operation cancelling to state change edgesTor Brede Vekterli2023-09-071-5/+2
* Implement edge-triggered distributor operation cancellingTor Brede Vekterli2023-08-181-0/+12
* Move shared_ptrs where possible and reserve space in the vectors once.Henning Baldersheim2023-08-091-6/+3
* Add dedicated condition probe metrics for `PutOperation`/`RemoveOperation`Tor Brede Vekterli2023-05-161-2/+3
* Handle MessageBus trace propagation for conditional removesTor Brede Vekterli2023-05-151-4/+7
* added write repair logic to RemoveOperationHÃ¥vard Pettersen2023-05-121-9/+71
* Minor cleanups in Put/Remove operation codeTor Brede Vekterli2023-04-201-4/+5
* Misc cleanup and formatting of distributor codeTor Brede Vekterli2022-12-151-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Reduce direct use of DistributorStripeComponent.Geir Storli2021-05-141-1/+1
* Split DistributorMessageSender into two parts.Geir Storli2021-04-291-3/+3
* Rename DistributorOperationContext to DistributorStripeOperationContext.Geir Storli2021-04-271-1/+1
* - Reduce visibility of ClusterState and Distribution.Henning Baldersheim2021-02-191-0/+1
* Add operation context interface to remove coupling between external operation...Geir Storli2020-11-301-3/+4
* Add node context interface to reduce coupling between external operations and...Geir Storli2020-11-301-2/+2
* Use c++11 for loops and use std::move.Henning Baldersheim2020-03-231-13/+10
* Use cluster state in distributor bucket space.Tor Egge2018-02-261-1/+1
* Pass distributor bucket space to remove location operation, removeTor Egge2017-11-031-2/+5
* Use bucket space from storage command in external operations.Geir Storli2017-11-011-1/+1
* Take document::Bucket instead of document::BucketId as constructorTor Egge2017-10-171-1/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-021-9/+5
* Add operation sequencing for put, remove and update operations (#2252)Tor Brede Vekterli2017-04-251-3/+4
* Remove unused Judy-based distributor bucket databaseTor Brede Vekterli2016-10-131-1/+0
* PublishJon Bratseth2016-06-151-0/+103