-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update rocksdb-joshua branch. #7690
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
Merged
Merged
Conversation
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
…re results or not.
Patch addresses an issue where loop generating random buffer for the test might run in an infinite loop if KeySpace gets exhausted but the 'targetBuffer' bytes aren't generated. Description Testing
…NullCodec that passes through the arguments unchanged.
…uple to allow all types to be passed via .append() so they can be used with makeTuple.
…ound. Add a serialize function and equality operators to ClusterConnectionString. Remove unused variable.
…s used for tenant metadata.
Fix snapshotFormatUnitTest infinite loop
Backups, Azure, Issue 7570: Check existance of container before creation attempt
Granule merging converge
Co-authored-by: A.J. Beamon <[email protected]>
Clients now poll the proxy for the latest global config for a specific version. The proxy now periodically requests the latest global configuration data and stores it in memory, enabling it to respond immediately to clients with the appropriate version.
Co-authored-by: A.J. Beamon <[email protected]>
Co-authored-by: A.J. Beamon <[email protected]>
… first transaction in deleteTransaction to use on subsequent retries.
fdbserver/storageserver.actor.cpp:654:24: error: cannot pass object of non-trivial type 'const std::string' (aka 'const basic_string<char, char_traits<char>, allocator<char>>') through variadic function; call will abort at runtime [-Wnon-pod-varargs] Just use fmt instead
…ked-types Use key-backed types for tenants
…ental [DD Testability] Add unittest for resuming infligh relocations
Resolving hostname might be blocking.
TenantState::ERROR collides with WinGDI's #define ERROR 0
#7614) * Use enum variables to invoke Priority checking * add an explicit isDataMovementForReadBalancing function * Set up RelocateShard in terms of data movement reason instead of priority * Remove isMountainChopperPriority * Remove isDiskRebalancePriority * Fix formatting * Fix misnamed DataMovementReason::TEAM_HEALTHY Co-authored-by: Zhongxing Zhang <[email protected]>
Java bindings for BG Purge (#6816)
fixup! Let clang accepts crc32_wrapper.c
Fix WinGDI name collision by defining macro NOGDI
* Adds ddsketch_calc.py which implements a class for DDSketch related calculations * Adds ddsketch_conversion.py for quickly computing a bucket index to a value or vice-versa * Adds ddsketch_compare.py to compute how similar two ddsketch distributions are * Adds export_graph.py to graph the ddsketch distribution outputted from mako The arguments for ddsketch_conversion.py are: -b, --bucket: the bucket index that we need to calculate the value from (optional) -v, --value: the value that we need to calculate the bucket index from (optional) -e, --error_guarantee: the error guarantee for ddsketch (optional, default is 0.005) The arguments for ddsketch_compare.py are: --file1: Path to first ddsketch json --file2: Path to second ddsketch json --txn1: The transaction type for the first file --txn2: The transaction type for the second file --op: The operation name (ex: GRV, GET ...) The arguments for export_graph.py: --file: path to ddsketch distribution --txn, -t: Transaction type from file --title: title for graph (optional, otherwise "Title" is used) --savefig: Path to save the image plot (optional) --op: Which operation to plot
Add timeout during Status generation
Contributor
Result of foundationdb-pr on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-cluster-tests on Linux CentOS 7
|
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.
Put description here...
Code-Reviewer Section
The general 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)