aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/session/SessionStateWatcher.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Handle session or applicaton id not found when preparing based on eventHarald Musum2022-11-091-1/+4
|
* Remove one unnecessary method, rename anotherHarald Musum2022-07-121-6/+2
|
* Remove or simplify some loggingHarald Musum2022-07-121-8/+0
|
* SimplifyHarald Musum2022-07-111-3/+1
|
* Use session id instead of Session in SessionStateWatcherHarald Musum2022-07-111-21/+13
|
* Move some method callsHarald Musum2022-07-111-6/+0
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Improve completion waiter debug loggingHåkon Hallingstad2021-08-111-7/+9
|
* Add more debug logging in CuratorCompletionWaiterHåkon Hallingstad2021-08-021-2/+2
|
* Log entry and exit of sessionStatusChangedHåkon Hallingstad2021-07-301-0/+5
|
* Do not expire sessions with state UNKNOWNHarald Musum2021-07-161-2/+2
|
* More lazy debug log message generationJon Marius Venstad2021-04-281-2/+3
|
* Deactivate session when session status is DELETEHarald Musum2020-11-121-0/+2
|
* Set state for session instead of deleting it when deleting an applicationHarald Musum2020-11-111-0/+1
| | | | | | | | | Simplify by just setting the state of the active session belonging to an application that is deleted. This is more in line with what we do for other transitions. Inactive sessions will be deleted nby maintainers in config server after some time
* Revert "Reapply "Merge LocalSession and RemoteSession""Harald Musum2020-10-211-5/+5
|
* Revert "Revert "Merge LocalSession and RemoteSession""Harald Musum2020-10-201-5/+5
|
* Revert "Merge LocalSession and RemoteSession"Harald Musum2020-10-191-5/+5
|
* Merge LocalSession and RemoteSessionHarald Musum2020-10-191-5/+5
|
* Rename methodsHarald Musum2020-10-121-1/+1
|
* Merge pull request #14820 from ↵Jon Marius Venstad2020-10-121-1/+1
|\ | | | | | | | | vespa-engine/revert-14749-hmusum/refactor-sessionrepo Revert "Refactor session repo"
| * Revert "Refactor session repo"Harald Musum2020-10-121-1/+1
| |
* | Merge pull request #14817 from ↵Håkon Hallingstad2020-10-121-1/+1
|\ \ | |/ |/| | | | | vespa-engine/hmusum/always-remove-from-cache-when-deleting-session No need to deactivate when deleting a session
| * No need to deactivate when deleting a sessionHarald Musum2020-10-121-1/+1
| | | | | | | | And make sure to not put a session back in cache when it meant to be deleted
* | Merge pull request #14749 from vespa-engine/hmusum/refactor-sessionrepoHarald Musum2020-10-121-1/+1
|\ \ | | | | | | Refactor session repo
| * | Inline and rename some methodsHarald Musum2020-10-071-1/+1
| |/
* / Remove dead codeHarald Musum2020-10-121-3/+0
|/
* Remove flag configserver-distribute-application-packageHarald Musum2020-10-061-4/+1
| | | | Has been true in all zones for some time now
* Make sure to update session in SessionStateWatcher when status changesHarald Musum2020-10-051-2/+7
|
* Revert "Revert "Move code out of RemoteSesion""Harald Musum2020-10-051-1/+1
|
* Revert "Move code out of RemoteSesion"Harald Musum2020-10-051-1/+1
|
* Move code out of RemoteSesionHarald Musum2020-10-031-1/+1
| | | | Firs phase in trying to merge LocalSession and RemoteSession
* Create remote session in addLocalSession() only when it does not existHarald Musum2020-09-211-12/+12
|
* Revert "Stop creating RemoteSessions in addLocalSession"Harald Musum2020-09-161-12/+12
|
* Stop creating RemoteSessions in addLocalSessionHarald Musum2020-09-151-12/+12
| | | | Do it where needed and make method do what it says
* Revert "Reapply "Create remote session only when needed""Harald Musum2020-09-151-12/+12
|
* Revert "Revert "Create remote session only when needed""Harald Musum2020-09-151-12/+12
|
* Revert "Create remote session only when needed"Harald Musum2020-09-141-12/+12
|
* Create remote session only when neededHarald Musum2020-09-131-12/+12
|
* Look up local session when neededHarald Musum2020-09-111-11/+3
|
* Revert "Move code from RemoteSession to SessionRepository, take 3"Harald Musum2020-09-101-17/+20
|
* Clean up code for adding and deleting remote sessionsHarald Musum2020-09-091-12/+17
|
* Remove localsession from SessionStateWatcher, not neededHarald Musum2020-09-091-11/+3
|
* Revert "Revert " Move code from RemoteSession to SessionRepository, take 2""Harald Musum2020-09-091-2/+2
|
* Revert " Move code from RemoteSession to SessionRepository, take 2"Harald Musum2020-09-091-2/+2
|
* Simplify and move in the direction of unifying remote and local sessionsHarald Musum2020-09-071-2/+2
| | | | | | Move tests and avoid a lot of low-level setup code Do not use `synchronized` for ensureApplicationLoaded()
* Revert "Move code from RemoteSession to SessionRepository"Harald Musum2020-08-311-2/+2
|
* Move code from RemoteSession to SessionRepositoryHarald Musum2020-08-281-2/+2
| | | | | Simplify and move in the direction of unifying remote and local sessions Move tests and avoid a lot of lowe-level setup code
* Use a switch statement and cover all statusesHarald Musum2020-07-081-16/+20
|
* Move some methods on remote session to SessionRepositoryHarald Musum2020-07-071-9/+5
|