-
Notifications
You must be signed in to change notification settings - Fork 294
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
4.x #1021
Open
ayushisingh29
wants to merge
298
commits into
Netflix:4.x
Choose a base branch
from
ayushisingh29:4.x
base: 4.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
4.x #1021
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
…s, META_V2. Fix dateutils
Backup 2.0: Validation and TTL
Update the last modified time of manifest file to snapshot time.
* Add metric on CassandraConfig resource calls
Support configure/tune complex parameters in cassandra.yaml.
…amp. Changes to Servlet API.
Add Cass SNAPSHOT JMX status, snapshot version, last validated timestamp. Changes to Servlet API.
Do not throw NPE when no backup is found for the requested date.
update to netflixoss 7.0.0
Note: AmazonServiceException can be for either Amazon unable to process request or for slow down. In either case, it is better to try to upload.
Do not check existence of file if it is not SST_V2.
ninja fix from Netflix#766
Add a rate limiter to s3 objectExist so we don't get slow down from S3.
Put a cache in front of remote file system call of objectExist.
…Netflix#783) This allows us to work around the A->B->C replacement problem where Priam gets confused about who to replace
* move cassandra monitor to services * Move JMX to connection package.
…e backupChunkSize. (Netflix#985) * Preliminary refactoring in advance of adding Content-MD5 header to single part uploads. That header is required when objects have a retention period. * Optionally add md5 header for direct puts.
… a certain window. (Netflix#992)
…d within a certain window. (Netflix#992)" (Netflix#997) This reverts commit 57b26a4.
… we use BigInteger to store and compare them. (Netflix#1005)
…ad data files last. (Netflix#999) * Reveal whether an sstable file is an incremental backup in SNS notification. * Remove retry parameter from upload method. It is always 10 in practice and there is no way to change it without a code change. * Move upload logic out of AbstractBackup into an interface called BackupHelper. * Upload data files last. * Don't compress anything when backupsToCompress is set to None.
…notification messages (Netflix#1006) * Adding ability to add more keys in the message attributes for backup notification messages * Formatting as per google java format * Incorporating review comments * Fixing failing tests in TestBackupNotificationMgr
… attributes. (Netflix#1010) * Use an ImmutableSet rather than an ImmutableList of additional message attributes when sending SNS backup notifications. * Use ImmutableSet rather than ImmutableList to store additional message attributes.
…en before then it is automatically compressed using SNAPPY before upload. (Netflix#1013)
Sync 4.x with OSS 3.11
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.
No description provided.