Skip to content

Releases: Netflix/Priam

Enabling manipulation of ACL within classic, or vpc environment

18 Jun 00:56
Compare
Choose a tag to compare
Merge pull request #494 from tulumvinh/3.x

Enabling manipulation of ACL within classic, or vpc environment

Merge of 3.x-vpc "A means to manipulate ACL within classic, or vpc environment for" without enabling it (i.e. did not merge AWSMembership.java, and PriamConfiguration.java

16 Jun 23:19
Compare
Choose a tag to compare
Merge pull request #492 from tulumvinh/3.x

Merge of 3.x-vpc "A means to manipulate ACL within classic, or vpc environment for" without enabling it (i.e. did not merge AWSMembership.java, and PriamConfiguration.java

Eliminate unneccessargy injection for parallization incremental upload

13 Jun 23:04
Compare
Choose a tag to compare
Merge pull request #488 from tulumvinh/2.x

Eliminate unneccessargy injection for parallization incremental upload

1. Determine status of a snapshot for a date 2. Remove static bindingof incremental bakcup implementation 3. Allow regex for exclusion of keyspace(s) and/or CFs filter

13 Jun 05:27
Compare
Choose a tag to compare

Determine status of a snapshot with following rest url:

Status check
curl "http://localhost:8080/Priam/REST/v1/backup/status/20160606" will return {"Snapshotstatus":false} or {"Snapshotstatus":true}

curl "http://localhost:8080/Priam/REST/v1/backup/status/20160606/snapshots" will return all snapshots for date of 20160607. E.g.
{"Snapshots":["201606060450","201606060504"]} or "Snapshots":[]}

NOTE: Priam snapshot status is not durable, it’s only in-memory. And we keep state of the last 60 days from current date.

Determine status of a snapshot for a date

06 Jun 05:52
Compare
Choose a tag to compare

Status check
curl "http://localhost:8080/Priam/REST/v1/backup/status/20160606" will return {"Snapshotstatus":false} or {"Snapshotstatus":true}

curl "http://localhost:8080/Priam/REST/v1/backup/status/20160606/snapshots" will return all snapshots for date of 20160607. E.g.
{"Snapshots":["201606060450","201606060504"]} or "Snapshots":[]}

NOTE: Priam snapshot status is not durable, it’s only in-memory. And we keep state of the last 60 days from current date.

Optional incremental backup parallization

02 Jun 23:58
Compare
Choose a tag to compare
Merge pull request #481 from tulumvinh/3.x

1. Optional incremental backup parallization 2. Updated Bintray API key from master

enable incremental parallelization via properties variable

02 Jun 23:26
Compare
Choose a tag to compare
Merge pull request #480 from tulumvinh/2.x

enable incremental parallelization via properties variable

Parallization incremental backup - setup of threads, queue sizes base on properties

01 Jun 23:46
Compare
Choose a tag to compare
Merge pull request #478 from tulumvinh/2.x

Parallization incremental backup - setup of threads, queue sizes base on properties

Parallization incremental backup - setup of threads, queue sizes base on properties

01 Jun 23:36
Compare
Choose a tag to compare
Merge pull request #478 from tulumvinh/2.x

Parallization incremental backup - setup of threads, queue sizes base on properties

Properties for parallel incremental backup

01 Jun 18:44
Compare
Choose a tag to compare
Merge pull request #477 from tulumvinh/2.x

temporary disable unit test