-
Notifications
You must be signed in to change notification settings - Fork 214
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
Fix reverse-conn / tranlog #4858
base: 8.0
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Error. ⚠.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 6/560 tests failed ⚠.
The first 10 failing tests are:
replay_history [setup failure]
fdb_push_redirect_generated [setup failure]
blob2 [setup failure]
sc_resume2
phys_rep_tiered_nosource_generated
truncatesc_offline_generated
67c7c15
to
22819fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Error. ⚠.
Smoke testing: Error ⚠.
Cbuild submission: Success ✓.
Regression testing: 3/560 tests failed ⚠.
The first 10 failing tests are:
sicomplex2 [setup failure]
nogen_full_recovery_disable_generated
truncatesc_offline_generated
22819fb
to
7987b16
Compare
0386537
to
5dce108
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Error. ⚠.
Smoke testing: Success ✓.
Cbuild submission: Error ⚠.
Regression testing: 0/0 tests failed ⚠.
b92c27b
to
f0b4e1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Error. ⚠.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 0/0 tests failed ⚠.
f0b4e1e
to
f859d56
Compare
Compare performance in phys-rep-perf
f859d56
to
8d8b1ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Error. ⚠.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 5/563 tests failed ⚠.
The first 10 failing tests are:
vutf8_rowlocks [setup failure]
sc_transactional_rowlocks_generated
phys_rep_perf
phys_rep_via_comdb2_files_generated
truncatesc_offline_generated
Fixes the reverse-connection early timeout issue that caused the excess recovery bug. Additionally fixes the null-generation bug in the travelog table.