bbeaudreault commented on code in PR #5654:
URL: https://github.com/apache/hbase/pull/5654#discussion_r1476729752
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java:
##########
@@ -2841,6 +2845,9 @@ public MultiResponse multi(final RpcController rpcc,
final MultiRequest request)
spaceQuotaEnforcement);
}
} finally {
+ if (context != null) {
Review Comment:
Hmm actually maybe it's better to keep this here and to instead handle
avoiding double counting append/increment, i.e. by passing in a isMulti boolean
or something
--
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]