aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Change expire date for max-dead-bytes-ratio feature flag.Tor Egge2021-02-031-1/+1
| | | | |
| * | | | Add feature flag for max dead bytes ratio.Tor Egge2021-02-036-0/+36
| | | | |
* | | | | Merge pull request #16378 from ↵Jon Bratseth2021-02-036-8/+52
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bratseth/ensure-cluster-controller-redundancy Scale content clusters to minimum 3 nodes
| * | | | | Increase to min only when it is within limitsJon Bratseth2021-02-031-3/+4
| | | | | |
| * | | | | Scale content clusters to minimum 3 nodesJon Bratseth2021-02-036-8/+51
|/ / / / / | | | | | | | | | | | | | | | | | | | | There is no cluster controller redundancy with 2 nodes and this leads to operational problems.
* | | | | Merge pull request #16338 from vespa-engine/gjoranv/hit-metrics-histogramgjoranv2021-02-032-2/+15
|\ \ \ \ \ | | | | | | | | | | | | Gjoranv/hit metrics histogram
| * | | | | Remove redundant Values.gjoranv2021-02-031-6/+0
| | | | | |
| * | | | | Whitelist new metrics for the 'Vespa' consumer.gjoranv2021-02-021-0/+4
| | | | | |
| * | | | | Add histogram buckets for totalhits_per_query metric.gjoranv2021-02-021-2/+10
| | | | | |
| * | | | | Add histogram buckets for hits_per_query metric.gjoranv2021-02-021-1/+8
| | | | | |
* | | | | | Merge pull request #16375 from vespa-engine/ogronnesby/improve-quota-messageØyvind Grønnesby2021-02-032-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | free up quota -> free up capacity
| * | | | | | free up quota -> free up capacityØyvind Grønnesby2021-02-032-5/+5
| | | | | | |
* | | | | | | Merge pull request #16377 from vespa-engine/bratseth/caching-warningHenning Baldersheim2021-02-031-2/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Warn not to cache hits
| * | | | | | | Warn not to cache thisJon Bratseth2021-02-031-2/+4
| | | | | | | |
* | | | | | | | Merge pull request #16368 from ↵Bjørn Christian Seime2021-02-0317-34/+91
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bjorncs/hosted-configserver-controller-access-log Bjorncs/hosted configserver controller access log
| * | | | | | | | Increase default queue sizeBjørn Christian Seime2021-02-035-7/+7
| | | | | | | | |
| * | | | | | | | Make queue size of log file handler configurableBjørn Christian Seime2021-02-0316-32/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new config parameter for connection log and request log. Scale queue size on vcpu in config model. Use LinkedBlockingQueue instead of ArrayBlockingQueue.
| * | | | | | | | Enable connection log for hosted configserver/controllerBjørn Christian Seime2021-02-033-2/+13
| | | | | | | | |
* | | | | | | | | Merge pull request #16299 from vespa-engine/olaa/create-cloud-roleOla Aunrønning2021-02-038-33/+54
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Create role at tenant creation
| * | | | | | | | | Merge branch 'master' into olaa/create-cloud-roleOla Aunrønning2021-02-03366-3874/+4666
| |\| | | | | | | |
| * | | | | | | | | Change application IAM role flags to tenant IAM role flagsOla Aunrønning2021-02-024-25/+27
| | | | | | | | | |
| * | | | | | | | | Create role at tenant creationOla Aunrønning2021-02-016-10/+29
| | | | | | | | | |
* | | | | | | | | | Merge pull request #16370 from ↵Tor Brede Vekterli2021-02-039-44/+138
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/emit-node-events-when-resource-exhaustion-set-changes Emit node-level events when resource exhaustion set changes
| * | | | | | | | | | Emit node-level events when resource exhaustion set changesTor Brede Vekterli2021-02-039-44/+138
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #16373 from vespa-engine/bratseth/caching-warningHenning Baldersheim2021-02-032-0/+4
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | Warn not to cache this
| * | | | | | | | | Warn not to cache thisJon Bratseth2021-02-032-0/+4
| | | | | | | | | |
* | | | | | | | | | Merge pull request #16372 from vespa-engine/jonmv/expand-document-v1-visit-APIJon Marius Venstad2021-02-032-10/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | Use "route" for visit destination routes
| * | | | | | | | | Use "route" for visit destination routesJon Marius Venstad2021-02-032-10/+9
| | | | | | | | | |
* | | | | | | | | | Merge pull request #16363 from vespa-engine/gjoranv/cleanup-StateHandlerJon Bratseth2021-02-035-31/+19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Gjoranv/cleanup state handler
| * | | | | | | | | | Fix ToDos. The snapshotProvider is null checked in the ctor.gjoranv2021-02-032-12/+2
| | | | | | | | | | |
| * | | | | | | | | | Throw if no snapshot provider is given.gjoranv2021-02-032-17/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Rename field and parameter to 'snapshotProvider'
| * | | | | | | | | | Clean up unused MetricsPresentationConfiggjoranv2021-02-035-10/+6
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #16371 from vespa-engine/bratseth/minor-fixesHarald Musum2021-02-0310-17/+71
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | No functional changes
| * | | | | | | | | No functional changesJon Bratseth2021-02-0310-17/+71
| |/ / / / / / / /
* | | | | | | | | Merge pull request #16350 from vespa-engine/jonmv/expand-document-v1-visit-APIJon Marius Venstad2021-02-0311-122/+449
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | |_|/ / / / / / |/| | | | | | | Jonmv/expand document v1 visit api
| * | | | | | | Move request validation earlier for deletion visitsJon Marius Venstad2021-02-031-3/+3
| | | | | | | |
| * | | | | | | Handle POST -> remote visit, PUT -> mass udpate, DELETE -> mass deletionJon Marius Venstad2021-02-035-40/+327
| | | | | | | |
| * | | | | | | Refactor to allow more flex in reacting to documents receivedJon Marius Venstad2021-02-032-30/+88
| | | | | | | |
| * | | | | | | Supplier<Boolean> --> BooleanSupplierJon Marius Venstad2021-02-031-5/+6
| | | | | | | |
| * | | | | | | Fire phasers!Jon Marius Venstad2021-02-031-20/+17
| | | | | | | |
| * | | | | | | Update abi spec for removed, unused methodJon Marius Venstad2021-02-031-1/+0
| | | | | | | |
| * | | | | | | Nonfunctional changes, remove unused codeJon Marius Venstad2021-02-037-27/+12
| | | | | | | |
* | | | | | | | Merge pull request #16367 from vespa-engine/toregge/include-thread-as-neededHenning Baldersheim2021-02-033-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Include thread as needed.
| * | | | | | | | Include thread as needed.Tor Egge2021-02-033-0/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #16366 from ↵Valerij Fredriksen2021-02-032-0/+43
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/freva/add-FilterBackingRequestHandler Create FilterBackingRequestHandler
| * | | | | | | | Create FilterBackingRequestHandlerValerij Fredriksen2021-02-032-0/+43
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #16362 from vespa-engine/ogronnesby/improve-quota-errorsØyvind Grønnesby2021-02-032-6/+38
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve the quota error messages
| * | | | | | | | Improve the quota error messagesØyvind Grønnesby2021-02-032-6/+38
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #16357 from vespa-engine/balder/remove-syncHenning Baldersheim2021-02-0312-51/+52
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove the sync interface from Bucket Executor. Due to the nature of …
| * | | | | | | | Count on the right places.Henning Baldersheim2021-02-031-2/+13
| | | | | | | | |