summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Revert "Log stack trace for all exceptions"Harald Musum2020-08-201-0/+3
* Throw exception if trying to write application id for another tenantHarald Musum2020-08-204-0/+42
* Use tenant name and session id in + clean up testsHarald Musum2020-08-2010-71/+133
* Delete entries with wrong application idHarald Musum2020-08-201-1/+2
* Log and skip application entries that have wrong tenantHarald Musum2020-08-191-0/+9
* Return Optional when reading application id from zookeeperHarald Musum2020-08-196-10/+15
* Fix commentHarald Musum2020-08-191-2/+2
* Add test of expiring a local session that has no zookeeper dataHarald Musum2020-08-191-2/+28
* Add and use getOptionalApplicationId in some placesHarald Musum2020-08-195-9/+25
* Revert "Revert "Throw exception instead of returning null when reading applic...Harald Musum2020-08-192-7/+6
* Revert "Throw exception instead of returning null when reading application id...Harald Musum2020-08-192-6/+7
* Merge pull request #14093 from vespa-engine/hmusum/configserver-refactoring-27Harald Musum2020-08-1918-87/+94
|\
| * Uset getTenant method in ApplicationRepository in some placesHarald Musum2020-08-199-43/+33
| * Move logic away from handlerHarald Musum2020-08-192-23/+26
| * Remove duplicate code in Session constructorsHarald Musum2020-08-193-7/+9
| * Use just one constructor for SessionZooKeeperClientHarald Musum2020-08-195-15/+26
* | Throw exception instead of returning null when reading application id failsHarald Musum2020-08-192-7/+6
|/
* Merge pull request #14085 from vespa-engine/hmusum/remove-use-of-flavors-from...Jon Bratseth2020-08-185-19/+13
|\
| * Add back optionalNodeResourcesFromSlimeHarald Musum2020-08-182-2/+1
| * Remove use of flavors from allocated hosts serializationHarald Musum2020-08-185-17/+12
* | Reduce log levelHarald Musum2020-08-181-1/+1
|/
* Merge branch 'master' into hmusum/move-methods-to-SessionHarald Musum2020-08-181-6/+5
|\
| * Revert "Remove fallback to default application id"Harald Musum2020-08-181-10/+12
| * Merge pull request #14059 from vespa-engine/hmusum/remove-fallback-to-default...Harald Musum2020-08-171-12/+10
| |\
| | * Remove fallback to default application idHarald Musum2020-08-171-12/+10
| * | Avoid getting session list two times (and potentially having different data)Harald Musum2020-08-171-6/+5
| |/
* | Move some code to ApplicationRepositoryHarald Musum2020-08-188-113/+103
* | Move some methods to Session superclassHarald Musum2020-08-174-35/+48
|/
* Merge pull request #14050 from vespa-engine/hmusum/run-some-maintainers-at-st...gjoranv2020-08-142-4/+17
|\
| * Run maintainers that cleans up zookeeper and disk usage before bootstrappingHarald Musum2020-08-142-4/+17
* | Require that application id is set for PrepareParamsHarald Musum2020-08-142-10/+18
|/
* Code cleanup, no functional changesHarald Musum2020-08-1151-179/+71
* Do not add sessions with status DELETEHarald Musum2020-08-101-0/+3
* Initial structure and functions (#13789)Amund Bergland Kvalsvik2020-08-1017-84/+1526
* Add flags for controlling threads for feeding.Henning Baldersheim2020-08-041-0/+4
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-044-4/+4
* Revert "Bjorncs/container thread pool"Henning Baldersheim2020-08-041-4/+0
* Reduce expiry time for session locks from 12 to 6 hoursHarald Musum2020-08-043-5/+5
* Add fileHarald Musum2020-08-041-0/+3
* Remove support for search definitions in docproc bundlesHarald Musum2020-08-042-37/+2
* Merge branch 'master' into bjorncs/container-thread-poolHenning Baldersheim2020-08-0447-408/+626
|\
| * Merge pull request #13973 from vespa-engine/hmusum/fallback-to-default-applic...Harald Musum2020-08-043-7/+7
| |\
| | * Fallback to default application id only for default tenantHarald Musum2020-08-033-7/+7
| * | Merge pull request #13975 from vespa-engine/hmusum/use-one-completion-waiter-...Harald Musum2020-08-042-9/+13
| |\ \
| | * | Use just one completion waiter when activatingHarald Musum2020-08-032-9/+13
| * | | Remove unused classHarald Musum2020-08-031-56/+0
| * | | Use valid syntaxHarald Musum2020-08-032-3/+3
| * | | Simplify tests (stop using low-level code to setup test environment)Harald Musum2020-08-036-57/+247
| * | | Simplify tests (stop using low-level code to setup test environment)Harald Musum2020-08-032-67/+52
| |/ /
| * | Merge pull request #13971 from vespa-engine/musum/reduce-time-to-keep-expired...Henning Baldersheim2020-08-031-1/+1
| |\ \