Skip to content

CloudCredo/cockroachdb-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cockroachdb-release

Deploy CockroachDB easily with this BOSH release.

Limitations

gossip/server.go:103: node 1: node 0 believes its address is
10.244.8.10:35016 but that doesn't match any incoming connections:
[[::1]:37801 10.244.8.5:35016]

block_writer

The release includes an errand to run the block_writer example:

$ bosh run errand block_writer

Turbulence

Turbulence can be used to check behaviour on node shutdown or network partition.

  • You'll need to setup NAT so that the Turbulence API node can talk to the AWS API.
  • You can then submit JSON payloads from the turbulence subdirectory. For example:
curl -vvv -k -X POST https://turbulence:[email protected]:8080/api/v1/incidents -H 'Accept: application/json' -d@turbulence/firewall.json

See the Turbulence API docs for more details.

The cockroach team have also been implementing support for testing CockroachDB correctness with Jepsen.

About

BOSH release to deploy CockroachDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages