Skip to content
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
wants to merge 298 commits into
base: 4.x
Choose a base branch
from
Open

4.x #1021

wants to merge 298 commits into from

Conversation

ayushisingh29
Copy link
Contributor

No description provided.

arunagrawal84 and others added 30 commits December 20, 2018 11:11
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.
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.
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.
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.
mattl-netflix and others added 30 commits June 2, 2022 16:05
…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.
…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet