Issue
Updates are not being applied on an update set despite everything showing as committed successfully.
Release
Istanbul+
Cause
Duplicate sys_id updates are contained on the update set, causing issues upon commit.
Resolution
- Query for update sets with the same sys_id.
- Remove the duplicate update sets.
- Once the duplicates are removed, recommit the main update set.