kadirozde commented on code in PR #5545:
URL: https://github.com/apache/hbase/pull/5545#discussion_r1443692228


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java:
##########
@@ -41,7 +45,7 @@
  * Default implementation of StoreFileManager. Not thread-safe.
  */
 @InterfaceAudience.Private
-class DefaultStoreFileManager implements StoreFileManager {
+public class DefaultStoreFileManager implements StoreFileManager {

Review Comment:
   Adding dual file writing capability to default compactor but not mob 
compaction required MobStoreEngine not to extend DefaultStoreEngine anymore. 
Instead MobStoreEngine now extends StoreEngine<DefaultStoreFlusher, 
RatioBasedCompactionPolicy, DefaultMobStoreCompactor, DefaultStoreFileManager>. 
This required making DefaultStoreFileManager public.



-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to