You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/09 17:19:31 UTC

[GitHub] [hadoop] bharatviswa504 commented on a change in pull request #1623: HDDS-2269. Provide config for fair/non-fair for OM RW Lock.

bharatviswa504 commented on a change in pull request #1623: HDDS-2269. Provide config for fair/non-fair for OM RW Lock.
URL: https://github.com/apache/hadoop/pull/1623#discussion_r333134608
 
 

 ##########
 File path: hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/lock/PooledLockFactory.java
 ##########
 @@ -26,9 +26,14 @@
  */
 public class PooledLockFactory extends BasePooledObjectFactory<ActiveLock> {
 
+  private boolean fairness;
+
+  public PooledLockFactory(boolean fair) {
 
 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org