saintstack commented on a change in pull request #3538:
URL: https://github.com/apache/hbase/pull/3538#discussion_r686949001



##########
File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java
##########
@@ -2256,6 +2256,17 @@ void cloneTableSchema(TableName tableName, TableName 
newTableName, boolean prese
    */
   boolean isCompactionOffloadEnabled() throws IOException;
 
+  /**
+   * update compaction server total throughput bound
+   * @param upperBound the total throughput upper bound of all compaction 
servers

Review comment:
       Most deploys will not use a compaction server suite. Is it correct then 
to talk of compaction servers in our Admin API? Should there be another channel 
for interacting with compaction servers? A CompactionServersAdmin ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to