ramkrish86 commented on a change in pull request #939: HBASE-23349 : Notify 
readers if archival of compacted store files is stuck due to scanners
URL: https://github.com/apache/hbase/pull/939#discussion_r360483811
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
 ##########
 @@ -338,6 +341,7 @@ protected HStore(final HRegion region, final 
ColumnFamilyDescriptor family,
         getColumnFamilyName(), memstore.getClass().getSimpleName(), 
policyName, verifyBulkLoads,
         parallelPutCountPrintThreshold, family.getDataBlockEncoding(),
         family.getCompressionType());
+    isStoreFileForceArchivalEnabled = 
this.conf.getBoolean(FORCE_ARCHIVAL_AFTER_RESET, false);
 
 Review comment:
   Let the CP do this setter on this StoreScanner that it is wrapping . So that 
it is specific to that scanner only?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to