Skip to content

Commit

Permalink
HBASE-26079 Use StoreFileTracker when splitting and merging (apache#3617
Browse files Browse the repository at this point in the history
)

Signed-off-by: Duo Zhang <[email protected]>
  • Loading branch information
wchevreuil authored and BukrosSzabolcs committed Dec 2, 2021
1 parent 998af5d commit 3c0c21a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;

import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.regionserver.StoreContext;
import org.apache.hadoop.hbase.regionserver.StoreFileInfo;
import org.apache.hbase.thirdparty.org.apache.commons.collections4.CollectionUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down

0 comments on commit 3c0c21a

Please sign in to comment.