aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Remove unintended checkin of filesHarald Musum2020-06-021-604/+0
* SimplifyHarald Musum2020-06-013-145/+48
* Move two more tests and remove one that has been ignored for a long timeHarald Musum2020-06-013-54/+630
* Move and collapse two tests into oneHarald Musum2020-06-012-26/+22
* Stop subclassing SessionHandlerTestHarald Musum2020-05-301-11/+14
* Move two testsHarald Musum2020-05-303-27/+44
* Merge pull request #13429 from vespa-engine/balder/remove-slow-start-from-configHenning Baldersheim2020-05-291-7/+0
|\
| * Remove control of slow start. That was a blind alley.Henning Baldersheim2020-05-291-7/+0
* | Remove unused APIHarald Musum2020-05-295-65/+39
|/
* Get rid of SessionContextHarald Musum2020-05-2812-148/+94
* RefactoringHarald Musum2020-05-2812-69/+54
* Merge pull request #13411 from vespa-engine/hmusum/use-java-Files-for-creatin...gjoranv2020-05-2812-38/+51
|\
| * Use java Files class for creating temp dirHarald Musum2020-05-2812-38/+51
| * Store the file reference of the distributed app package in ZKgjoranv2020-05-276-6/+57
| * Don't use 'foo' as value for a property that is verified.gjoranv2020-05-272-3/+3
| * Mark methods static and add @Override annotation.gjoranv2020-05-272-4/+5
* | Store the file reference of the distributed app package in ZKgjoranv2020-05-286-6/+62
* | Don't use 'foo' as value for a property that is verified.gjoranv2020-05-282-3/+3
* | Mark methods static and add @Override annotation.gjoranv2020-05-282-4/+5
* | Remove configserver-unset-endpoints flagMartin Polden2020-05-272-41/+4
|/
* Use Instant instead of long and TimeUnitHarald Musum2020-05-2710-43/+31
* Merge branch 'master' into hmusum/make-zookeeper-session-cache-a-separate-classHarald Musum2020-05-271-15/+8
|\
| * Remove check for throwIfActiveSessionCannotBeLoadedHarald Musum2020-05-271-16/+8
* | Link to Session in javadocHarald Musum2020-05-271-1/+1
* | Remove useless testsHarald Musum2020-05-261-41/+0
* | Move the cache part of SessionRepo into its own classHarald Musum2020-05-267-36/+57
|/
* Merge pull request #13373 from vespa-engine/mpolden/flip-default-flag-valueMorten Tokle2020-05-267-33/+34
|\
| * Remove printlnMartin Polden2020-05-267-28/+26
| * Let configserver-unset-endpoints default to trueMartin Polden2020-05-261-5/+8
* | Merge pull request #13313 from vespa-engine/balder/topk-probability-four-ninesHenning Baldersheim2020-05-262-9/+0
|\ \ | |/ |/|
| * Merge branch 'master' into balder/topk-probability-four-ninesHenning Baldersheim2020-05-205-48/+10
| |\
| * | GC unused code.Henning Baldersheim2020-05-191-8/+0
| * | Set top-k-probability to 0.9999Henning Baldersheim2020-05-191-1/+0
* | | Check for null when getting active sessionHarald Musum2020-05-253-6/+26
* | | Revert "Revert "Delete expired non-active sessions""Harald Musum2020-05-254-43/+37
* | | Revert "Delete expired non-active sessions"Harald Musum2020-05-254-37/+43
* | | Merge pull request #13359 from vespa-engine/hmusum/delete-expired-non-active-...Harald Musum2020-05-254-43/+37
|\ \ \
| * | | Use a flag for decifing when to delete non-active session with state ACTIVATEDHarald Musum2020-05-251-5/+17
| * | | Delete expired non-active sessionsHarald Musum2020-05-254-44/+26
* | | | Revert "Merge pull request #13353 from vespa-engine/revert-13348-bratseth/rea...Jon Bratseth2020-05-254-10/+18
|/ / /
* | | Revert "Bratseth/real resources in model"Harald Musum2020-05-234-18/+10
* | | Merge pull request #13348 from vespa-engine/bratseth/real-resources-in-modelJon Bratseth2020-05-224-10/+18
|\ \ \
| * | | Access resources directlyJon Bratseth2020-05-221-4/+8
| * | | Clean up HostSpec constructorsJon Bratseth2020-05-223-6/+7
| * | | Clean up HostSpec constructorsJon Bratseth2020-05-221-1/+4
* | | | Make sure to use active local session in deployFromLocalActiveHarald Musum2020-05-207-51/+54
* | | | Revert "Revert "Hmusum/use remote session repo for finding active session""Harald Musum2020-05-2010-47/+63
|/ / /
* | | Revert "Hmusum/use remote session repo for finding active session"Harald Musum2020-05-2010-63/+47
* | | Merge pull request #13332 from vespa-engine/hmusum/use-remote-session-repo-fo...Harald Musum2020-05-2010-47/+63
|\ \ \
| * | | Use remote session repo to find active sessionHarald Musum2020-05-2010-47/+63