summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use a string flag for files with unknown extension in appHarald Musum2022-05-022-7/+20
| | | | | Need 3 values (might want to avoid logging/notification in console for some cases that should be allowed, so use a string flag)
* Merge pull request #22383 from ↵Håvard Pettersen2022-05-024-15/+15
|\ | | | | | | | | vespa-engine/toregge/more-atomic-member-variables-in-file-chunk-classes Use more atomic member variables in search::FileChunk and search::Wri…
| * Use more atomic member variables in search::FileChunk and ↵Tor Egge2022-05-024-15/+15
| | | | | | | | search::WriteableFileChunk.
* | Merge pull request #22384 from vespa-engine/hmusum/increase-log-levelValerij Fredriksen2022-05-021-1/+1
|\ \ | | | | | | Increase log level so it is shown as a notification
| * | Increase log level so it is shown as a notificationHarald Musum2022-05-021-1/+1
| |/
* | Merge pull request #22382 from ↵Valerij Fredriksen2022-05-022-10/+15
|\ \ | |/ |/| | | | | vespa-engine/hakonhall/maintain-archive-access-for-controller Maintain archive access for controller
| * Maintain archive access for controllerHåkon Hallingstad2022-05-022-10/+15
|/
* Merge pull request #22380 from ↵Tor Brede Vekterli2022-05-021-8/+8
|\ | | | | | | | | vespa-engine/vekterli/bump-flag-expiry-may-2022-edition Bump flag expiry dates, May 2022 edition
| * Bump flag expiry dates, May 2022 editionTor Brede Vekterli2022-05-021-8/+8
| |
* | Merge pull request #22374 from ↵Jon Marius Venstad2022-05-0215-155/+396
|\ \ | |/ |/| | | | | vespa-engine/jonmv/remove-last-controller-jersey-client Jonmv/remove last controller jersey client [run-systemtest]
| * Handle entity not setjonmv2022-05-021-1/+1
| |
| * Warn against, and handle null return from factoryjonmv2022-05-021-1/+13
| |
| * Close entities, and support retries with supplier<http-entity> which is ↵jonmv2022-05-022-9/+14
| | | | | | | | non-repeatable
| * Remove (hopefully) unused configserver depenciesjonmv2022-05-021-74/+0
| |
| * Make IssueInfo public, and support attachments for Issuesjonmv2022-05-023-5/+101
| |
| * Support inputstream suppliers in multi part streamerjonmv2022-05-021-14/+15
| |
| * Add DefaultHttpClientBuidler for easy SSLContextjonmv2022-05-021-0/+49
| |
| * dummyjonmv2022-05-020-0/+0
| |
| * Importsjonmv2022-05-024-5/+1
| |
| * Simplify shared resource setup with Memoizedjonmv2022-05-024-50/+22
| |
| * Update ABI specjonmv2022-05-022-0/+42
| |
| * Add Memoized for closeable lazy resourcesjonmv2022-05-022-0/+142
| |
* | Merge pull request #22378 from ↵Martin Polden2022-05-024-5/+27
|\ \ | | | | | | | | | | | | vespa-engine/ean/add-feature-flag-for-notification-dispatch Add feature flag to toggle notification dispatch
| * | Add feature flag to toggle notification dispatchEirik Nygaard2022-05-024-5/+27
| | |
* | | Merge pull request #22379 from vespa-engine/bratseth/simplifyHarald Musum2022-05-024-22/+15
|\ \ \ | |_|/ |/| | Minor simplification
| * | Minor simplificationJon Bratseth2022-05-024-22/+15
| | |
* | | Merge pull request #22377 from ↵Håvard Pettersen2022-05-022-32/+36
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/toregge/store-document-db-states-in-atomic-variables Store document db state in atomic variables.
| * | Store document db state in atomic variables.Tor Egge2022-05-022-32/+36
|/ /
* | Merge pull request #22372 from vespa-engine/bratseth/use-renderResponseBjørn Christian Seime2022-05-025-18/+15
|\ \ | | | | | | Use renderResponse
| * | Use renderResponseJon Bratseth2022-04-295-18/+15
| |/
* | Merge pull request #22370 from vespa-engine/bratseth/allow-incomplete-modelsJon Bratseth2022-05-025-4/+10
|\ \ | | | | | | Allow models referencing functions they don't define
| * | Include xgboost_non_standaloneJon Bratseth2022-04-291-2/+2
| | |
| * | Allow models referencing functions they don't defineJon Bratseth2022-04-294-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | ML models may not be designed to be used standalone but only in context of another ranking expression, which then supplies functions referenced by the model. Tolerate such models in stateløess evaluation.
* | | Merge pull request #22376 from ↵v7.580.54Harald Musum2022-04-302-2/+4
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/balder/do-not-log-when-failure-is-expected Only log when failure is unexpected.
| * | | Silence log message since we throw anyway.Henning Baldersheim2022-04-301-1/+1
| | | |
| * | | Only log when failure is unexpected.Henning Baldersheim2022-04-301-1/+3
|/ / /
* | | Merge pull request #22371 from vespa-engine/bratseth/add-todoHenning Baldersheim2022-04-301-0/+1
|\ \ \ | | | | | | | | Add TODO
| * | | Add TODOJon Bratseth2022-04-291-0/+1
| | |/ | |/|
* | | Merge pull request #22373 from ↵Jon Marius Venstad2022-04-293-9/+11
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/jonmv/remove-last-controller-jersey-client Jonmv/remove last controller jersey client
| * | Fix serialization of state requestjonmv2022-04-292-7/+7
| | |
| * | Check for null entityjonmv2022-04-291-2/+4
| | |
* | | Merge pull request #22366 from vespa-engine/havardpe/strip-stack-framesHåvard Pettersen2022-04-291-44/+119
|\ \ \ | | | | | | | | use symbols for heatmaps
| * | | use symbols for heatmapsHåvard Pettersen2022-04-291-44/+119
| | | | | | | | | | | | | | | | | | | | - track wr,rw,ww races separately - track before/after for each trace
* | | | Merge pull request #22368 from vespa-engine/balder/reduce-log-from-metrics-proxyBjørn Christian Seime2022-04-291-1/+2
|\ \ \ \ | | | | | | | | | | Silence ConnectTimeoutException
| * | | | Silence ConnectTimeoutExceptionHenning Baldersheim2022-04-291-1/+2
| | | | |
* | | | | Merge pull request #22369 from vespa-engine/bjorncs/apache-http-client-bundleJon Marius Venstad2022-04-291-8/+3
|\ \ \ \ \ | | | | | | | | | | | | Depend on apache http client bundle
| * | | | | Depend on apache http client bundleBjørn Christian Seime2022-04-291-8/+3
| | | | | |
* | | | | | Merge pull request #22367 from ↵Henning Baldersheim2022-04-292-2/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/hmusum/lower-log-level-when-failing-to-acquire-application-lock Use log level INFO for exceptions getting application lock
| * | | | | Use log level INFO for exceptions getting application lockHarald Musum2022-04-292-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Getting lock will sometimes fail due to other maintainers holding the lock, no need to log a warning.
* | | | | | Merge pull request #22365 from ↵Tor Brede Vekterli2022-04-291-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/vekterli/add-debug-logging-for-received-single-bucket-info Add debug logging when receiving bucket info for a single requested bucket