summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb
Commit message (Expand)AuthorAgeFilesLines
* Update tests with expected trace order. Also remove unused imports and follow...Henning Baldersheim2017-10-161-33/+24
* 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-153-8/+8
* Remove explicit ack and use feedtoken as a smartptrHenning Baldersheim2017-10-134-96/+67
* Avoid using 2 different mechanisms for allowing a only one reply.Henning Baldersheim2017-10-121-4/+2
* Get rid of mbus::reply leftovers.Henning Baldersheim2017-10-122-74/+31
* Remove the PerDocTypeFeedMetricsHenning Baldersheim2017-10-124-110/+40
* 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
* Add config class for the threading service used by a document db.Geir Storli2017-10-112-0/+74
* Move bucket factory to proton test library, it is only used by unit tests.Tor Egge2017-10-065-3/+5
* 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-061-8/+10
* Add bucket space concept to DocumentDB and wire it into setup of PersistenceE...Geir Storli2017-10-061-0/+1
* Resolve the LogDocumentStoreConfig in DocumentDBConfigManager.Henning Baldersheim2017-10-062-9/+4
* There is a less intrusive way ...Henning Baldersheim2017-10-052-2/+2
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-052-14/+11
* Use document::Bucket in storage::spi::Bucket to add bucket space.Tor Egge2017-10-041-1/+3
* Update so that the tls direct writer is not optional.Henning Baldersheim2017-09-302-19/+10
* Use multiple threads for mbus invokeHenning Baldersheim2017-09-262-2/+2
* Rename notifyPut to notifyPutDone since notification happens afterTor Egge2017-09-151-1/+1
* Adjust test name to clarify what is tested.Tor Egge2017-09-141-1/+1
* Test that notifyCreateBucket() causes bucket to be reconsidered in bucketTor Egge2017-09-131-0/+23
* Documents moved to new buckets due to split or join might trigger a needTor Egge2017-09-132-2/+10
* Replace tab with spaces.Geir Storli2017-09-131-1/+1
* Fix indent.Geir Storli2017-09-121-275/+275
* Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-112-0/+2
* Move read access part of IDocumentMetaStoreContext to searchlib.Geir Storli2017-09-111-2/+2
* Make AttributeWriter::forceCommit() clear the search cache of all imported at...Geir Storli2017-09-061-0/+3
* Instantiate bit vector search cache in imported attribute vectors if visibili...Geir Storli2017-09-062-3/+13
* Rename IAttributeWriter::commit() -> forceCommit().Geir Storli2017-09-061-1/+1
* Add dummy gid to lid change handler.Tor Egge2017-09-063-5/+26
* Revert "Use gid to lid change handler interface directly"Tor Egge2017-09-063-26/+5
* Add dummy gid to lid change handler.Tor Egge2017-09-053-5/+26
* Change API for IGidToLidChangeHandler:Tor Egge2017-08-301-1/+11
* Remove unused includes.Henning Baldersheim2017-08-251-1/+0
* Reduce visibility.Henning Baldersheim2017-08-251-0/+1
* Revert "Balder/move instead of copy"Henning Baldersheim2017-08-251-1/+1
* Merge pull request #3184 from vespa-engine/balder/move-instead-of-copyHenning Baldersheim2017-08-241-1/+1
|\
| * Remove unused includes.Henning Baldersheim2017-08-221-1/+0
| * Reduce visibility.Henning Baldersheim2017-08-221-0/+1
* | Remove unused includes.Henning Baldersheim2017-08-241-3/+0
* | Include what you need yourself.Henning Baldersheim2017-08-231-0/+2
|/
* Implement MySummaryAdapter::putHenning Baldersheim2017-08-101-7/+6
* Also run the serialization in different threadpool.Henning Baldersheim2017-08-102-13/+21
* - Use a dedicated thread for writing to summarystore.Henning Baldersheim2017-08-011-7/+9
* Block bucket move job if it has too many outstanding move operations.Geir Storli2017-07-053-109/+169
* Align on variable naming and change from 'typedef' -> 'using'.Geir Storli2017-07-041-83/+83