[GitHub] [hbase] bsglz commented on a change in pull request #2179: HBASE-24694 Support flush a single column family of table

2020-08-05 Thread GitBox
bsglz commented on a change in pull request #2179: URL: https://github.com/apache/hbase/pull/2179#discussion_r465747344 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncAdmin.java ## @@ -302,6 +302,13 @@ */ CompletableFuture flush(TableName

[GitHub] [hbase] bsglz commented on a change in pull request #2179: HBASE-24694 Support flush a single column family of table

2020-08-05 Thread GitBox
bsglz commented on a change in pull request #2179: URL: https://github.com/apache/hbase/pull/2179#discussion_r465747166 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java ## @@ -513,6 +513,15 @@ default void modifyColumnFamily(TableName

[GitHub] [hbase] bsglz commented on a change in pull request #2179: HBASE-24694 Support flush a single column family of table

2020-08-01 Thread GitBox
bsglz commented on a change in pull request #2179: URL: https://github.com/apache/hbase/pull/2179#discussion_r463929918 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/flush/RegionServerFlushTableProcedureManager.java ## @@ -183,8 +185,17 @@ public

[GitHub] [hbase] bsglz commented on a change in pull request #2179: HBASE-24694 Support flush a single column family of table

2020-08-01 Thread GitBox
bsglz commented on a change in pull request #2179: URL: https://github.com/apache/hbase/pull/2179#discussion_r463929630 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/flush/FlushTableSubprocedure.java ## @@ -65,7 +72,7 @@ public Void call() throws

[GitHub] [hbase] bsglz commented on a change in pull request #2179: HBASE-24694 Support flush a single column family of table

2020-08-01 Thread GitBox
bsglz commented on a change in pull request #2179: URL: https://github.com/apache/hbase/pull/2179#discussion_r463929478 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncAdmin.java ## @@ -302,6 +302,13 @@ */ CompletableFuture flush(TableName

[GitHub] [hbase] bsglz commented on a change in pull request #2179: HBASE-24694 Support flush a single column family of table

2020-08-01 Thread GitBox
bsglz commented on a change in pull request #2179: URL: https://github.com/apache/hbase/pull/2179#discussion_r463928922 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java ## @@ -513,6 +513,15 @@ default void modifyColumnFamily(TableName

[GitHub] [hbase] bsglz commented on a change in pull request #2179: HBASE-24694 Support flush a single column family of table

2020-08-01 Thread GitBox
bsglz commented on a change in pull request #2179: URL: https://github.com/apache/hbase/pull/2179#discussion_r463928158 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/flush/FlushTableSubprocedure.java ## @@ -88,11 +95,15 @@ private void