fix some issues in the retired remtran protocol#5973
Conversation
re:184332936 Signed-off-by: dhogea <dhogea@bloomberg.net>
Signed-off-by: dhogea <dhogea@bloomberg.net>
re: 184399406 Signed-off-by: dhogea <dhogea@bloomberg.net>
roborivers
left a comment
There was a problem hiding this comment.
Cbuild submission: Success ✓.
Regression testing: Success ✓.
The first 10 failing tests are:
sp_snapshot_generated
consumer_non_atomic_default_consumer_generated **quarantined**
longreq_stats
skipscan **quarantined**
truncatesc_offline_generated [timeout] **quarantined**
roborivers
left a comment
There was a problem hiding this comment.
Cbuild submission: Success ✓.
Regression testing: Success ✓.
The first 10 failing tests are:
sc_truncate_multiddl_generated [db unavailable at finish] **quarantined**
sc_resume_logicalsc_generated **quarantined**
consumer_non_atomic_default_consumer_generated **quarantined**
unifiedcancel **quarantined**
sc_redo [timeout]
reco-ddlk-sql [timeout] **quarantined**
| return -1; | ||
| rc = cdb2buf_fread(msg->de.tblname, 1, tmp, sb); | ||
| if (rc != tmp) | ||
| return -1; |
There was a problem hiding this comment.
leaks de.tblname allocated above on error
re:184332936
re:184332944
re:184399406