aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated header and body statementsHarald Musum2018-09-254-27/+0
|
* Always use a fallback provisioner in hosted VespaHarald Musum2018-09-245-31/+24
| | | | | | | | | If we introduce a new cluster or change the number of nodes in an application between versions we will try to load the model (at startup, so ActivatedModelsBuilder will be used) and discover that we need to provision additional nodes. Since ActivatedModelsBuilder had set the fallback provisioner to null this failed spectacularly. Make sure to always use node repository provisioner as fallback in this case.
* Simplify (#7065)Harald Musum2018-09-243-27/+11
|
* Merge pull request #6972 from vespa-engine/hmusum/disable-tenants-maintainerMartin Polden2018-09-201-3/+4
|\ | | | | Disable TenantsMaintainer
| * Disable TenantsMaintainerHarald Musum2018-09-171-3/+4
| | | | | | | | | | | | | | We need metadata about applications before it can be enabled (e.g. last deployed app for an application, else we might delete a tenant that has no application at the moment, deployment reqwuest happens after checking if for tenant exists)
* | Add feature flag for using dedicated node for logserver (#7023)Harald Musum2018-09-204-4/+14
| |
* | Fixed pattern order in getBindingMatch. Added testOla Aunrønning2018-09-192-2/+26
| |
* | Check service config generations in parallelHarald Musum2018-09-192-5/+5
| |
* | Replace HTTP response with Log class. Other cleanupOla Aunrønning2018-09-183-17/+9
| |
* | Filter on time. Flatten logs jsonOla Aunrønning2018-09-181-2/+11
| |
* | filter number of logsOla Aunrønning2018-09-182-3/+4
| |
* | Set content type for logs response (#6978)Harald Musum2018-09-171-2/+15
|/ | | | | | * Set content type for logs response * Use a class for responses
* Added test for log retrievalOla Aunrønning2018-09-114-0/+57
|
* Merge pull request #6898 from vespa-engine/olaaun/find-logserver-hostnameHarald Musum2018-09-111-10/+10
|\ | | | | Find logserver hostname through HostInfos, instead of VespaModel admin
| * hostname -> URIOla Aunrønning2018-09-111-3/+2
| |
| * Find logserver hostname through HostInfos, instead of VespaModel adminOla Aunrønning2018-09-111-7/+8
| |
* | Merge pull request #6871 from vespa-engine/olaa/log-retrieval-handlerHarald Musum2018-09-115-1/+144
|\| | | | | Add functionality for retrieving logs
| * Check if container is running on logserverOla Aunrønning2018-09-103-5/+33
| |
| * Add functionality for retrieving logsOla Aunrønning2018-09-105-1/+116
| |
* | Use isTester in InstanceName, rather than regex on its valueJon Marius Venstad2018-09-101-1/+1
| |
* | Keep session version also for tester containers, in dev.Jon Marius Venstad2018-09-102-14/+21
|/
* Show config generation for all services in response"Jon Marius Venstad2018-09-032-63/+69
|
* Revert "Include model-evaluator bundle in config server"Jon Bratseth2018-08-311-1/+0
|
* Include model-evaluator bundle in config serverJon Bratseth2018-08-311-0/+1
|
* Revert "Merge pull request #6726 from ↵Jon Bratseth2018-08-301-4/+3
| | | | | | | vespa-engine/revert-6719-bratseth/initially-down" This reverts commit 05ea4c2b9952bceaf0e009053c2f51a09d15a957, reversing changes made to 03efdabdc9f0e43fc2c362569ae455a7abc9a64b.
* Revert "Be down initially"Jon Bratseth2018-08-301-3/+4
|
* Be down initiallyJon Bratseth2018-08-291-4/+3
| | | | | | | | | | | | | | | | | | | | Before ths change containers used to come up in the initial VIP state of up ("in rotation") before having any information about downstream cløusters. This is problematic if the node determines that it should be down when learning the state of downstream clusters, especially when it is determining that it should be down due to failing to complete pings timely due to initialization load. This changes to starting in the down state. Crucially, this requires tracking the current state of clusters in a separate component such that the state survives reconfiguration and we avoid setting the state down briefly on each reconfiguration. In addition to the case where there are downstream clusters deciding the VIP state oif a container, there are two others: - There are no such clusters. In this case the VIP state will be up by default. - Some other component is explicitly deciding the VIP state. This commit makes that case clearer.
* Nonfunctional changes onlyJon Bratseth2018-08-273-5/+4
|
* Handle deployment when there are no allocated hosts (bootstrapping a zone)Harald Musum2018-08-223-1/+50
|
* Import all signatureesJon Bratseth2018-08-212-7/+7
|
* Revert "Merge pull request #6635 from ↵Jon Bratseth2018-08-212-9/+16
| | | | | | | vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-2-4" This reverts commit 3f91e18528b4982398332a30728eed8f7d2b580c, reversing changes made to 8e3ba08f1d3b79e573864726c6c03e58862feee6.
* Revert "Revert "Merge pull request #6626 from ↵Jon Bratseth2018-08-202-16/+9
| | | | | | vespa-engine/revert-6625-bratseth/generate-rank-profiles-for-all-models-part-2-3"" This reverts commit c7cfd9f4742f398331839ed0f2ceeee55c68a791.
* Revert "Merge pull request #6626 from ↵Jon Bratseth2018-08-202-9/+16
| | | | | | | vespa-engine/revert-6625-bratseth/generate-rank-profiles-for-all-models-part-2-3" This reverts commit c6d642b55558203a6eddd79efbc232bb34ec8e52, reversing changes made to 59ffc5091b8246674843deea81a11a917abf801e.
* Revert "Bratseth/generate rank profiles for all models part 2 3"Jon Bratseth2018-08-202-16/+9
|
* Revert "Merge pull request #6619 from ↵Jon Bratseth2018-08-202-9/+16
| | | | | | | vespa-engine/revert-6611-revert-6596-revert-6584-bratseth/generate-rank-profiles-for-all-models-part-2" This reverts commit 0437e8cc1d550fb8c6d24ffe4da813067c542f62, reversing changes made to 1715b8393827c159f8709033075066b29932f852.
* Revert "Revert "Revert "Convert all outputs"""Jon Marius Venstad2018-08-172-16/+9
|
* Avoid ApplicationPackage.getFilesJon Bratseth2018-08-172-9/+16
|
* Merge pull request #6381 from ↵Olli Virtanen2018-08-163-3/+225
|\ | | | | | | | | vespa-engine/ovirtanen/zookeeper-metrics-in-configserver Report zookeeper monitoring statistics in configserver; proposed metrics keys approved
| * zkOutstandingConnections corrected to zkOutstandingRequestsOlli Virtanen2018-08-082-3/+3
| |
| * Cleaned up ZKMetricsUpdater instantiationOlli Virtanen2018-07-122-7/+4
| |
| * Report zookeeper monitoring statistics in configserverOlli Virtanen2018-07-113-2/+227
| |
* | Log at info level when remote session is activated.Harald Musum2018-08-161-2/+2
| | | | | | | | Log session id (logPre() logs application id).
* | Merge pull request #6574 from ↵Harald Musum2018-08-144-18/+8
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/delete-expired-remote-sessions-in-all-zones Delete expired remote sessions in all zones
| * | Delete expired remote sessions in all zonesHarald Musum2018-08-144-18/+8
| | |
* | | Use non-legacy method deleteApplication in all zonesHarald Musum2018-08-141-14/+1
|/ /
* | Rewrite to use a tester, minor cleanupHarald Musum2018-08-142-58/+77
| |
* | Remove unused functionalityHarald Musum2018-08-135-25/+9
| |
* | Use non-legacy method deleteApplication in more zonesHarald Musum2018-08-131-5/+6
| |
* | Delete remote expired sessions in more zonesHarald Musum2018-08-133-7/+14
| |
* | Close transactionHarald Musum2018-08-131-0/+1
| |