aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Reduce unit test ZooKeeper WAL file preallocations by three orders of magnitudeTor Brede Vekterli2023-11-291-0/+4
| | | | | | | | | | ZK will by default preallocate 65536 * 1024 bytes for its write-ahead log file. This will happen for every test instantiation of the ZooKeeper database. Now, I like wearing out SSD flash cells as much as the next guy, but this just feels silly. Input number is always multiplied by 1024, so reduce down to 64 to get a 64k preallocation instead.
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-291-1/+1
|
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-241-1/+1
|
* Revert "New parent pom"Arnstein Ressem2023-07-211-1/+1
|
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-191-1/+1
|
* Depend on container-dev to ensure correct Import-Packagegjoranv2023-06-221-14/+1
|
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-221-0/+6
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-221-6/+0
|
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-211-0/+6
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Parameterize testsHarald Musum2023-04-141-0/+5
|
* Replace jettison with jacksonjonmv2022-10-211-4/+0
|
* Convert clustercontroller-core to junit5Bjørn Christian Seime2022-07-291-5/+16
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Don't embed annotations in osgi bundlesBjørn Christian Seime2022-05-041-0/+6
|
* 5 attempts for unstable unit tests in clutsercontroller-corejonmv2022-04-261-1/+1
|
* Try to run tests up to three times, and remove unused profilejonmv2022-04-221-36/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Set forkCount paramter for maven-surefire-plugin to speed up testsgjoranv2021-05-141-0/+7
|
* Ensure Import-Package for javax packages are included in bundle's manifestBjørn Christian Seime2021-03-151-0/+7
|
* Construct ZKClientConfig from ZkClientConfigBuilderBjørn Christian Seime2021-03-111-0/+6
| | | | Use ZKClientConfig builder from Curator and ZooKeeperDatabase
* Depend on zookeeper-server-commonBjørn Christian Seime2021-03-091-0/+6
| | | | Ensure extra required ZK dependencies are present on test classpath
* Add dependency to vespalog (directly used by these modules)gjoranv2020-04-261-1/+7
|
* Remove use of apache commons libraries from cluster-controller modulesBjørn Christian Seime2020-01-031-2/+3
|
* Need to depend on spotbugsHarald Musum2019-11-281-0/+7
|
* Revert "Reapply "upgrade to zookeeper 3.5""Harald Musum2019-09-271-7/+0
|
* Revert "Revert "Hmusum/upgrade to zookeeper 3.5""Harald Musum2019-09-241-0/+7
|
* Revert "Hmusum/upgrade to zookeeper 3.5"Harald Musum2019-09-171-7/+0
|
* Add spotbugs dep to clustercontroller-core.gjoranv2019-09-101-0/+7
| | | | + Use version property for zk in parent pom
* mockito-all => mockito-coreHenning Baldersheim2019-04-291-1/+1
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-9/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* 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-2/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+2
|
* Always write new cluster state versions to ZooKeeperTor Brede Vekterli2017-05-121-0/+5
| | | | | | | | | | | Previously, the controller would not write the version to ZK unless the version was published to at least one node. This could lead to problems due to un-written version numbers being visible via the controller's REST APIs. External observers could see versions that were not present in ZK and that would not be stable across reelections. As a consequence, invariants for strictly increasing version numbers would be violated from the perspective of these external observers (in particular, our system test framework).
* Need to figure out what to do with the tests using DockerOperationsHåkon Hallingstad2016-09-011-0/+2
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* PublishJon Bratseth2016-06-151-0/+130