mackrorysd commented on issue #1: HBASE-22149. HBOSS: A FileSystem 
implementation to provide HBase's re…
URL: https://github.com/apache/hbase-filesystem/pull/1#issuecomment-488794714
 
 
   >> whatever lock manager we think will be the most commonly used
   
   ZKTreeLockManager is the only one that can be used for a distributed 
cluster. Null only exists to easily reproduce the problems (it's just no-ops). 
I doubt anyone will use Local for an embedded cluster - it's mainly for dev & 
test; and right now, Local isn't even the default for unit tests. They run 
*way* faster on Local, but since it's easy to embed a ZK peer and that's more 
valuable testing, that's what 'mvn verify' does by default.

----------------------------------------------------------------
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

Reply via email to