A.J. Beamon
A.J. Beamon
A recent correctness test turned up a crash in Redwood that may also be related to change feeds. The test is reproduced on 999097efb193d8f5f9fc72a1c77ab2a47f3953db with the following parameters: ``` bin/fdbserver...
The current coverage tool parses the line with a `TEST` macro for a C++ comment (e.g. `// this test does X`). This comment must be on the same line as...
When changing a tenant group in a cluster, the command can fail because the individual cluster has no extra capacity. If this happens, throw the `cluster_no_capacity` error. # Code-Reviewer Section...
Update backup and restore (except parallel restore) to include system key ranges needed for tenants. Also re-enables simulated backup tests with tenants, with the exception of parallel restore tests. #...
When creating a directory in the directory layer, part of the process is to confirm that a new directory does not have a prefix that conflicts with any old prefixes....
This is a proof-of-concept for an idea I had to avoid the `cluster_version_changed` error that happens on startup when connecting with the MVC. Rather than forcing you to re-run the...
Add a metacluster version to the MetaclusterRegistrationEntry and validate it when loading the entry
This add a version field to `MetaclusterRegistrationEntry` and enforces that the version be a legal version when performing metacluster operations. This will help to prevent an old version of an...
This excludes a few cases where we have old sample code written in Python 2 and a few files written externally. Add external files as exclusions to the precommit checks....
This also ignores E402, which detects when we have module level import statements not at the top of the file, since we have many files that use this pattern and...
The pre-commit config would not properly parse due to bad indentation # Code-Reviewer Section The general pull request guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the following things...