taklwu commented on a change in pull request #2800:
URL: https://github.com/apache/hbase/pull/2800#discussion_r552874873



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java
##########
@@ -46,6 +46,8 @@
   int PRIORITY_USER = 1;
   int NO_PRIORITY = Integer.MIN_VALUE;
 
+  int getBlockSize();

Review comment:
       this was new change in the latest commit of this PR, mainly it's used 
for `HMobStore` when calling `createWriterInTmp`. but let me change it using  
`getStoreContext().getBlockSize()` to avoid adding a new interface. 




----------------------------------------------------------------
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]


Reply via email to