Closed WLefever-Cegeka closed 1 year ago
Fixed in https://github.com/Informatievlaanderen/VSDS-LDESServer4J/pull/861 . Fragmentizers now follow the sequenceNr of the members to determine order of fragmenting. New members being ingested during refragmentation will always receive an incremental sequence and won't be ingested too soon.
When we add a view and refragment the existing members (a process that might take a while), there's a possibility that new members for that collection (and thus for the view) arrive. However, these will not be fragmented since refragmentation is still ongoing and the views are only updated after refragmentation.
Example:
The new view will not have member 11. The issue arises between step 3 and step 5.