summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Log detailed messages when flipping between blocking/un-blocking write operat...Geir Storli2017-07-132-38/+87
* Revert "use lazy resolver in fdispatch"Haavard2017-07-114-10/+2
* Merge pull request #2920 from yahoo/bratseth/minimize-yamasJon Bratseth2017-07-051-1/+1
|\
| * Don't use unnecessary specific namingJon Bratseth2017-07-051-1/+1
* | Block bucket move job if it has too many outstanding move operations.Geir Storli2017-07-0512-135/+225
|/
* Align on variable naming and change from 'typedef' -> 'using'.Geir Storli2017-07-041-83/+83
* Extend handleMove() tests to verify that destructor callback is propagated.Geir Storli2017-07-041-58/+165
* Block lid space compaction job when it has too many outstanding move operations.Geir Storli2017-07-0315-102/+241
* Extend IFeedView::handleMove() with destructor callback to get a hook for whe...Geir Storli2017-07-0319-109/+190
* Add class to limit the number of outstanding move operations a blockable main...Geir Storli2017-07-038-1/+237
* Revert "Revert "Use new program names with vespa- prefix in config model.""Geir Storli2017-06-301-2/+2
* Revert "Use new program names with vespa- prefix in config model."Geir Storli2017-06-301-2/+2
* Merge pull request #2899 from yahoo/toregge/use-new-program-names-in-config-m...Geir Storli2017-06-301-2/+2
|\
| * Use new program name.Tor Egge2017-06-281-2/+2
* | Merge pull request #2898 from yahoo/geirst/consolidate-handling-of-blockable-...Geir Storli2017-06-2818-194/+316
|\ \ | |/ |/|
| * Move common code for handling disk-mem usage state changes to BlockableMainte...Geir Storli2017-06-286-24/+39
| * Remove self-tracking of runnable state from bucket move job and align with li...Geir Storli2017-06-286-95/+71
| * Cache node states to ease inspection during debugging.Geir Storli2017-06-281-18/+13
| * Remove self-tracking of runnable state from lid space compaction job.Geir Storli2017-06-284-49/+35
| * Move info on whether a maintenance job is blocked to separate interface and i...Geir Storli2017-06-2714-40/+190
* | set docid limit appropriatelyHaavard2017-06-272-3/+3
|/
* Add a searchStrict method on SimpleResult that takes docIdLimit.Henning Baldersheim2017-06-222-1/+2
* Revert "Revert "Balder/do not use your own docidlimit""Henning Baldersheim2017-06-221-4/+2
* Revert "Balder/do not use your own docidlimit"Henning Baldersheim2017-06-221-2/+4
* init correct range on attribute iterators.Henning Baldersheim2017-06-221-4/+2
* Refactor and simplify test functions.Geir Storli2017-06-211-69/+63
* Disable lid space compaction job if node is retired (according to cluster sta...Geir Storli2017-06-215-28/+118
* Add shared function for setup with one document to move.Geir Storli2017-06-211-17/+11
* Reduce code duplication by using test::DiskMemUsageNotifier as notifier.Geir Storli2017-06-211-35/+6
* use lazy resolver in fdispatchHaavard2017-06-204-2/+10
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-2/+0
* Update copyright headersJon Bratseth2017-06-141036-1027/+1037
* Revert "Update copyright headers"Jon Bratseth2017-06-141036-1036/+1026
* Merge pull request #2774 from yahoo/bratseth/update-copyright-headersJon Bratseth2017-06-141036-1026/+1036
|\
| * Update copyright headersJon Bratseth2017-06-141036-1026/+1036
* | Rename vespa-fdispatch to vespa-dispatch.Tor Egge2017-06-142-2/+2
|/
* Remove carriage returnJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131036-1038/+1028
* Merge with masterJon Bratseth2017-06-135-8/+15
|\
| * Merge pull request #2720 from yahoo/balder/add-zstd-compressorHenning Baldersheim2017-06-135-8/+15
| |\
| | * Followup on @vekterli's comments. Actually propagate ZSTD.Henning Baldersheim2017-06-132-0/+4
| | * Move to separate compression namespace to avoid pollution.Henning Baldersheim2017-06-132-4/+6
| | * Add support for Zstandard compression in the document store.Henning Baldersheim2017-06-122-3/+4
| | * Split out the explicit compressors.Henning Baldersheim2017-06-121-1/+1
* | | Copyright headerJon Bratseth2017-06-131036-1028/+1038
|/ /
* / Don't install test/internal applications.Geir Storli2017-06-121-1/+0
|/
* Rename binaries/scripts in vespaclient-java to use vespa- prefix.Geir Storli2017-06-121-2/+2
* Merge pull request #2681 from yahoo/balder/restart-on-messagebus-port-changeTor Brede Vekterli2017-06-098-13/+19
|\
| * Reduce exposure to config internals.Henning Baldersheim2017-06-085-2/+8
| * Only include what you really needHenning Baldersheim2017-06-083-11/+11