I was reading about GFS and its consistency model but I'm failing to grasp some of it. In particular, can someone provide me with a specific example scenario (or an explanation of why it cannot happen) of:
- concurrent record append that could result in record duplication
- concurrent record append that could result in undefined regions
- concurrent writes (on a single chunk) that could result in undefined regions