We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
为了支持 memcache 平滑迁移和暖机。我们应该能让overlord能有能力将写请求自动转发到新的节点上。 但是这种多写功能其实是有巨大的限制的:
请求重排列带来的数据混乱可能会造成脏数据,而且可能性还很高。
要如何解决上述问题,需要我们的思考。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
motivation
为了支持 memcache 平滑迁移和暖机。我们应该能让overlord能有能力将写请求自动转发到新的节点上。
但是这种多写功能其实是有巨大的限制的:
请求重排列带来的数据混乱可能会造成脏数据,而且可能性还很高。
要如何解决上述问题,需要我们的思考。
The text was updated successfully, but these errors were encountered: