Description
Per Observer interface
However, each observer is * always guaranteed to see a linear sequence of changes. In other words the * method will not be called concurrently from multiple threads and successive * calls represent a linear sequence of repository states, i.e. the root * state passed to a call is guaranteed to represent a repository state
Currently concurrent merge would result in concurrent calls to Observer. So that would need to be serialized
Attachments
Issue Links
- is related to
-
OAK-7758 Non-blocking CompositeNodeStore merges
- Closed