aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * Update expcted messageHarald Musum2022-02-041-1/+1
| |
| * never generate non-mtls endpointsMorten Tokle2022-02-032-19/+1
| |
| * Minor changes to checking config convergence before restartHarald Musum2022-02-023-8/+7
| | | | | | | | Move a timeout and adjust some log messages
| * Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-022-0/+2
| |\ | | | | | | Deprecate config.subscription
| | * Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-022-0/+2
| | |
| * | Add feature flag to enable preshutdown command for jdiscBjørn Christian Seime2022-01-311-0/+3
| |/
| * Add feature flags for dynamic persistence throttling window size tuningTor Brede Vekterli2022-01-271-0/+6
| | | | | | | | | | | | | | Added flags: * Window size decrement factor (default 1.2) * Window size backoff (default 0.95)
| * Add missing overrideTor Brede Vekterli2022-01-271-0/+1
| |
| * Add feature flag for merge throttling policyTor Brede Vekterli2022-01-271-0/+2
| | | | | | | | | | | | | | Two options; `STATIC` (default) and `DYNAMIC`. Does not currently set any window size configs based on the existing feature flag for max pending, so the config defaults will be used for these when dynamic throttling is enabled.
| * Revert "Add feature flag for merge throttling policy"Harald Musum2022-01-271-2/+0
| |
| * Merge pull request #20927 from ↵Geir Storli2022-01-261-0/+2
| |\ | | | | | | | | | | | | vespa-engine/vekterli/merge-throttling-policy-feature-flag Add feature flag for merge throttling policy
| | * Add feature flag for merge throttling policyTor Brede Vekterli2022-01-251-0/+2
| | | | | | | | | | | | | | | | | | | | | Two options; `STATIC` (default) and `DYNAMIC`. Does not currently set any window size configs based on the existing feature flag for max pending, so the config defaults will be used for these when dynamic throttling is enabled.