Skip to content

Commit

Permalink
HBASE-28398 Make sure we close all the scanners in TestHRegion (#5701)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
Signed-off-by: Rajeshbabu Chintaguntla <rajeshbabu@apache.org>
(cherry picked from commit 63e3a43)
  • Loading branch information
Apache9 committed Feb 24, 2024
1 parent c28b1d5 commit ac01d72
Show file tree
Hide file tree
Showing 2 changed files with 539 additions and 542 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import java.util.List;
import java.util.Map.Entry;
import java.util.Properties;
import java.util.Set;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HConstants;
import org.apache.hadoop.util.StringUtils;
Expand Down

0 comments on commit ac01d72

Please sign in to comment.