aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/proton.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use shared executor for warmup and GC warmup executor.Henning Baldersheim2023-12-051-2/+0
* Also tune or turn off background jobs when content node is in maintenance.Geir Storli2023-11-071-3/+4
* Move `HwInfo` from `proton` namespace to `vespalib`Tor Brede Vekterli2023-11-011-3/+3
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use std::filesystem::current_pathTor Egge2023-07-211-3/+2
* Use multiple threads for pruning the session caches.Henning Baldersheim2023-05-151-1/+3
* Just pass HwInfo::Cpu instead of whole HwInfoHenning Baldersheim2023-04-271-1/+1
* Cap the initialize thread pool at number of coresHenning Baldersheim2023-04-251-1/+1
* Set period in constructor onlyHenning Baldersheim2023-03-011-1/+1
* avoid using fastos thread in searchcoreHÃ¥vard Pettersen2023-02-271-4/+3
* add metric for current config generationArne Juul2023-02-191-0/+1
* Only close the _diskMemUsageSampler if it has been created.Henning Baldersheim2023-02-101-3/+3
* - Remove the explicit close method in SessionManager. Just do it in destructo...Henning Baldersheim2023-01-171-1/+1
* Cap number of threads used per query at number of cores.Henning Baldersheim2023-01-061-1/+3
* Change from typedef to using in searchcore.Geir Storli2022-12-211-2/+2
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-4/+5
* Revert "Revert "Use the forward scheduler in proton also for disk-mem-util-sa...Henning Baldersheim2022-12-131-3/+4
* Revert "Revert "Revert "Use the forward scheduler in proton also for disk-mem...Harald Musum2022-12-131-4/+3
* Since the DiskMemUsageSampler must be alive during documentdb shutdown, it mu...Henning Baldersheim2022-12-131-1/+1
* Revert "Revert "Use the forward scheduler in proton also for disk-mem-util-sa...Henning Baldersheim2022-12-131-3/+4
* Revert "Use the forward scheduler in proton also for disk-mem-util-sampler"Harald Musum2022-12-131-4/+3
* Use the forward scheduler in proton also for disk-mem-util-sampler.Henning Baldersheim2022-12-131-3/+4
* Remove reset as interface for the executors. Require users to consider lifetime.Henning Baldersheim2022-12-121-1/+1
* Merge pull request #25190 from vespa-engine/balder/add-cancellationHenning Baldersheim2022-12-111-1/+2
|\
| * Return a handle that will deregister the recurring task when it goes out of s...Henning Baldersheim2022-12-091-1/+2
* | Merge pull request #25198 from vespa-engine/geirst/more-robust-initialization...Henning Baldersheim2022-12-091-10/+10
|\ \ | |/ |/|
| * Make initialization of proton components more robust regarding resource usage.Geir Storli2022-12-091-10/+10
* | Move sessionmanager from documentdb to proton and use a SchedulerForwardExecu...Henning Baldersheim2022-12-081-3/+28
|/
* Add SessionManager in IDocumentDBOwner, but only use in mocks in tests for now.Henning Baldersheim2022-12-081-0/+6
* Normalize includes in searchcore.Tor Egge2022-09-271-1/+1
* Add explicit test that active, not-ready buckets are not moved unless buckets...Henning Baldersheim2022-09-141-5/+3
* Add simple struct to keep semantics of active/target_active intact.Henning Baldersheim2022-09-131-9/+7
* Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-091-14/+24
* simplify after reviewArne H Juul2022-06-211-5/+2
* probe base directoryArne H Juul2022-06-211-0/+14
* Remove no longer used metrics for Vespa 8.Geir Storli2022-06-081-4/+0
* Remove most use of vespalib::rmdir in searchcore.Tor Egge2022-06-021-1/+1
* - Avoid using shared_ptr for simpe AllocConfig and ThreadingServiceConfig.Henning Baldersheim2022-05-231-2/+4
* Move state_server, metrivs and some all executors from staging_vespalib too v...Henning Baldersheim2022-05-181-1/+1
* Remove unused code after the shared field writer is used for all document dbs.Geir Storli2022-05-161-4/+2
* Add explorer for the hardware information on the content node machine.Geir Storli2022-05-131-1/+8
* Make the attribute enum change interlock shared between all document dbs.Geir Storli2022-03-171-1/+4
* Add BucketExecutor to ISharedThreadingService interface.Geir Storli2022-03-171-3/+3
* Let the InvocationService drive the clock instead of having its own ticking l...Henning Baldersheim2022-03-031-4/+0
* Merge pull request #21456 from vespa-engine/balder/let-invokeservice-tick-the...Henning Baldersheim2022-02-281-5/+3
|\
| * Use the InvokeService to tick the clock instead of having a dedicated separat...Henning Baldersheim2022-02-281-5/+3
* | Fix reporting of shared field writer metrics.Geir Storli2022-02-281-1/+1
|/
* Revert "Revert "- Create the common transport and threadpool in the main loop.""Henning Baldersheim2022-02-241-14/+11
* Revert "- Create the common transport and threadpool in the main loop."Henning Baldersheim2022-02-241-11/+14
* - Create the common transport and threadpool in the main loop.Henning Baldersheim2022-02-241-14/+11