You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/12/04 20:41:09 UTC

[GitHub] [accumulo] keith-turner commented on issue #1447: Perform lease recovery for wasb filesystem

keith-turner commented on issue #1447: Perform lease recovery for wasb filesystem
URL: https://github.com/apache/accumulo/pull/1447#issuecomment-561829747
 
 
   This change may require the hadoop-azure jar on the runtime classpath even when not using Azure.  The code ` ns instanceof NativeAzureFileSystem` in HadoopLogCloser may cause that class the be searched for on the classpath.  
   
   Maybe the following will avoid it.
   
    * Mark dep optional in pom
    * Create a new class called AzureLogCloser
    * Document how user can configure Accumulo to use the log closer.
   
   With this approach the class AzureLogCloser will never be loaded unless configured. 
    

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services