Github user WireBaron commented on a diff in the pull request: https://github.com/apache/geode/pull/683#discussion_r131287366 --- Diff: geode-core/src/main/java/org/apache/geode/distributed/internal/locks/DLockRequestProcessor.java --- @@ -196,6 +196,13 @@ long getLeaseExpireTime() { return this.response.leaseExpireTime; } + /** + * + * @param interruptible + * @param lockId + * @return + * @throws InterruptedException only possible if interruptible is true. + */ protected boolean requestLock(boolean interruptible, int lockId) throws InterruptedException { final boolean isDebugEnabled_DLS = logger.isTraceEnabled(LogMarker.DLS); --- End diff -- Did you want to remove this, as you seem to be removing a lot of switching based on it. Is this code going to be log spammy without this?
--- 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. ---