summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #339 from yahoo/geirst/refactor-turn-off-blocking-behavior...Henning Baldersheim2016-07-083-1/+9
|\
| * Add function for setting unbound task limit.Geir Storli2016-07-083-1/+9
* | Include fast_access_document_retriever.hHenning Baldersheim2016-07-081-0/+1
* | Remove traces of SearchableDocumentRetrieverHenning Baldersheim2016-07-084-24/+1
* | Use FastAccessDocumentRetriever instead of SearchableDocumentRetrieverHenning Baldersheim2016-07-081-1/+1
|/
* Merge pull request #334 from yahoo/balder/let-searchable-retriever-extend-fas...Henning Baldersheim2016-07-077-51/+22
|\
| * Let SearchableDocumentRetriever extend FastAccessDocumentRetriever.Henning Baldersheim2016-07-077-51/+22
* | Merge pull request #330 from yahoo/geirst/turn-off-blocking-behavior-when-usi...Henning Baldersheim2016-07-074-1/+18
|\ \ | |/ |/|
| * Turn off blocking behavior in executors when visibility delay > 0.Geir Storli2016-07-074-1/+18
* | Move code from header to cpp and put some in anonymous namespace.Henning Baldersheim2016-07-072-38/+39
* | Refactor for readability.Henning Baldersheim2016-07-072-17/+15
* | In order to reduce overhead we look at the hit estimate before fanning out to...Henning Baldersheim2016-07-064-51/+68
* | Allow to update metrics even if you have actually used less partitions.Henning Baldersheim2016-07-061-2/+2
|/
* Handle live reconfig of visibility delay.Geir Storli2016-07-051-1/+3
* Merge pull request #282 from yahoo/toregge/safer-lid-space-compactionGeir Storli2016-07-011-2/+2
|\
| * Reduce docid limit in feed view before reducing it for eachTor Egge2016-07-011-2/+2
* | ignore generated binaryHaavard2016-07-011-0/+1
|/
* use shorter timeout for something we do not expect to happenHaavard2016-07-011-1/+1
* Merge pull request #270 from yahoo/balder/check-if-config-is-readyHenning Baldersheim2016-06-301-0/+7
|\
| * Check that config system is up before commencing.Henning Baldersheim2016-06-301-0/+7
* | Change settings for conservative mode in memory flush strategy from absolute ...Geir Storli2016-06-303-37/+40
* | Add low watermark for when to go back from conservative to normal mode for me...Geir Storli2016-06-308-39/+178
* | Add class that listens to changes in disk/memory usage and updates config use...Geir Storli2016-06-3012-46/+256
* | Merge pull request #242 from yahoo/havardpe/avoid-unbound-internal-thread-queuesTor Egge2016-06-303-4/+11
|\ \ | |/ |/|
| * use blocking executors with task limit for internal indexing threadsHaavard2016-06-283-4/+11
* | Update comment to reflect reality.Henning Baldersheim2016-06-291-2/+2
* | Test that iterator stops, and does not rewind and continue when stop signal i...Henning Baldersheim2016-06-291-0/+20
* | Fix typoHenning Baldersheim2016-06-281-1/+1
* | Do not auto rewind on multiple iterate calls ignoring the done response.Henning Baldersheim2016-06-282-1/+4
* | Merge pull request #239 from yahoo/toregge/stop-bucket-move-job-when-memory-i...Geir Storli2016-06-282-18/+31
|\ \
| * | Split into separate tests for disk and memory limit.Tor Egge2016-06-281-27/+30
| * | Stop bucket move maintenance job when memory usage is above limit.Tor Egge2016-06-282-2/+12
* | | no need for magic incantation (#252)Arne H Juul2016-06-281-1/+1
* | | Merge pull request #232 from yahoo/balder/warning-not-errorHÃ¥vard Pettersen2016-06-281-4/+4
|\ \ \
| * | | No need to produce error on this, warning will do.Henning Baldersheim2016-06-281-4/+4
| |/ /
* / / Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-288-0/+8
|/ /
* | Merge pull request #223 from yahoo/toregge/stop-bucket-move-job-when-disk-is-...Geir Storli2016-06-2819-12/+357
|\ \
| * | Improve comments and remove unused code.Tor Egge2016-06-272-2/+6
| * | Stop bucket move maintenance job when disk is full.Tor Egge2016-06-2719-12/+353
| |/
* / use cmathArne Juul2016-06-272-1/+3
|/
* Merge pull request #152 from yahoo/balder/ensure-visiting-is-sane-even-when-r...Henning Baldersheim2016-06-2414-44/+95
|\
| * Holding the lidlimit is mandatory.Henning Baldersheim2016-06-241-3/+3
| * Add test for upholding the docid limit.Henning Baldersheim2016-06-241-3/+30
| * Remove test that does not make sense anymore.Henning Baldersheim2016-06-241-11/+0
| * remove optimization that is handled at a higher level.Henning Baldersheim2016-06-241-3/+1
| * Keep the limiting inside the matcher that does most of the other stuff too. I...Henning Baldersheim2016-06-231-4/+8
| * Follow API change.Henning Baldersheim2016-06-231-1/+1
| * Balanc brackets.Henning Baldersheim2016-06-231-1/+1
| * Make sure everything is implemented.Henning Baldersheim2016-06-232-1/+3
| * Revert initial take on read consitency handlingHenning Baldersheim2016-06-232-38/+19