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

Revert "raft_serverpb: add an extra ExtraMessage::MsgAckCommittedIndex to get committed index. (#1240)" #1243

Merged
merged 2 commits into from
Apr 17, 2024

Commits on Apr 17, 2024

  1. Revert "raft_serverpb: add an extra `ExtraMessage::MsgAckCommittedInd…

    …ex` to get committed index. (pingcap#1240)"
    
    As the committed index can be fetched by the message pair `MsgReadIndex` and `MsgReadIndexResp`, it
    can be reverted.
    
    This reverts commit f87719b.
    LykxSassinator committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b798f50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff3256d View commit details
    Browse the repository at this point in the history