From 33ea5deaa0b130a8f0efa0422ca580c729ce7bd3 Mon Sep 17 00:00:00 2001 From: Sanketh Nalli Date: Fri, 13 Oct 2023 15:17:16 -0700 Subject: [PATCH] comments --- .../github/ambry/cloud/azure/AzureCloudDestinationSync.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ambry-cloud/src/main/java/com/github/ambry/cloud/azure/AzureCloudDestinationSync.java b/ambry-cloud/src/main/java/com/github/ambry/cloud/azure/AzureCloudDestinationSync.java index 967b8e9133..36de515575 100644 --- a/ambry-cloud/src/main/java/com/github/ambry/cloud/azure/AzureCloudDestinationSync.java +++ b/ambry-cloud/src/main/java/com/github/ambry/cloud/azure/AzureCloudDestinationSync.java @@ -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.