aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/cluster
Commit message (Collapse)AuthorAgeFilesLines
* Convert container-search to junit5Bjørn Christian Seime2022-07-281-20/+17
|
* Join 2 testcases for CompoundName.Henning Baldersheim2022-06-291-3/+3
| | | | | Stricter testcase for CompoundName, to also test internals. Fix single value append.
* Validate rank profilesJon Bratseth2022-06-081-76/+0
|
* Revert "Merge pull request #22439 from ↵Jon Bratseth2022-05-051-0/+2
| | | | | | | vespa-engine/revert-22429-bratseth/schema-info-5-take-2" This reverts commit 3726fd997c0cbacd37e64ff493f8775fc3fcdd9f, reversing changes made to d9ea4c99b13fa83a75bd8612d5f6c4d50510e3e9.
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-041-2/+0
|
* Revert "Merge pull request #22428 from ↵Jon Bratseth2022-05-031-0/+2
| | | | | | | vespa-engine/revert-22426-bratseth/schema-info-5" This reverts commit d6cb1273bcebdea6b8404b242cecb81802d0fb60, reversing changes made to de8e6f7128dc6489800eae8ce8cdcc6e3414475e.
* Revert "Use schema-info"Jon Bratseth2022-05-031-2/+0
|
* Use schemsa-infoJon Bratseth2022-05-031-0/+2
|
* Use SchemaInfoJon Bratseth2022-05-021-4/+13
|
* Get a truly unique prefix per cluster searcher globally.Henning Baldersheim2021-10-211-2/+0
|
* Merge pull request #19451 from ↵Henning Baldersheim2021-10-071-2/+5
|\ | | | | | | | | vespa-engine/balder/execute-queries-to-multiple-documenttypes-in-same-cluster-in-parallel Execute a query over multiple document types in the same content clus…
| * Execute a query over multiple document types in the same content cluster in ↵Henning Baldersheim2021-10-071-2/+5
| | | | | | | | parallel towards the backend.
* | Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|/
* Merge branch 'master' into balder/do-not-depend-on-clusterinfoHenning Baldersheim2021-09-301-3/+3
|\
| * Cast to MessageBusDocumentAccess only where neededJon Marius Venstad2021-06-301-0/+1
| |
| * Use an injected VespaDocumentAccess for streaming searchJon Marius Venstad2021-06-301-1/+1
| |
| * Remove FS4ResourcePoolBjørn Christian Seime2021-04-201-2/+1
| |
| * Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ↵Henning Baldersheim2020-02-191-2/+5
| | | | | | | | to reconnect to content …""""
| * Revert "Revert "Revert "Create a resourcepool so that we do not need to ↵Harald Musum2020-02-191-5/+2
| | | | | | | | reconnect to content …"""
| * Revert "Revert "Create a resourcepool so that we do not need to reconnect to ↵Henning Baldersheim2020-02-141-2/+5
| | | | | | | | content …""
| * Revert "Create a resourcepool so that we do not need to reconnect to content ↵Harald Musum2020-02-141-5/+2
| | | | | | | | …"
* | Merge branch 'master' into balder/do-not-depend-on-clusterinfoHenning Baldersheim2020-02-141-2/+5
|\|
| * Create a resourcepool so that we do not need to reconnect to content cluster ↵Henning Baldersheim2020-02-131-2/+5
| | | | | | | | on changes to container cluster.
* | Do not depend on on ClusterInfo config as it changes to often and causes a ↵Henning Baldersheim2020-02-131-9/+0
|/ | | | | | instant clusterwide hickup on any container cluster changes like node retirement. The corner case it was used for is not worth the cost.
* Avoid deprecation warningsHenning Baldersheim2019-12-191-9/+10
|
* Create one Dispatcher component per search clusterJon Bratseth2019-10-251-5/+12
| | | | | | This avoids creating an excessive number of connections to search clusters when the application (incorrectly) creates many local provider chains to the same search cluster.
* Revert "Revert "Balder/remove tld from config model rebased""Henning Baldersheim2019-09-231-27/+0
|
* Revert "Balder/remove tld from config model rebased"Harald Musum2019-09-231-0/+27
|
* GC unused codeHenning Baldersheim2019-09-231-27/+0
|
* Remove unused classes and unused metric cache_hit_ratioJon Bratseth2019-09-211-1/+1
|
* Take streaming search up and also add unit test for it.Henning Baldersheim2019-09-201-11/+26
|
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 ↵Henning Baldersheim2019-09-191-36/+31
| | | | dispatching from fastsearcher"""".""
* Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from ↵Henning Baldersheim2019-09-191-31/+36
| | | | fastsearcher""""."
* Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from ↵Henning Baldersheim2019-09-181-36/+31
| | | | fastsearcher""""
* Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearcher"""Henning Baldersheim2019-09-181-31/+36
|
* Revert "Revert "Balder/no more fs4 dispatching from fastsearcher""Henning Baldersheim2019-09-181-36/+31
|
* Revert "Balder/no more fs4 dispatching from fastsearcher"Henning Baldersheim2019-09-171-31/+36
|
* Do not monitor fs4Henning Baldersheim2019-09-171-34/+30
|
* No more fs4 dispatching from fastsearcher.Henning Baldersheim2019-09-171-2/+1
| | | | fs4 is gone
* - query.setOffset(0) when you conduct a trim.Henning Baldersheim2019-09-111-1/+4
| | | | - Remove a clone that is not necessary.
* doc: -> id:Henning Baldersheim2019-08-161-1/+1
|
* Use sort data with java dispatcherOlli Virtanen2019-04-021-1/+1
|
* dispatch_internal and dispatch_fdispatch metricsOlli Virtanen2019-03-151-2/+4
|
* Remove the packet cache. It will very soon loose its value as we are ↵Henning Baldersheim2019-03-071-2/+1
| | | | | | | changing the protocol. And also as it does not work for grouping I think it is better to just let it go. We might want a cache sometime later, but then we should redesign it.
* remove container.legacy-emulation configArne Juul2019-01-211-3/+1
|
* Specify dispatchJon Bratseth2019-01-021-23/+30
|
* Avoid usage of Sever.getServerDiscriminatorJon Bratseth2018-11-281-1/+2
|
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-2/+2
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-2/+2
|
* Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-011-2/+2
|