anmolanmol1234 commented on code in PR #8400:
URL: https://github.com/apache/hadoop/pull/8400#discussion_r3193745606
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/ConfigurationKeys.java:
##########
@@ -627,6 +627,32 @@ public static String containerProperty(String property,
String fsName, String ac
*/
public static final String FS_AZURE_TAIL_LATENCY_MAX_RETRY_COUNT =
"fs.azure.tail.latency.max.retry.count";
+ /**
+ * Configuration key to control the vectored read strategy used by ABFS:
{@value}
+ */
+ public static final String FS_AZURE_VECTORED_READ_STRATEGY =
"fs.azure.vectored.read.strategy";
+
+ /**
+ * Configuration key that defines the minimum gap between adjacent read
ranges
+ * for merging ranges during vectored reads in ABFS: {@value}.
+ */
+ public static final String FS_AZURE_MIN_SEEK_FOR_VECTORED_READS =
+ "fs.azure.min.seek.for.vectored.reads";
+
+ /**
+ * Configuration key that defines the maximum gap between adjacent read
ranges
+ * for merging ranges during vectored reads in ABFS: {@value}.
+ */
+ public static final String FS_AZURE_MAX_SEEK_FOR_VECTORED_READS =
Review Comment:
taken
--
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]