summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Make sure to use active application set in prepareHarald Musum2020-06-122-3/+2
|
* Refactor deletion of local sessionHarald Musum2020-06-126-117/+106
| | | | | * Move delete method to SessionRepository * Move test to ApplicationRepositoryTest
* Merge branch 'master' into hmusum/configserver-refactoring-9Harald Musum2020-06-118-34/+12
|\
| * Merge pull request #13554 from vespa-engine/remove-duplicate-argumentsgjoranv2020-06-117-15/+12
| |\ | | | | | | Remove duplicate TenantApplications arguments
| | * Remove duplicate TenantApplications argumentsgjoranv2020-06-117-15/+12
| | | | | | | | | | | | .. by adding a method to return itself as a HostValidator
| * | Remove unused methodHarald Musum2020-06-111-13/+0
| |/
* | Simplify switch statementHarald Musum2020-06-111-2/+0
| |
* | Move method for preparing a local session to SessionRepositoryHarald Musum2020-06-117-83/+68
| |
* | Use SessionZooKeeperClient instance in superclassHarald Musum2020-06-113-36/+34
| |
* | Close session repository only onceHarald Musum2020-06-111-2/+1
|/
* Inject correct hostregistryHarald Musum2020-06-105-57/+46
| | | | | * Inject correct application host registry into SessionRepository * Move Hosthandler logic into ApplicationRepository
* Revert "Revert "Merge SessionFactory into SessionRepository""Harald Musum2020-06-106-323/+254
|
* Revert "Merge SessionFactory into SessionRepository"Henning Baldersheim2020-06-106-254/+323
|
* Merge pull request #13536 from ↵Henning Baldersheim2020-06-101-0/+5
|\ | | | | | | | | vespa-engine/revert-13535-revert-13531-balder/add-featureflag-for-jvm-gc-options Revert "Revert "Add feature flag control of default jvm gc options""
| * Revert "Revert "Add feature flag control of default jvm gc options""Henning Baldersheim2020-06-101-0/+5
| |
| * Revert "Add feature flag control of default jvm gc options"Henning Baldersheim2020-06-101-5/+0
| |
| * Merge pull request #13531 from ↵Henning Baldersheim2020-06-101-0/+5
| |\ | | | | | | | | | | | | vespa-engine/balder/add-featureflag-for-jvm-gc-options Add feature flag control of default jvm gc options
| | * Add feature flag control of default jvm gc optionsHenning Baldersheim2020-06-101-0/+5
| | |
* | | Merge SessionFactory into SessionRepositoryHarald Musum2020-06-106-323/+254
|/ /
* | add very simple unit testHarald Musum2020-06-104-9/+35
| |
* | Move RemoteSessionRepo into SessionRepositoryHarald Musum2020-06-1010-454/+364
| |
* | Move LocalSessionRepo to SessionRepositoryHarald Musum2020-06-1013-54/+54
|/
* Revert "Config server refactoring, part 7"Harald Musum2020-06-1018-619/+720
|
* Merge pull request #13520 from vespa-engine/musum/configserver-refactoring-7Harald Musum2020-06-1018-720/+619
|\ | | | | Config server refactoring, part 7
| * Update some commentsHarald Musum2020-06-093-7/+3
| |
| * Merge branch 'master' into musum/configserver-refactoring-7Harald Musum2020-06-094-25/+86
| |\
| * | Move RemoteSessionRepo into SessionRepositoryHarald Musum2020-06-089-445/+357
| | |
| * | Move LocalSessionRepo to SessionRepositoryHarald Musum2020-06-0813-54/+54
| | |
* | | Run the application package maintainer every minute.gjoranv2020-06-091-1/+1
| | |
* | | Merge pull request #13519 from ↵gjoranv2020-06-096-50/+167
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/gjoranv/application-package-maintainer Gjoranv/application package maintainer
| * | Indentation onlygjoranv2020-06-091-4/+4
| | |
| * | Enable maintainer for application packages.gjoranv2020-06-092-2/+6
| | | | | | | | | | | | - Only does actual maintainance where feature flag is enabled.
| * | Let FileDownloader implement AutoClosablegjoranv2020-06-091-4/+1
| | |
| * | Add public ctor in FileDownloader that takes a downloadDirectorygjoranv2020-06-091-9/+1
| | | | | | | | | | | | + Use it in the ApplicationPackageMaintainer
| * | Move method to get file references in a folder to the util class.gjoranv2020-06-093-11/+16
| | |
| * | Move utility to create a connection pool to a new util class.gjoranv2020-06-093-45/+71
| | |
| * | Add maintainer for downloading missing application packages.gjoranv2020-06-093-2/+89
| | | | | | | | | | | | - Not yet enabled
| * | Extract method to get file references on disk.gjoranv2020-06-091-5/+11
| | |
* | | Do not check zookeeper session pathHarald Musum2020-06-091-1/+1
| | | | | | | | | | | | It will always exisst when creating a local session based on a remote session
* | | Revert "Revert "Create local session based on remote session and distributed ↵Harald Musum2020-06-095-29/+99
| | | | | | | | | | | | applicat…""
* | | Revert "Create local session based on remote session and distributed ↵Harald Musum2020-06-085-99/+29
| | | | | | | | | | | | applicat…"
* | | Create local session based on remote session and distributed application packageHarald Musum2020-06-085-29/+99
| |/ |/| | | | | | | Does not use the local session yet (not added to LocalSessionRepo), but application package is added to file system
* | Merge pull request #13495 from vespa-engine/hmusum/configserver-refactoring-7Harald Musum2020-06-052-24/+38
|\ \ | | | | | | Use explicit arguments to constructor instead of going through compon…
| * | Use explicit arguments to constructor instead of going through component ↵Harald Musum2020-06-052-24/+38
| |/ | | | | | | | | | | registry Also remove list of ReloadListeners, there is always just one
* | Merge pull request #13492 from ↵Harald Musum2020-06-053-4/+23
|\ \ | |/ |/| | | | | vespa-engine/hmusum/use-correct-previous-active-generation Make sure to set previous active generation when one exists
| * Make sure to set previous active generation when one existsHarald Musum2020-06-053-4/+23
| |
* | Merge pull request #13489 from vespa-engine/musum/configserver-refactoring-6Harald Musum2020-06-0532-853/+585
|\ \ | | | | | | Config server refactoring, part 6
| * | Remove debug outputHarald Musum2020-06-051-1/+0
| | |
| * | Merge TenantApplications and TenantRequestHandlerHarald Musum2020-06-0410-735/+554
| | | | | | | | | | | | Move tests to ApplicationRepositoryTest or TenantApplicationsTest
| * | Remove dead codeHarald Musum2020-06-0423-118/+32
| |/