summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/proton_config_fetcher
Commit message (Collapse)AuthorAgeFilesLines
* avoid using fastos thread in searchcoreHåvard Pettersen2023-02-271-6/+3
| | | | also remove some left-behind includes
* untangle fnet from fastosHåvard Pettersen2023-02-221-3/+6
|
* Stop using summarymap config in backend.Tor Egge2022-09-061-5/+1
|
* - Introduce the concept of minimal capacity for rcu vectors.Henning Baldersheim2022-05-241-3/+7
| | | | | - This is to prevent shrinking down past what has been configured in proton.documentdb[].allocation.initialnumdocs - shrinking down past the configured value is not supported as that would counter the preallocation done to prevent resizing.
* Remove inlining warnings (searchcore).Tor Egge2022-02-261-0/+3
|
* Revert "Revert "Revert "Revert "Use common tranport for TlsClient""""Henning Baldersheim2022-02-231-2/+2
|
* Revert "Revert "Revert "Use common tranport for TlsClient"""Harald Musum2022-02-231-2/+2
|
* Revert "Revert "Use common tranport for TlsClient""Henning Baldersheim2022-02-221-2/+2
|
* Revert "Use common tranport for TlsClient"Harald Musum2022-02-221-2/+2
|
* - Use common tranport for TlsClient.Henning Baldersheim2022-02-221-2/+2
| | | | - Also refactor to simplify unit tests.
* Add helper classes containg a FNET_Transport and a FastOS_ThreadPool to ↵Henning Baldersheim2022-02-212-15/+11
| | | | reduce test boiler plate.
* Use a common FNET_Transport owned by Proton in both SceduledExecutor and ↵Henning Baldersheim2022-02-201-7/+17
| | | | | | | | | | TransactionLogServer. This reduces the number of Transport object by 1 per document type and netto 1 in Proton. Each of them contains 2 threads. In addition it uses a common Transport for the RpcFileAcquirer objects used during config fetching. This prevents creating 3 temporary Transport objects on every reconfig.
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-1/+1
|
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-1/+1
|
* more descriptive name for header fileArne H Juul2021-12-021-1/+1
|
* track namespace move in documenttypes.defArne H Juul2021-12-021-2/+1
| | | | | | | * For C++ code this introduces a "document::config" namespace, which will sometimes conflict with the global "config" namespace. * Move all forward-declarations of the types DocumenttypesConfig and DocumenttypesConfigBuilder to a common header file.
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* external ranking expressionsHåvard Pettersen2021-05-201-1/+4
| | | | loaded from potentially compressed files
* Revert "external ranking expressions"Harald Musum2021-05-201-4/+1
|
* external ranking expressionsHåvard Pettersen2021-05-181-1/+4
| | | | loaded from potentially compressed files
* Include thread as needed.Tor Egge2021-02-031-0/+1
|
* Extend proton_config_fetcher unit test.Tor Egge2021-02-021-0/+30
|
* Use std::mutex over vespalib::Lock and reduce code visibility.Henning Baldersheim2020-10-081-1/+2
|
* handle onnx models configHåvard Pettersen2020-09-011-1/+4
|
* Drop timestamp.hHenning Baldersheim2019-12-161-1/+0
|
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-11/+11
|
* fastos::TimeStamp -> vespalib::durationHenning Baldersheim2019-12-161-1/+1
|
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-1/+1
| | | | | Renamed Timer -> ScheduledExecutor. Do not include thread.h when not needed in header files.
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-8/+8
|
* GC unused code and update includesHenning Baldersheim2019-01-051-19/+20
|
* Add clarifying comment.Henning Baldersheim2018-11-131-0/+1
|
* Add test and fix that repeated reconfigs works for schema changes.Henning Baldersheim2018-11-131-10/+16
|
* Revert "Bratseth/handle large constants take 3"Jon Bratseth2018-09-051-1/+1
|
* Move ranking-constants.def to configdefinitionsJon Bratseth2018-09-051-1/+1
|
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
|
* Revert "Revert "Balder/compute summary cache automatically in backend""Henning Baldersheim2018-01-311-8/+49
|
* Revert "Balder/compute summary cache automatically in backend"Harald Musum2018-01-311-49/+8
|
* Implement and test HwInfo equality.Henning Baldersheim2018-01-311-0/+15
|
* Add the HwInfo to the BootstrapConfig.Henning Baldersheim2018-01-301-11/+11
|
* Set a default summary cache of 5% of memoryHenning Baldersheim2018-01-301-2/+7
|
* Let cache be computed based on available memory.Henning Baldersheim2018-01-301-6/+27
|
* Let proton subscribe to bucketspaces config.Tor Egge2018-01-091-1/+10
|
* Use std::lock_guard instead of std::unique_lock.Tor Egge2017-11-131-2/+2
|
* Change SchemaBuilder to use attributes config to setup imported attribute ↵Geir Storli2017-08-161-3/+5
| | | | fields in schema.
* Filter away imported attribute fields after building schema and before ↵Geir Storli2017-08-161-1/+8
| | | | building document db config.
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|