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

Add BitFlip fault injection workload #11264

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Add BitFlip fault injection workload #11264

wants to merge 8 commits into from

Commits on Mar 23, 2024

  1. Remove wrong comments

    jzhou77 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    5b9c291 View commit details
    Browse the repository at this point in the history
  2. Add BitFlip fault injection workload

    Add a bit flip for messages from TLog to SS. This either causes SS crash due to
    serialization error or inconsistent data on the SS.
    jzhou77 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c588f69 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    7205707 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    047bd9c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    0921e3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbc0a22 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Change checksum trace event severity

    When simulation injects bit flip errors, the checksum error should be ignored.
    At storage server, it will reboot when encountering checksum errors.
    jzhou77 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    84e9e03 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Merge branch 'main' of https://github.com/apple/foundationdb

    Resolve Conflicts:
    	fdbclient/ClientKnobs.cpp
    	fdbclient/include/fdbclient/CommitTransaction.h
    	fdbserver/storageserver.actor.cpp
    jzhou77 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7a505bd View commit details
    Browse the repository at this point in the history