aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15409 from vespa-engine/mortent/pow-two-lbMorten Tokle2020-11-232-0/+22
|\
| * Use 'power of two choices' lb algorithmMorten Tokle2020-11-202-0/+22
* | Merge pull request #15405 from vespa-engine/hmusum/log-when-builder-errors-wh...Harald Musum2020-11-211-1/+7
|\ \
| * | Throw exception with more details when getConfig failsHarald Musum2020-11-201-1/+7
| |/
* | Merge pull request #15404 from vespa-engine/hmusum/log-every-10th-runHarald Musum2020-11-211-1/+6
|\ \
| * | Add iteration to log messageHarald Musum2020-11-201-1/+1
| * | Log every 10th run of SessionsMaintainerHarald Musum2020-11-201-1/+6
| |/
* | Merge pull request #15399 from vespa-engine/jonmv/throw-during-prepare-with-d...Jon Bratseth2020-11-2014-121/+81
|\ \ | |/ |/|
| * Remove "allowed" from config change actions (+ wiring) — allowed if not th...Jon Marius Venstad2020-11-2013-78/+56
| * Add Optional<ValidationId> to ConfigActionChange and use to validate actionsJon Marius Venstad2020-11-201-1/+2
| * Model disallowable actions separately, and collect and throw these in validationJon Marius Venstad2020-11-192-27/+3
| * Use proper ValidationId instead of their String names in ConfigChangeAction s...Jon Marius Venstad2020-11-198-33/+38
* | Merge pull request #15357 from vespa-engine/jonmv/reindexing-metricsJon Marius Venstad2020-11-201-3/+8
|\ \
| * | Avoid potential NPE in config serverJon Marius Venstad2020-11-191-3/+8
* | | Change reindexing HTTP API parameter namesJon Marius Venstad2020-11-192-6/+6
| |/ |/|
* | Do not throw if app has already been copiedHarald Musum2020-11-191-2/+4
|/
* Merge pull request #15373 from vespa-engine/jonmv/block-deployment-with-disal...Jon Marius Venstad2020-11-183-6/+32
|\
| * Activate only if all config change actions are allowed, for hosted deploymentJon Marius Venstad2020-11-183-6/+32
* | Ensure activated applications have a reindexing statusJon Marius Venstad2020-11-181-7/+6
* | Remove unneeded try-catch block (unless sneaky-throw!)Jon Marius Venstad2020-11-181-11/+1
|/
* Merge pull request #15360 from vespa-engine/hmusum/always-include-stack-trace...Harald Musum2020-11-171-0/+1
|\
| * Always include stack trace when throwingHarald Musum2020-11-171-0/+1
* | Merge pull request #15356 from vespa-engine/bratseth/add-in-rotation-metricJon Bratseth2020-11-171-1/+3
|\ \ | |/ |/|
| * Avoid deprecated methodJon Bratseth2020-11-161-1/+3
* | Handle session not existing when deleting appHarald Musum2020-11-163-4/+53
|/
* Improve logging when removing an applicationHarald Musum2020-11-158-55/+52
* Avoid looking up active session when it is knownHarald Musum2020-11-145-28/+27
* Merge pull request #15326 from vespa-engine/balder/add-featureflag-for-feed.c...Henning Baldersheim2020-11-132-0/+5
|\
| * Add a feature flag for controlling the default feed.concurrency setting.Henning Baldersheim2020-11-122-0/+5
* | Make reindexing trigger exactly 28 days after previous instantJon Marius Venstad2020-11-132-30/+29
|/
* Merge pull request #15319 from vespa-engine/hmusum/remove-dead-codeHarald Musum2020-11-123-38/+4
|\
| * Remove dead code and simplifyHarald Musum2020-11-123-38/+4
* | Merge pull request #15320 from vespa-engine/jonmv/fix-reindexing-apisJon Marius Venstad2020-11-126-81/+68
|\ \
| * | Change to maps, not lists with keys in them, for config server reindexing APIJon Marius Venstad2020-11-122-59/+35
| * | Take separate lock for reindexing status, and wrap in UnaryOperator APIJon Marius Venstad2020-11-126-22/+33
* | | Fix catchHarald Musum2020-11-121-1/+1
| |/ |/|
* | Merge pull request #15299 from vespa-engine/hmusum/set-state-for-sessions-whe...Harald Musum2020-11-127-19/+22
|\ \ | |/ |/|
| * Deactivate session when session status is DELETEHarald Musum2020-11-123-2/+5
| * Set state for session instead of deleting it when deleting an applicationHarald Musum2020-11-116-17/+17
* | Merge pull request #15290 from vespa-engine/jonmv/reindexing-status-in-applic...Jon Marius Venstad2020-11-127-74/+362
|\ \
| * | Remove debug leftoverJon Marius Venstad2020-11-121-1/+0
| * | Fix type and test pending type in handlerJon Marius Venstad2020-11-112-2/+9
| * | REST API for reindexing status on config serverJon Marius Venstad2020-11-114-36/+300
| * | Allow simultaneous pending and ready reindexingJon Marius Venstad2020-11-114-38/+56
| |/
* / Run every minute to more quickly detect config convergenceJon Marius Venstad2020-11-121-1/+1
|/
* Revert "Hold application lock when redeploying in bootstrap code"Harald Musum2020-11-111-20/+6
* Merge pull request #15275 from vespa-engine/freva/fix-controllerValerij Fredriksen2020-11-111-1/+1
|\
| * Use port 19071 insteadValerij Fredriksen2020-11-111-1/+1
* | Hold application lock when redeploying in bootstrap codeHarald Musum2020-11-111-6/+20
|/
* Cut number of config rpc threads by halfHenning Baldersheim2020-11-111-1/+1