You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the REST transactions are not atomic, which means that it might happen that some configuration is set while other configuration fails to be set. The REST endpoint then returns an error message although the configuration that has been set before remains applied. So, the current implementation violates the ACID principle.
The text was updated successfully, but these errors were encountered:
Currently, the REST transactions are not atomic, which means that it might happen that some configuration is set while other configuration fails to be set. The REST endpoint then returns an error message although the configuration that has been set before remains applied. So, the current implementation violates the ACID principle.
The text was updated successfully, but these errors were encountered: