summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Remove old clustercontroller status page endpointValerij Fredriksen2021-07-062-26/+0
|
* Expose status page for more distributor and storagenode under /application/v2Valerij Fredriksen2021-07-063-7/+50
|
* Merge pull request #18549 from vespa-engine/freva/status-storage-distributorHarald Musum2021-07-0638-425/+315
|\ | | | | Cleanup ApplicationHandler
| * Cleanup ApplicationHandlerValerij Fredriksen2021-07-061-307/+145
| |
| * Move requests to own packageValerij Fredriksen2021-07-0612-16/+24
| |
| * Move responses to own packageValerij Fredriksen2021-07-0629-55/+74
| |
| * Use MessageResponse for delete applicationValerij Fredriksen2021-07-062-7/+5
| |
| * Move response classes to upper levelValerij Fredriksen2021-07-067-75/+102
| |
* | Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-0/+6
|/
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+0
|
* Allow reflective access to java.nioBjørn Christian Seime2021-07-051-0/+1
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-0/+6
|
* Avoid NPE when getting application set for non-loaded sessionJon Marius Venstad2021-07-021-2/+1
|
* GC dead codeHarald Musum2021-07-021-3/+0
|
* Merge pull request #18500 from ↵Harald Musum2021-07-011-0/+6
|\ | | | | | | | | vespa-engine/hmusum/add-feature-flags-for-resource-limits Add feature flags for disk and memory resource limits
| * Add feature flags for disk and memory resource limitsHarald Musum2021-07-011-0/+6
| | | | | | | | Used when finding out when to block feed
* | Include exception message in case the parse failsHåkon Hallingstad2021-07-011-2/+2
| |
* | Print which tenant and session ID failed to loadHåkon Hallingstad2021-07-011-1/+2
|/
* Throw instead of returning null for getBytes()/getData()Harald Musum2021-06-306-46/+47
| | | | | Update callers to handle exception or check path existence before calling methods
* Remove unused feature flagHarald Musum2021-06-291-2/+0
|
* Always move searchdefinitions to schemas dirHarald Musum2021-06-252-20/+3
| | | | Do it by default, stop using feature flag
* Fail if unable to get active applicationHarald Musum2021-06-251-3/+2
|
* Don't swallow exception when unable to find file references in useHarald Musum2021-06-253-20/+23
| | | | Also keep 10 unused file references at all times
* Merge pull request #18381 from vespa-engine/freva/use-maxValerij Fredriksen2021-06-232-4/+4
|\ | | | | Use max value for resource utilization
| * Use max value for resource utilizationValerij Fredriksen2021-06-232-4/+4
| |
* | Remove warning produced by hc5 doing reflective access on SSLEngineImplBjørn Christian Seime2021-06-231-0/+1
| |
* | Merge pull request #18376 from ↵Henning Baldersheim2021-06-231-0/+3
|\ \ | | | | | | | | | | | | vespa-engine/balder/feature-flag-for-onnx-runtime-check-during-deploy Add feature falg for controlling onnx dryrun verification.
| * | Add feature falg for controlling onnx dryrun verification.Henning Baldersheim2021-06-231-0/+3
| | |
* | | Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-6/+0
| | |
* | | Merge pull request #18374 from vespa-engine/bjorncs/tls-cipher-feature-flagBjørn Christian Seime2021-06-231-0/+5
|\ \ \ | |/ / |/| | Bjorncs/tls cipher feature flag
| * | Add feature flag for overriding TLS ciphersBjørn Christian Seime2021-06-231-0/+5
| |/
* / Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-0/+6
|/
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+0
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-0/+6
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+0
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-0/+6
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+0
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* Merge pull request #18342 from vespa-engine/musum/remove-compatibility-codeHenning Baldersheim2021-06-211-9/+2
|\ | | | | Remove unused legacy code
| * Remove unused legacy codeHarald Musum2021-06-211-9/+2
| |
* | Test that laoding an invalid session throws exceptionHarald Musum2021-06-213-15/+27
|/ | | | Followup to https://github.com/vespa-engine/vespa/pull/18264
* Merge pull request #18294 from vespa-engine/bjorncs/apache-http-client-bundleBjørn Christian Seime2021-06-211-0/+6
|\ | | | | Package Apache http client libraries as a single osgi bundle [run-systemtest]
| * Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-0/+6
| |
* | Remove conseecutiveFailurees metric: Not neededJon Bratseth2021-06-201-2/+1
| |
* | Add reindexing progress to deployment metricsValerij Fredriksen2021-06-185-1/+68
| |
* | Do not create application package notification for reindexingValerij Fredriksen2021-06-181-3/+3
| |
* | Check feed metric value separatelyOla Aunrønning2021-06-171-2/+4
|/
* Log restart actions in configserver logValerij Fredriksen2021-06-161-0/+2
|
* Simplify application log prefix in configserverValerij Fredriksen2021-06-162-12/+4
|
* Load local sessions only if enabled by flagHarald Musum2021-06-151-3/+4
| | | | | Loading local sessions should not be needed, everything should exist as a remote session. Hide behind feature flag for now
* Merge pull request #18257 from ↵Henning Baldersheim2021-06-151-2/+4
|\ | | | | | | | | vespa-engine/hmusum/add-constructor-for-naming-JRTConnectionPool Add constructor for naming JRTConnectionPool