You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/storefiletracker/MigrationStoreFileTracker.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ class MigrationStoreFileTracker extends StoreFileTrackerBase {
Copy file name to clipboardExpand all lines: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/storefiletracker/StoreFileTrackerFactory.java
+62-8Lines changed: 62 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -34,27 +34,66 @@
34
34
35
35
/**
36
36
* Factory method for creating store file tracker.
37
+
* <p/>
38
+
* The current implementations are:
39
+
* <ul>
40
+
* <li><em>default</em>: DefaultStoreFileTracker, see {@link DefaultStoreFileTracker}.</li>
41
+
* <li><em>file</em>:FileBasedStoreFileTracker, see {@link FileBasedStoreFileTracker}.</li>
42
+
* <li><em>migration</em>:MigrationStoreFileTracker, see {@link MigrationStoreFileTracker}.</li>
Copy file name to clipboardExpand all lines: hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/storefiletracker/TestMigrationStoreFileTracker.java
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@
23
23
24
24
importjava.io.IOException;
25
25
importjava.util.ArrayList;
26
-
importjava.util.Arrays;
27
26
importjava.util.List;
28
27
importjava.util.stream.Collectors;
29
28
importorg.apache.hadoop.conf.Configuration;
@@ -86,10 +85,10 @@ public class TestMigrationStoreFileTracker {
Copy file name to clipboardExpand all lines: hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/storefiletracker/TestRegionWithFileBasedStoreFileTracker.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,7 @@ public class TestRegionWithFileBasedStoreFileTracker {
0 commit comments