summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton
Commit message (Collapse)AuthorAgeFilesLines
* Adjust hard memory limits for flush strategy.Geir Storli2017-10-261-2/+4
|
* Rename storage::spi::test::makeBucket to storage::spi::test::makeSpiBucket.Tor Egge2017-10-204-10/+10
|
* Introduce async write interface in the TLS.Henning Baldersheim2017-10-184-32/+19
| | | | | Wire it in all the way up and in to proton. The implementation is still synchronous.
* Revert "Introduce async write interface in the TLS."Henning Baldersheim2017-10-174-19/+32
|
* Introduce async write interface in the TLS.Henning Baldersheim2017-10-174-32/+19
| | | | | Wire it in all the way up and in to proton. The implementation is still synchronous.
* Update tests with expected trace order. Also remove unused imports and ↵Henning Baldersheim2017-10-161-33/+24
| | | | follow clion advise.
* remove unused importsHenning Baldersheim2017-10-161-9/+0
|
* remove unused code and follow clion adviceHenning Baldersheim2017-10-161-31/+13
|
* Use shared ptr and Idesructorcallback to make it more flexible.Henning Baldersheim2017-10-155-30/+24
|
* Remove explicit ack and use feedtoken as a smartptrHenning Baldersheim2017-10-137-171/+110
|
* Avoid using 2 different mechanisms for allowing a only one reply.Henning Baldersheim2017-10-122-5/+3
|
* Get rid of mbus::reply leftovers.Henning Baldersheim2017-10-123-142/+44
|
* Remove the PerDocTypeFeedMetricsHenning Baldersheim2017-10-124-110/+40
|
* Merge pull request #3732 from vespa-engine/balder/no-feed-tracingGeir Storli2017-10-121-18/+0
|\ | | | | Balder/no feed tracing
| * No more tracing code that will never be invoked. Nor will the trac enever ↵Henning Baldersheim2017-10-121-18/+0
| | | | | | | | make it to the outside if it was invoked.
* | Add config class for the threading service used by a document db.Geir Storli2017-10-122-0/+74
|/
* Revert "Geirst/add feeding concurrency setting to proton"Arnstein Ressem2017-10-112-74/+0
|
* Merge pull request #3716 from ↵Henning Baldersheim2017-10-112-0/+74
|\ | | | | | | | | vespa-engine/geirst/add-feeding-concurrency-setting-to-proton Geirst/add feeding concurrency setting to proton
| * Add config class for the threading service used by a document db.Geir Storli2017-10-112-0/+74
| |
* | Test that buckets in different bucket spaces are kept separate.Tor Egge2017-10-111-24/+62
|/
* Add num cpu cores to HwInfo and sample if not specified.Geir Storli2017-10-103-10/+24
|
* Move bucket factory to proton test library, it is only used by unit tests.Tor Egge2017-10-0611-6/+11
|
* Use propagated bucket space instead of place holder.Tor Egge2017-10-062-1/+6
|
* Use propagated bucket space instead of place holder.Tor Egge2017-10-062-2/+6
|
* Use storage::spi::test::makeBucketSpace() in tests when creating bucket space.Geir Storli2017-10-063-27/+33
|
* Implement class that maintains a set of PersistenceHandler instances in the ↵Geir Storli2017-10-062-0/+153
| | | | bucket space they belong.
* Add bucket space concept to DocumentDB and wire it into setup of ↵Geir Storli2017-10-064-3/+8
| | | | PersistenceEngine.
* Resolve the LogDocumentStoreConfig in DocumentDBConfigManager.Henning Baldersheim2017-10-062-9/+4
|
* Wire in LogDocumentStore::Config in snapshot.Henning Baldersheim2017-10-051-0/+1
|
* There is a less intrusive way ...Henning Baldersheim2017-10-054-5/+5
|
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-054-25/+18
|
* Add BucketSpace parameter to listBuckets() and getModifiedBuckets() SPITor Egge2017-10-051-3/+4
| | | | methods.
* Use document::Bucket in storage::spi::Bucket to add bucket space.Tor Egge2017-10-044-6/+14
|
* Revert "Revert "Havardpe/avoid reading past json value in slime json parser""Arnstein Ressem2017-10-023-5/+5
|
* Revert "Havardpe/avoid reading past json value in slime json parser"Arnstein Ressem2017-10-023-5/+5
|
* Merge pull request #3587 from ↵Geir Storli2017-10-023-5/+5
|\ | | | | | | | | vespa-engine/havardpe/avoid-reading-past-json-value-in-slime-json-parser Havardpe/avoid reading past json value in slime json parser
| * avoid implicit cast to boolHåvard Pettersen2017-09-293-5/+5
| |
| * avoid requiring that json parsing consumes all inputHåvard Pettersen2017-09-293-5/+5
| | | | | | | | (the input could end with \n if human readable)
* | Update so that the tls direct writer is not optional.Henning Baldersheim2017-09-303-43/+16
|/
* Change DiskMemUsageSampler to sample disk usage using directory scan if disk ↵Geir Storli2017-09-271-5/+7
| | | | | | is shared, otherwise looking at file system info. This should fix sampling of disk usage when using docker.
* Extend HwInfo with disk size, if disk is shared and memory size and sample ↵Geir Storli2017-09-272-8/+37
| | | | sizes if not specified in config.
* Use multiple threads for mbus invokeHenning Baldersheim2017-09-266-9/+9
|
* Revert "Geirst/reapply fix disk and memory usage sampling for docker"Geir Storli2017-09-223-40/+10
|
* Use HwInfo for disk and memory size in DiskMemUsageSampler and sample used ↵Geir Storli2017-09-211-5/+7
| | | | | | disk size under vespa home dir. This should fix sampling of disk usage when using docker.
* Extend HwInfo with disk size and memory size and sample these if not ↵Geir Storli2017-09-212-5/+33
| | | | specified in config.
* Revert "Geirst/fix disk and memory usage sampling for docker"Henning Baldersheim2017-09-203-40/+10
|
* Merge pull request #3459 from ↵Henning Baldersheim2017-09-203-10/+40
|\ | | | | | | | | vespa-engine/geirst/fix-disk-and-memory-usage-sampling-for-docker Geirst/fix disk and memory usage sampling for docker
| * Use HwInfo for disk and memory size in DiskMemUsageSampler and sample used ↵Geir Storli2017-09-201-5/+7
| | | | | | | | | | | | disk size under vespa home dir. This should fix sampling of disk usage when using docker.
| * Extend HwInfo with disk size and memory size and sample these if not ↵Geir Storli2017-09-192-5/+33
| | | | | | | | specified in config.
* | enable re-using termwise bitvectors in second phaseHåvard Pettersen2017-09-201-2/+2
| | | | | | | | | | detach match data from rank program and refactor match loop re-use bitvector in termwise search if range is the same