comdb2
comdb2 copied to clipboard
Bloomberg's distributed RDBMS
These changes would help us identify whether a connection is truly leaked, or is being cached in the client process.
These changes would help us identify whether a connection is truly leaked, or is being cached in the client process.
Default snapshot impl = modsnap
This test has been flake-y since it uses a sleep to wait for replicants to finish recovery before doing validations on them. The sleep has sometimes not been sufficient. The...
We shouldn't be able to see intermediate state during truncation. The changes in this PR add a test that exposes a bug where this expectation is violated. Fails with `count...
This supports cdb2api for non-2pc remote writes. It replaces the complex sharing remote transaction model with a remote sql push. It expends on https://github.com/bloomberg/comdb2/pull/4631, and need to be merged after...
The latest version of remsql, available for standalone queries, runs the latter over cdb2api instead of the remsql custom protocol. There are a few additions to cdb2api, which are done...