saintstack commented on a change in pull request #2413:
URL: https://github.com/apache/hbase/pull/2413#discussion_r490401066
##########
File path: hbase-common/src/test/java/org/apache/hadoop/hbase/Waiter.java
##########
@@ -90,7 +91,7 @@ public static float getWaitForRatio(Configuration conf) {
* @return the boolean result of the evaluation.
* @throws E thrown if the predicate evaluation could not evaluate.
*/
- boolean evaluate() throws E;
+ boolean evaluate() throws E, IOException;
Review comment:
Oversight. Thanks. Fixed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]