aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* Use the tensor type to switch tensor binary formatJon Bratseth2020-09-035-15/+37
| | | | | | | | | | The binary format of a tensor should depend on the tensor type, not the implementation type as the API permits the user choosing that (and it may not be 1-1 anyway). This makes this change for sparse tensors using the mixed implementation type but not dense tensors using the mixed implementation type as that would be more work given the unfinished state of the mixed implementation.
* Generate a Vtag class in vespa-http-clientJon Bratseth2020-09-011-5/+5
|
* Quotas in the configuration server (#14088)Øyvind Grønnesby2020-08-261-0/+7
| | | | | | | | | | | | | | | | | * Create a quota JSON encoded parameter * Propagate quota from PrepareParams to ModelContext.Properties * Persist quota and read it back * Check maxClusterSize quota in Validator step * Default to Quota.empty() in TestProperties * Javadoc and authors * Fix parameter type after it was changed on master Co-authored-by: Andreas Eriksen <andreer@verizonmedia.com>
* Merge pull request #14155 from vespa-engine/bratseth/avoid-manual-zone-noiseJon Bratseth2020-08-251-1/+1
|\ | | | | Reduce noise
| * Reduce noiseJon Bratseth2020-08-251-1/+1
| |
* | Use SlimeUtils in more placesHarald Musum2020-08-211-4/+2
|/
* Reduce tensor equals accuracyLester Solbakken2020-08-111-1/+1
|
* Measure consecutive maintenance failuresMartin Polden2020-07-214-33/+25
| | | | | | Measuring time since last success results in a wide range of acceptable values, due to maintenance intervals varying from seconds to as long as half a day. Measure consecutive failures instead, to simplify alerting thresholds.
* Reapply "Load platform bundles separately 3"gjoranv2020-07-172-70/+0
| | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
* Revert "Load platform bundles separately 3"Harald Musum2020-07-172-0/+70
|
* Reapply "Load platform bundles separately"gjoranv2020-07-162-70/+0
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Merge pull request #13905 from ↵Harald Musum2020-07-162-0/+70
|\ | | | | | | | | vespa-engine/revert-13902-reapply-Load-platform-bundles-separately Revert "Reapply load platform bundles separately"
| * Revert "Reapply load platform bundles separately"Harald Musum2020-07-162-0/+70
| |
* | Merge pull request #13904 from vespa-engine/mpolden/maintainer-success-metricMartin Polden2020-07-166-76/+191
|\ \ | |/ |/| Emit QoS metric for all maintainers
| * Emit QoS metric for all maintainersMartin Polden2020-07-166-76/+191
| |
* | Reapply "Load platform bundles separately"gjoranv2020-07-162-70/+0
|/ | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Load platform bundles separately"Harald Musum2020-07-162-0/+70
|
* Merge pull request #13898 from vespa-engine/load-platform-bundles-separatelygjoranv2020-07-162-70/+0
|\ | | | | Load platform bundles separately
| * Remove unused PredicateSplit classgjoranv2020-07-152-70/+0
| |
* | change DistanceParser API, mark as BetaArne Juul2020-07-151-3/+24
| |
* | add input string in exception messagesArne Juul2020-07-152-33/+33
| |
* | utility -> UtilityArne Juul2020-07-154-5/+5
| |
* | use camelCaseArne Juul2020-07-152-23/+23
| |
* | refactor unit testArne Juul2020-07-151-93/+31
| |
* | refactor and require unit for distanceArne Juul2020-07-154-30/+89
| |
* | add simple distance parserArne Juul2020-07-152-3/+74
| |
* | add simpler utility for degree parsingArne Juul2020-07-152-0/+533
|/
* Control maintenance jobs with feature flagMartin Polden2020-07-094-100/+49
|
* Inspectable generateJon Bratseth2020-06-291-0/+2
|
* Make tensor generate inspectableJon Bratseth2020-06-293-4/+22
|
* Add erf (the error function)Lester Solbakken2020-06-182-0/+42
|
* fix broken linkskkraune2020-05-201-2/+2
|
* Shuffle upgradesMartin Polden2020-05-181-0/+10
| | | | | * Avoids instances always upgrading in the same order * Prevents clumping together upgrades of instances under the same tenant
* Add method to convert Slime array to StreamValerij Fredriksen2020-05-132-0/+34
|
* Output short form of mixed tensorsJon Bratseth2020-05-082-2/+2
|
* Revert "Merge pull request #13131 from ↵Jon Bratseth2020-05-021-0/+1
| | | | | | | vespa-engine/revert-13128-bratseth/allow-non-allocatable-limits-take-2" This reverts commit 78d7d808067a9189960f3cc2ad83237ba00efec5, reversing changes made to e1d09983f5e952f44358ae5b247e5b76b2898d82.
* Revert "Bratseth/allow non allocatable limits take 2"Harald Musum2020-05-011-1/+0
|
* Revert "Merge pull request #13125 from ↵Jon Bratseth2020-04-301-0/+1
| | | | | | | vespa-engine/revert-13114-bratseth/allow-non-allocatable-limits" This reverts commit f3c67d39861da9138f2948998435d502008442c8, reversing changes made to 48ff6fe2efd6901796a9b8a0ceb8161232bcea15.
* Revert "Bratseth/allow non allocatable limits"Håkon Hallingstad2020-04-301-1/+0
|
* Pass node repoJon Bratseth2020-04-301-0/+1
|
* Export packageMartin Polden2020-04-291-0/+8
|
* Extract maintenance package into vespajlibMartin Polden2020-04-296-0/+421
|
* More descriptive message when mistyping flag data fieldHåkon Hallingstad2020-04-161-1/+2
|
* Merge pull request #12882 from ↵Håkon Hallingstad2020-04-158-8/+177
|\ | | | | | | | | vespa-engine/hakonhall/validate-deserialization-of-flag-data Validate deserialization of flag data
| * Avoid new dependency on jacksonHåkon Hallingstad2020-04-158-34/+119
| |
| * Ignore comment fieldsHåkon Hallingstad2020-04-141-1/+1
| |
| * Update vespajlib/src/test/java/com/yahoo/text/JSONTest.javaHåkon Hallingstad2020-04-141-1/+1
| | | | | | Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
| * Fix spelling errorHåkon Hallingstad2020-04-081-1/+1
| |
| * Validate deserialization of flag dataHåkon Hallingstad2020-04-084-8/+92
| |
* | Properly handle dimensions argument to argmax/argminLester Solbakken2020-04-154-16/+42
|/