Skip to content

Releases: Netflix/Priam

Minimize verbose logging

25 Apr 23:21
Compare
Choose a tag to compare
Merge pull request #465 from tulumvinh/3.x

minimize verbose logging

Minimize verbose logging

22 Apr 21:20
Compare
Choose a tag to compare
Merge pull request #462 from tulumvinh/2.x

minimize verbose logging

Provide ability to force JMX connection between Priam and Cassandra

14 Apr 00:23
Compare
Choose a tag to compare
Merge pull request #461 from tulumvinh/3.x

Provide ability to force JMX connection between Priam and Cassandra

Provide ability to force JMX connection between Priam and Cassandra

13 Apr 05:33
Compare
Choose a tag to compare
Merge pull request #459 from tulumvinh/2.x

A means to clean up existing and recreate the JMX connection to the Cassandra process.

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