francisliu commented on a change in pull request #1418:
URL: https://github.com/apache/hbase/pull/1418#discussion_r427852156
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/NotAllRootRegionsOnlineException.java
##########
@@ -25,19 +25,19 @@
* Thrown when an operation requires the root and all meta regions to be online
*/
@InterfaceAudience.Public
-public class NotAllMetaRegionsOnlineException extends DoNotRetryIOException {
+public class NotAllRootRegionsOnlineException extends DoNotRetryIOException {
Review comment:
Ah right, I just compied meta which in hindsight did make sense for meta
and not for root will change :-)
----------------------------------------------------------------
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]