Skip to content

Hardened 2pc remtran#5975

Open
dorinhogea wants to merge 1 commit into
bloomberg:mainfrom
dorinhogea:fixrem2pc
Open

Hardened 2pc remtran#5975
dorinhogea wants to merge 1 commit into
bloomberg:mainfrom
dorinhogea:fixrem2pc

Conversation

@dorinhogea
Copy link
Copy Markdown
Contributor

^title
re:184399404

re:184399404

Signed-off-by: dhogea <dhogea@bloomberg.net>
Copy link
Copy Markdown

@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.

Cbuild submission: Success ✓.
Regression testing: Success ✓.

The first 10 failing tests are:
sp_snapshot_generated
reco-ddlk-sql **quarantined**
consumer_non_atomic_default_consumer_generated **quarantined**

Copy link
Copy Markdown

@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.

Cbuild submission: Success ✓.
Regression testing: Success ✓.

The first 10 failing tests are:
bulkimport_simpleauth [setup failed with core dumped]
sc_resume_logicalsc_generated **quarantined**
recover_deadlock
consumer_non_atomic_default_consumer_generated **quarantined**
reco-ddlk-sql [timeout] **quarantined**

Comment thread plugins/remsql/fdb_comm.c
}
rc = cdb2buf_fread((char *)msg->tv.dist_txnid, 1, tmp, sb);
if (rc != tmp)
return -1;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

fdb_msg_clean... here?

Comment thread plugins/remsql/fdb_comm.c
}
rc = cdb2buf_fread((char *)msg->tv.coordinator_dbname, 1, tmp, sb);
if (rc != tmp)
return -1;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

missing fdb_msg_clean_message

Comment thread plugins/remsql/fdb_comm.c
/* coordinator-tier */
rc = cdb2buf_fread((char *)&tmp, 1, sizeof(tmp), sb);
if (rc != sizeof(tmp))
return -1;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

missing fdb_msg_clean_message

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.

3 participants