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

Commit failures may not be handled well with autocommit on #1010

Open
ericwinger opened this issue Aug 16, 2024 · 0 comments
Open

Commit failures may not be handled well with autocommit on #1010

ericwinger opened this issue Aug 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@ericwinger
Copy link
Member

In Jadeite for Rowan 2, if you get a commit failure error with autocommit on, you will go into a recursive error loop. The commit failure is detected on the server and Jadeite tries to open a debugger. When opening the debugger, it goes to the server and gets another error as it tries to commit again. Lather Rinse Repeat.

Jadeite should handle this better (if it doesn't already in later versions).

Workaround - Turn off autocommit and resolve the commit failure manually.

Possible solution:

  • If a commit failure is detected, report that back to the client and turn off autocommit immediately and inform user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant