aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of deprecated DirConfig in storage unit testsTor Brede Vekterli2024-05-151-5/+7
* Improve detection of updated config for service layer process.Tor Egge2024-04-111-1/+11
* - Remove multibit_split form config, as it is always off, but leave it for te...Henning Baldersheim2024-02-052-6/+14
* - Always inhibit_default_merges_when_global_merges_pendingHenning Baldersheim2024-02-022-12/+9
* Wire HwInfo into MergeThrottler and use for auto-deduction of memory limitsTor Brede Vekterli2023-11-023-5/+9
* Rewire `FileStorManager` configTor Brede Vekterli2023-10-242-4/+13
* Propagate `VisitorManager` config from outsideTor Brede Vekterli2023-10-242-1/+10
* Provide explicit bootstrap config to `BucketManager`Tor Brede Vekterli2023-10-241-1/+1
* Pull up and out config of `ChangedBucketOwnershipHandler` componentTor Brede Vekterli2023-10-242-21/+20
* Wire config to MergeThrottler in from the outsideTor Brede Vekterli2023-10-241-0/+4
* Propagate existing StorageNode config from main Process reconfig loopTor Brede Vekterli2023-10-235-19/+102
* Update copyrightJon Bratseth2023-10-099-9/+9
* - Remove methods not used.Henning Baldersheim2023-08-281-1/+2
* Setup search visitor without proton process.Tor Egge2023-05-101-0/+2
* Pass transport and file distributor connection spec to SearchEnvironmentTor Egge2023-05-102-2/+9
* - Disconnect clock and MicroSecTime.Henning Baldersheim2023-02-082-1/+3
* We only need to expose a single libstorage.so. No need to split up in storage...Henning Baldersheim2022-05-181-1/+1
* Make ConfigUri constructors explicit and use same context where possible in p...Henning Baldersheim2022-02-204-5/+4
* Add explicit on constructor and deinline destructors.Henning Baldersheim2022-02-071-1/+1
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-062-1/+4
* track namespace move in documenttypes.defArne H Juul2021-12-022-2/+2
* Update 2017 copyright notices.gjoranv2021-10-079-9/+9
* Flip to always use the new distributor stripe code path.Geir Storli2021-09-161-7/+13
* Add safeguards for num distributor stripes being set to -1.Geir Storli2021-09-071-1/+1
* Add validation of the number of distributor stripes from config and add more ...Geir Storli2021-06-011-3/+19
* Propagate num_distributor_stripes cfg to Distributor ctor and instantiate Buc...Geir Storli2021-04-222-8/+9
* Add stripe bits config and wire to implementationTor Brede Vekterli2020-10-301-3/+9
* Add support for setting storage chain builder for distributor node.Tor Egge2020-09-292-2/+14
* Enable setting of storage chain builder for service layer process.Tor Egge2020-09-252-0/+16
* Revert "Revert "Balder/use an actual fieldset repo""Henning Baldersheim2020-08-202-3/+3
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-192-3/+3
* Change api so that we can drop clone from the interface and prepare for using...Henning Baldersheim2020-08-142-3/+3
* Remove legacy distributor bucket DB implementation and config wiringTor Brede Vekterli2020-07-032-6/+2
* Wire config for enabling content node B-tree bucket DBTor Brede Vekterli2020-06-251-2/+17
* Create generic B-tree bucket DB and content node DB implementationTor Brede Vekterli2020-06-252-4/+4
* Add a rank feature that will use the distribution key to provide a globally u...Henning Baldersheim2020-06-221-2/+2
* Move streaming search classes from namespace storage -> streaming.Geir Storli2019-11-281-1/+1
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-204-13/+11
* Add config option for using B-tree bucket DB in distributorTor Brede Vekterli2019-09-242-12/+17
* Use proper scope for enum constants.Tor Egge2019-07-301-1/+1
* Adjust forward declarations in storageserver.Tor Egge2019-02-032-2/+2
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+3
* Remove memfile implementation.Henning Baldersheim2018-04-063-167/+0
* Start using DocumentTypeRepoFactory.Tor Egge2018-04-041-2/+5
* Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-1/+1
* Cleanup while looking for missing join.Henning Baldersheim2017-10-132-5/+4
* Remove unused support for SPI over RPC.Tor Egge2017-10-033-73/+0
* Align membersHenning Baldersheim2017-09-051-1/+0
* Include only what you need.Henning Baldersheim2017-08-182-17/+11