Releases: Netflix/Priam
1. Allow visibility on the state of a current restore 2. Upgrade tests to use JMockit 1.19 3. Properly log a client asks for a token value
Decouple backup and restore from the backup servlet.. Allow visibility on the state of a current restore
Upgrade tests to use JMockit 1.19, which is compatible with newer version of jdk. Also, refactor tests to account for new restore
Properly log a client asks for a token value. The gateway to this request from Cassandra itself and other clients is the REST api
Properly log a client asks for a token value
Properly log a client asks for a token value. The gateway to this request from Cassandra itself and other clients is the REST api
Exclusion of keyspace/CF from backups, allow visibility to restore, remove temp incremental audit file, and upgrade to JMockit 1.19
Merge pull request #453 from tulumvinh/2.x Exclusion of keyspace/CF from backups, allow visibility to restore, and remove temp incremental audit file
Exclusion keyspace, cf filters for snapshot, incremental, and restore
Priam has been enhanced to handle the following use cases:
Exclusion of keyspace(s) and/or CFs from snapshot.
Exclusion of keyspace(s) and/or CFs from incremental.
Exclusion keyspace(s) and/or CFs from restore.
Follow are the details:
Exclusion of keyspace(s) and/or CFs from snapshot
- enabled via FP Priam.snapshot.cf.filter and Priam.snapshot.keyspace.filter
- 1:* filter values are comma delimited.
- Format of CF filter is x.y where x is keyspace and y is CF.
- Keyspace filter is a superset of CF filter. E.g. if you keyspace filter is "system", and your CF filter is "system.schema_triggers", all "system" CFs will be filtered.
Excludsion of keyspace(s) and/or CFs from incremental
- enabled via FP Priam.incremental.keyspace.filter and Priam.incremental.cf.filter
Excludsion keyspace(s) and/or CFs from restore
- enabled via FP Priam.restore.keyspace.filter and Priam.restore.cf.filter
Removal of nonapplicable yaml entries for C* 2.1
Merge pull request #444 from tulumvinh/3.x Removal of yaml entries not applicable to Cassandra 2.1
Optimize reconnection to remote JMX agent
Merge pull request #442 from tulumvinh/3.x Optimize reconnection to remote JMX agent
Optimize reconnection to remote JMX agent
Merge pull request #440 from tulumvinh/2.x Optimize reconnection to remote JMX agent
Remove backward incompatible yml files due to no support in C* 2.1 or higher
Remove these out of yml files due to no support in C* 2.1 or higher
in_memory_compaction_limit_in_mb
memtable_total_space_in_mb
multithreaded_compaction
v3.0.2
Remove 2.x build status