We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running into the following - nylxdev1,ibm1,sundev1 - 10 clients, insert 10k rows each.
Assertion failed: log_compare(&lp->ready_lsn, &rp->lsn) == 0, file /bb/mbigd/mbig3082/git/github/master/berkdb/rep/rep_record.c, line 3116 /* In-memory drop in replacement */ if (gbl_inmem_repdb) { repdb_dequeue(&control_dbt, &rec_dbt); rp = (REP_CONTROL *)control_dbt.data; assert(!IS_ZERO_LSN(rp->lsn)); assert(log_compare(&lp->ready_lsn, &rp->lsn) == 0);
The text was updated successfully, but these errors were encountered:
Disabled inmem_repdb for now
inmem_repdb
Sorry, something went wrong.
inmem_repdb: Disable for now. See #2136
8b4813e
Signed-off-by: Akshat Sikarwar <[email protected]>
@markhannum tagging so we don't forget :)
No branches or pull requests
Running into the following - nylxdev1,ibm1,sundev1 - 10 clients, insert 10k rows each.
The text was updated successfully, but these errors were encountered: