Hi Tom, we think that it was due to the allocation size of the sequence being greater than one, in combination with multiple instances generating events. This can lead to events with a lower global_index
being created later than ones with a higher global_index
. If this is the case for you, you would see that the order of the timestamps is not the same as the order of the global index. If this is the case, you could check this post for one way to fix it by changing the allocation size.
Please let me know if you have the same issue and if you could fix it this way.
1 Like