prashantpogde commented on code in PR #4252:
URL: https://github.com/apache/ozone/pull/4252#discussion_r1119370645
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueContainer.java:
##########
@@ -671,6 +671,18 @@ public void writeLock() {
this.lock.writeLock().lock();
}
+ @Override
+ public void readUnlock(String opName) {
+ // not used anywhere, implemented as part of interface.
+ this.lock.writeLock().lock();
Review Comment:
writeLock ??
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]