Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
snalli committed Oct 13, 2023
1 parent 7e249b8 commit 33ea5de
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,11 @@ public AzureCloudDestinationSync(VerifiableProperties verifiableProperties, Metr
/*
* These are the configs to be changed for vcr-2.0
*
* azureCloudConfig.azureNameSchemeVersion = 1
* azureCloudConfig.azureBlobContainerStrategy = PARTITION
* azureCloudConfig.azureNameSchemeVersion = 1
* azureCloudConfig.azureStorageAccountInfo = null; legacy remnant
* cloudConfig.ambryBackupVersion = 2.0
* cloudConfig.cloudContainerCompactionEnabled = false; Container are now Ambry partitions, and we do not delete partitions
* cloudConfig.cloudMaxAttempts = 1; retries are handled by azure-sdk
* cloudConfig.cloudRecentBlobCacheLimit = 0; unnecessary, repl-logic avoids duplicate messages any ways
* cloudConfig.vcrMinTtlDays = Infinite; Just upload each blob, don't complicate it.
Expand Down

0 comments on commit 33ea5de

Please sign in to comment.