summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb
Commit message (Expand)AuthorAgeFilesLines
* Remove 'attribute: huge' from config def file and C++ code.Geir Storli2022-06-081-10/+0
* Remove most use of vespalib::rmdir in searchcore.Tor Egge2022-06-023-13/+14
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-021-1/+0
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-1/+2
* Move the AttributeSpec and hide the ConfigHenning Baldersheim2022-05-261-3/+4
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-252-16/+14
* - Avoid using shared_ptr for simpe AllocConfig and ThreadingServiceConfig.Henning Baldersheim2022-05-232-0/+2
* Fold searchlib_uca into searchlibHenning Baldersheim2022-05-213-3/+0
* Move tracking of num field writer threads from ThreadingServiceConfig to Shar...Geir Storli2022-05-182-47/+18
* - Move persitence/spi/types.h under to persitence/spi/types.hHenning Baldersheim2022-05-181-1/+1
* Remove unused code after the shared field writer is used for all document dbs.Geir Storli2022-05-161-33/+5
* Don't attempt to actually execute document moves from a cancelled bucket moverTor Brede Vekterli2022-05-121-1/+31
* Fix race conditions in vespalib::Cache.Tor Egge2022-04-291-1/+1
* Merge pull request #21879 from vespa-engine/arnej/use-std-functionHenning Baldersheim2022-03-291-4/+4
|\
| * use std::functionArne H Juul2022-03-291-4/+4
* | Merge pull request #21856 from vespa-engine/balder/avoid-identifiable-for-val...Henning Baldersheim2022-03-291-2/+2
|\ \
| * | Minor simplifications after PR feedback.Henning Baldersheim2022-03-291-1/+1
| * | Remove copy constructors.Henning Baldersheim2022-03-281-2/+2
| |/
* / CloneablePtr -> std::unique_ptrHenning Baldersheim2022-03-291-1/+1
|/
* Use both lvalue and rvalue specifier to avoid explicit std::move()Henning Baldersheim2022-03-281-1/+1
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-5/+4
* Avoid need to copy/clone FieldUpdateHenning Baldersheim2022-03-271-6/+4
* Merge pull request #21730 from vespa-engine/geirst/shared-attribute-enum-inte...Geir Storli2022-03-173-24/+31
|\
| * Make the attribute enum change interlock shared between all document dbs.Geir Storli2022-03-173-24/+31
* | fix tsan warnings in maintenancecontroller testHÃ¥vard Pettersen2022-03-171-15/+24
|/
* Add BucketExecutor to ISharedThreadingService interface.Geir Storli2022-03-171-4/+1
* Wire in the real clcok and use an explicit RequestContext instead of the dumm...Henning Baldersheim2022-03-071-0/+1
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-034-1/+4
* Let the InvocationService drive the clock instead of having its own ticking l...Henning Baldersheim2022-03-033-11/+11
* Remove inlining warnings (searchcore).Tor Egge2022-02-261-0/+3
* Revert "Revert "Revert "Revert "Use common tranport for TlsClient""""Henning Baldersheim2022-02-2310-66/+54
* Revert "Revert "Revert "Use common tranport for TlsClient"""Harald Musum2022-02-2310-54/+66
* Revert "Revert "Use common tranport for TlsClient""Henning Baldersheim2022-02-2210-66/+54
* Revert "Use common tranport for TlsClient"Harald Musum2022-02-2210-54/+66
* Merge pull request #21293 from vespa-engine/balder/use-common-transport-for-t...Henning Baldersheim2022-02-2210-66/+54
|\
| * - Use common tranport for TlsClient.Henning Baldersheim2022-02-2210-66/+54
* | Ensure we close down in correct order.Henning Baldersheim2022-02-221-0/+3
* | Revert "Revert "Use a common FNET_Transport owned by Proton in both SceduledE...Henning Baldersheim2022-02-217-39/+53
* | Revert "Use a common FNET_Transport owned by Proton in both SceduledExecutor ...Henning Baldersheim2022-02-217-53/+39
|/
* Add helper classes containg a FNET_Transport and a FastOS_ThreadPool to reduc...Henning Baldersheim2022-02-216-55/+29
* Use a common FNET_Transport owned by Proton in both SceduledExecutor and Tran...Henning Baldersheim2022-02-205-39/+79
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-062-1/+2
* Wire in control of whether taskLimit is hard.Henning Baldersheim2022-01-181-2/+11
* Sample and track the current transient memory usage across all document dbs.Geir Storli2022-01-071-10/+7
* Unblock the last pending document.Henning Baldersheim2021-12-101-0/+1
* Remove retry parameter not in use anymore.Henning Baldersheim2021-12-103-15/+7
* Merge pull request #20412 from vespa-engine/balder/split-bloat-and-spreadHenning Baldersheim2021-12-082-8/+11
|\
| * Separate spread and bloatHenning Baldersheim2021-12-082-8/+11
* | Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-4/+5
|/
* Merge pull request #20329 from vespa-engine/arnej/config-class-should-not-be-...Arne H Juul2021-12-025-4/+7
|\