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

Transaction commit fails with ABANDONED error #45

Closed
ggreg opened this issue Oct 26, 2017 · 0 comments
Closed

Transaction commit fails with ABANDONED error #45

ggreg opened this issue Oct 26, 2017 · 0 comments
Assignees
Labels

Comments

@ggreg
Copy link
Contributor

ggreg commented Oct 26, 2017

We saw data pipelines where the transaction was reported as successfully but the Presto query logs show that the COMMIT statement failed with an ABANDONED_QUERY error.

@ggreg ggreg added the bug label Oct 26, 2017
@ggreg ggreg self-assigned this Oct 26, 2017
ggreg pushed a commit to ggreg/presto-python-client that referenced this issue Oct 26, 2017
…LLBACK (fix prestodb#45)

Rather than duplicating the code in `transaction.py`, `commit()` and `rollback()` use `prestodb.client.PrestoQuery` to execute the query. It ensures that the client pulls result until there is nothing more to pull.
ggreg pushed a commit to ggreg/presto-python-client that referenced this issue Oct 30, 2017
…LLBACK (fix prestodb#45)

Rather than duplicating the code in `transaction.py`, `commit()` and `rollback()` use `prestodb.client.PrestoQuery` to execute the query. It ensures that the client pulls result until there is nothing more to pull.
ggreg pushed a commit to ggreg/presto-python-client that referenced this issue Oct 30, 2017
…LLBACK (fix prestodb#45)

Rather than duplicating the code in `transaction.py`, `commit()` and `rollback()` use `prestodb.client.PrestoQuery` to execute the query. It ensures that the client pulls result until there is nothing more to pull.
@ggreg ggreg closed this as completed in #46 Oct 31, 2017
ggreg pushed a commit that referenced this issue Oct 31, 2017
…LLBACK (fix #45)

Rather than duplicating the code in `transaction.py`, `commit()` and `rollback()` use `prestodb.client.PrestoQuery` to execute the query. It ensures that the client pulls result until there is nothing more to pull.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant