cbgt icon indicating copy to clipboard operation
cbgt copied to clipboard

The cbgt project provides a generic golang library that manages partitions or data shards across a cluster of servers.

Results 11 cbgt issues
Sort by recently updated
recently updated
newest added

This PR refactors the check around checking if rebalance is completed by checking for completion instead of starting.

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

I just stumbled upon https://github.com/couchbase/cbgt/blob/master/misc.go#L32 ``` func init() { rand.Seed(time.Now().UTC().UnixNano()) } ``` from the git history it looks like I had added it at some point. I think it might...

https://travis-ci.org/couchbase/cbgt/builds/270901320 --- FAIL: TestManagerRestart (0.01s) manager_test.go:199: expected load 1 feed, 1 pindex, got: map[], map[]

This should be refactored in a way where cbgt does not know about bleve. https://github.com/couchbase/cbgt/blob/master/rest/static/js/monitor.js#L7

You'll want to push tags through gerrit and you'll want to tag the specific SHA1 now that it's under gerrit control.