Hi, On Mon, Apr 28, 2014 at 9:43 AM, Davide Giannella <[email protected]> wrote: > On 23/04/2014 15:05, Michael Dürig wrote: >> On the SegmentNS there is still a potential for conflicts between >> sessions. So we'd need some conflict validation there too. > Just for records. Worked a couple of days with Michael trying to > reproduce the issue with concurrent sessions on Segment and didn't > manage to reproduce it.
The SegmentMK guarantees serialized execution of commit hooks (even for cluster merges once we implement that), so there's no need to worry about conflicts within commit hooks. BR, Jukka Zitting
