Skip to content
New issue

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

2-phased commit #4303

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

2-phased commit #4303

wants to merge 1 commit into from

Conversation

markhannum
Copy link
Contributor

Two phased commit

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint check:

@@ cdb2api/cdb2api.c @@
+ Please port the change to cdb2jdbc if necessary.
+ If you add any internal configuration state to this file, please update the reset_the_configuration() function as well to include it.
@@ db/db_tunables.h @@
+ Please update the tunable documentation (docs/pages/config/config_files.md) accordingly.
@@ util/logmsg.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ berkdb/txn/txn_util.c @@
+ Please make sure that a mutex is unlocked before returning.
@@ bdb/rep.c @@
+ Please make sure that a mutex is unlocked before returning.
@@ db/osqlsession.c @@
+ Please make sure that a mutex is unlocked before returning.
@@ db/disttxn.c @@
+ Please make sure that a mutex is unlocked before returning.
@@ db/osqlblockproc.c @@
+ Please make sure that a mutex is unlocked before returning.
@@ db/toblock.c @@
+ Please make sure that a mutex is unlocked before returning.

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Error ⚠.
Regression testing: 8/530 tests failed ⚠.

The first 10 failing tests are:
sc_resume_logicalsc_generated
sc_resume
schemalk_extralock_generated
queuedb_rollover_noroll1_generated
tunables
sc_downgrade
truncatesc_offline_generated
lkmgr_waitdie_generated

Signed-off-by: Mark Hannum <mhannum72@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants