summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14447 from vespa-engine/bratseth/autoscaling-metric-setValerij Fredriksen2020-09-183-15/+18
|\ | | | | Bratseth/autoscaling metric set
| * Non-functional changes onlyJon Bratseth2020-09-183-15/+18
| |
* | Merge pull request #14445 from vespa-engine/hmusum/remove-stale-stop-commandHenning Baldersheim2020-09-181-7/+0
|\ \ | | | | | | Remove stale stop command for config server
| * | Remove stale commentHarald Musum2020-09-181-1/+0
| | |
| * | jdisc_container_stop does not exist anymore, removeHarald Musum2020-09-181-6/+0
| | |
* | | Merge pull request #14441 from vespa-engine/hmusum/take-lock-before-deletingJon Marius Venstad2020-09-181-1/+3
|\ \ \ | | | | | | | | Take lock before deleting
| * | | Take lock before deletingHarald Musum2020-09-171-1/+3
| | | |
* | | | Reduce expiry time for remote sessions and session locks from 120 minutes to ↵Harald Musum2020-09-181-2/+2
| |/ / |/| | | | | | | | 90 minutes
* | | Add timeout to error messageHarald Musum2020-09-182-4/+11
|/ /
* | Use class loader insteadValerij Fredriksen2020-09-171-6/+9
| |
* | Revert "Revert "Fix content-types""Valerij Fredriksen2020-09-176-21/+81
| |
* | Revert "Fix content-types"Valerij Fredriksen2020-09-176-81/+21
| |
* | Use lower log level for harmless eventHarald Musum2020-09-171-1/+1
| |
* | Merge pull request #14429 from vespa-engine/freva/content-apiHarald Musum2020-09-176-21/+81
|\ \ | | | | | | Fix content-types
| * | Fix content-typesValerij Fredriksen2020-09-166-21/+81
| | |
* | | Revert unintended changesHarald Musum2020-09-161-2/+0
| | |
* | | Wait with deployments until bootstrapping has finishedHarald Musum2020-09-162-3/+15
|/ /
* | Revert "Stop creating RemoteSessions in addLocalSession"Harald Musum2020-09-163-22/+18
| |
* | Stop creating RemoteSessions in addLocalSessionHarald Musum2020-09-153-18/+22
|/ | | | Do it where needed and make method do what it says
* Use maps instead of SessionCache instancesHarald Musum2020-09-153-53/+21
|
* Use optinal to handle there being no application package referenceHarald Musum2020-09-154-11/+10
|
* Add feature flag to use direct RPC for Storage API communication between ↵Geir Storli2020-09-141-0/+8
| | | | distributor and content node.
* Merge pull request #14389 from ↵Harald Musum2020-09-141-2/+7
|\ | | | | | | | | vespa-engine/hmusum/delete-remote-session-when-local-session-does-not-exist Make sure to delete remote session if local session does not exist
| * Make sure to delete remote session if local session does not existHarald Musum2020-09-141-2/+7
| | | | | | | | | | | | Bugfix: If request is received on a server that does not have the local session (e.g. if it has not been created yet, this might take some time) we still need to delete the remote session
* | Revert "Create remote session only when needed"Harald Musum2020-09-143-34/+32
|/
* Delete code that is already done in createRemoteSession()Harald Musum2020-09-141-6/+0
|
* Create remote session only when neededHarald Musum2020-09-133-26/+34
|
* SimplifyHarald Musum2020-09-111-5/+2
|
* Look up local session when neededHarald Musum2020-09-112-29/+17
|
* Rename methodHarald Musum2020-09-112-10/+4
|
* Merge pull request #14370 from ↵Harald Musum2020-09-116-2/+2
|\ | | | | | | | | vespa-engine/hmusum/move-config-definitions-to-use-full-name-in-filename Use full name in config definition file names
| * Fix file namesHarald Musum2020-09-111-2/+2
| |
| * Use full name in config definition file namesHarald Musum2020-09-105-0/+0
| |
* | Running maintainers before bootstrap did not have any positive effect, removingHarald Musum2020-09-112-19/+7
| |
* | Do not start config server maintainers until bootstrapping is doneHarald Musum2020-09-111-2/+5
| |
* | 5 minutes was a bit long for some tests, use 1 minuteHarald Musum2020-09-111-1/+1
|/
* Reduce expiry time for remote sessions and session locks from 4 to 2 hoursHarald Musum2020-09-101-2/+2
|
* Revert "Move code from RemoteSession to SessionRepository, take 3"Harald Musum2020-09-1015-453/+466
|
* Merge pull request #14335 from ↵Harald Musum2020-09-1015-466/+453
|\ | | | | | | | | vespa-engine/revert-14330-revert-14308-hmusum/refactor-RemoteSession-take-2 Move code from RemoteSession to SessionRepository, take 3
| * Clean up code for adding and deleting remote sessionsHarald Musum2020-09-093-43/+63
| |
| * Always add to cache now that we change RemoteSession for sessions with same idHarald Musum2020-09-091-12/+2
| |
| * Remove localsession from SessionStateWatcher, not neededHarald Musum2020-09-092-22/+10
| |
| * Revert "Revert " Move code from RemoteSession to SessionRepository, take 2""Harald Musum2020-09-0915-415/+404
| |
* | Merge pull request #14362 from ↵Jon Marius Venstad2020-09-101-3/+1
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/wait-longer-before-starting-SessionsMaintainer Wait with starting SessionsMaintainer
| * | Wait with starting SessionsMaintainerHarald Musum2020-09-101-3/+1
| | | | | | | | | | | | | | | | | | SessionsMaintainer is run explicitly when bootstrapping now, so can wait a bit before starting it (it will tak application lock when running, so waiting might avoid some contention)
* | | Revert "Revert "Add force request property to PrepareParams" MERGEOK"Harald Musum2020-09-107-42/+43
|/ /
* | Revert "Add force request property to PrepareParams"Jon Marius Venstad2020-09-097-43/+42
| |
* | Merge pull request #14331 from ↵Jon Marius Venstad2020-09-097-42/+43
|\ \ | |/ |/| | | | | vespa-engine/hmusum/add-force-param-to-PrepareParams Add force request property to PrepareParams
| * Add force request property to PrepareParamsHarald Musum2020-09-097-42/+43
| | | | | | | | No functional changes
* | Revert " Move code from RemoteSession to SessionRepository, take 2"Harald Musum2020-09-0915-404/+415
|/