Validate Storage part II#8471
Merged
liquid-helium merged 42 commits intoJan 16, 2023
Merged
Conversation
…idate-data-consistency
…-helium/foundationdb into persisted-validate-data-consistency
…sisted-validate-data-consistency
Moved AuditUtils to fdbserver/
Throw/Send audit_storage_error when there is a data corruption. Added doAuditStorage() for resuming Audit.
…sisted-validate-data-consistency
Contributor
Result of foundationdb-pr-cluster-tests on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-clang-ide on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-clang on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-macos on macOS Monterey 12.x
|
Contributor
Result of foundationdb-pr on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-macos-m1 on macOS BigSur 11.5.2
|
Collaborator
Doxense CI Report for Windows 10
|
Contributor
Result of foundationdb-pr-clang-ide on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-cluster-tests on Linux CentOS 7
|
Contributor
Result of foundationdb-pr on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-macos-m1 on macOS BigSur 11.5.2
|
Contributor
Result of foundationdb-pr-macos on macOS Monterey 12.x
|
Contributor
Result of foundationdb-pr-clang on Linux CentOS 7
|
Collaborator
Doxense CI Report for Windows 10
|
Contributor
Result of foundationdb-pr-clang-ide on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-clang on Linux CentOS 7
|
Collaborator
Doxense CI Report for Windows 10
|
Contributor
Result of foundationdb-pr-macos-m1 on macOS BigSur 11.5.2
|
liquid-helium
force-pushed
the
persisted-validate-data-consistency
branch
from
January 12, 2023 22:52
bbcb89a to
0bbee07
Compare
Collaborator
Doxense CI Report for Windows 10
|
Contributor
Result of foundationdb-pr on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-clang-ide on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-cluster-tests on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-cluster-tests on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-clang on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-macos on macOS Monterey 12.x
|
Collaborator
Doxense CI Report for Windows 10
|
Contributor
Result of foundationdb-pr on Linux CentOS 7
|
liquid-helium
force-pushed
the
persisted-validate-data-consistency
branch
from
January 13, 2023 00:36
0bbee07 to
1198b5d
Compare
Contributor
Result of foundationdb-pr-clang-ide on Linux CentOS 7
|
Collaborator
Doxense CI Report for Windows 10
|
Contributor
Result of foundationdb-pr on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-clang on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-cluster-tests on Linux CentOS 7
|
Collaborator
Doxense CI Report for Windows 10
|
Contributor
Result of foundationdb-pr-clang-ide on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-cluster-tests on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-macos-m1 on macOS Monterey 12.x
|
Contributor
Result of foundationdb-pr-macos on macOS Monterey 12.x
|
Contributor
Result of foundationdb-pr-clang on Linux CentOS 7
|
Contributor
Result of foundationdb-pr on Linux CentOS 7
|
halfprice
approved these changes
Jan 16, 2023
sfc-gh-nwijetunga
added a commit
to sfc-gh-nwijetunga/foundationdb
that referenced
this pull request
Jan 18, 2023
* main: (33 commits) Change PTreeImpl::insert to overwrite existing entries (apple#9138) Add correct test for blob restore with large workload [EaR]: Update KMS request/response to embedd version details (apple#9135) client config tests: Improve readability of ClientConfigTest interface get_client_status: fix formatting in comments get_client_report: commenting DatabaseState::getClientStatus client_status_report: Change variable names get_client_status: a comment giving a more precise description get_client_status: document the schema of the returned json client_status_report: report cluster id from the DatabaseContext only get_client_status: remove redundant call to getRecentClosedPeers client_config_tester: Add a comment describing its contract client_config_tester: Adding missing break in switch case Validate Storage part II (apple#8471) add some rocksdb compile options that can be passed in at build time (apple#9141) Decrease the number of HCA test rounds to decrease the test time tenant entry was removed, changed to fixme (apple#9132) set watchTenantCheck within deleteTenant Fix tenant delete loop Clean up log messages ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Persist audit progress and restarts them when DD restarts.
The current target use case is to validate the correctness of a new storage engine in a relatively large cluster:
audit_storage hato trigger an audit, which will compare the key values between the primary and remote clustersget_audit_status hato find the audit result.Added fdbcli commands
audit_storageandget_audit_status.Code-Reviewer Section
The general pull request guidelines can be found here.
Please check each of the following things and check all boxes before accepting a PR.
For Release-Branches
If this PR is made against a release-branch, please also check the following:
release-branchormainif this is the youngest branch)