aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/storageserver/distributornode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pull up and out config of `ChangedBucketOwnershipHandler` componentTor Brede Vekterli2023-10-241-2/+0
* Propagate existing StorageNode config from main Process reconfig loopTor Brede Vekterli2023-10-231-2/+3
* Rewire Bouncer configuration flowTor Brede Vekterli2023-10-191-2/+10
* De-dupe `StorageNode` config propagationTor Brede Vekterli2023-10-181-1/+1
* Wire `CommunicationManager` config from its owner rather than self-subscribingTor Brede Vekterli2023-10-161-2/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove ancient and unused OpsLogger componentTor Brede Vekterli2023-09-291-2/+0
* Let node info for cluster controller be explicit, and not a metric consumer.Henning Baldersheim2023-08-291-1/+1
* - Disconnect clock and MicroSecTime.Henning Baldersheim2023-02-081-1/+1
* Reduce use of getSeconds further.Henning Baldersheim2023-02-081-2/+2
* Remove possibility to update waitTime, maxProcessTime and maxTicksBeforWait f...Henning Baldersheim2022-02-171-6/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Fix off-by-one assertion for intra-second timestamp overflow sanity checkTor Brede Vekterli2021-09-271-1/+1
* Increase tick wait duration for main distributor thread when running with mul...Geir Storli2021-09-081-1/+3
* Rename Distributor to TopLevelDistributor.Geir Storli2021-09-061-2/+2
* Unify on std::_ExitHenning Baldersheim2021-08-031-1/+1
* Use std::quick_exit instead of abort to avoid coredump when it will not provi...Henning Baldersheim2021-08-021-1/+1
* Make distributor timestamp generation thread safeTor Brede Vekterli2021-05-181-14/+24
* Stop all stripe threads before starting shutdown (and closing) of the storage...Geir Storli2021-05-111-2/+5
* Propagate num_distributor_stripes cfg to Distributor ctor and instantiate Buc...Geir Storli2021-04-221-3/+3
* Initial implementation and wiring of cross-stripe state and DB handlingTor Brede Vekterli2021-04-211-0/+1
* Improve handling of exceptions during distributor startupTor Brede Vekterli2021-01-051-11/+3
* Remove dependency between ExternalOperationHandler and DistributorComponent.Geir Storli2020-12-031-1/+1
* - Use std::mutex/std::condition_varaible over vespalib::Monitor.Henning Baldersheim2020-10-131-6/+3
* Add support for setting storage chain builder for distributor node.Tor Egge2020-09-291-1/+5
* Add storage chain builder.Tor Egge2020-09-251-15/+15
* Remove legacy distributor bucket DB implementation and config wiringTor Brede Vekterli2020-07-031-3/+0
* Add config option for using B-tree bucket DB in distributorTor Brede Vekterli2019-09-241-0/+3
* 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
* Do not carry exceptions in header filesHenning Baldersheim2016-12-191-8/+6
* PublishJon Bratseth2016-06-151-0/+143