Skip to content

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

29 Mar 16:50
Compare
Choose a tag to compare

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

28 Mar 18:01
Compare
Choose a tag to compare

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

24 Mar 00:11
Compare
Choose a tag to compare
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

15 Mar 20:35
Compare
Choose a tag to compare

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

04 Mar 00:01
Compare
Choose a tag to compare
Merge pull request #444 from tulumvinh/3.x

Removal of yaml entries not applicable to Cassandra 2.1

Optimize reconnection to remote JMX agent

15 Feb 22:54
Compare
Choose a tag to compare
Merge pull request #442 from tulumvinh/3.x

Optimize reconnection to remote JMX agent

Optimize reconnection to remote JMX agent

12 Feb 04:37
Compare
Choose a tag to compare
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

11 Feb 23:43
Compare
Choose a tag to compare

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

11 Feb 00:05
Compare
Choose a tag to compare
Remove 2.x build status