aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/activecopy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make replica selection for Puts and bucket activation symmetricTor Brede Vekterli2024-05-221-1/+4
* Update copyrightJon Bratseth2023-10-091-1/+1
* - Rename method for readabilityHenning Baldersheim2023-09-051-1/+1
* Use the stored index into the BucketInfoList for direct lookup.Henning Baldersheim2023-09-041-3/+2
* Find index and store it in ActiveCopy.Henning Baldersheim2023-09-041-3/+2
* Better namingHenning Baldersheim2023-09-041-2/+2
* Unify and modernize code and layoutHenning Baldersheim2023-09-041-4/+4
* Include sstream or ostream header file.Tor Egge2023-08-211-0/+1
* GC last use of hasItem, and use lookup interface directly.Henning Baldersheim2023-08-161-2/+0
* - Avoid going via a temporary IdealNodesList.Henning Baldersheim2023-08-141-54/+40
* When splitting a large number of nodes into their leaf groups you end up with...Henning Baldersheim2023-08-111-18/+21
* Reduce use of default values in method callsHenning Baldersheim2023-08-101-3/+2
* Add noexceptHenning Baldersheim2023-08-101-43/+40
* Add noexcept and minor style changesHenning Baldersheim2023-08-081-3/+3
* Misc cleanup and formatting of distributor codeTor Brede Vekterli2022-12-151-7/+17
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Prefer activating ready replicas with more documentsTor Brede Vekterli2021-02-221-17/+38
* Inhibit activation of replicas out of sync with a replica majorityTor Brede Vekterli2021-02-171-14/+20
* Precompute node 2 group mapping config time.Henning Baldersheim2020-06-261-9/+13
* Use std::moveHenning Baldersheim2020-06-261-1/+3
* Modernize to c++11 style loops.Henning Baldersheim2020-06-261-4/+4
* Follow up on code review comments and move some shared_ptr'sHenning Baldersheim2018-04-031-14/+17
* Do not pregenerate a string that is only needed when debuggingHenning Baldersheim2018-04-031-72/+59
* 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
* Deinline some non-trivial methods and do not provide assert.h in string.Henning Baldersheim2016-12-211-1/+2
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-1/+2
* PublishJon Bratseth2016-06-151-0/+182