summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Temporarily disable unstable unit test in configserverBjørn Christian Seime2018-04-251-0/+3
|
* Explicitly add all sessions when initializing instead of relying on cacheHarald Musum2018-04-221-11/+19
|
* Merge pull request #5659 from vespa-engine/hmusum/remove-unused-methodsHarald Musum2018-04-223-40/+12
|\ | | | | Remove unused methods
| * Remove unused methodsHarald Musum2018-04-053-40/+12
| |
* | Add directory cache listener before startingHarald Musum2018-04-201-1/+1
| |
* | Merge pull request #5636 from ↵Harald Musum2018-04-1911-33/+160
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/load-models-in-use-only-in-dev Load the minimal set of models needed in dev
| * | Load the minimal set of models needed in devJon Bratseth2018-04-1911-33/+160
| | |
* | | Only download file if needed (if it does not exist on disk already)Harald Musum2018-04-191-1/+1
|/ /
* | Merge pull request #5601 from vespa-engine/hmusum/reorder-and-arrange-methodsValerij Fredriksen2018-04-171-138/+131
|\ \ | | | | | | Reorder and arrange methods by operations. No functional changes
| * | Reorder and arrange methods by operations. No functional changesHarald Musum2018-04-171-138/+131
| | |
* | | Merge pull request #5591 from ↵Arne H Juul2018-04-172-2/+2
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/arnej/handle-new-varname-for-configservers handle VESPA_CONFIGSERVERS
| * | handle VESPA_CONFIGSERVERSArne Juul2018-04-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * also some refactoring * also, make C++ code (in defaults) handle same variable variants, like services__addr_configserver * also, update some error messages to indicate that VESPA_CONFIGSERVERS is the variable we expected to use
* | | Remove code for getting errors in logs for config serverHarald Musum2018-04-145-165/+6
|/ /
* | Merge pull request #5555 from vespa-engine/hmusum/add-simpler-deploy-methodHarald Musum2018-04-124-11/+28
|\ \ | | | | | | Add simpler deploy method
| * | Add simpler deploy methodHarald Musum2018-04-124-11/+28
| | |
* | | Revert "Return empty string from grabLog()"Harald Musum2018-04-124-11/+132
|/ /
* | Return empty string from grabLog()Harald Musum2018-04-114-132/+11
| | | | | | | | | | | | | | | | There are no vespa logs in logserver today (they are not forwarded to the logserver), so grabLog() will always return empty string. This change makes it possible to remove the logserver code that returns errors in logs.
* | Simplify and rename methodHarald Musum2018-04-113-17/+10
| |
* | Add more debug loggingHarald Musum2018-04-111-0/+2
| |
* | Handle destination dir existing but file not existingHarald Musum2018-04-101-5/+6
| |
* | Merge pull request #5480 from ↵Harald Musum2018-04-061-0/+2
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/add-path-for-POST-prepareandactivate Add path for prepareandactivate POST (no session in that case)
| * | Add path for prepareandactivate POST (no session in that case)Harald Musum2018-04-061-0/+2
| |/
* | Revert "Revert "Balder/quick restart of slobrok""Henning Baldersheim2018-04-054-1/+96
| |
* | Revert "Balder/quick restart of slobrok"Henning Baldersheim2018-04-054-96/+1
| |
* | Merge pull request #5467 from vespa-engine/balder/quick-restart-of-slobrokHenning Baldersheim2018-04-054-1/+96
|\ \ | |/ |/| Balder/quick restart of slobrok
| * Use application package that will guarantee restart.Henning Baldersheim2018-04-052-1/+10
| |
| * Create application package that will guarantee restart.Henning Baldersheim2018-04-053-0/+86
| |
* | Do not download only if another download for the same file reference is in ↵Harald Musum2018-04-051-1/+1
| | | | | | | | progress
* | Compare hashes correctly and create hash from source fileHarald Musum2018-04-042-7/+16
|/
* No need to check if lock is heldHarald Musum2018-04-042-7/+2
| | | | | | | We already check if lock is held before releasing, so not needed here. Changing this makes it possible to acquire ActivateLock more than once in a unit tests (which uses MockLock and does not work ATM when trying to do this)
* Fix commentHarald Musum2018-04-041-1/+1
|
* Handle adding file reference where existing dir has invalid contentHarald Musum2018-04-042-5/+55
|
* Revert "Revert "Only allow Zookeeper access for config servers in hosted Vespa""Harald Musum2018-04-031-1/+1
|
* Merge pull request #5351 from vespa-engine/gjoranv/validate-access-controlMorten Tokle2018-03-232-0/+12
|\ | | | | Require access-control write protection for first deployments.
| * Fix unit tests.gjoranv2018-03-202-0/+12
| |
* | Fix testHarald Musum2018-03-201-1/+2
| |
* | Add guard for tenant not existingHarald Musum2018-03-191-1/+1
| |
* | Try to avoid using up all resources handling requests for non-existing fileHarald Musum2018-03-172-13/+19
|/ | | | | | | | Add field to request filedsitribution.serveFile that says if this request might lead to download from another config server. Avoid doing this when we are on a config server and try to download file from another config server, as that will end up using up all resources on all config servers if the file does not exist
* Minor adjustments to loggingHarald Musum2018-03-161-4/+5
|
* Prepare for removing some unused or noop methods from filedistribution APIHarald Musum2018-03-154-39/+13
|
* Catch exception and log and make sure to close any file dataHarald Musum2018-03-152-7/+13
|