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

Fix replication notify flood leading to high CPU usage #329

Merged
merged 4 commits into from Feb 25, 2021
Merged

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    8de64c1 View commit details
    Browse the repository at this point in the history
  2. Fix deadlock issue with leader change

    Fix an edge case deadlock issue when there is a leader change for a
    partition but there is no metadata leader.
    tylertreat committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    f2118b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Fix replication notify flood leading to high CPU

    Fix an issue where the replication waiter logic which occurs when a
    follower is caught up with the leader causes a flood of notify and
    replication requests.
    
    This fixes issue #313.
    tylertreat committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    a77524a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc2ea9c View commit details
    Browse the repository at this point in the history