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
现在有A, B, C三个节点, A节点是Master, 读写操作从A进行,如果A节点同一时间进来两个 propose 操作pro1 和pro2 , pro1先 进行提案, 在提案成功后, A节点状态机执行时间比较长,超过了Master续约时间, 此时B节点进行trybemaster 并成为Master, 然后A节点的pro2号请求继续执行, 在2号提案通过并且状态机执行完成之后,会不会导致, 从B节点进行的读操作 没有做到latest read
The text was updated successfully, but these errors were encountered:
check: BeforePropose
Sorry, something went wrong.
No branches or pull requests
现在有A, B, C三个节点, A节点是Master, 读写操作从A进行,如果A节点同一时间进来两个 propose 操作pro1 和pro2 , pro1先 进行提案, 在提案成功后, A节点状态机执行时间比较长,超过了Master续约时间, 此时B节点进行trybemaster 并成为Master, 然后A节点的pro2号请求继续执行, 在2号提案通过并且状态机执行完成之后,会不会导致, 从B节点进行的读操作 没有做到latest read
The text was updated successfully, but these errors were encountered: