When examining some lookback API snapshots a couple of different types of discrepancies can appear when comparing against revision history.
Release : SAAS
Component : ACAPI
Some of these discrepancies are caused by a time synchronization issue between the application servers that was discovered in April 2021. This time synchronization issue was resolved and we now synchronize time to 5 decimal places.
The issue could appear when there was a time difference of several seconds and multiple change requests would appear across multiple application servers. Each application server would mark their change with their timestamp. The revision times would be out of order and fed to the lookback API in this order.
When lookback API gets these changes, one of two things may happen depending on the revision number.
There is no resolution to for snapshots that are currently out of order.
Since April 2021 it is less likely to encounter this scenario as we are now synchronizing time with a much higher resolution, however, it is still technically possible to encounter this situation.
If an integration is performing these changes rapidly back to back on a single work item, then it is highly recommended to have the integration utilize cookies and capture the JSESSIONID attribute and reuse this. This will keep the integration pinned to a single application server and reduce the likelihood of multiple requests being serviced by multiple application servers.