Skip to content

Releases: Netflix/Priam

Replace ip fixes, incremental backups of secondary index sstables

11 Jun 17:40
Compare
Choose a tag to compare

Set replaceip for all non-live pre-assigned tokens #1099
Prefer replacing dead nodes with the same IP. #1098
Restore incremental backups of secondary index sstables. #1093
Allow operators to remove the replaceip by passing "null" #1097

Return 409 if snapshot is in progress

20 May 20:31
fee4ddf
Compare
Choose a tag to compare
Return status code 409 is do_snapshot is already in progress (#1096)

Co-authored-by: ayushis <[email protected]>

Always use private IPs

20 May 18:10
Compare
Choose a tag to compare
v4.1.10

Update CHANGELOG in advance of 4.1.8

v4.1.9

25 Apr 22:27
839077c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.8...v4.1.9

v4.1.8

23 Apr 01:07
5ce3496
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.7...v4.1.8

Remove backup V1

11 Apr 14:34
Compare
Choose a tag to compare
v4.1.7

Update CHANGELOG in advance of v4.1.7

Allow operators to skip meta file validation on restore

10 Mar 17:31
6e9ab1a
Compare
Choose a tag to compare
Reveal hook to assume meta file validity on restore. This speeds rest…

…ores when meta files are large and known to be valid. A more-correct solution of using the BackupStatusMgr is forthcoming. (#1085)

Revert v4.1.4

06 Mar 01:34
3ad7dba
Compare
Choose a tag to compare
Revert "Restore without deleting data, post-restore hooks or starting…

… cassandra. (#1080)" (#1083)

This reverts commit af69e3b023e8f337a083c08768a58b57b86dca43.

v4.1.4

02 Mar 00:09
af69e3b
Compare
Choose a tag to compare

What's Changed

  • Restore without deleting data, post-restore hooks or starting cassandra. by @mattl-netflix in #1080

Full Changelog: 4.1.3...v4.1.4

4.1.3: remove peers_v2 from restore (#1076)

26 Sep 22:16
ec2ef37
Compare
Choose a tag to compare

Omit peers_v2 in restore. #1076
503 on status check when gossip and native are both down #1075