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

raftstore: return error when read index is dropped due to invaild leader #5316

Merged
merged 8 commits into from Aug 28, 2019

Commits on Aug 22, 2019

  1. return error when read index is dropped due to invaild leader

    Signed-off-by: 5kbpers <tangminghua@pingcap.com>
    5kbpers committed Aug 22, 2019
    Copy the full SHA
    ff841fe View commit details
    Browse the repository at this point in the history
  2. format code

    Signed-off-by: 5kbpers <tangminghua@pingcap.com>
    5kbpers committed Aug 22, 2019
    Copy the full SHA
    d19bf2b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. move condition checking to read_index function & add debug logs

    Signed-off-by: 5kbpers <tangminghua@pingcap.com>
    5kbpers committed Aug 23, 2019
    Copy the full SHA
    7d1a8a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Copy the full SHA
    f4e2572 View commit details
    Browse the repository at this point in the history
  2. update metrics

    Signed-off-by: 5kbpers <tangminghua@pingcap.com>
    5kbpers committed Aug 28, 2019
    Copy the full SHA
    17da44e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a9bdcd6 View commit details
    Browse the repository at this point in the history
  4. add a metric

    Signed-off-by: 5kbpers <tangminghua@pingcap.com>
    5kbpers committed Aug 28, 2019
    Copy the full SHA
    89db58a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6847da9 View commit details
    Browse the repository at this point in the history