aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/distributor_stripe_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* avoid using fastos thread in storageHÃ¥vard Pettersen2023-02-241-6/+3
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-2/+2
* Ensure stripe pool threads vector is fully visible to all started stripesTor Brede Vekterli2022-05-161-0/+1
* Add a simple adjustTimeoutByDetectedHz to compute a suitable timeout/naptime ...Henning Baldersheim2022-02-281-1/+1
* Add a base vespa timer frequency that is used as a base to control poll frequ...Henning Baldersheim2022-02-171-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Add test of top-level distributor functionalityTor Brede Vekterli2021-08-271-2/+34
* Add validation of the number of distributor stripes from config and add more ...Geir Storli2021-06-011-1/+1
* Make merge_entries_into_db() work across multiple stripes by handling each st...Geir Storli2021-05-281-0/+12
* Fix typo and add some TODOs for follow-upsTor Brede Vekterli2021-04-291-1/+1
* Add DistributorStripe thread pool with thread park/unpark supportTor Brede Vekterli2021-04-291-0/+109