Skip to content

Releases: Netflix/Priam

Adding C* logs directory location to Configuration

23 Aug 05:09
Compare
Choose a tag to compare

Adding C* logs directory location to Configuration

Make sudo usage to start C* as a configurable entry

20 Aug 07:41
Compare
Choose a tag to compare

Make sudo usage to start C* as a configurable entry

Native support for overriding large partition threshold

11 Aug 08:06
Compare
Choose a tag to compare
  • Allow configuration of the size of large partitions that get logged by Cassandra during compaction.
  • Make DSE Audit log tuning bindable with default way as YAML (since DSE 4.x).

Native support for overriding large partition threshold

09 Aug 22:53
Compare
Choose a tag to compare
  • Allow configuration of the size of large partitions that get logged by Cassandra during compaction.
  • Make DSE Audit log tuning bindable with default way as YAML (since DSE 4.x).

Remove guava dependency and create hints folder

21 Jul 00:21
Compare
Choose a tag to compare
  1. Remove guava dependency from NewTokenGenerator
  2. Create hints folder for Cassandra 3.x: From Cassandra 3.x, C* would need a separate hints folder.

Remove guava dependency from new token retriever

20 Jul 21:35
Compare
Choose a tag to compare

Remove the dependency of guava from NewTokenRetriever.java

BackupStatusMgr, Flush CRON and bug fix

19 Jul 18:28
Compare
Choose a tag to compare
  1. Make backup/snapshot status manager store additional details like meta file location.
  2. Ensure it can save last 60 snapshot days.
  3. Allow bindable values on how to save snapshot status in file/datastore. Default implementation stores in a file on the local instance.
  4. Non-backward compatible. The previous backup file gets overwritten with new values(null) during the upgrade process.
  5. By default flush scheduler type is HOUR (backward compatible). If the flush interval is not set, the flush task is considered OFF. Similar behavior for CRON.
  6. Resource leak (Too many open files) while calling CassandraMonitor.
    Note: JVM GC should clean the file descriptors, but there could be a situation where JVM GC is not able to keep up.

Bug Fix: Resource leak

19 Jul 18:24
Compare
Choose a tag to compare

Resource leak (Too many open files) while calling CassandraMonitor.
Note: JVM GC should clean the file descriptors, but there could be a situation where JVM GC is not able to keep up.

Enable CRON expression on flush

18 Jul 17:17
Compare
Choose a tag to compare

By default flush scheduler type is HOUR (backward compatible). If the flush interval is not set, the flush task is considered OFF. Similar behavior for CRON.

BackupStatusMgr changes

14 Jul 20:36
Compare
Choose a tag to compare
  1. Make backup/snapshot status manager store additional details like meta file location.
  2. Ensure it can save last 60 snapshot days.
  3. Allow bindable values on how to save snapshot status in file/datastore. Default implementation stores in a file on the local instance.
  4. Non-backward compatible. The previous backup file gets overwritten with new values(null) during the upgrade process.