-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Handle EKP Tenant Not Found Errors #9261
Merged
sfc-gh-nwijetunga
merged 39 commits into
apple:main
from
sfc-gh-nwijetunga:nim/ekp-key-not-found
Feb 2, 2023
Merged
Handle EKP Tenant Not Found Errors #9261
sfc-gh-nwijetunga
merged 39 commits into
apple:main
from
sfc-gh-nwijetunga:nim/ekp-key-not-found
Feb 2, 2023
Conversation
This file contains 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
* main: remove client info encryption state (apple#9096) Fix /redwood/correctness/EnforceEncodingType unit test (apple#9095) Disconnection to satellite TLog should trigger recovery in gray failure detection Use const& for functor arguments Address review comments Update generated.go Also make database option visible Update design doc, and make AUTOMATIC_IDEMPOTENCY visible Use std::decay_t instead of std::remove_reference_t and std::remove_const_t Add support for flatMap in optional and erroror. Allow calling map with a lambda without specifying the return type template parameter. Fix example code Initial automatic idempotency docs Add overloads of the Optional::map and ErrorOr::map functions that allow you to more easily convert to a value's members. Add a similar mapRef function if the wrapped type is a pointer-type.
…ant-deletion * nim/restore-optional-to-required: (40 commits) Use existing function to read database configuration Ignore `g_simulator` when testing on a real cluster More ss cf perf fixes main (apple#9109) The metacluster consistency check didn't account for the possibility that a partially applied operation could leave the set of tenant groups different between the management cluster and a data cluster. Also update metacluster consistency to use comparison based asserts, where appropriate. fix the no tenant check failure Trigger a commit if none happens within some amount of time when a tenant lookup is performed Change TLog pull async data warning timeout clearify the return type Blob Worker Encryption doesn't use BG_METADATA_SOURCE (apple#9121) Restart joshua Add tokensign dependency for Windows Trace data hall id in MachineMetrics events Add event for txn server initialization and a warning for TLog slow catching up fix assertion error check SetVersionstampedKey offset toml file format Resolver uses Encryption DB Config (apple#9002) Apply suggestions from code review Add data verification at the end of BlobRestoreBasic.toml Clean up cluster controller's wait on recoveredDiskFiles (apple#9105) ...
Doxense CI Report for Windows 10
|
Result of foundationdb-pr-clang-ide on Linux CentOS 7
|
Result of foundationdb-pr on Linux CentOS 7
|
Result of foundationdb-pr-clang-ide on Linux CentOS 7
|
Doxense CI Report for Windows 10
|
Result of foundationdb-pr on Linux CentOS 7
|
Result of foundationdb-pr-clang on Linux CentOS 7
|
Doxense CI Report for Windows 10
|
Result of foundationdb-pr-clang-ide on Linux CentOS 7
|
Result of foundationdb-pr-macos-m1 on macOS Monterey 12.x
|
Result of foundationdb-pr-cluster-tests on Linux CentOS 7
|
Result of foundationdb-pr-clang on Linux CentOS 7
|
Result of foundationdb-pr on Linux CentOS 7
|
Result of foundationdb-pr-macos on macOS Monterey 12.x
|
5 tasks
Result of foundationdb-pr-clang-ide on Linux CentOS 7
|
Result of foundationdb-pr-clang-ide on Linux CentOS 7
|
Result of foundationdb-pr-macos on macOS Monterey 12.x
|
Doxense CI Report for Windows 10
|
Result of foundationdb-pr-macos-m1 on macOS Monterey 12.x
|
Result of foundationdb-pr on Linux CentOS 7
|
Result of foundationdb-pr-clang on Linux CentOS 7
|
Result of foundationdb-pr-clang on Linux CentOS 7
|
Result of foundationdb-pr on Linux CentOS 7
|
sfc-gh-ahusain
approved these changes
Feb 2, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Result of foundationdb-pr-cluster-tests on Linux CentOS 7
|
Result of foundationdb-pr-cluster-tests on Linux CentOS 7
|
Result of foundationdb-pr-cluster-tests on Linux CentOS 7
|
sfc-gh-nwijetunga
added a commit
to sfc-gh-nwijetunga/foundationdb
that referenced
this pull request
Feb 2, 2023
* main: (23 commits) Handle EKP Tenant Not Found Errors (apple#9261) move feed cleanup check to after data is guaranteed to be available for granule (apple#9283) remove test timeout Reduce logging level for verbose events Added documentation for consistencyscan CLI command. Fix audit_storage issues (apple#9265) Update bindings/bindingtester/spec/tenantTester.md Update bindings/bindingtester/spec/tenantTester.md update bindingtester spec Fixing SkewedReadWrite to load its metadata in a transactionally consistent way (apple#9274) push string onto stack when active tenant is set Add comments on why custom encoding is needed patch to fix some existing bindingtester issues add arg and return type to the c_api for impl.py Fix includes Add from_7.0.0_until_7.2.0 for UpgradeAndBackupRestore tests Change UpgradeAndBackupRestore to from_7.2.4 Add a new toml option to disable failure injection workload Change SubmitBackup to only reboot in Attrition add method to return idfuture ...
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.
It is possible for the EKP to throw tenant not found (key fetch) errors during the restore process. Ensure that we handle these errors to allow the restore to make progress (both snapshot and mutation log restores)
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-branch
ormain
if this is the youngest branch)