- Feb 27, 2018
-
-
Noah Fontes authored
Change-Id: I9e9c9f8f340e91ee7accc48b28a5a72256d9609f
-
- Feb 19, 2018
-
-
elukey authored
The current Debian's systemd unit for zookeeper contains something like the following: EnvironmentFile=/etc/zookeeper/conf/environment EnvironmentFile=-/etc/default/zookeeper ExecStart=/usr/bin/java -cp ${CLASSPATH} $JAVA_OPTS -Dcom.sun.management.jmxremote... EnvironmentFile does not support variable expansion so zookeeper doesn't start on stretch because "$JAVA_OPTS" is used as plain string. Bug: T166081 Change-Id: I5dfcb19558cbb0e7e681056c07e311400c4ea5e9
-
- Feb 14, 2017
-
-
elukey authored
This change will allow us to tune the JVM on special use cases, for example changing the GC or its settings (like Xmx and Xms). It is currently a No-op. Bug: T157968 Change-Id: I0ccb3e431933a8a4f1197b2dbbeaee36ac6f7639
-
- Feb 03, 2017
-
-
Antoine Musso authored
Add a Rakefile and depends on puppet-syntax/puppet-lint. That lets one easily check syntax of manifests and templates as well as puppet style recommandation (puppet-lint). Ignore puppet-lint 80 chars line limit. Instruct puppet-lint to threat module with relative path or it fails under Jenkins which checkout the source code in a directory named after the job. Fix ensure found on line but not as first attribute in manifests/server.pp Add Gem dependecy safe_yaml ~> 1.0.4 since Puppet 3.7 fails on ruby 2.2+ (eg ruby2.4 on Mac). https://tickets.puppetlabs.com/browse/PUP-3796 Git ignore Gemfile.lock, that is only needed for deployment purposes. Bug: T154894 Change-Id: Id8e19ee14cc1673e84278b30a5e4eddf5192ea77
-
- Jan 09, 2017
-
-
Antoine Musso authored
Change-Id: Idd924a98c6a380dc6a826bf49f855cbd5b083599
-
- Sep 05, 2016
-
-
elukey authored
ensure requires present/absent values, not true/false. This is an issue brough by the last commit. Fixed also documentation about the new variable. Change-Id: Ideb7e1fa06dbf71a6b21cc7832330b894cb0588a
-
- Sep 02, 2016
-
-
elukey authored
A bit of refactoring has been done: 1) Removed the cleanup count class parameter (now part of to cleanup_script_args) 2) Introduced the more generic $cleanup_script_args class variable to pass any kind of parameter to the script 3) Introduced the $cleanup_ensure_cron variable to control the deployment of the script, rather than rely on the $cleanup_script_args's value Change-Id: I5c186d7813305247e06eb2b24f5254edf867fc96
-
- Jul 15, 2016
-
-
Andrew Otto authored
Also fix a couple of ERb variable deprecation warnings Bug: T137302 Change-Id: I9942ea1a1fad3306c9e8eb208b4a11bdcd4c3bba
-
- Jul 14, 2016
-
-
Christos Trochalakis authored
Change-Id: Idc33baaa631f3c8ff48f4a3e85dde614fb6bb579
-
- Jul 07, 2016
-
-
Mathias Klette authored
without thix fix zkCleanup runs every minute in given hour. adding value to minute-attribute avoids this behaviour. Change-Id: I389d6e8f78af43ef0cc54921a33b20a1a168d794
-
- Jun 08, 2016
-
-
Andrew Otto authored
This service should not subscribe its config files. Change-Id: I020347e4538950c7a503cf4c2154c31765185787
-
Marko Obrovac authored
Zookeeper limits the number of connections per IP to 10 by default as an effort to prevent DoS attacks. Since we do not expose it publicly (and are protected against (D)DoS attacks by other means), it is safe to make that unlimited. Change-Id: I839d44d407b3c9b51cb16a0d3b773cef4ecd16db
-
- May 21, 2016
-
-
Daniel Zahn authored
Change-Id: Iecad5e53293cbf6e40ee22ddac89d09a78bca9b5
-
- Jun 18, 2015
-
-
Andrew Otto authored
Bug: T97251 Change-Id: I8d84355d036008775b44d90a30cb470b4f96ba7c
-
- May 22, 2015
-
-
gage authored
Avoids cron sending mail containing output like this every day: Removing file: May 11, 2015 11:33:50 AM /var/lib/zookeeper/version-2/log.c01939848 Removing file: May 10, 2015 11:04:38 PM /var/lib/zookeeper/version-2/log.c0192b0cf Removing file: May 11, 2015 5:59:54 PM /var/lib/zookeeper/version-2/log.c0194d6ee Removing file: May 10, 2015 11:04:38 PM /var/lib/zookeeper/version-2/snapshot.c01939846 Removing file: May 11, 2015 11:33:50 AM /var/lib/zookeeper/version-2/snapshot.c0194d6ec Removing file: May 11, 2015 5:59:55 PM /var/lib/zookeeper/version-2/snapshot.c0195b366 Change-Id: I1fa0312aedf57c05dfd326b253b9f732abd4c20b
-
- Jul 03, 2014
-
-
Andrew Otto authored
Change-Id: Ib8660421e8905586f757620e2f4dd4b75627208f
-
Andrew Otto authored
Change-Id: I46b28c82e36828ebbd31d4d57ac8c23889ca2a67
-
- Apr 14, 2014
-
-
Andrew Otto authored
Change-Id: I5f74b0cccc11fca587619e9df91898a3b77af2b3
-
Andrew Otto authored
Change-Id: I4ca22a1b47400579eac2fc8a6684445cd9dc9c0f
-
- Aug 23, 2013
-
-
Andrew Otto authored
Also removed unused $log_file variable from zookeeper::server Change-Id: I5f24b978f252d2c7925a71fcb6b88c6dfe45c0d8
-
- Jun 12, 2013
-
-
Andrew Otto authored
Change-Id: Ia31df558c74227c96672a67e94aa0d6a6c914d74
-
- Jun 06, 2013
-
-
Andrew Otto authored
Change-Id: I88f9f7c4eb9ac736c3d31be845b5d12e0fd3c6c3
-
- Jun 03, 2013
-
-
Andrew Otto authored
Change-Id: I46cc17b0c74cf7d11bc9db5787d8c8ba05011e5d
-