bilaharith commented on a change in pull request #1907: HADOOP-16854 Fix to 
prevent OutOfMemoryException and Make the threadpool and bytebuffer pool common 
across all AbfsOutputStream instances
URL: https://github.com/apache/hadoop/pull/1907#discussion_r403502393
 
 

 ##########
 File path: 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/ConfigurationKeys.java
 ##########
 @@ -41,8 +41,11 @@
   public static final String AZURE_WRITE_BUFFER_SIZE = 
"fs.azure.write.request.size";
   public static final String AZURE_READ_BUFFER_SIZE = 
"fs.azure.read.request.size";
   public static final String AZURE_BLOCK_SIZE_PROPERTY_NAME = 
"fs.azure.block.size";
-  public static final String AZURE_BLOCK_LOCATION_HOST_PROPERTY_NAME = 
"fs.azure.block.location.impersonatedhost";
+  public static final String AZURE_BLOCK_LOCATION_HOST_PROPERTY_NAME = 
"fs.azure.block.location.impersonatedhost";;
 
 Review comment:
   Done

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to