aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/src/main/java/com/yahoo/vespa/curator/CuratorCompletionWaiter.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* MInor: Renaming, add comment about initializing pathsHarald Musum2023-09-261-4/+8
* Use Path, rename some argumentsHarald Musum2023-09-181-11/+13
* Minor refactoring of CuratorCompletionWaiter, no functional changesHarald Musum2023-09-181-17/+4
* Specify barrier wait for all timeout in callers, simplifyHarald Musum2023-03-221-9/+0
* Wait longer for all users of barrier.Harald Musum2023-03-071-14/+38
* Don't claim to have peersJon Bratseth2022-07-141-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Improve completion waiter debug loggingHåkon Hallingstad2021-08-111-1/+7
* Log creating the prepare/active barrierHåkon Hallingstad2021-08-031-0/+1
* Actually only need to demote logging in loopHåkon Hallingstad2021-08-021-5/+2
* Add more debug logging in CuratorCompletionWaiterHåkon Hallingstad2021-08-021-7/+11
* More lazy debug log message generationJon Marius Venstad2021-04-281-6/+8
* Remove redundant logging (and log text generation)Jon Marius Venstad2021-03-121-2/+4
* Log (at level FINE) participants in barrier and how many have respondedHarald Musum2020-11-261-0/+2
* Improve logging when removing an applicationHarald Musum2020-11-151-2/+3
* Avoid unnecesary logging: Reduce log level or removeHarald Musum2020-08-311-1/+1
* Actually don't create parentsJon Marius Venstad2020-08-111-1/+1
* Avoid creating session path when creating waitersJon Marius Venstad2020-08-101-1/+1
* Do not wait longer for more participants in barrierHarald Musum2020-05-251-11/+2
* Wait longer for servers to reach barrierHarald Musum2020-04-291-18/+44
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-2/+2
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Improve log messageHarald Musum2018-03-081-4/+6
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Catch exception in RemoteSession insteadHarald Musum2017-03-311-12/+1
* Handle NoNodeException for notifyInternalHarald Musum2017-03-311-1/+13
* PublishJon Bratseth2016-06-151-0/+95