summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5927 from vespa-engine/hmusum/fix-maintainer-lock-pathHarald Musum2018-05-242-2/+54
|\ | | | | Use absolute path for lock and add test
| * Run maintainer manuallyHarald Musum2018-05-241-2/+2
| |
| * Use absolute path for lock and add testHarald Musum2018-05-242-2/+54
| |
* | Merge pull request #5925 from vespa-engine/hmusum/cleanup-temp-dir-2Harald Musum2018-05-241-8/+20
|\ \ | |/ |/| Cleanup properly
| * Use try-finally in caller to make sure temp dir is always deletedHarald Musum2018-05-241-6/+12
| |
| * Cleanup properlyHarald Musum2018-05-241-8/+14
| |
* | Timeout should not return invalid INVALID_APPLICATION_PACKAGE, return ↵Harald Musum2018-05-231-1/+2
|/ | | | INTERNAL_SERVER_ERROR instead
* Merge pull request #5911 from vespa-engine/hmusum/use-thread-pool-4Henning Baldersheim2018-05-231-3/+4
|\ | | | | Use a shared thread pool instead of creating a new for every session
| * Use a shared thread pool instead of creating a new for every sessionHarald Musum2018-05-231-3/+4
| |
* | Remove useless testHarald Musum2018-05-231-26/+0
|/ | | | Test itself has race conditions, other tests covers the features
* Run maintainer with different interval in CD (at all, as the default ↵Harald Musum2018-05-231-3/+4
| | | | interval is now)
* Merge pull request #5900 from ↵Valerij Fredriksen2018-05-221-1/+1
|\ | | | | | | | | vespa-engine/hmusum/add-application-id-to-exception Add application id to exception
| * Add application id to exceptionHarald Musum2018-05-221-1/+1
| |
* | Merge pull request #5897 from ↵Harald Musum2018-05-222-3/+33
|\ \ | | | | | | | | | | | | vespa-engine/mpolden/avoid-incidental-upgrade-of-infrastructure Stop upgrading hosted-vespa applications in manually deployed environments
| * | Stop upgrading hosted-vespa applications in manually deployed environmentsMartin Polden2018-05-222-3/+33
| |/
* | Merge pull request #5878 from ↵Bjørn Christian Seime2018-05-224-0/+25
|\ \ | |/ |/| | | | | vespa-engine/bjorncs/proper-athenz-identity-provider-config Bjorncs/proper athenz identity provider config
| * Add athenzDnsSuffix and ztsUrl to identity configBjørn Christian Seime2018-05-154-0/+25
| |
* | SimplifyHarald Musum2018-05-221-9/+6
| |
* | Delete temp dir when exception happensHarald Musum2018-05-221-7/+6
| |
* | Add maintainer for deleting unused tenantsHarald Musum2018-05-209-73/+193
| |
* | move perl complexity to simpler shell functionArne Juul2018-05-181-4/+13
| |
* | Make test more robust, close unused tenant repoHarald Musum2018-05-161-1/+2
| |
* | Stop using vespamallocdHarald Musum2018-05-161-1/+1
| |
* | Merge pull request #5880 from vespa-engine/hmusum/use-thread-pool-2Henning Baldersheim2018-05-163-18/+11
|\ \ | | | | | | Use a thread pool for watching for new sessions
| * | Use a thread pool for wathcing for new sessionsHarald Musum2018-05-163-18/+11
| | | | | | | | | | | | | | | Also, make sure to use a daemon thread factory and do not close executor service when it should live until JVM is shutdown
* | | Merge pull request #5884 from vespa-engine/hmusum/use-thread-pool-3Henning Baldersheim2018-05-161-1/+7
|\ \ \ | | | | | | | | Use only one thread for purging old sessions
| * | | Use only one thread for purgind old sessionsHarald Musum2018-05-161-1/+7
| |/ /
* | | Merge pull request #5881 from vespa-engine/arnej/handle-missing-hostname-utilsArne H Juul2018-05-164-8/+20
|\ \ \ | | | | | | | | Arnej/handle missing hostname utils
| * | | update bootstrapArne Juul2018-05-164-8/+20
| | |/ | |/|
* | | Merge pull request #5870 from vespa-engine/hmusum/refactor-testJon Bratseth2018-05-164-187/+110
|\ \ \ | |_|/ |/| | Refactor tests
| * | Refactor testsHarald Musum2018-05-154-187/+110
| |/ | | | | | | | | Avoid using low-level stuff, remove test ignored for many years add some convenience methods for deploying to app repo
* / Use a thread pool for all instances instead of one executor per instanceHarald Musum2018-05-161-2/+3
|/
* Merge pull request #5811 from ↵Harald Musum2018-05-142-13/+33
|\ | | | | | | | | vespa-engine/hmusum/add-fields-to-convergence-response Add some fields to config convergence response
| * Add some fields to config convergence responseHarald Musum2018-05-072-13/+33
| | | | | | | | Add TODOs for removing the debug fields
* | Merge pull request #5857 from vespa-engine/arnej/use-hostname-utilsArne H Juul2018-05-144-0/+36
|\ \ | | | | | | Arnej/use hostname utils
| * | update bootstrap section of scriptsArne Juul2018-05-144-0/+36
| | |
* | | Merge pull request #5843 from vespa-engine/hmusum/remove-duplicated-methodValerij Fredriksen2018-05-144-10/+3
|\ \ \ | |/ / |/| | Remove duplicated method
| * | Remove duplicated methodHarald Musum2018-05-114-10/+3
| | |
* | | Merge pull request #5835 from vespa-engine/hmusum/cleanup-testsgjoranv2018-05-141-13/+7
|\ \ \ | |/ / |/| | Use @After instead of finalizer
| * | Use @After instead of finalizerHarald Musum2018-05-091-13/+7
| | |
* | | Minor refactoring to creating sessionHarald Musum2018-05-119-39/+57
|/ /
* | Add TODO comment on finalizer in unit test.gjoranv2018-05-091-0/+1
| |
* | Java 9: Suppress deprecation warning for finalize()gjoranv2018-05-092-1/+2
| |
* | Opensource multiple config servers setup broken. Fix rights to write initial ↵Arnstein Ressem2018-05-081-0/+1
|/ | | | /opt/vespa/var/zookeeper/myid file.
* Don't require an existing model when preparingJon Bratseth2018-05-024-61/+43
|
* SimplifyHarald Musum2018-05-027-67/+27
|
* Cleanup of creation of tenants and tenant repoHarald Musum2018-04-3016-316/+254
|
* Cleanup of testsHarald Musum2018-04-291-72/+50
| | | | Also remove test that was basically a duplicate of testUnknownSession
* Rename tenant repoHarald Musum2018-04-2756-327/+304
|
* Expect (re)deployment raceJon Bratseth2018-04-262-8/+10
|