wchevreuil commented on a change in pull request #437: HBASE-22539 WAL
corruption due to early DBBs re-use when Durability.A…
URL: https://github.com/apache/hbase/pull/437#discussion_r310392290
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java
##########
@@ -141,14 +147,43 @@ public void done() {
cleanup();
}
+ private void release(int mask) {
+ for (;;) {
Review comment:
I meant to put a _wait_ call inside this _for_ block, so that it does not
keep iterating indefinitely. But I guess condition on #153 will already halt it
on the 2nd iteration, so should be fine.
----------------------------------------------------------------
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]
With regards,
Apache Git Services