aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add explicit dep to jackson-jaxrs-json-provider, used here.gjoranv2022-03-281-0/+16
| |
| * Ensure that jackson-core and jackson-annotations are not embedded.gjoranv2022-03-281-0/+23
| | | | | | | | - Both are provided by Jdisc, and will remain so for Vespa 8
* | Delete file as root firstValerij Fredriksen2022-03-291-1/+2
| |
* | Write vespa file as vespa userValerij Fredriksen2022-03-281-1/+1
|/
* Revert "Remove jersey media bundles 2 [run-systemtest]"Jon Marius Venstad2022-03-272-41/+0
|
* Merge pull request #21835 from vespa-engine/remove-jersey-media-bundles_2gjoranv2022-03-272-0/+41
|\ | | | | Remove jersey media bundles 2 [run-systemtest]
| * Add explicit dep to jackson-jaxrs-json-provider, used here.gjoranv2022-03-261-0/+16
| |
| * Ensure that jackson-core and jackson-annotations are not embedded.gjoranv2022-03-261-0/+23
| | | | | | | | - Both are provided by Jdisc, and will remain so for Vespa 8
| * Register JacksonJsonProvider explicitly.gjoranv2022-03-251-0/+2
| | | | | | | | | | When using the embedded jersey client and jersey-media-json-jackson, the client does not find the appropriate MessageBodyReader.
* | Merge pull request #21819 from vespa-engine/jonmv/misc-2Jon Bratseth2022-03-252-1/+23
|\ \ | | | | | | Jonmv/misc 2
| * | Make application dir upper levelJon Marius Venstad2022-03-242-1/+23
| |/
* / Annotate instead of using TODOsHarald Musum2022-03-251-1/+1
|/
* Update versionHarald Musum2022-03-221-1/+1
|
* Cleanup and more testing of specifying node architecture for admin clustersHarald Musum2022-03-181-3/+5
|
* Add package exports for jersey packages used by controller.gjoranv2022-03-175-0/+25
|
* Add jersey-media-multipart (+ mimepull) for controller.gjoranv2022-03-171-0/+5
|
* Remove unneeded jersey-media-jaxb.gjoranv2022-03-171-0/+6
|
* Add application id dimension to incompatibility flagJon Marius Venstad2022-03-161-1/+3
|
* Do not use cluster type when getting flagHarald Musum2022-03-151-1/+1
| | | | Flag is just for admin clusters
* Merge pull request #21688 from ↵Harald Musum2022-03-151-0/+3
|\ | | | | | | | | vespa-engine/hmusum/add-feature-flag-for-node-architecture-for-admin-clusters Add feature flag for node architecture for admin clusters [run-systemtest]
| * Add feature flag for node architecture for admin clustersHarald Musum2022-03-151-0/+3
| | | | | | | | | | Flag value will be used for implicitly created nodes in admin clusters (cluster controllers only for now)
* | Use VersionCompatibility in configserver and controller, and testsJon Marius Venstad2022-03-142-5/+6
|/
* Merge pull request #21664 from vespa-engine/use-my-own-jersey-for-configservergjoranv2022-03-121-19/+25
|\ | | | | Let configserver use its own embedded Jersey deps [run-systemtest]
| * Remove explicit compile scopegjoranv2022-03-111-2/+0
| |
| * Use the javax.ws.rs-api bundle installed in Jdisc, or else:gjoranv2022-03-111-1/+1
| | | | | | | | | | | | | | | | ERROR : configserver Container.com.yahoo.jdisc.core.StandaloneMain JDisc exiting: Throwable caught: exception= com.yahoo.container.di.componentgraph.core.ComponentNode$ComponentConstructorException: Error constructing 'com.yahoo.vespa.serviceview.StateRequestHandler': null Caused by: java.lang.LinkageError: loader constraint violation: loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @7f1ad846 wants to load abstract class javax.ws.rs.client.ClientBuilder. A different abstract class with the same name was previously loaded by org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @8d7718e. (javax.ws.rs.client.ClientBuilder is in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @8d7718e, parent loader 'bootstrap')
| * Let configserver use its own embedded Jersey depsgjoranv2022-03-111-17/+25
| | | | | | | | .. to allow removing the Jersey bundles from Jdisc runtime.
* | Check wanted version instead of newest built modelJon Marius Venstad2022-03-112-16/+23
|/
* Reject config request when major version is incompatibleMartin Polden2022-03-116-24/+92
|
* Use app platform version during config model feature flags resolutionHåkon Hallingstad2022-03-094-54/+63
|
* add experimental feature flagArne H Juul2022-03-041-1/+4
|
* Merge grouping results incrementally in search invokerBjørn Christian Seime2022-03-011-0/+3
|
* Add feature flag for controlling throttling of merge feed opsTor Brede Vekterli2022-02-241-0/+3
|
* Add more feature flags for tuning dynamic persistence throttlingTor Brede Vekterli2022-02-231-0/+6
| | | | | | | | Adds the following feature flags: * `persistence-throttling-window-size` for setting min/max window size to the same value, effectively creating a static throttle policy. * `persistence-throttling-ws-resize-rate` for controlling the rate at which the dynamic throttle policy resizes its window.
* Replace 'out of capacity' by 'node allocation failure'Jon Bratseth2022-02-234-13/+12
|
* Use Optional when returning sessionHarald Musum2022-02-2212-73/+57
| | | | No functional changes
* Update last access time of file reference when it already existsHarald Musum2022-02-211-2/+8
|
* Merge branch 'master' into arnej/rename-summaryfeatures-back-to-originalArne H Juul2022-02-1747-327/+451
|\
| * Merge pull request #21216 from ↵Arnstein Ressem2022-02-162-11/+0
| |\ | | | | | | | | | | | | vespa-engine/hmusum/stop-using-CHECK_CONFIG_CONVERGENCE_BEFORE_RESTARTING Remove CHECK_CONFIG_CONVERGENCE_BEFORE_RESTARTING
| | * Update testHarald Musum2022-02-161-3/+0
| | |
| | * Remove CHECK_CONFIG_CONVERGENCE_BEFORE_RESTARTINGHarald Musum2022-02-161-8/+0
| | |
| * | Update testMartin Polden2022-02-151-3/+3
| | |
| * | Don't use deprecated 'jetty' attribute for config serverHarald Musum2022-02-141-1/+1
| |/
| * Merge pull request #21151 from vespa-engine/mpolden/better-routing-statusMorten Tokle2022-02-142-0/+35
| |\ | | | | | | Add /routing/v2/status API
| | * Add /routing/v2/status APIMartin Polden2022-02-112-0/+35
| | | | | | | | | | | | Allows status client to retrieve everything it needs with a single request.
| * | Add "inhibit-default-merges-when-global-merges-pending" feature flag.Geir Storli2022-02-111-0/+3
| |/
| * Remove unused fields from LbServicesConfigMartin Polden2022-02-103-99/+4
| |
| * Merge pull request #21123 from ↵Henning Baldersheim2022-02-091-3/+0
| |\ | | | | | | | | | | | | vespa-engine/geirst/remove-feature-flag-enable-feed-block-in-distributor Remove feature flag "enable-feed-block-in-distributor".
| | * Remove feature flag "enable-feed-block-in-distributor".Geir Storli2022-02-091-3/+0
| | | | | | | | | | | | This has been the default for several months.
| * | Enable pre-shutdown command for jdisc by defaultBjørn Christian Seime2022-02-071-3/+0
| |/
| * - Adde featureflag for controlling environment variables.Henning Baldersheim2022-02-071-1/+7
| | | | | | | | - Use general environment mechanism for existing ad-hoc environment variables.