anmolanmol1234 commented on code in PR #7265:
URL: https://github.com/apache/hadoop/pull/7265#discussion_r1910277487
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/ConfigurationKeys.java:
##########
@@ -359,5 +359,27 @@ public static String accountProperty(String property,
String account) {
public static final String
FS_AZURE_APACHE_HTTP_CLIENT_MAX_CACHE_CONNECTION_SIZE =
"fs.azure.apache.http.client.max.cache.connection.size";
/**Maximum idle time for a ApacheHttpClient-connection: {@value}*/
public static final String FS_AZURE_APACHE_HTTP_CLIENT_IDLE_CONNECTION_TTL =
"fs.azure.apache.http.client.idle.connection.ttl";
+
+ /**
+ * Blob copy API is an async API, this configuration defines polling duration
+ * for checking copy status {@value}
+ */
+ public static final String FS_AZURE_BLOB_COPY_PROGRESS_WAIT_MILLIS =
"fs.azure.blob.copy.progress.wait.millis";
Review Comment:
keep the comments formatting constant
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]