Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

support usercode on concurrent modification exceptions #91

Open
nkuehn opened this issue Jun 9, 2015 · 1 comment
Open

support usercode on concurrent modification exceptions #91

nkuehn opened this issue Jun 9, 2015 · 1 comment
Milestone

Comments

@nkuehn
Copy link
Contributor

nkuehn commented Jun 9, 2015

Userland code will tend to forget to do error handling for concurrent modifcation exceptions.
We should think about how to make that code as simple and minimal as possible for API user code to encourage doing it.

How? To be discussed. Could be documentation only, but on update actions one could provide helpers that analyzes the change (is it just technically colliding or does the specific change collide?) and makes it easy to "try again".

@nkuehn
Copy link
Contributor Author

nkuehn commented Jul 3, 2015

FYI: this case is separately handled from a general exception concept, because the question is whether auto-retry is possible or not.

For initial release, we will not do anything in the SDK (we will do decent exceptions nevertheless)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant