Bill commented on a change in pull request #6037:
URL: https://github.com/apache/geode/pull/6037#discussion_r584016314
##########
File path:
geode-membership/src/main/java/org/apache/geode/distributed/internal/membership/gms/GMSMembership.java
##########
@@ -1545,7 +1488,7 @@ private boolean isNew(final ID m) {
* <p>
* Like isShunned, this method holds the view lock while executing
*
- * Concurrency: protected by {@link #latestViewLock} ReentrantReadWriteLock
+ * Concurrency: protected by {@link #latestViewReadLock}
ReentrantReadWriteLock
Review comment:
I misspoke and the comment is still wrong. This would be better:
```java
* Concurrency: protected by {@link #latestViewReadLock}
```
no such thing as a "ReentrantReadWriteLock". Sorry for the confusion!
----------------------------------------------------------------
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]