comdb2
comdb2 copied to clipboard
Bloomberg's distributed RDBMS
The fix is straightforward: check to see if the transaction has already written a blkseq record before returning a verify error. This is the 7.0 version of https://github.com/bloomberg/comdb2/pull/4505. It's unclear...
Backport #4351 to 8.0
Running on a single node, running the union parallel test in a loop sometimes results in failure, specifically 10_1_ join.req ``` 10:25:47> cdb2sql -s --cdb2cfg /home/schandra107/comdb2/tests/test_69339/unionparallel69339/comdb2db.cfg unionparallel69339 default - <...
This PR also introduces 'incoherent_test' under phys_rep_tiered which attempts to reproduce these situations. This is the 8.0 version of https://github.com/bloomberg/comdb2/pull/4726
This PR also introduces 'incoherent_test' under phys_rep_tiered which attempts to reproduce these situations.
To help us review your pull request, please consider providing an overview of the following: * What is the type of the change (bug fix, feature, documentation and etc.) ?...
In file included from $...comdb2/plugins/repopnewlrl/repopnewlrl.c:17: In file included from $...code/comdb2/db/comdb2.h:75: In file included from $...comdb2/db/sqlinterfaces.h:36: $...comdb2/bdb/bdb_api.h:45:10: fatal error: 'sqlresponse.pb-c.h' file not found #include
The changes in this PR expose the following bug: 1. a snapshot transaction latches its start LSN 2. truncate runs 3. the snapshot transaction sees new updates in its selects...