Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
Currently, notification on entity changes (create/update/delete entities, add/update/remove classifications on entities) are sent before the changes are committed in the database. If commit fails, the entity state seen by notification receivers would be different from Atlas. To avoid this, Atlas server should entity notifications only after the transaction is committed to the database.