-
Support coordination for concurrent merges to prevent duplicate data.
Maybe we make a class to implement that will handle the locking and such, with examples?
The class would need:
- Lock fil…
-
There seems to be an issue with hostnames using a Zookeeper version prior to 2.5.
https://issues.apache.org/jira/browse/ZOOKEEPER-2367
https://issues.apache.org/jira/browse/ZOOKEEPER-2171
https://git…
-
this line from autoSetup.pl https://github.com/vmware/weathervane/blob/f3f3c4df4557f97c7e2705fd6594eaec47b33843/autoSetup.pl#L344
assumes that the zookeeper tarball name starts with 'zookeeper'. but…
-
Currently the `CLASSPATH` environment variable is reconfigured at multiple places, custom `systemd` config looks like this:
```systemd
ExecStart=/bin/sh -c 'set -x; \
. /etc/zookeeper/conf/env…
deric updated
6 years ago
-
Such erb template :
```
```
will lead to such an error:
```
CRITICAL: At ./modules/zookeeper/manifests/config.pp:53:12 the evaluation of template './modules/zookeeper/templates/conf/myid.erb' …
-
If your DNS can't resolve hostnames of other machines on your network [this](https://github.com/juju-solutions/jujubigdata/blob/master/jujubigdata/utils.py#L433) will fail, in which causing charm inst…
-
-
We have encountered an issue recently and we think that it was related with leadership election not happening. You can find the coordinator log file attached.
In the logs you can see the log that s…
-
**What happened**:
That test failed twice in a row:
- https://circleci.com/gh/kudobuilder/kudo/8364
- https://circleci.com/gh/kudobuilder/kudo/8368
The failure was:
```
case.go:155: resource…
-
## create network
```bash
docker network create app-tier --driver birdge
```
## install zookeeper
```bash
docker run -d --name zookeeper-server \
--network app-tier \
-e ALLOW_ANONYMOUS_LOGIN=…