Github user WireBaron commented on a diff in the pull request:

    https://github.com/apache/geode/pull/683#discussion_r131287871
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/distributed/internal/locks/DLockToken.java
 ---
    @@ -87,7 +87,8 @@
       private Thread thread;
     
       /**
    -   * Number of threads currently using this lock token.
    +   * Number of usages of this lock token. usageCount = recursion + (# of 
threads waiting for this
    +   * lock). It's weird, I know.
    --- End diff --
    
    Did you want the editorial comment pushed?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to