[GitHub] [hbase] Apache9 commented on a change in pull request #3656: HBASE-26224 Introduce a MigrationStoreFileTracker to support migratin…

2021-09-07 Thread GitBox
Apache9 commented on a change in pull request #3656: URL: https://github.com/apache/hbase/pull/3656#discussion_r703416594 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/storefiletracker/TestMigrationStoreFileTracker.java ## @@ -0,0 +1,179 @@

[GitHub] [hbase] Apache9 commented on a change in pull request #3656: HBASE-26224 Introduce a MigrationStoreFileTracker to support migratin…

2021-09-07 Thread GitBox
Apache9 commented on a change in pull request #3656: URL: https://github.com/apache/hbase/pull/3656#discussion_r703416310 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/storefiletracker/TestMigrationStoreFileTracker.java ## @@ -0,0 +1,179 @@

[GitHub] [hbase] Apache9 commented on a change in pull request #3656: HBASE-26224 Introduce a MigrationStoreFileTracker to support migratin…

2021-09-07 Thread GitBox
Apache9 commented on a change in pull request #3656: URL: https://github.com/apache/hbase/pull/3656#discussion_r703416005 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/storefiletracker/MigrationStoreFileTracker.java ## @@ -0,0 +1,91 @@ +/** + *