-
Notifications
You must be signed in to change notification settings - Fork 677
Inaccessible transaction.rollback #633
Copy link
Copy link
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for issues without a type.
From https://github.com/GoogleCloudPlatform/gcloud-node/pull/627/files#r31352472
Question 1
A rollback can only be done on a transaction that has been committed (I think?), but that's a problem:
An option would be to remove the last callback.
Question 2
Is there a use case for rolling back a transaction that wasn't just created? We currently don't support this.