aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/server
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0921-21/+21
* Export moved config definitions.Tor Egge2023-05-092-3/+1
* Just pass HwInfo::Cpu instead of whole HwInfoHenning Baldersheim2023-04-271-8/+4
* Cap the initialize thread pool at number of coresHenning Baldersheim2023-04-251-3/+24
* We no longer need to size the shared pool based on number of document types.Henning Baldersheim2023-04-251-3/+4
* Count more of the memory used by the document metastore.Henning Baldersheim2023-03-151-4/+4
* Handle raw attribute in document retriever.Tor Egge2023-03-141-0/+44
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-1/+1
* Change from typedef to using in searchcore.Geir Storli2022-12-211-1/+1
* Merge pull request #25282 from vespa-engine/geirst/avoid-flushing-components-...Henning Baldersheim2022-12-191-37/+59
|\
| * Avoid flushing components in proton more than necessary.Geir Storli2022-12-161-37/+59
* | No need to restart sampling or reconfigure anything unless the config has cha...Henning Baldersheim2022-12-161-3/+11
|/
* - Reorder to cancel the recurring task.Henning Baldersheim2022-12-131-1/+3
* Revert "Revert "Use the forward scheduler in proton also for disk-mem-util-sa...Henning Baldersheim2022-12-131-4/+8
* Revert "Revert "Revert "Use the forward scheduler in proton also for disk-mem...Harald Musum2022-12-131-8/+4
* Revert "Revert "Use the forward scheduler in proton also for disk-mem-util-sa...Henning Baldersheim2022-12-131-4/+8
* Revert "Use the forward scheduler in proton also for disk-mem-util-sampler"Harald Musum2022-12-131-8/+4
* Use the forward scheduler in proton also for disk-mem-util-sampler.Henning Baldersheim2022-12-131-4/+8
* Rewrite memoryflush tests to GTest.Geir Storli2022-12-122-55/+38
* Make initialization of proton components more robust regarding resource usage.Geir Storli2022-12-092-0/+73
* Unify og getNumActiveDocs and hide some implementations.Henning Baldersheim2022-09-091-2/+3
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-17/+18
* Move tracking of num field writer threads from ThreadingServiceConfig to Shar...Geir Storli2022-05-181-1/+24
* Remove unused code after the shared field writer is used for all document dbs.Geir Storli2022-05-161-2/+1
* Collapse searchcorespi into searchcoreHenning Baldersheim2022-05-151-0/+1
* Fix race conditions in vespalib::Cache.Tor Egge2022-04-291-1/+1
* Update metrics atomically.Henning Baldersheim2022-04-251-14/+5
* Add BucketExecutor to ISharedThreadingService interface.Geir Storli2022-03-171-4/+9
* Use XXFieldValue::make over std::make_uniqueHenning Baldersheim2022-03-071-8/+8
* GC redundant convenience wasy of assigning primitive field values.Henning Baldersheim2022-03-071-8/+8
* As a first step to reduce code complexity around FieldValue move test-only co...Henning Baldersheim2022-03-051-2/+5
* Remove inlining warnings (searchcore).Tor Egge2022-02-261-0/+3
* Revert "Revert "Revert "Revert "Use common tranport for TlsClient""""Henning Baldersheim2022-02-232-2/+2
* Revert "Revert "Revert "Use common tranport for TlsClient"""Harald Musum2022-02-232-2/+2
* Revert "Revert "Use common tranport for TlsClient""Henning Baldersheim2022-02-222-2/+2
* Revert "Use common tranport for TlsClient"Harald Musum2022-02-222-2/+2
* - Use common tranport for TlsClient.Henning Baldersheim2022-02-222-2/+2
* Add helper classes containg a FNET_Transport and a FastOS_ThreadPool to reduc...Henning Baldersheim2022-02-214-24/+12
* Use a common FNET_Transport owned by Proton in both SceduledExecutor and Tran...Henning Baldersheim2022-02-202-11/+31
* Use a conservative flush strategy before we reach the proton resource limits ...Geir Storli2022-02-031-3/+25
* Align resource usage metrics with what is tracked and reported to the cluster...Geir Storli2022-01-272-20/+40
* Throttle replay.Tor Egge2022-01-251-1/+4
* Set defaults in config defs and ModelContext api to improve bucket merge perf...Geir Storli2022-01-121-2/+3
* Merge pull request #20740 from vespa-engine/geirst/prepare-sampling-of-curren...Geir Storli2022-01-102-8/+14
|\
| * Prepare for tracking the current transient disk usage across all document dbs.Geir Storli2022-01-102-8/+14
* | Update test after default disk bloat changed from 0.20 to 0.25Henning Baldersheim2022-01-101-3/+4
|/
* Sample and track the current transient memory usage across all document dbs.Geir Storli2022-01-072-3/+10
* Rewrite unit test to use GTest.Geir Storli2022-01-072-53/+54
* track namespace move in documenttypes.defArne H Juul2021-12-021-1/+1
* Add support for using a shared field writer executor among all document dbs.Geir Storli2021-11-291-0/+38