summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge pull request #28711 from vespa-engine/jonmv/token-tell-handlerJon Marius Venstad2023-09-297-30/+333
|\ | | | | Jonmv/token tell handler
| * Group fingerprints by token idjonmv2023-09-286-22/+38
| |
| * Fetch active tokens for an application, through /application/v2/jonmv2023-09-286-3/+301
| |
| * Use switch expressionsjonmv2023-09-282-27/+16
| |
* | Use CompletionWaiter instead of RemoveApplicationWaiterHarald Musum2023-09-291-136/+5
| | | | | | | | | | Remove RemoveApplicationWaiter, it should now do exacty the same as CompletionWaiter
* | Use application dimension in config modelMorten Tokle2023-09-291-12/+17
|/
* Merge pull request #28671 from vespa-engine/hmusum/refactor-completion-waiter-2Håkon Hallingstad2023-09-262-30/+32
|\ | | | | Hmusum/refactor completion waiter 2
| * Renaming, simplification, make class similar to CuratorCompletionWaiterHarald Musum2023-09-262-30/+32
| | | | | | | | (prepare for merging them)
* | Inject `OnnxModelCost` implementation from component graphBjørn Christian Seime2023-09-2612-16/+76
|/