summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Collapse)AuthorAgeFilesLines
* Rename storage::spi::test::makeBucket to storage::spi::test::makeSpiBucket.Tor Egge2017-10-205-12/+12
|
* Here we can not move the token. We need it ourselves.Henning Baldersheim2017-10-181-4/+4
|
* Use make_shared/make_uniqueHenning Baldersheim2017-10-181-16/+18
|
* Use the existing sync method.Henning Baldersheim2017-10-181-3/+1
|
* Introduce async write interface in the TLS.Henning Baldersheim2017-10-1812-92/+88
| | | | | 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-1712-88/+92
|
* Revert "Use the existing sync method."Henning Baldersheim2017-10-171-1/+3
|
* Merge pull request #3793 from ↵Henning Baldersheim2017-10-171-1/+1
|\ | | | | | | | | vespa-engine/balder/do-not-acces-members-that-are-not-initialized Do not access the FS4 server unless it is constructed.
| * Do not access the FS4 server unless it is constructed.Henning Baldersheim2017-10-171-1/+1
| |
* | Merge pull request #3795 from vespa-engine/balder/wire-in-a-destructor-callbackHenning Baldersheim2017-10-171-3/+1
|\ \ | | | | | | Use the existing sync method.
| * | Use the existing sync method.Henning Baldersheim2017-10-171-3/+1
| | |
* | | Merge pull request #3792 from vespa-engine/balder/wire-in-a-destructor-callbackHenning Baldersheim2017-10-1712-92/+88
|\| | | |/ |/| Introduce async write interface in the TLS.
| * Introduce async write interface in the TLS.Henning Baldersheim2017-10-1712-92/+88
| | | | | | | | | | Wire it in all the way up and in to proton. The implementation is still synchronous.
* | Add guard against file being removed while doing directory scan.Geir Storli2017-10-171-1/+5
|/
* Merge pull request #3770 from vespa-engine/balder/remove-ooscliArne H Juul2017-10-175-122/+20
|\ | | | | Remove functionality from pre SPI era.
| * Remove functionality from pre SPI era.Henning Baldersheim2017-10-165-122/+20
| |
* | Remove background.threads from proton.def, replaced by feeding.concurrency.Geir Storli2017-10-161-6/+1
| |
* | 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 importsHenning Baldersheim2017-10-161-10/+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-1513-169/+84
| |
* | Reformat.Henning Baldersheim2017-10-141-17/+8
| |
* | Need to give away your own token. If not you will not get an answer.Henning Baldersheim2017-10-141-11/+11
| |
* | Remove explicit ack and use feedtoken as a smartptrHenning Baldersheim2017-10-1327-457/+295
|/
* Merge pull request #3740 from vespa-engine/balder/add-format-securityHenning Baldersheim2017-10-131-2/+3
|\ | | | | Balder/add format security
| * Add missing bracesHenning Baldersheim2017-10-121-2/+3
| |
* | Avoid using 2 different mechanisms for allowing a only one reply.Henning Baldersheim2017-10-126-19/+14
| |
* | Get rid of mbus::reply leftovers.Henning Baldersheim2017-10-1211-261/+87
| |
* | Balance vertical and horisontal bloatHenning Baldersheim2017-10-124-77/+45
| |
* | Remove the PerDocTypeFeedMetricsHenning Baldersheim2017-10-1226-417/+134
|/
* Merge pull request #3732 from vespa-engine/balder/no-feed-tracingGeir Storli2017-10-128-163/+24
|\ | | | | Balder/no feed tracing
| * No more tracing code that will never be invoked. Nor will the trac enever ↵Henning Baldersheim2017-10-128-157/+18
| | | | | | | | make it to the outside if it was invoked.
| * smartptr->get() != NULL -> (smartptr)Henning Baldersheim2017-10-121-7/+7
| |
* | Derive compression/compaction threads based on cpu cores and feeding ↵Geir Storli2017-10-121-7/+5
| | | | | | | | concurrency.
* | Refactor to use ThreadingServiceConfig.Geir Storli2017-10-122-26/+14
| |
* | Add config class for the threading service used by a document db.Geir Storli2017-10-126-0/+155
| |
* | Add config for feeding concurrency setting.Geir Storli2017-10-121-0/+15
|/
* Merge pull request #3719 from vespa-engine/balder/remove-subscribe-interfaceHenning Baldersheim2017-10-127-326/+100
|\ | | | | Remove subscribe to TLS.
| * Remove unused include.Henning Baldersheim2017-10-111-1/+0
| |
| * Clean up some unused code.Henning Baldersheim2017-10-113-244/+84
| |
| * Remove subscribe to TLS.Henning Baldersheim2017-10-115-83/+18
| |
* | Revert "Geirst/add feeding concurrency setting to proton"Arnstein Ressem2017-10-1110-189/+33
|/
* Merge pull request #3716 from ↵Henning Baldersheim2017-10-1110-33/+189
|\ | | | | | | | | vespa-engine/geirst/add-feeding-concurrency-setting-to-proton Geirst/add feeding concurrency setting to proton
| * Derive compression/compaction threads based on cpu cores and feeding ↵Geir Storli2017-10-111-7/+5
| | | | | | | | concurrency.
| * Refactor to use ThreadingServiceConfig.Geir Storli2017-10-112-26/+14
| |
| * Add config class for the threading service used by a document db.Geir Storli2017-10-116-0/+155
| |
| * Add config for feeding concurrency setting.Geir Storli2017-10-111-0/+15
| |
* | Test that buckets in different bucket spaces are kept separate.Tor Egge2017-10-111-24/+62
|/
* Merge pull request #3701 from ↵Geir Storli2017-10-111-3/+13
|\ | | | | | | | | vespa-engine/toregge/check-multiple-bucket-spaces-in-persistence-conformance-test Add minimal test using multiple bucket spaces when peristence provider claims to support it.