summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* start with zero size buffersHåvard Pettersen2021-06-161-3/+5
|
* Merge pull request #18275 from vespa-engine/bjorncs/examplesBjørn Christian Seime2021-06-163-0/+240
|\ | | | | Add 3 examples
| * Simplify JsonStreamFeederExampleBjørn Christian Seime2021-06-151-32/+3
| | | | | | | | | | Use FeedClient.stats() instead of manual book-keeping. Include document id in error messages.
| * Add 3 examplesBjørn Christian Seime2021-06-153-0/+269
| | | | | | | | The two more complex examples are copied from vespa-http-client documentation.
* | Merge pull request #18274 from vespa-engine/havardpe/tweak-buffers-in-fnetHenning Baldersheim2021-06-163-7/+8
|\ \ | | | | | | start with zero-size buffers
| * | start with zero-size buffersHåvard Pettersen2021-06-153-7/+8
| | |
* | | Merge pull request #18283 from vespa-engine/hakonhall/enable-movetodirtyHåkon Hallingstad2021-06-162-1/+12
|\ \ \ | | | | | | | | Properly apply changes to node reports to a NodeSpec
| * | | remove report if null valueHåkon Hallingstad2021-06-161-2/+4
| | | |
| * | | Properly apply changes to node reports to a NodeSpecHåkon Hallingstad2021-06-162-1/+10
|/ / /
* | | Merge pull request #18258 from vespa-engine/add_user_infoTorbjørn Smørgrav2021-06-168-12/+58
|\ \ \ | | | | | | | | Additional fields to User - verified and lastLogin
| * | | Add verified field to user api onprem testsmorgrav2021-06-161-1/+2
| | | |
| * | | Add new default field verified to user responsessmorgrav2021-06-165-3/+10
| | | |
| * | | Only serialize new fields if they are presentsmorgrav2021-06-151-2/+4
| | | |
| * | | Require date to be non-nullsmorgrav2021-06-151-1/+1
| | | |
| * | | Use pre defined EPOC and rename no datesmorgrav2021-06-151-2/+2
| | | |
| * | | Additional fields to User - verified and lastLoginsmorgrav2021-06-152-8/+44
| | | |
* | | | Merge pull request #18278 from vespa-engine/bratseth/cleanup-min-group-coverageHenning Baldersheim2021-06-1516-56/+20
|\ \ \ \ | | | | | | | | | | Gc unused config options: min-group-coverage and max nodes per group
| * | | | Warn if 'min-group-coverage' is usedJon Bratseth2021-06-151-0/+3
| | | | |
| * | | | Mark config option min-group-coverage for removalJon Bratseth2021-06-152-2/+1
| | | | |
| * | | | Gc unused config options: min-group-coverage and max nodes per groupJon Bratseth2021-06-1515-54/+16
| | |_|/ | |/| |
* | | | Merge pull request #18280 from ↵Geir Storli2021-06-152-9/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/assert-message-has-valid-bucket-id-for-striping Assert that the storage message has a valid bucket id for striping.
| * | | | Assert that the storage message has a valid bucket id for striping.Geir Storli2021-06-152-9/+11
|/ / / /
* | | | Merge pull request #18276 from ↵Harald Musum2021-06-152-3/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/add-flag-for-skipping-bootstrapping-local-sesssions Load local sessions only if enabled by flag
| * | | | Load local sessions only if enabled by flagHarald Musum2021-06-152-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Loading local sessions should not be needed, everything should exist as a remote session. Hide behind feature flag for now
* | | | | Merge pull request #18277 from vespa-engine/mpolden/improve-messageJon Marius Venstad2021-06-151-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Improve failure reason for suspension timeout
| * | | | Improve failure reason for suspension timeoutMartin Polden2021-06-151-1/+4
| | | | |
* | | | | Merge pull request #18265 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-158-283/+12
|\ \ \ \ \ | |/ / / / |/| | | | Jonmv/vespa feed client
| * | | | Update abi specJon Marius Venstad2021-06-153-16/+3
| | | | |
| * | | | Make it configurable wheethere to benchmark clientJon Marius Venstad2021-06-152-2/+9
| | | | |
| * | | | Remove jetty and okhttp impementationsJon Marius Venstad2021-06-153-265/+0
| | | | |
* | | | | Merge pull request #18273 from vespa-engine/olaa/throw-if-illegal-typeValerij Fredriksen2021-06-151-0/+8
|\ \ \ \ \ | | | | | | | | | | | | Throw if illegal type in meta request
| * | | | | Throw if illegal type in meta requestOla Aunrønning2021-06-151-0/+8
| | |_|_|/ | |/| | |
* | | | | Merge pull request #18269 from ↵Martin Polden2021-06-152-21/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/mpolden/no-recycling-when-deprovisining Do not recycle deprovisioning hosts
| * | | | | Do not recycle deprovisioning hostsMartin Polden2021-06-152-21/+21
| | | | | |
* | | | | | Merge pull request #18272 from ↵Geir Storli2021-06-159-36/+127
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | vespa-engine/geirst/per-stripe-ideal-state-metrics Add per stripe handling of ideal state metrics with aggregation on top.
| * | | | | Add per stripe handling of ideal state metrics with aggregation on top.Geir Storli2021-06-159-36/+127
| | | | | | | | | | | | | | | | | | | | | | | | This is handled similarly to per stripe distributor metrics.
* | | | | | Merge pull request #18271 from vespa-engine/havardpe/better-buffer-managementHenning Baldersheim2021-06-154-107/+23
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | try to use less memory for buffers
| * | | | | try to use less memory for buffersHåvard Pettersen2021-06-154-107/+23
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | - fix default 64k max sizes - start with empty buffers - simplify Buffer class
* | | | | Merge pull request #18257 from ↵Henning Baldersheim2021-06-154-10/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/add-constructor-for-naming-JRTConnectionPool Add constructor for naming JRTConnectionPool
| * | | | | Update JRTConnectionPool.javaHenning Baldersheim2021-06-151-1/+1
| | | | | | | | | | | | | | | | | | Remove extraneous .
| * | | | | Merge branch 'master' into hmusum/add-constructor-for-naming-JRTConnectionPoolHenning Baldersheim2021-06-1547-232/+468
| |\| | | |
| * | | | | Add constructor for naming JRTConnectionPoolHarald Musum2021-06-154-10/+20
| | | | | |
* | | | | | Merge pull request #18270 from vespa-engine/bjorncs/fixJon Marius Venstad2021-06-153-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | JAR with default classifier is no longer a fatjar
| * | | | | | JAR with default classifier is no longer a fatjarBjørn Christian Seime2021-06-153-3/+3
| | |/ / / / | |/| | | | | | | | | | | | | | | | Install and refer to 'jar-with-dependencies' artifact in wrapper script
* | | | | | Merge pull request #18268 from vespa-engine/mpolden/ignore-testerMartin Polden2021-06-151-3/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ignore tester application
| * | | | | | Ignore tester applicationMartin Polden2021-06-151-3/+9
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #18263 from ↵Harald Musum2021-06-155-62/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/stop-using-metricsProxyMaxHeapSizeInMb Stop using metricsProxyMaxHeapSizeInMb()
| * | | | | | Stop using metricsProxyMaxHeapSizeInMbHarald Musum2021-06-155-62/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare for removing feature flag. Need to keep the rest of the code until no config model uses it. Remove test that did not actually test anything (always 0 hosts in test), not needed anymore
* | | | | | | Merge pull request #18266 from vespa-engine/hmusum/log-more-at-bootstrapHenning Baldersheim2021-06-151-2/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make sure to always log when all apps have redeployed
| * | | | | | | Make sure to always log when all apps have redeployedHarald Musum2021-06-151-2/+7
| | |_|/ / / / | |/| | | | |