File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,8 +272,8 @@ void clearProgress() {
272272 * ScannerContext across all the compaction lifetime, and we will call Shipper.shipped to clear
273273 * the block reference, so it is safe to clear the block size progress in compaction.
274274 */
275- @ RestrictedApi (explanation = "Should only be called in compaction " , link = "" ,
276- allowedOnPath = ".*/org/apache/hadoop/hbase/regionserver/compactions/* .java|.*/src/test/.*" )
275+ @ RestrictedApi (explanation = "Should only be called in Compactor " , link = "" ,
276+ allowedOnPath = ".*/org/apache/hadoop/hbase/.*/*Compactor .java|.*/src/test/.*" )
277277 public void clearBlockSizeProgress () {
278278 progress .setBlockSize (0 );
279279 }
You can’t perform that action at this time.
0 commit comments