-
I would be happy to contribute to predis development by implementing automatic master/slave resolution and connection based on the configured sentinels. I tried to explore the Predis codebase, but unf…
-
Add a new subpackage `cbgt/autofailover` which would allow an API similar to the following:
```
func main() {
...
cfg := ... start a Cfg...
mgr := cbgt.NewManager(..., cfg, bucketName)
mg…
-
As documented here, couchbaselabs/cbgt#22,
CBGT does provide a way to do this via an API. However, that would only apply for SG nodes taken down intentionally.
-
The CBGT REST endpoints / UI will make understanding and debugging the system much faster.
-
I use the default configuration file in which failover is defined by default as:
```
failover='automatic'
```
If `repmgrd` is not running I got following error:
```
root@host:~# repmgr -f /etc/repm…
-
modules/couchbase/manifests/config.pp - WARNING: top-scope variable being used without an explicit namespace on line 56
modules/couchbase/manifests/config.pp - WARNING: top-scope variable being used w…
-
We're using Redisson 2.1.1 on our production web cluster for session persistence: https://github.com/chexagon/redis-session-manager
Our redis implemention is AWS's ElastiCache where we have 2 nodes i…
-
```
2015-11-14T12:05:44.374679457 48.354909s error: Error in src/rdb_protocol/datum_stream.cc at line 855:
2015-11-14T12:05:44.374800028 48.355002s error: Guarantee failed: [found_hash_pair]
2015-11-…
jilen updated
8 years ago
-
I'm noticing an issue which I traced to go-couchbase adding Basic Auth with an empty username/pass when I'm trying to connect to the default bucket: https://github.com/couchbase/go-couchbase/issues/6…
-
I installed repmgr from the CentOS rpm:
``` bash
yum install http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-1.noarch.rpm
yum --enablerepo=pgdg94 install postgresql94 postgresql9…