summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Remove argument, always delete filesHarald Musum2018-08-133-11/+4
| |
* | Load minimal set of config model versions in all zonesHarald Musum2018-08-131-8/+1
| |
* | Add test dependency for application to get all test depsgjoranv2018-07-251-0/+7
| | | | | | | | .. that aren't provided runtime in jdisc.
* | Add one more zone to set where we should load minimal set of config model ↵Harald Musum2018-07-191-1/+1
| | | | | | | | versions
* | Split out code to find versions to load into a methodHarald Musum2018-07-191-18/+21
| |
* | Move redeployment when bootsrapping logic to boostrap classHarald Musum2018-07-192-59/+64
| |
* | just exit on out of memoryArne Juul2018-07-181-1/+1
| | | | | | | | | | | | * asking java to fork 'kill -9 %p' will often fail with "os::fork_and_exec failed: Cannot allocate memory (12)" message. * instead, use a newish option (from JDK 8u92) to just exit
* | Delete expired sessions in all statesHarald Musum2018-07-171-1/+1
| |
* | Merge pull request #6391 from vespa-engine/hmusum/delete-expired-remote-sessionsHarald Musum2018-07-167-21/+76
|\ \ | | | | | | Delete expired remote sessions
| * | Delete expired remote sessionsHarald Musum2018-07-167-21/+76
| | | | | | | | | | | | For now, only delete in CD
* | | Fix javadocHarald Musum2018-07-161-1/+1
|/ /
* | Merge pull request #6387 from ↵Harald Musum2018-07-161-4/+9
|\ \ | | | | | | | | | | | | vespa-engine/musum/remove-deletion-of-default-flavor-overrides No need to delete default flavor override from zookeeper anymore
| * | No need to delete default flavor override from zookeeper anymoreHarald Musum2018-07-131-4/+9
| |/