guangxuCheng commented on a change in pull request #764: HBASE-23223 Support the offsetLock of bucketCache to use strong ref URL: https://github.com/apache/hbase/pull/764#discussion_r341087108
########## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/util/IdReadWriteLock.java ########## @@ -18,13 +18,12 @@ */ package org.apache.hadoop.hbase.util; -import java.lang.ref.Reference; import java.util.concurrent.locks.ReentrantReadWriteLock; import org.apache.yetus.audience.InterfaceAudience; - import org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesting; + Review comment: Remove empty line ---------------------------------------------------------------- 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
