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

refactor: change leader election semantics. #238

Merged
merged 14 commits into from
Mar 17, 2022
Merged

refactor: change leader election semantics. #238

merged 14 commits into from
Mar 17, 2022

Commits on Mar 10, 2022

  1. refactor: change leader election semantics.

    Now leader election campaign will not return when the node beomes leader, instead it will block until the leader election session exists, updating status proactively. This change will make leader election status more accurate.
    Reasno committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    f3fdedb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e04ea81 View commit details
    Browse the repository at this point in the history
  3. fix: return if renew fails

    Reasno committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    487b33d View commit details
    Browse the repository at this point in the history
  4. test: increase test duration

    Reasno committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    9983344 View commit details
    Browse the repository at this point in the history
  5. docs: add jetbrains thanks

    GGXXLL committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    35e5267 View commit details
    Browse the repository at this point in the history
  6. fix(cron): example flakes

    GGXXLL committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    5c0894c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    29bcbee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    666b46f View commit details
    Browse the repository at this point in the history
  3. fix(leader): test data race

    GGXXLL committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    f7b5a55 View commit details
    Browse the repository at this point in the history
  4. fix(leader): test key conflict

    GGXXLL committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    6d1f05a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a37160 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    9cea2e8 View commit details
    Browse the repository at this point in the history
  2. doc: add comment

    Reasno committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    99ccd7a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. fix(leaderredis): data race

    GGXXLL committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    65cba73 View commit details
    Browse the repository at this point in the history