aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove TLS_RSA_WITH_AES_256_GCM_SHA384 from default-enabled ciphers on 4443Bjørn Christian Seime2021-07-122-27/+2
|
* Merge pull request #18584 from vespa-engine/musum/cleanup-ConfigCurator-1Harald Musum2021-07-1231-927/+406
|\ | | | | Cleanup Curator and ConfigCurator usage [run-systemtest]
| * Minor fixesHarald Musum2021-07-123-5/+3
| |
| * Add back check for max node size when writing to ZooKeeperHarald Musum2021-07-117-14/+55
| |
| * Update after API changesHarald Musum2021-07-092-2/+2
| |
| * Merge branch 'master' into musum/cleanup-ConfigCurator-1Harald Musum2021-07-09215-1810/+2736
| |\
| * | Use Curator instead of ConfigCurator, part 4Harald Musum2021-07-0914-306/+34
| | | | | | | | | | | | Remove ConfigCurator
| * | Use Curator instead of ConfigCurator, part 4Harald Musum2021-07-0916-320/+76
| | |
| * | Use Curator instead of ConfigCurator, part 3Harald Musum2021-07-0913-142/+108
| | |
| * | Use Curator instead of ConfigCurator, part 2Harald Musum2021-07-085-26/+40
| | |
| * | Use Curator instead of ConfigCurator, part 1Harald Musum2021-07-085-127/+131
| | |
| * | Remove unnecessary methodHarald Musum2021-07-022-12/+1
| | |
| * | Remove code for rewriting nodes with / in nameHarald Musum2021-07-021-23/+10
| | | | | | | | | | | | | | | Remove code, not used anymore (was used for config files in zookeeper many years ago)
* | | Merge pull request #18594 from ↵Geir Storli2021-07-124-1/+88
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/geirst/add-validation-of-bool-attributes Add validation of bool attributes
| * | | Improve error message.Geir Storli2021-07-121-1/+2
| | | |
| * | | Add validation of attribute fields using bool type, ensuring the collection ↵Geir Storli2021-07-123-0/+86
| | | | | | | | | | | | | | | | | | | | | | | | type is supported. Currently, only the single value bool type is supported by the search backend.
* | | | Merge pull request #18592 from vespa-engine/jersey-cleanup-1Bjørn Christian Seime2021-07-1215-452/+0
|\ \ \ \ | | | | | | | | | | Jersey cleanup 1
| * | | | Remove container-test-jarsgjoranv2021-07-1211-190/+0
| | | | | | | | | | | | | | | | | | | | - Only tested Jersey + an obscure bundle-plugin error.
| * | | | Remove JerseyTestgjoranv2021-07-125-262/+0
| |/ / /
* | | | Merge pull request #18593 from vespa-engine/mpolden/log-failing-statementHarald Musum2021-07-121-0/+3
|\ \ \ \ | |/ / / |/| | | Log failing SQL statement
| * | | Log failing SQL statementMartin Polden2021-07-121-0/+3
| | | |
* | | | Merge pull request #18589 from vespa-engine/remove-container-jersey-2Harald Musum2021-07-1140-1194/+1
|\ \ \ \
| * | | | Remove the container-jersey2 module.gjoranv2021-07-1123-660/+0
| | | | |
| * | | | Do not build, install or dist container-jersey2gjoranv2021-07-114-4/+0
| | | | |
| * | | | Remove the 'rest-api' element from xml schema.gjoranv2021-07-114-51/+0
| | | | |
| * | | | Remove Jersey/rest-api support from config-model.gjoranv2021-07-116-467/+1
| | | | |
| * | | | Remove container-jersey2 from container-devgjoranv2021-07-091-5/+0
| | | | |
| * | | | Remove unused dep to container-jersey2gjoranv2021-07-091-6/+0
| | | | |
| * | | | Remove container-jersey2 from enforcer.gjoranv2021-07-091-1/+0
| | | | |
* | | | | Merge pull request #18588 from vespa-engine/bratseth/cleanup-98Harald Musum2021-07-104-8/+8
|\ \ \ \ \
| * | | | | Non-functional changes onlyJon Bratseth2021-07-104-8/+8
|/ / / / /
* | | | | Merge pull request #18587 from vespa-engine/hmusum/increase-session-timeoutMartin Polden2021-07-103-5/+10
|\ \ \ \ \
| * | | | | Set tickTime for server and adjust client session timeout to a legal valueHarald Musum2021-07-103-4/+9
| | | | | |
| * | | | | Increase session timeout to 180 secondsHarald Musum2021-07-101-1/+1
| | | | | |
| * | | | | Increase session timeoutHarald Musum2021-07-101-2/+2
|/ / / / / | | | | | | | | | | | | | | | | | | | | 30 seconds seem to be too little with heavily loaded servers and/or slow disks
* | | | | Merge pull request #18586 from vespa-engine/jonmv/more-reindexer-synchBjørn Christian Seime2021-07-091-2/+10
|\ \ \ \ \ | | | | | | | | | | | | Add logging to ReindexingCurator
| * | | | | Add logging to ReindexingCuratorJon Marius Venstad2021-07-091-2/+10
| | | | | |
* | | | | | Merge pull request #18585 from vespa-engine/jonmv/more-reindexer-synchJon Marius Venstad2021-07-093-11/+9
|\| | | | | | | | | | | | | | | | | Jonmv/more reindexer synch
| * | | | | Avoid thread-unsafe use of ProgressTokenJon Marius Venstad2021-07-092-7/+7
| | | | | |
| * | | | | Always hold lock when doing read-write of statusJon Marius Venstad2021-07-091-4/+2
| | | | | |
* | | | | | Merge pull request #18574 from vespa-engine/olaa/applicationid-is-non-optionalOla Aunrønning2021-07-094-10/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | ResourceTagger differentiates shared hosts and infrastructure
| * | | | | | ResourceTagger differentiates shared hosts and infrastructureOla Aunrønning2021-07-084-10/+21
| | | | | | |
* | | | | | | Merge pull request #18583 from ↵Harald Musum2021-07-091-3/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/check-whether-run-should-use-tester-cert-not-whether-it-did Test whether run _should_ use tester cert, not if it already has
| * | | | | | | Test whether run _should_ use tester cert, not if it already hasJon Marius Venstad2021-07-091-3/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #18582 from ↵Jon Marius Venstad2021-07-091-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/increased-history-for-jobs-in-cd Increase history to 256 last runs in CD systems
| * | | | | | | Increase history to 256 last runs in CD systemsJon Marius Venstad2021-07-091-1/+2
| |/ / / / / /
* | | | | | | Merge pull request #18581 from ↵Geir Storli2021-07-091-1/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/eliminate-flushengine-unit-test-race Eliminate race in flush engine unit test which caused premature wakeup.
| * | | | | | Eliminate race in flush engine unit test which caused premature wakeup.Tor Egge2021-07-091-1/+8
|/ / / / / /
* | | | | | Merge pull request #18577 from vespa-engine/hmusm/reading-status-may-failHarald Musum2021-07-091-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Read session status may fail
| * | | | | Read session status may failHarald Musum2021-07-081-2/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When deleting expired sessions we delete many sessions at once, watchers react to sessions being removed, but since this takes some time handling a session being deleted may happen while other sessions are deleted. So make sure to handle the case where a session disappears while trying to read its status