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

Switch txns to return instead of unnecessarily aborting in SEATS #126

Merged
merged 7 commits into from
Mar 8, 2022

Conversation

timveil
Copy link
Collaborator

@timveil timveil commented Mar 8, 2022

this PR resolves #125

@timveil timveil added the ready-for-review This PR is ready to be reviewed. label Mar 8, 2022
Copy link
Member

@apavlo apavlo left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -35,7 +33,6 @@
UNKNOWN;

private final String errorCode;
private final static Pattern p = Pattern.compile("^(USER ABORT:[\\s]+)?E([\\d]{4})");
Copy link
Member

Choose a reason for hiding this comment

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

I don't remember what I was using this for?

@apavlo apavlo changed the title Resolves Issue 125 - too many aborted transactions in SEATS Switch txns to return instead of unnecessarily aborting in SEATS Mar 8, 2022
@apavlo apavlo merged commit c9f2bd6 into cmu-db:main Mar 8, 2022
@timveil timveil deleted the issue-125 branch March 8, 2022 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-review This PR is ready to be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aborted transactions in SEATS
2 participants