summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Deprecate XML result format and 'templates'""Jon Bratseth2016-11-186-2/+18
|
* Revert "Deprecate XML result format and 'templates'"Henning Baldersheim2016-11-186-18/+2
|
* Deprecate XML result format and 'templates'Jon Bratseth2016-11-186-2/+18
|
* Merge pull request #1072 from yahoo/vegard/remove-trace-when-tracelevel-is-zeroVegard Sjonfjell2016-11-171-12/+15
|\ | | | | Remove trace when tracelevel is zero
| * Remove trace when tracelevel is zeroVegard Sjonfjell2016-11-111-12/+15
| |
* | Protect against interference from ping threadsJon Bratseth2016-11-142-6/+18
|/
* Whitespace changes onlyJon Bratseth2016-11-111-4/+5
|
* Verify the regex pattern upon construction, so the query will fail with ↵Henning Baldersheim2016-11-112-1/+28
| | | | message to user, instead of corong the backends.
* Merge pull request #1057 from yahoo/arnej/remove-internal-referenceJon Bratseth2016-11-101-6/+6
|\ | | | | do not refer to Yahoo-internal technology
| * do not refer to Yahoo-internal technologyArne H Juul2016-11-081-6/+6
| | | | | | | | * just explain what actually happens without referring to specific usage
* | Let 0.2 be the default value for maxFilterCoverageHenning Baldersheim2016-11-091-1/+1
| |
* | add totalhits_per_query metricArne H Juul2016-11-091-0/+2
|/
* Correct condition for adding trace messageJon Bratseth2016-11-071-1/+2
|
* convert RateLimitingSearcher to use simplemetricsArne H Juul2016-11-033-19/+37
|
* Merge pull request #988 from ↵Jon Bratseth2016-11-011-1/+1
|\ | | | | | | | | yahoo/balder/use-same-version-4.5-for-runtime-and-build Unify on version 4.5 on both buil and runtime.
| * Unify on version 4.5 on both buil and runtime.Henning Baldersheim2016-11-011-1/+1
| |
* | Reduce loglevel.Henning Baldersheim2016-11-011-18/+20
|/ | | | | Add braces. Add final/private.
* Count invalid and missing queries as failedJon Bratseth2016-10-261-16/+6
|
* Merge with masterJon Bratseth2016-10-251-21/+20
|\
| * Move messages from log to trace (#925)Jon Bratseth2016-10-211-21/+20
| |
* | Use a dedicated thread for VIP statusJon Bratseth2016-10-251-4/+3
|/ | | | Also, various nonfunctiuonal changes.
* Merge pull request #894 from yahoo/balder/always-provide-coverageHenning Baldersheim2016-10-1714-219/+51
|\ | | | | Balder/always provide coverage
| * Cleanup testsHenning Baldersheim2016-10-178-138/+38
| |
| * QF_WARMUP is long goneHenning Baldersheim2016-10-141-1/+0
| |
| * I think aggregation was removed 6 years ago. And that is the newest of ↵Henning Baldersheim2016-10-141-13/+0
| | | | | | | | features removed in this pull request.
| * Unsupported is unsupported.Henning Baldersheim2016-10-141-4/+0
| |
| * It has been ignored the last year or so anyway, so removing it.Henning Baldersheim2016-10-141-2/+1
| |
| * Remove traces of PCODE_MLD_MONITORRESULT and PCODE_MONITORRESULTHenning Baldersheim2016-10-143-42/+4
| |
| * No value in having an option that is always used.Henning Baldersheim2016-10-142-17/+9
| |
| * Always allow error packets.Henning Baldersheim2016-10-141-3/+0
| |
* | Merge with masterJon Bratseth2016-10-179-46/+29
|\|
| * Revert rename of public HostName.getLocalhostHåkon Hallingstad2016-10-144-4/+4
| |
| * Revert "Revert "Use HostName for message bus, but fix HostName to work with ↵hakonhall2016-10-145-23/+19
| | | | | | | | dev machines""
| * Revert "Use HostName for message bus, but fix HostName to work with dev ↵Eirik Nygaard2016-10-145-19/+23
| | | | | | | | machines"
| * Merge pull request #866 from yahoo/hakon/16Jon Bratseth2016-10-135-23/+19
| |\ | | | | | | Use HostName for message bus, but fix HostName to work with dev machines
| | * Rename getLocalhost to getHostNameHåkon Hallingstad2016-10-134-4/+4
| | |
| | * Remove unused LinuxInetAddressHåkon Hallingstad2016-10-131-19/+15
| | |
| * | Revert "Revert "Remove coverage attribute on query""Henning Baldersheim2016-10-138-28/+14
| |/
* / Support configuring a hostname headerJon Bratseth2016-10-138-20/+53
|/
* Revert "Remove coverage attribute on query"Henning Baldersheim2016-10-128-14/+28
|
* Remove coverage attribute on queryJon Bratseth2016-10-128-28/+14
|
* minor cosmetic style changesArne H Juul2016-10-121-6/+6
|
* cosmetic cleanupArne H Juul2016-10-122-50/+48
|
* initialize node stateArne H Juul2016-10-111-4/+9
| | | | | | * wire in an explicit initialization of node state since otherwise the cluster won't be registered as up until it has gone down and come up at least once.
* Avoid test timing sensitivityJon Bratseth2016-10-071-3/+11
|
* VIP status for combined clustersJon Bratseth2016-10-076-47/+121
| | | | | | | | | | | | | | | | When a container and content cluster is set up such that nodes are paired 1-1 and all content nodes have the entire corpus, containers can bypass dispatching and always search the local peer content node ("direct search"). In this case, if the local content node is down or is missing data, we prefer not receiving traffic on the local container node to avoid the unnecessary latency and network load from having to route queries from the local container to a remote content node. This commit determined VIP status of containers based on the status of the local content node, instead of the default method, when we recognize that we have a "combined cluster" configuration.
* Message VIP handler from SearchClusterJon Bratseth2016-10-064-13/+41
|
* Refactoring only: Move direct dispatch decision to SearchClusterJon Bratseth2016-10-057-75/+71
|
* Nonfunctional changes onlyJon Bratseth2016-10-051-7/+4
|
* Nonfunctional changes onlyJon Bratseth2016-10-052-14/+8
|