aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Stick to junit for simple test.Henning Baldersheim2020-08-1119-131/+97
|
* Merge pull request #14024 from vespa-engine/hmusum/configserver-refactoring-26Henning Baldersheim2020-08-1151-179/+71
|\ | | | | Code cleanup, no functional changes
| * Code cleanup, no functional changesHarald Musum2020-08-1151-179/+71
| |
* | Merge pull request #14028 from vespa-engine/balder/hamcrest-2-junitHarald Musum2020-08-1133-388/+385
|\ \ | | | | | | Reduce the use of hamcrest when normal assertEquals/assertTrue does a…
| * | Reduce the use of hamcrest when normal assertEquals/assertTrue does a mucj ↵Henning Baldersheim2020-08-1133-388/+385
|/ / | | | | | | better job
* | Merge pull request #14027 from ↵Jon Marius Venstad2020-08-116-56/+17
|\ \ | | | | | | | | | | | | vespa-engine/revert-14026-andreer/record-certificate-usage Revert "record when endpoint certificates have last been requested"
| * | Revert "record when endpoint certificates have last been requested (#14026)"Arnstein Ressem2020-08-116-56/+17
|/ / | | | | | | This reverts commit 2489d302d50567e7f145c8aff971bb892c9ce87c.
* | record when endpoint certificates have last been requested (#14026)Andreas Eriksen2020-08-116-17/+56
| |
* | Merge pull request #14025 from vespa-engine/lesters/reduce-tensor-test-accuracyArnstein Ressem2020-08-111-1/+1
|\ \ | | | | | | Reduce tensor equals accuracy
| * | Reduce tensor equals accuracyLester Solbakken2020-08-111-1/+1
| | |
* | | Merge pull request #12938 from vespa-engine/kkraune/schemaKristian Aune2020-08-111-12/+11
|\ \ \ | |_|/ |/| | use schema
| * | dummyKristian Aune2020-08-111-1/+0
| | |
| * | use schemakkraune2020-04-161-11/+11
| | |
* | | Merge pull request #14018 from vespa-engine/freva/fix-retirement-loopValerij Fredriksen2020-08-1111-37/+50
|\ \ \ | |_|/ |/| | [VESPA-18652] Fix retirement loop
| * | Use reverse PrioritizableNode order when retiring excessValerij Fredriksen2020-08-112-9/+7
| | |
| * | Update javadocValerij Fredriksen2020-08-101-1/+0
| | |
| * | Prioritize retiring nodes on spare hostsValerij Fredriksen2020-08-102-5/+32
| | |
| * | Use node type rather than flavor environment to determine node typeValerij Fredriksen2020-08-104-15/+10
| | |
| * | Do not propagate spareCount through Preparer & GroupPreparerValerij Fredriksen2020-08-104-12/+6
| | |
* | | Merge pull request #14022 from ↵Jon Marius Venstad2020-08-111-1/+1
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/jonmv/create-session-path-only-when-creating-session Actually don't create parents
| * | | Actually don't create parentsJon Marius Venstad2020-08-111-1/+1
| | | |
* | | | Merge pull request #14020 from vespa-engine/freva/fix-want-to-deprovJon Bratseth2020-08-112-37/+66
|\ \ \ \ | | | | | | | | | | [VESPA-18632] Fix recursive wantToRetire & wantToDeprovision patch
| * | | | Fix recursive wantToRetire & wantToDeprovision patchValerij Fredriksen2020-08-102-37/+66
| | | | |
* | | | | Merge pull request #14021 from ↵Jon Marius Venstad2020-08-101-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/do-not-add-sessions-with-status-DELETE Do not add sessions with status DELETE
| * | | | | Do not add sessions with status DELETEHarald Musum2020-08-101-0/+3
|/ / / / /
* | | | | Merge pull request #14019 from ↵Henning Baldersheim2020-08-1010-42/+97
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/arnej/only-taggable-items-may-be-connected ensure connected query items are Taggable
| * | | | | update unit tests from @bratsethArne Juul2020-08-105-40/+51
| | | | | |
| * | | | | unit test change in StructuredParserArne Juul2020-08-101-0/+22
| | | | | |
| * | | | | ensure connected query items are TaggableArne Juul2020-08-104-2/+24
| | | | | |
* | | | | | Initial structure and functions (#13789)Amund Bergland Kvalsvik2020-08-1027-89/+1715
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial structure and functions * Finsihed Cluster. Working on MetricsAggregator * WIP. Nearly fixed ClusterMetrics * Debugging getMetrics issues * Renaming and attempting to fix configServer issues * Added some necessary functions. Finishing ConfigServer * Finishing renaming and starting getting ready for impl * Fixed bindings * Finished pipeline. Added Metrics type * Implemented necessary methods to make it pass testing, no unit tests yet * Renamed versioning from metrics * Extracted reused functions to new helper class * Changed format and response structure of ProtonMetrics * Removed list of metrics name * fixed aggregation for proton metrics * updated aggregator to use cluster format and more aligned with metric format * added unit tests and resources * Added correct return object * fixed according to review. added second host. not tested * removes superfluous roles * Fixed ConfigServer to align with previous impl * Updated test to use 2 different hosts and clusters * Added processing to build proper JsonResponse for proton metrics * changed proton metrics format to be consistent * Moved response construction to api handler * Removed unused import. Removed superfluos name * Updated ConfigServerMock to match new ConfigServer * developing metrics test * added working unit test * updated metrics path to ignore instance
* | | | | | Merge pull request #14017 from ↵Jon Marius Venstad2020-08-101-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | vespa-engine/jonmv/create-session-path-only-when-creating-session Avoid creating session path when creating waiters
| * | | | Avoid creating session path when creating waitersJon Marius Venstad2020-08-101-1/+1
|/ / / /
* | | | Merge pull request #14016 from vespa-engine/tgm/include-templatesThiago G. Martins2020-08-102-4/+14
|\ \ \ \ | | | | | | | | | | make sure template files are include in the pyvespa package
| * | | | temporarily remove notebook runs from test to wait for an external bug to be ↵tmartins2020-08-101-3/+3
| | | | | | | | | | | | | | | | | | | | resolved
| * | | | set python to 3.7tmartins2020-08-101-1/+1
| | | | |
| * | | | make sure template files are include in the pyvespa packagetmartins2020-08-101-0/+10
| | | | |
* | | | | Merge pull request #14015 from vespa-engine/mortent/reapply-hide-shared-routingBjørn Meland2020-08-103-0/+57
|\ \ \ \ \ | |_|/ / / |/| | | | Hide shared routing method endpoints
| * | | | Hide shared routing method endpointsMorten Tokle2020-08-103-0/+57
|/ / / /
* | | | Merge pull request #14014 from ↵Bjørn Meland2020-08-083-56/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-14011-mortent/hide-shared-endpoint Revert "Hide shared routing method endpoints"
| * | | | Revert "Hide shared routing method endpoints"Henning Baldersheim2020-08-083-56/+0
|/ / / /
* | | | Merge pull request #14009 from vespa-engine/bratseth/compact-2Jon Bratseth2020-08-076-12/+68
|\ \ \ \ | | | | | | | | | | Bratseth/compact 2
| * | | | CleanupJon Bratseth2020-08-071-2/+0
| | | | |
| * | | | CleanupJon Bratseth2020-08-071-13/+0
| | | | |
| * | | | CleanupJon Bratseth2020-08-071-84/+0
| | | | |
| * | | | Check generality correctly on compactionJon Bratseth2020-08-077-11/+166
| | | | |
* | | | | Merge pull request #14013 from ↵Henning Baldersheim2020-08-077-51/+34
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/do-not-compute-hash-on-temporaries Do not compute the hash on temporary sets. Wait till done.
| * | | | | Make FieldCollection immutable.Henning Baldersheim2020-08-077-57/+26
| | | | | |
| * | | | | Repair clion whitespace mess.Henning Baldersheim2020-08-071-6/+6
| | | | | |
| * | | | | Do not compute the hash on temporary sets. Wait till done.Henning Baldersheim2020-08-077-20/+34
|/ / / / /
* | | | | Merge pull request #14012 from ↵Henning Baldersheim2020-08-074-34/+36
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/add-partition-and-nodeindex-to-message Add some more info to test and set error message.