aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove superfluous includeArne Juul2020-11-271-2/+1
* Use snake case: incSerialNum() ==> inc_serial_num()Tor Egge2020-11-171-1/+1
* Adjust serial number in feed handler during replay to ensureTor Egge2020-11-171-5/+22
* Remove the ICommitable interface as it is now void.Henning Baldersheim2020-10-303-185/+0
* GC unused commit()Henning Baldersheim2020-10-291-31/+0
* GC unused visibility delay take 1.Henning Baldersheim2020-10-291-22/+0
* Stop using PartitionId in searchcore module.Tor Egge2020-10-161-1/+0
* handle both engine- and factory-based tensorsArne Juul2020-10-151-7/+10
* Remove partitions from SPI.Tor Egge2020-10-141-3/+2
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-072-19/+12
* Reuse document meta store state from prepare step instead of doingTor Egge2020-10-061-2/+2
* Use foreground executor.Henning Baldersheim2020-10-021-9/+4
* Add and extra DoneCallback parameter to forceCommit and rename.Henning Baldersheim2020-09-211-1/+1
* Style chnagesHenning Baldersheim2020-08-271-3/+1
* Use two stage lid tracking.Henning Baldersheim2020-08-251-26/+39
* Wire in interfaces for lid based wait.Henning Baldersheim2020-08-221-5/+10
* Use a fixed visibility-delay of 100ms during replayHenning Baldersheim2020-08-201-1/+1