aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test deriving of the number of shared threads (among all document dbs).Geir Storli2021-11-292-0/+50
* Only inc genrations on commit. Avoid doing for every insert/remove.Henning Baldersheim2021-11-081-0/+1
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
* Update 2017 copyright notices.gjoranv2021-10-0713-13/+13
* Anonymous resident memory used by current process is only sampled on linux.Tor Egge2021-09-271-0/+6
* Adjust reporting of disk and memory usage in proton.Tor Egge2021-07-072-0/+48
* GC dual semicolonHenning Baldersheim2021-06-231-7/+7
* Use equality operators.Henning Baldersheim2021-06-231-13/+33
* Only log when config actually changes.Henning Baldersheim2021-06-231-0/+29
* Allow more disk bloat when retiring.Henning Baldersheim2021-06-171-1/+1
* Eliminate signed versus unsigned compare warning.Tor Egge2021-03-301-1/+1
* Make test less timing sensitive.Geir Storli2021-03-251-1/+12
* Sample and expose the transient disk usage needed for running disk index fusion.Geir Storli2021-03-252-0/+72
* use 4_Gi directlyArne Juul2021-02-151-2/+1
* use size literals in searchcoreArne Juul2021-02-152-24/+19
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-142-3/+3
* Move control of internal limits closer to where the limitation is.Henning Baldersheim2021-02-131-9/+0
* Add unit test for cappingHenning Baldersheim2021-02-111-0/+24
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-7/+6
* use factory.from_spec() instead of tensor::makeTensor<T>Arne Juul2020-11-271-3/+4