Comment 0 for bug 1130676

Revision history for this message
Rohit Karajgi (rohitk) wrote :

For example, user creation includes the following two steps.
    create user
    update tenant

Since DB accesses of these two steps are not atomic, there should be a problem when both user creation and tenant deletion are requested at the same time.

Similar issue can exist for other types of request.