wchevreuil commented on a change in pull request #749: HBASE-23205 Correctly
update the position of WALs currently being replicated
URL: https://github.com/apache/hbase/pull/749#discussion_r340532286
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.java
##########
@@ -466,8 +461,27 @@ void postLogRoll(Path newLog) throws IOException {
}
@VisibleForTesting
- public AtomicLong getTotalBufferUsed() {
- return totalBufferUsed;
+ public long getTotalBufferUsed() {
Review comment:
Trivial, unnecessary change that just adds overhead to review. Please revert
it.
----------------------------------------------------------------
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