Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusion about "writing to one side of a partition" #14

Open
sasacocic opened this issue Feb 4, 2022 · 1 comment
Open

Confusion about "writing to one side of a partition" #14

sasacocic opened this issue Feb 4, 2022 · 1 comment

Comments

@sasacocic
Copy link

sasacocic commented Feb 4, 2022

In section 8. why is CAP true it says

The basic idea is that if a client writes to one side of a partition, any reads that go to the other side of that partition can't possibly know about the most recent write.

but this is confusing to me. Because in section 7. What is a partition a partition is defined as

A partition is when the network fails to deliver some messages to one or more nodes by losing them (not by delaying them - eventual delivery is not a partition).

Basically it's not clear to me what you mean by "a client writes to one side of a partition". A partition as defined as a network failing to deliver some messages to node(s). I don't understand how that is something that is written to or has sides.

@henryr
Copy link
Owner

henryr commented Feb 4, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants