aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade
Commit message (Collapse)AuthorAgeFilesLines
* Remove ZK 3.9.1jonmv2024-05-061-1/+1
|
* Unify on List.ofHenning Baldersheim2024-04-111-2/+1
|
* Unify on Set.ofHenning Baldersheim2024-04-111-2/+2
|
* Turn off classfile warnings where zookeeper is pulled in due to issues with ↵Henning Baldersheim2024-04-081-0/+5
| | | | spotbugs SuppressWarning annotation.
* Just enable the warnings we have fixed.Henning Baldersheim2024-04-081-0/+5
|
* Enable full linting with errors. Use SuppressWarning explicit where neededHenning Baldersheim2024-04-0710-8/+14
|
* Revert "- Use default compilerArgs where we turn on linting and enable ↵Harald Musum2024-04-0610-14/+8
| | | | warnin…" (#30840)
* - Use default compilerArgs where we turn on linting and enable warnings as ↵Henning Baldersheim2024-04-0510-8/+14
| | | | | | errors. - Add explicit suppress annotations where needed.
* Revert "Merge pull request #29683 from ↵jonmv2023-12-173-31/+8
| | | | | | | vespa-engine/revert-29678-jonmv/reapply-zk-3.9.1" This reverts commit c8ece8b229362c7bf725e4433ef4fec86024cd29, reversing changes made to d42b67f0fe821d122548a345f27fda7f9c9c9d10.
* Revert "Jonmv/reapply zk 3.9.1"Harald Musum2023-12-163-8/+31
|
* Revert "Merge pull request #29674 from ↵jonmv2023-12-153-31/+8
| | | | | | | vespa-engine/revert-29671-jonmv/reapply-zk-3.9.1" This reverts commit 28f8cf3e298d51ca703ceee36a992297d38637cc, reversing changes made to 3a9f89fe60e3420eed435daee435a4f8534c9512.
* Revert "Jonmv/reapply zk 3.9.1"Jon Marius Venstad2023-12-153-8/+31
|
* Revert "Merge pull request #29669 from ↵jonmv2023-12-153-31/+8
| | | | | | | vespa-engine/revert-29662-revert-29661-revert-29658-jonmv/zk-3.9.1-clients-2" This reverts commit 9c8ba2608384ee79e143babd1e5a18a62166541f, reversing changes made to 954785e4eb91286bd166c304e98042ec63b7eb84.
* Revert "Revert "Revert "Jonmv/zk 3.9.1 clients 2"""Jon Marius Venstad2023-12-153-8/+31
|
* Revert "Revert "Jonmv/zk 3.9.1 clients 2""Jon Marius Venstad2023-12-143-31/+8
|
* Revert "Jonmv/zk 3.9.1 clients 2"Harald Musum2023-12-143-8/+31
|
* Clean up now that zookeeper-server handles dependency issuesjonmv2023-12-141-29/+0
|
* Get zk-client-common through zkfacadejonmv2023-12-141-0/+4
|
* Export VespaZookeeperServer from a separate packagejonmv2023-12-141-1/+1
|
* Try to depend on modified zk-server module insteadjonmv2023-12-142-235/+3
|
* Restore original ZK embed placements, and duplicate ClientX509Util insteadjonmv2023-12-142-0/+248
|
* Embed ZK in zookeeper-client-commonjonmv2023-12-141-14/+0
|
* Update copyrightJon Bratseth2023-10-0965-66/+69
|
* Allow Java class names, which are the default singleton IDsjonmv2023-10-061-1/+4
|
* More restrictive singleton IDjonmv2023-10-061-3/+3
|
* Log whether (de)?activation was successfuljonmv2023-10-041-2/+4
|
* MInor: Renaming, add comment about initializing pathsHarald Musum2023-09-263-13/+17
|
* Use Path, rename some argumentsHarald Musum2023-09-181-11/+13
|
* Minor refactoring of CuratorCompletionWaiter, no functional changesHarald Musum2023-09-184-22/+9
|
* Reset load per thread on each new periodjonmv2023-09-081-0/+1
|
* Mention non-zero load only per thread in docjonmv2023-09-071-1/+1
|
* Add thread name template as dimension for locked load for curator locksjonmv2023-09-072-1/+31
|
* Do not use version for allowed embedded artifacts.gjoranv2023-07-041-2/+2
| | | | - Rename ArtifactInfo -> ArtifactId and simply ignore versions.
* Depend on container-dev and allow embeddeding provided deps for now.gjoranv2023-07-031-0/+2
|
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
| | | | Removed in maven-deploy-plugin 3.0 and later, see https://issues.apache.org/jira/browse/MDEPLOY-240
* Remove forkMode, deprecated and same as default valueHarald Musum2023-03-221-1/+0
|
* Specify barrier wait for all timeout in callers, simplifyHarald Musum2023-03-224-19/+12
|
* Remove unused argumentHarald Musum2023-03-212-4/+4
|
* Wait longer for all users of barrier.Harald Musum2023-03-072-17/+38
| | | | | | Use logic from RemoveApplicationWaiter in CuratorCompletionWaiter as well: Wait some time after quorum have reached barrier to see if another member reaches barrier as well. Return anyway after some time.
* Merge branch 'master' into hmusum/upgrade-curator-2Harald Musum2023-02-203-25/+21
|\
| * Unify catch-and-log branchesjonmv2023-02-141-4/+1
| |
| * Simplify, since lock will only throw IMSE after first close attemptjonmv2023-02-141-15/+9
| |
| * Make state more explicitjonmv2023-02-141-18/+15
| |
| * When lock was closed, unbeknownst to us, release it internallyjonmv2023-02-141-4/+15
| |
| * Compute prerequisite tests for a given prod deploymentjonmv2023-01-031-1/+1
| |
| * Ensure lock is cleared when lease is invalidatedjonmv2023-01-021-7/+9
| |
| * Fewer retries in curator client retry policyHarald Musum2022-12-051-1/+1
| |
| * Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-5/+0
| |
| * Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-0/+5
| |
| * - Reduce usage of guava.Henning Baldersheim2022-12-011-5/+0
| | | | | | | | - Ensure that tests relying on order are determinsitic.