aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
...
| * Propagate more useful error message to vespa logMorten Tokle2023-12-133-5/+52
| |
* | Don't fail when attempting to create pre-existing tenantMartin Polden2023-12-212-2/+3
| |
* | GC complete feature flags.Henning Baldersheim2023-12-211-9/+0
| |
* | Estimate => CostHenning Baldersheim2023-12-191-3/+3
| |
* | Wire in sort-blueprints-by-estimate feature flagHenning Baldersheim2023-12-191-0/+3
| |
* | Control the use of thread bundles for fetch postings with a feature flagHenning Baldersheim2023-12-121-0/+3
|/
* Add validator that checks if restart is needed due to Onnx model changesHarald Musum2023-12-081-0/+3
| | | | | Validates changes and creates a restart action if needed and makes sure configs for cluster are marked as restartOnDeploy
* Adding vds.distributor.gets.latency to DeploymentMetricsbjormel2023-12-075-3/+31
|
* Add use-estimate-for-fetch-postings feature flagHenning Baldersheim2023-12-061-0/+3
|
* Control creation of temporary postinglist for non strict iterators with ↵Henning Baldersheim2023-12-041-0/+3
| | | | feature flag.
* Define nessus-agent-group flag and make Dimension top-level classHåkon Hallingstad2023-11-293-20/+20
|
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-244-4/+4
|
* jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-234-13/+8
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* Change 'TlsContext' interface to return `X509SslContext'Bjørn Christian Seime2023-11-231-1/+1
|
* global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-211-3/+0
|
* Remove unused adminClusterArchitectureHarald Musum2023-11-201-4/+0
|
* GC unused flagHenning Baldersheim2023-11-201-3/+0
|
* Control always-mark-phrase-expensive with feature flag.Henning Baldersheim2023-11-191-0/+3
|
* Follow API changesHenning Baldersheim2023-11-161-5/+7
|
* Merge pull request #29327 from ↵Tor Brede Vekterli2023-11-131-0/+3
|\ | | | | | | | | vespa-engine/vekterli/add-delete-bucket-throttling-feature-flag Add feature flag for controlling throttling-behavior of `DeleteBucket` operations
| * Add feature flag for controlling throttling-behavior of DeleteBucket operationsTor Brede Vekterli2023-11-131-0/+3
| |
* | Minor: Lower log level for some log messagesHarald Musum2023-11-131-4/+4
|/
* Limit max payload size based on heap sizeBjørn Christian Seime2023-11-101-1/+2
|
* Minor changes to compressed application stream handlingHarald Musum2023-11-092-11/+15
|
* Add feature flag for controlling memory limits for merge operationsTor Brede Vekterli2023-11-031-0/+3
|
* Merge pull request #29173 from vespa-engine/hmusum/minor-cleanupØyvind Grønnesby2023-11-022-2/+4
|\ | | | | Minor cleanup
| * Minor cleanupHarald Musum2023-10-312-2/+4
| |
* | Merge pull request #29121 from vespa-engine/arnej/use-airline-zstdArne H Juul2023-10-311-4/+3
|\ \ | |/ |/| switch to io.airlift:aircompressor
| * switch to io.airlift:aircompressorArne Juul2023-10-261-4/+3
| |
* | SimplifyHarald Musum2023-10-311-7/+2
| |
* | Remove misleading logging.Jon Marius Venstad2023-10-311-1/+0
| |
* | Don't delete session if activation failsHarald Musum2023-10-311-1/+0
| | | | | | | | | | | | Activation fails from other causes than something being wrong with the application (preparing the application was usually successful), so it should be possible to retry with the same session.
* | Delete zookeeper session as well when deployment failsHarald Musum2023-10-302-1/+5
| |
* | Merge pull request #28903 from ↵Jon Marius Venstad2023-10-281-4/+1
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/reconfigurable-dispatcher-cleanup Always use reconfigurable dispatcher
| * | Always use reconfigurable dispatcherjonmv2023-10-121-4/+1
| | |
* | | Set tenant, instance ID, and Vespa version dimensions of make-exclusiveHåkon Hallingstad2023-10-261-5/+5
| |/ |/|
* | Run ApplicationPackageMaintainer every 15 secondsHarald Musum2023-10-251-1/+1
| |
* | Minor refactoring, no functional changesHarald Musum2023-10-257-40/+27
| |
* | Remove duplicate Applications.LockHåkon Hallingstad2023-10-232-5/+5
| |
* | Log without stack trace and explain common cause when multipart parsing failsHarald Musum2023-10-191-5/+6
| |
* | Lower log level, too much noiseHarald Musum2023-10-181-1/+1
| |
* | Delete max 20 unused file references at a timeHarald Musum2023-10-171-4/+7
|/
* Require zone-scoped endpoint in config-modelMartin Polden2023-10-115-5/+46
|
* Merge pull request #28848 from ↵Harald Musum2023-10-101-2/+9
|\ | | | | | | | | vespa-engine/hmusum/log-application-id-when-failing-to-find-last-deploy-time Fallback to last activation time if we cannot find last deploy time
| * Fallback to last activation time if we cannot find last deploy timeHarald Musum2023-10-101-2/+9
| | | | | | | | Also log application id if maintainer fails finding last deploy time
* | Correct copyright headersJon Bratseth2023-10-093-3/+3
| |
* | Update copyrightJon Bratseth2023-10-09425-422/+430
|/
* Add feature flag to override search handler threadpool sizeBjørn Christian Seime2023-10-041-1/+3
|
* SimplifyHarald Musum2023-10-021-2/+1
|
* Read application id through SessionDataHarald Musum2023-10-024-15/+41
| | | | Read from old or new path based on feature flag