KevinSmile opened a new pull request #2425: URL: https://github.com/apache/hbase/pull/2425
### What changes were proposed in this pull request? Fix HBASE-24481 (wrong response code of get-regions in rest) When you try to get all regions of a table, you should check if the table exists at first. Currently, `connection.getRegionLocator(tableName)` doesn't check it. ### How was this patch tested? New ut added. ---------------------------------------------------------------- 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]
