manatee
manatee copied to clipboard
Automated fault monitoring and leader-election system for strongly-consistent, highly-available writes to PostgreSQL (Joyent SDC, Manta).
While testing manatee with postres12 I noticed that the tests setup was somehow broken and tracked it down to upstream changes. It seems that [the commit used for referencing and...
While testing manatee with postres12 I noticed that the tests setup was somehow broken and tracked it down to upstream changes. It seems that [the commit used for referencing and...
Outside Triton or Manta, users of manatee should allow easy use of the system PostgreSQL install (as from pkgsrc). The default [sitter.json](https://github.com/joyent/manatee/blob/master/etc/sitter.json#L32-L36) already allows one to set paths to `initdb`...
Bump up max_locks_per_transaction to 1024. In order to support buckets schemas with large numbers of vnodes. With the default setting of 64, shared memory errors were encountered in testing.
Bumps [node-uuid](https://github.com/broofa/node-uuid) from 1.4.1 to 1.4.8. Commits See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [pg](https://github.com/brianc/node-postgres) from 3.0.3 to 7.14.0. Changelog *Sourced from [pg's changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md).* > ### 7.14.0 > > - Reverts 7.13.0 as it contained [an accidental breaking change](https://github-redirect.dependabot.com/brianc/node-postgres/pull/2010) for self-signed SSL cert...
Bumps [restify](https://github.com/restify/node-restify) from 2.6.1 to 8.4.0. Release notes *Sourced from [restify's releases](https://github.com/restify/node-restify/releases).* > ## Restify 4.0.3 > This release is a quick fix for people that are getting a different...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/joyent/test/github/e7dd64cf-2098-4a61-a7e0-a2518662d3dd/master..snyk-fix-mnabz3) for more details. #### Snyk Project: [joyent/manatee:package.json](https://app.snyk.io/org/joyent/project/e7dd64cf-2098-4a61-a7e0-a2518662d3dd) ####...
Having come close to running into this condition today, the documentation was enough to help me out, however, it was clearly written in a different time, with a different set...
I'm looking into Manatee for Postgres HA at $job, and I've found I need to do this to build for Node 5 and above: ``` blake.irvin$ git diff diff --git...