-
Notifications
You must be signed in to change notification settings - Fork 7.3k
ZOOKEEPER-3373:need change description for "Single System Image" guarantee in document #931
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
Conversation
funny story, I just changed some MD documents, why checks faild? |
|
@maoling yes, it is quite misleading. see https://stackoverflow.com/questions/40797443/how-zookeeper-guarantees-single-system-image. That is why I made this pull request |
I agree the original statement is not very clear, but instead of changing it, how about actually clarify it with this: A client will see the same view of the service regardless of the server that it connects to, and a client will never see an older view of the system even if the client fails over to a different server with the same session. |
@hanm "A client will see the same view of the service regardless of the server that it connects to" sounds like "A client will see the same view of the service regardless of the server that it connects to at the first time", IMO |
Clarifying it is better than changing it, WDYT? @Kabike Can we move on? |
@maoling What should I do to move on? |
@Kabike
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 lgtm
…rantee in document In website, "Single System Image" is "A client will see the same view of the service regardless of the server that it connects to." I want to change it to "Once connected, a client will see the same view of the service even if it switchs to another server" Because the old one is a little misleading, if cluster has a outdated follower and a normal follower, I do not think a client will see the same view of the service regardless of the server that it connects to at its first connection. Author: 数组越界 <ihavenoemail@163.com> Reviewers: maoling <maoling199210191@sina.com>, Andor Molnár <andor@apache.org>, Michael Han <hanm@apache.org> Closes apache#931 from kabike/ZOOKEEPER-3373
It is very misleading |
@Michealwwx can you please tell us more ? |
…rantee in document In website, "Single System Image" is "A client will see the same view of the service regardless of the server that it connects to." I want to change it to "Once connected, a client will see the same view of the service even if it switchs to another server" Because the old one is a little misleading, if cluster has a outdated follower and a normal follower, I do not think a client will see the same view of the service regardless of the server that it connects to at its first connection. Author: 数组越界 <ihavenoemail@163.com> Reviewers: maoling <maoling199210191@sina.com>, Andor Molnár <andor@apache.org>, Michael Han <hanm@apache.org> Closes apache#931 from kabike/ZOOKEEPER-3373
…rantee in document In website, "Single System Image" is "A client will see the same view of the service regardless of the server that it connects to." I want to change it to "Once connected, a client will see the same view of the service even if it switchs to another server" Because the old one is a little misleading, if cluster has a outdated follower and a normal follower, I do not think a client will see the same view of the service regardless of the server that it connects to at its first connection. Author: 数组越界 <ihavenoemail@163.com> Reviewers: maoling <maoling199210191@sina.com>, Andor Molnár <andor@apache.org>, Michael Han <hanm@apache.org> Closes apache#931 from kabike/ZOOKEEPER-3373
In website, "Single System Image" is "A client will see the same view of the service regardless of the server that it connects to."
I want to change it to "Once connected, a client will see the same view of the service even if it switchs to another server"
Because the old one is a little misleading, if cluster has a outdated follower and a normal follower, I do not think a client will see the same view of the service regardless of the server that it connects to at its first connection.