summaryrefslogtreecommitdiffstats
path: root/config-model-api
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate validation messagesJon Marius Venstad2020-11-231-3/+4
|
* Remove "allowed" from config change actions (+ wiring) — allowed if not ↵Jon Marius Venstad2020-11-202-10/+1
| | | | thrown
* Add Optional<ValidationId> to ConfigActionChange and use to validate actionsJon Marius Venstad2020-11-204-24/+10
|
* Update abi spec once moreJon Marius Venstad2020-11-201-4/+2
|
* Model disallowable actions separately, and collect and throw these in validationJon Marius Venstad2020-11-195-21/+40
|
* Use proper ValidationId instead of their String names in ConfigChangeAction ↵Jon Marius Venstad2020-11-195-6/+15
| | | | subclasses
* Merge pull request #15328 from vespa-engine/hmusum/remove-dead-code-2Henning Baldersheim2020-11-131-7/+0
|\ | | | | Remove dead code
| * GC a few more flags.Henning Baldersheim2020-11-131-2/+0
| |
| * Remove dead codeHarald Musum2020-11-131-5/+0
| |
* | Add a feature flag for controlling the default feed.concurrency setting.Henning Baldersheim2020-11-121-0/+1
|/
* Update throws clause for preprocess()Harald Musum2020-11-121-3/+1
|
* Merge pull request #15256 from vespa-engine/mpolden/remove-unused-propertyHarald Musum2020-11-101-3/+0
|\ | | | | Remove unused property
| * Remove unused propertyMartin Polden2020-11-101-3/+0
| |
* | Use separate boolean to indicate disabled statusJon Marius Venstad2020-11-101-1/+4
|/
* Merge pull request #15205 from vespa-engine/jonmv/reindex-in-deploy-wiringJon Marius Venstad2020-11-061-0/+1
|\ | | | | Store reindex actions as pending reindexing on successful activation
| * Wire reindexing status into modelJon Marius Venstad2020-11-061-0/+1
| |
* | Fix minor stuff found while reading code, no functional changesHarald Musum2020-11-061-3/+2
|/
* Use Optional<Status> to signal no reidexing for a typeJon Marius Venstad2020-11-041-5/+2
|
* Use more explicit value when reindexing should not be doneJon Marius Venstad2020-11-041-1/+4
|
* Add feature flag for reindexingBjørn Christian Seime2020-11-031-1/+1
|
* Add a separate construct in ModelContext.Properties for feature flagsBjørn Christian Seime2020-11-032-0/+52
|
* Merge pull request #15124 from ↵Jon Marius Venstad2020-11-034-5/+21
|\ | | | | | | | | vespa-engine/bjorncs/detect-reindexing-config-change Bjorncs/detect reindexing config change
| * Assume document type is always present after validation is completeBjørn Christian Seime2020-11-021-4/+2
| |
| * Fix typo in Javadoc commentBjørn Christian Seime2020-11-021-1/+1
| |
| * Rename 'REINDEXING' => 'REINDEX'Bjørn Christian Seime2020-11-022-2/+2
| |
| * Make method mockable from MockitoBjørn Christian Seime2020-10-302-3/+2
| |
| * Add types for a config change requiring reindexingBjørn Christian Seime2020-10-302-2/+21
| |
* | Merge branch 'master' into bjorncs/remove-jetty-threadpool-feature-flagHenning Baldersheim2020-11-032-8/+11
|\ \
| * \ Merge branch 'master' into balder/add-some-feature-flagsHenning Baldersheim2020-11-032-8/+7
| |\ \
| | * \ Merge pull request #15154 from vespa-engine/bjorncs/rest-api-handler-cleanupBjørn Christian Seime2020-11-031-1/+1
| | |\ \ | | | | | | | | | | Bjorncs/rest api handler cleanup
| | | * | Use new restapi handler implementation by defaultBjørn Christian Seime2020-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Remove feature flag for enabling the new handler. Cleanup wiring of old and new handler in model.
| | * | | Model reindexing status per cluster and document typeJon Marius Venstad2020-11-031-7/+6
| | |/ /
| * / / Adding feature flasg forHenning Baldersheim2020-11-021-0/+4
| |/ / | | | | | | | | | | | | | | | - stor-filestor.use_async_message_handling_on_schedule - stor-filestor.bucket_merge_chunk_size - stor-server.content_node_bucket_db_stripe_bits
* / / Remove feature flag for controlling number of Jetty threadsBjørn Christian Seime2020-11-021-1/+1
|/ /
* | Merge pull request #15087 from vespa-engine/jonmv/reindexing-data-storesJon Marius Venstad2020-11-021-0/+26
|\ \ | | | | | | Jonmv/reindexing data stores
| * | Add data store for reindexing dataJon Marius Venstad2020-10-291-0/+26
| | |
* | | Add back exceptions thrown, cannot change interfaceHarald Musum2020-10-301-1/+6
| | |
* | | Log more when preprocessing failsHarald Musum2020-10-301-5/+1
| | |
* | | Merge pull request #15073 from ↵Henning Baldersheim2020-10-291-1/+2
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/balder/gc-contentnode-btree-bucketdb-flag GC unused content bucket btree flag.
| * | GC unused content bucket btree flagHenning Baldersheim2020-10-281-1/+2
| |/
* / GC unused visibility-delay, fsync and compression for tls flags.Henning Baldersheim2020-10-281-3/+4
|/
* Remove feature flags for feed/search/defalt threadpool scalingBjørn Christian Seime2020-10-261-2/+2
|
* Scale Jetty threadpool size with node resourcesBjørn Christian Seime2020-10-191-0/+3
|
* Add feature flag to use fast value tensor implementation on all content nodes.Geir Storli2020-10-141-0/+3
|
* Set up need_auth for connector when access_control configuredMorten Tokle2020-10-141-0/+3
|
* Merge pull request #14789 from vespa-engine/ogronnesby/record-quota-usageØyvind Grønnesby2020-10-121-2/+6
|\ | | | | Record quota usage
| * Serve quota usage rate from configuration serverØyvind Grønnesby2020-10-081-2/+6
| |
* | Signal deference of config change application until restartJon Bratseth2020-10-092-1/+7
| | | | | | | | | | | | When a restart needs to be done, processes should not apply new config until restarted. This signals to clusters in the config model when this obtains, but this is a no-op for now.
* | Emit restart actions on node resource changeJon Bratseth2020-10-081-0/+5
|/ | | | | The actions should track what changes will actually cause restarts such that we can reason about the consequences of restarts based on them.
* Remove unused methodsHarald Musum2020-10-022-7/+0
|