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

Print error trace when tmptable creation fails #2517

Merged
merged 1 commit into from
Oct 3, 2020

Conversation

adizaimi
Copy link

@adizaimi adizaimi commented Sep 30, 2020

Also abort immediately when tmp tbl is null instead of
crashing when we dereference its members.

For issue #2518.
Signed-off-by: Adi Zaimi [email protected]

bdb/temptable.c Outdated Show resolved Hide resolved
bdb/temptable.c Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
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: Success ✓.
Regression testing: 6/373 tests failed ⚠.

The first 10 failing tests are:
fingerprints
auth_twofiles_generated
auth_queueodh_generated
auth
sc_constraints_logicalsc_generated
sc_constraints

Detail | Log | Resubmit

@adizaimi adizaimi force-pushed the az_verbose_tmtblcreate_failure branch from 12dff3b to 3d6b070 Compare October 1, 2020 16:21
@adizaimi adizaimi changed the title Print debug trace when tmptable creation fails Print error trace when tmptable creation fails Oct 1, 2020
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: Error. Use clang-format or view diff ⚠.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 1/373 tests failed ⚠.

The first 10 failing tests are:
socksql_master_swings [core dumped]

Detail | Log | Resubmit

Copy link
Contributor

@riverszhang89 riverszhang89 left a comment

Choose a reason for hiding this comment

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

Need to fix format otherwise good to merge.

Also abort immediately when tmp tbl is null instead of
crashing when we dereference its members.

Signed-off-by: Adi Zaimi <[email protected]>
@adizaimi adizaimi force-pushed the az_verbose_tmtblcreate_failure branch from 3d6b070 to 2581202 Compare October 3, 2020 04:52
@adizaimi adizaimi merged commit 2581202 into bloomberg:master Oct 3, 2020
@github-pages github-pages bot temporarily deployed to github-pages October 3, 2020 04:52 Inactive
@adizaimi adizaimi deleted the az_verbose_tmtblcreate_failure branch October 3, 2020 04:53
@adizaimi
Copy link
Author

adizaimi commented Oct 3, 2020

Thanks Rivers.

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